From 0d02be3e646254fcf502f497b27a430a7d879e91 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 8 Mar 2017 21:09:01 +0100 Subject: [PATCH 1/2] Add an etherpad detection There is a demo [here](http://etherpad.org/) --- src/apps.json | 17 +++++++++++++++++ src/icons/etherpad.png | Bin 0 -> 1009 bytes 2 files changed, 17 insertions(+) create mode 100644 src/icons/etherpad.png diff --git a/src/apps.json b/src/apps.json index a3c134b39..7c4fcd98a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2207,6 +2207,23 @@ "icon": "ESERV-10.png", "website": "www.violasystems.com" }, + "Etherpad": { + "cats": [ + 24 + ], + "headers": { + "Server": "^Etherpad" + }, + "env": [ + "^pad(?:editbar|impexp)$" + ], + "script": [ + "/ep_etherpad-lite/" + ], + "icon": "etherpad.png", + "implies": "Node.js", + "website": "etherpad.org" + }, "EWS-NIC4": { "cats": [ 22 diff --git a/src/icons/etherpad.png b/src/icons/etherpad.png new file mode 100644 index 0000000000000000000000000000000000000000..8cf4ddebf024ffd073e1f39d2e8ea02ae651493d GIT binary patch literal 1009 zcmVF&(@4hte#y2^b(_kZVti;IhAXJ&CPLj0G_q~2#hht zxO8hY8Z()U*=)YMyR+Nv4-XH7AO8JF$!Su)C=!Vxkw_>My12MdC=|tFvHl9a?VW?c zU`Qkq5{V=ljcT=8!W*FS)s+MYAwtOW^D_Xz>2#J>_<-VRA&l|f-kv}pI6gkE6tEr_ zl?#Y5rYOqm^&*7)en0pVs!PQEW?7aHB9qA)8yf)t>2$iXNq?58JO>m-1%ts{F2}O0 zSS;S%-TjvTZ=v~vL?xV`pXc-W_V)I+wlGSy>A0ORrcW-a+)zuaE zFIQiw&~F0Nu7Gok%jI%795R_K91dr**~7y_m&?Vo4YhLs0PuRfGcz-4wR&P=Vrgkf zr_;T^zjO5UPt#Hk2qAL0+~sl+Ld<3}A%v!B{%L?UdzH`US65e4sZ=-|P9~F`otWaVEas!VyQ zHxNRxSR9YXtyZg0DBRiEkxHeJNJJ~&xm8itQr6~{yOixdXL?WxzO4Bq#h-Fzmr=uEY)6xdH f>(kQ{`6K=VWO~kGNqbnx00000NkvXXu0mjf$PVBe literal 0 HcmV?d00001 From 47eb286c08b8597a3c02549bcb08fafacadd479e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 8 Mar 2017 22:15:06 +0100 Subject: [PATCH 2/2] Add https:// prefix to the website --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 7c4fcd98a..9dd5b7579 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2222,7 +2222,7 @@ ], "icon": "etherpad.png", "implies": "Node.js", - "website": "etherpad.org" + "website": "https://etherpad.org" }, "EWS-NIC4": { "cats": [