mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"name": "Telligent-Community-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Telligent Community (previously known as Community Server) is a community and collaboration software platform developed by Telligent Systems and was first released in 2004. Telligent Community is built on the Telligent Evolution platform, with a variety of core applications running on top of it such as blogs, forums, media galleries, and wikis. Telligent Community is built with ASP.NET, C#, and Microsoft SQL Server. The product used to be named Community Server before being rebranded as part of the 5.0 release.",
|
|
"website": "http://telligent.com/products/telligent_community/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[communityserver]",
|
|
"regexp": "(?-mix:^([\\d\\.]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:^CommunityServer-UserCookie[\\d\\.]+)",
|
|
"search": "headers[set-cookie]",
|
|
"name": "Cookies"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:^CommunityServer-LastVisitUpdated-[\\d\\.]+)",
|
|
"search": "headers[set-cookie]",
|
|
"name": "Cookies"
|
|
}
|
|
]
|
|
}
|