diff --git a/src/apps.json b/src/apps.json index 2c28f97b9..768d509bd 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5447,6 +5447,18 @@ "script": "protovis.*\\.js", "website": "mbostock.github.com/protovis" }, + "Public CMS": { + "cats": [ + 1 + ], + "headers": { + "Set-Cookie": "PUBLICCMS_USER", + "X-Powered-PublicCMS": "" + }, + "icon": "Public CMS.png", + "implies": "Java", + "website": "www.publiccms.com" + }, "PubMatic": { "cats": [ 36 diff --git a/src/icons/Public CMS.png b/src/icons/Public CMS.png new file mode 100644 index 000000000..7a25b47fe Binary files /dev/null and b/src/icons/Public CMS.png differ