From 469cae86b393b565efbfe6fed0bce97153d965d6 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 30 Nov 2014 16:36:54 +0100 Subject: [PATCH] Add CppCMS version --- share/apps.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/share/apps.json b/share/apps.json index ea314b4af..55573083e 100644 --- a/share/apps.json +++ b/share/apps.json @@ -715,16 +715,16 @@ "meta": { "generator": "CPG Dragonfly" }, "implies": "PHP" }, - "C++": { - "website": "isocpp.org", - "cats": [ 27 ] - }, - "CppCMS": { - "website": "cppcms.com", - "cats": [ 1 ], - "headers": { "X-Powered-By": "CppCMS/(?:[\\d.]+)" }, - "implies": "C++" - }, + "C++": { + "website": "isocpp.org", + "cats": [ 27 ] + }, + "CppCMS": { + "website": "cppcms.com", + "cats": [ 1 ], + "headers": { "X-Powered-By": "CppCMS/([\\d.]+)\\;version:\\1" }, + "implies": "C++" + }, "Craft CMS": { "website": "buildwithcraft.com", "cats": [ 1 ],