From e217d09ec5b814dff8a42e2ccf3b3f4013e6ea41 Mon Sep 17 00:00:00 2001 From: snicket2100 <57048005+snicket2100@users.noreply.github.com> Date: Sat, 30 May 2026 00:32:11 +0200 Subject: [PATCH 1/2] Added detection for WebAdministrator CMS --- src/technologies/w.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/technologies/w.json b/src/technologies/w.json index 566427874..d1396dc67 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -809,6 +809,16 @@ "scriptSrc": "web2py\\.js", "website": "https://web2py.com" }, + "WebAdministrator CMS": { + "cats": [ + 1 + ], + "html": [ + "" + ], + "description": "WebAdministrator CMS is a content management system used heavily by Polish public institutions.", + "website": "https://www.jskinternet.pl/jsk/oferta/webadministrator-cms/" + }, "WebAssembly": { "cats": [ 27 From 9474c3c93598129a8349eb126875fe2d799388ff Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Fri, 5 Jun 2026 17:48:08 +0100 Subject: [PATCH 2/2] Apply suggestion from @tunetheweb --- src/technologies/w.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index d1396dc67..f2ce303a6 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -813,10 +813,10 @@ "cats": [ 1 ], + "description": "WebAdministrator CMS is a content management system used heavily by Polish public institutions.", "html": [ "" ], - "description": "WebAdministrator CMS is a content management system used heavily by Polish public institutions.", "website": "https://www.jskinternet.pl/jsk/oferta/webadministrator-cms/" }, "WebAssembly": {