From 5a3f1498abcbc8c82a1b435d6e6c73c33f6852e5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 27 Jun 2022 01:50:25 +0600 Subject: [PATCH 1/4] Add MiniServ / server, Webmin / miscellaneous --- src/drivers/webextension/images/icons/Webmin.png | Bin 0 -> 1484 bytes src/technologies/m.json | 10 ++++++++++ src/technologies/w.json | 9 +++++++++ 3 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Webmin.png diff --git a/src/drivers/webextension/images/icons/Webmin.png b/src/drivers/webextension/images/icons/Webmin.png new file mode 100644 index 0000000000000000000000000000000000000000..6e3428342d6249b2f287f694e67d667c38c55dd9 GIT binary patch literal 1484 zcmV;-1vC1IP)aGOFN&v+n!MzPy z-QUyXdijZ_F)#{pY=Nq<(I5~WP1}nMp_4Io6#*Zo-xbCc&A-HR%&A<*77&P229S9< zGFU>L25R#J;A2S2(8??n;*b_KJN}yVJk@~6PS3%pwoxI@G3hkK1=ShiV2}c8HZLdL7p2e3g2TD` zrrVW2$M5reo19-ehus$3y_`7qVJv!4&TXgcpym|)as?A#YI^(TVesvh@Sxs2T?N-g zniUoUgPUZ7{XC9GH^QE-eWriXQ83Mt3tQt zOsMauHF@-cnjJZJ{5ZNSz);(2O*cNPu4_-!1;4ML665hjlqY}Cao^tiP0QF}6;QaV z)rN%Z;nZPG*vJpo8@mPchGl^EPfs%@cFwi70H@m$icOAnS~#*n&IL;Dy&~fAqZG|! zJzZ>ms!UrNW;1aiD)1H=E4N?Vd@U3?5(iPEAe+~XY%>9m2RmICrf9ZKgzy2Cqvxm& z+)r_^FQ^-{I^AXk@6Ec3RLg{_PA4{fNDIi?u5k9AT|TZ>fYs8e%IUft0H>RWF@8Qv zWG(X-d9Nj>H~YM25lo*{tj~zB-V;;KlY=Y!#`Ks;p+RZb6BS1}U9&I}A$F3WJ^muk zij7Nio70y|i|_kBCSuFzW_(|c1+YnEIgfOZDzdJOs6g3@ah+=e2WHxeYVA_klU7yZ}t}#?4nz2Yl`BPn|!%vZ1P|P+8;KiW+Qw=!85y`nf1hR z_O_CO>o(wqu0j#(IYQ>1N5h{5Mqk|Gd!RA79t<0Ak;ek4z$<~p-j87<3#1ZNv}+{v z`oIC$uj%00>6V!UezG52(j%PZ{16NoWl0`-P5qfTKpdu~V`RLJQD()!Xj(GAB^^9t zEC#o7n!pRwwo%Q23N2(@qSLRV8c;f%{EXMJ!r(I1 Date: Mon, 27 Jun 2022 01:53:31 +0600 Subject: [PATCH 2/4] add implies --- src/technologies/w.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/w.json b/src/technologies/w.json index 4ff1e3d3e..6d5bc3b97 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -651,6 +651,7 @@ ], "description": "Webmin is a free, open-source application for Linux server administration.", "icon": "Webmin.png", + "implies": "Perl", "oss": true, "website": "https://www.webmin.com" }, From 3cbf44557ed76d816fc1aa30df98be8bd8e3b4dd Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 27 Jun 2022 01:57:46 +0600 Subject: [PATCH 3/4] add website --- src/technologies/m.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index c74b0228d..a51b7ad28 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -1631,10 +1631,12 @@ 22 ], "icon": "default.svg", + "implies": "Webmin", "headers": { "Server": "MiniServ/([\\d\\.]+)\\;version:\\1" }, - "oss": true + "oss": true, + "website": "https://github.com/webmin/webmin/blob/master/miniserv.pl" }, "Mint": { "cats": [ From 94bb6cf4768ddc49146f3fbc89f33bf0501077f5 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 27 Jun 2022 08:35:50 +1000 Subject: [PATCH 4/4] Update m.json --- src/technologies/m.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index a51b7ad28..d043b9085 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -38,7 +38,6 @@ "headers": { "X-Powered-By": "MATORI.NET" }, - "icon": "default.svg", "implies": "OpenResty", "website": "http://matori.net" }, @@ -1256,7 +1255,6 @@ 59 ], "description": "metisMenu is a collapsible jQuery menu plugin.", - "icon": "default.svg", "implies": "jQuery", "js": { "metisMenu": "", @@ -1630,7 +1628,6 @@ "cats": [ 22 ], - "icon": "default.svg", "implies": "Webmin", "headers": { "Server": "MiniServ/([\\d\\.]+)\\;version:\\1" @@ -2794,4 +2791,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} \ No newline at end of file +}