From ad4dc35aba48c43d8520ca0443a0f6520fc90f6f Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 29 Mar 2016 21:49:26 +0300 Subject: [PATCH 1/8] Add question2answer --- src/apps.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 2c28f97b9..f8ed6e73e 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1,5 +1,5 @@ { - "apps": { + "apps": { "Strato": { "cats": [ 6 @@ -5493,6 +5493,13 @@ "script": "edge\\.quantserve\\.com/quant\\.js", "website": "www.quantcast.com" }, + "Question2Answer": { + "cats" : [ + 15 + ], + "html": "Powered by Question2Answer", + "website": "www.question2answer.org", + }, "Quick.CMS": { "cats": [ 1 From 6c2ca5e02833e17dc65d347160f5b40b368dedf4 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 29 Mar 2016 21:53:20 +0300 Subject: [PATCH 2/8] JSON is picky to commas --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index f8ed6e73e..6ae3a5255 100755 --- a/src/apps.json +++ b/src/apps.json @@ -13,7 +13,7 @@ 6 ], "meta": { - "generator": "\\(c\\) by modified eCommerce Shopsoftware ------ http://www.modified-shop.org" + "generator": "\\(c\\) by modified eCommerce Shopsoftware ------ http://www.modifqied-shop.org" }, "icon": "modified.png", "website": "www.modified-shop.org/" @@ -5498,7 +5498,7 @@ 15 ], "html": "Powered by Question2Answer", - "website": "www.question2answer.org", + "website": "www.question2answer.org" }, "Quick.CMS": { "cats": [ From ee0d6c2c4feaa70fa2c774b6ba8db3e29fb7dd78 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 29 Mar 2016 21:54:14 +0300 Subject: [PATCH 3/8] Remove glitch --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 6ae3a5255..4c434f410 100755 --- a/src/apps.json +++ b/src/apps.json @@ -13,7 +13,7 @@ 6 ], "meta": { - "generator": "\\(c\\) by modified eCommerce Shopsoftware ------ http://www.modifqied-shop.org" + "generator": "\\(c\\) by modified eCommerce Shopsoftware ------ http://www.modified-shop.org" }, "icon": "modified.png", "website": "www.modified-shop.org/" From c9f1769ba5b932df3380e9963d0661e5492f9789 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 29 Mar 2016 22:34:14 +0300 Subject: [PATCH 4/8] Add question2answer icon --- src/icons/question2answer.png | Bin 0 -> 1062 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/icons/question2answer.png diff --git a/src/icons/question2answer.png b/src/icons/question2answer.png new file mode 100644 index 0000000000000000000000000000000000000000..53f6e571bf5c0074f9f2b3d4279e77af6bb845b3 GIT binary patch literal 1062 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabRA=0U@Q#q32_B-HLT4v?W`b3%hpoU z)>6$_R|_IyYoTFdsR=}2aV=Y`cU7{VYvh33x0SN*E9Eq7ErAN2luAD>kq2sdS0(qR zTo$AlsNL4`O{FY|VPpBKLPpch@^yu*hOO1ha%oK)i&sF>)(s7!7`j26(G8F3m9N`V@!t`;c(T@GXb(d%-V_f@j<ZKF=H`P^?q^CLB7#V7c2>rZ!5@1M{3vgbsv$TadEOPQ`hRo}?ogZA5i)HmF`CBB+ zs4nB}$p6m%?k-cQ+C5cI(p4W!KF1()!0w$v@~c^1m-d}4_hW3yRq(Q1n|5=FVi5Nw zHhv3_Z!+bKDf3VGetZ}6^v;Kfg4IR|2bflbcQ%}Jc=D8K_2cS`np-;;>}YUt@MicW zlALIBX~mg6lN!odH}Ex7R@v<-+UHam(74d;#n;|R#cn)|Ya74a>-s%^!b5G-A9mK< z4BpqIEFC&JJtk$$l9iZca!PpqdiDdil|Cqcm=UY7{^rv1_>ik741y#M#07FBT#TB< za!TdDkFn0}*~L+tEtuxiIlDG=`M0gom5KOgSH6DHS_KueM{g@Q+?Hi6;W{(z%^k(e z;72Ds(|NC2@U4A+Bd=#p1M}~1+ZSJaYwCN|o@+ET zoAmf;{3ouz`EHx+ Date: Tue, 29 Mar 2016 22:37:52 +0300 Subject: [PATCH 5/8] icon needs to be explicitly referenced --- src/apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps.json b/src/apps.json index 4c434f410..929dc118a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5498,6 +5498,7 @@ 15 ], "html": "Powered by Question2Answer", + "icon": "question2answer.png", "website": "www.question2answer.org" }, "Quick.CMS": { From deb9e5a10c27876b87295ba62437ebabdc0e888c Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Tue, 29 Mar 2016 22:54:04 +0300 Subject: [PATCH 6/8] Tests require < to be present in regexp --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 929dc118a..423d4caa1 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4,7 +4,7 @@ "cats": [ 6 ], - "html": "", + "html": "",q "website": "shop.strato.com", "icon": "strato.png" }, @@ -5497,7 +5497,7 @@ "cats" : [ 15 ], - "html": "Powered by Question2Answer", + "html": "