diff --git a/src/apps.json b/src/apps.json index f4f1813b6..42e52024f 100755 --- a/src/apps.json +++ b/src/apps.json @@ -872,7 +872,10 @@ 2 ], "html": "]+woltlab\\.com[^<]+Burning Board", - "implies": "PHP", + "implies": [ + "PHP", + "Woltlab Community Framework" + ], "website": "www.woltlab.com", "icon": "Burning Board.png" }, @@ -8656,6 +8659,15 @@ "website": "webpack.github.io", "icon": "webpack.png" }, + "Woltlab Community Framework": { + "cats": [ + 18 + ], + "script": [], + "implies": "PHP", + "website": "www.woltlab.com", + "icon": "Burning Board.png" + }, "xCharts": { "cats": [ 25 @@ -8755,4 +8767,4 @@ "50": "document-management-systems", "51": "landing-page-builders" } -} \ No newline at end of file +}