Skip to content

Commit 7024523

Browse files
Added detection for WebAdministrator CMS (#308)
* Added detection for WebAdministrator CMS * Apply suggestion from @tunetheweb --------- Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 9b4db16 commit 7024523

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/technologies/w.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,16 @@
809809
"scriptSrc": "web2py\\.js",
810810
"website": "https://web2py.com"
811811
},
812+
"WebAdministrator CMS": {
813+
"cats": [
814+
1
815+
],
816+
"description": "WebAdministrator CMS is a content management system used heavily by Polish public institutions.",
817+
"html": [
818+
"<!-- [\\d\\.]+ / WebAdministrator \\(\\d{2}.\\d{2}\\.\\d{4} \\d{2}:\\d{2}\\) //-->"
819+
],
820+
"website": "https://www.jskinternet.pl/jsk/oferta/webadministrator-cms/"
821+
},
812822
"WebAssembly": {
813823
"cats": [
814824
27

0 commit comments

Comments
 (0)