diff --git a/src/apps.json b/src/apps.json index 363ee4648..d1f1b837a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2573,6 +2573,27 @@ "script": "cartjs\\.php\\?(?:.*&)?s=[^&]*myfortune3cart\\.com", "website": "fortune3.com" }, + "Foswiki": { + "cats": [ + 8 + ], + "headers": { + "X-Foswikiuri": "", + "X-Foswikiaction": "", + "Set-Cookie": "^(?:FOSWIKISTRIKEONE|SFOSWIKISID)" + }, + "meta": { + "foswiki.WIKINAME": "", + "foswiki.SERVERTIME": "" + }, + "html": [ + "
" + ], + "env": "^foswiki$", + "implies": "Perl", + "icon": "foswiki.png", + "website": "foswiki.org" + }, "FreeBSD": { "cats": [ 28 diff --git a/src/icons/foswiki.png b/src/icons/foswiki.png new file mode 100644 index 000000000..1749c6c22 Binary files /dev/null and b/src/icons/foswiki.png differ