diff --git a/share/apps.json b/share/apps.json index 7f4fe7d69..e820ce078 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1457,6 +1457,12 @@ "env": "^Liferay$", "headers": { "Liferay-Portal": "[a-z\\s]+([\\d.]+)\\;version:\\1" } }, + "Lift": { + "website": "liftweb.net", + "cats": [ 18 ], + "headers": { "X-Lift-Version": "(.+)\\;version:\\1" }, + "implies": "Scala" + }, "LightMon Engine": { "website": "en.lightmon.ru", "cats": [ 1 ], @@ -2230,6 +2236,10 @@ "headers": { "X-Spip-Cache": ".*" }, "implies": "SPIP" }, + "Scala": { + "website": "www.scala-lang.org", + "cats": [ 27 ] + }, "script.aculo.us": { "website": "script.aculo.us", "cats": [ 12 ], diff --git a/share/images/icons/Lift.png b/share/images/icons/Lift.png new file mode 100644 index 000000000..692ba31bd Binary files /dev/null and b/share/images/icons/Lift.png differ diff --git a/share/images/icons/Scala.png b/share/images/icons/Scala.png new file mode 100644 index 000000000..d7c12a357 Binary files /dev/null and b/share/images/icons/Scala.png differ