From 873e9ae2d478b801baf05a2ea455b02e2f274620 Mon Sep 17 00:00:00 2001 From: Faustino Aguilar Date: Sat, 28 Oct 2017 14:29:43 -0500 Subject: [PATCH 1/4] Add Amber (web framework) --- src/apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps.json b/src/apps.json index 7d2ef58b6..06a9d5201 100644 --- a/src/apps.json +++ b/src/apps.json @@ -78,6 +78,17 @@ "icon": "ebis.png", "website": "http://www.ebis.ne.jp" }, + "Amber": { + "cats": [ + "18", + "22" + ], + "headers": { + "X-Powered-By": "Amber" + }, + "icon": "amber.png", + "website": "http://amberframework.org" + }, "AMPcms": { "cats": [ "1" From 1a09a3924b4a506606acea7286d39496e5fbe281 Mon Sep 17 00:00:00 2001 From: Faustino Aguilar Date: Sat, 28 Oct 2017 14:30:31 -0500 Subject: [PATCH 2/4] Add Amber (web framework) icon --- src/icons/amber.png | Bin 0 -> 1280 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/icons/amber.png diff --git a/src/icons/amber.png b/src/icons/amber.png new file mode 100644 index 0000000000000000000000000000000000000000..2012e0c00cc21a310c3e632f09dcc4846563f105 GIT binary patch literal 1280 zcmV+b1^@bqP)yZDM^t;7(^F=T3~jU z7?B8FB+<`B^n+jM>tbv8vpc)9^Y_in_j67c z-;Oiie6zD^iajtF^SeL|j}$sB207zYt(tw&%(3-MQcQZ}Lz5Y`Dwr zdEb3tv~)Sg(52QuVe*(o6W^_ssJ1mceRu^I&mk(!92e8wF}&{S&#_{oe{}@pa;kh{ z-%1Y3BVbt_70>GM%uxUU2X#m}7XflWWrwyc*|hr*2AA^{6X1`1bYrbBHA09s2*{Dp zhkxovAgErj;kpMd&p;r)Qu`@5rHs6{2Ih7 zK)gcYDq>iPZyiRlfXg#b*+CEygc;%a6AM;70DvP%P=nN~ah7<##taL}a=~FO<=aI7 zAoU8wuYl|q?Y$}G5e23*QP{3;Ly-3i;FZO}X) znVEPv5!y?ji-1}IJUbazaTG3OwjjvtiL(Fz$^f(lMCq&Q_#hEsaA_(|vo-;z4=|l( zUoXn80i#*{L=+3^fX)J{1;F>>FY~I&Z~&(luriAaF>O$r4Vex|rTx+?62;NCBC10G z5Gjyh#~HC)K!}*xaxQ&W!f_F56CjEwonb+=32+#9MPqs@BeqK` zfU+_`$cau!WWYdAMZEm6j$v^CY3pSo0%;RuX8}7K6Pr#faGo^rvEARO|CYp1NxcVV z#}8@$v**^6Ul|dRWo=>16D&{zL?Fja-!;*MwldrMS8e$iEkDH_1vF6pYNuNn+q+pJ z|5*ToO%Dwib~DP>!|WbF8?AeJGVM2dmaf_D-up~B<Lxntcuch6%DRq~C*5d!50Xcl18A>z{7tU(};?dU~4lo=0! literal 0 HcmV?d00001 From 24e7620aea21d1c3b4bd8b04cf62ecc8aa691a1a Mon Sep 17 00:00:00 2001 From: Faustino Aguilar Date: Mon, 30 Oct 2017 07:05:23 -0500 Subject: [PATCH 3/4] Use https instead --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 06a9d5201..59ccee7ca 100644 --- a/src/apps.json +++ b/src/apps.json @@ -87,7 +87,7 @@ "X-Powered-By": "Amber" }, "icon": "amber.png", - "website": "http://amberframework.org" + "website": "https://amberframework.org" }, "AMPcms": { "cats": [ From 20f45b36b85b0f6cb826c8d059c9a6d95a798880 Mon Sep 17 00:00:00 2001 From: Faustino Aguilar Date: Mon, 30 Oct 2017 07:06:43 -0500 Subject: [PATCH 4/4] Use regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 59ccee7ca..c126cadfa 100644 --- a/src/apps.json +++ b/src/apps.json @@ -84,7 +84,7 @@ "22" ], "headers": { - "X-Powered-By": "Amber" + "X-Powered-By": "^Amber$" }, "icon": "amber.png", "website": "https://amberframework.org"