From b9bb2c8d1850bd852fd0b0d1987c6ad88f5b109d Mon Sep 17 00:00:00 2001 From: denix Date: Mon, 22 Oct 2012 00:21:42 +0200 Subject: [PATCH 1/2] Added EPrints - http://www.eprints.org --- share/apps.json | 8 +++++++- share/images/icons/EPrints.png | Bin 0 -> 612 bytes 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 share/images/icons/EPrints.png diff --git a/share/apps.json b/share/apps.json index a9dd528c6..ea43565fb 100644 --- a/share/apps.json +++ b/share/apps.json @@ -30,7 +30,8 @@ "28": "operating-systems", "29": "search-engines", "30": "web-mail", - "31": "cdn" + "31": "cdn", + "32": "repositories", }, "apps": { "1C-Bitrix": { @@ -510,6 +511,11 @@ "meta": { "generator": "EPiServer" }, "implies": [ "Microsoft ASP.NET", "IIS", "Windows Server" ] }, + "EPrints": { + "cats": [ "32" ], + "meta": { "generator": "EPrints" }, + "implies": [ "Perl" ] + }, "Exhibit": { "cats": [ "25" ], "script": "exhibit.*\\.js", diff --git a/share/images/icons/EPrints.png b/share/images/icons/EPrints.png new file mode 100644 index 0000000000000000000000000000000000000000..4b63906c49ae136524df548bf0ce01a5d7c039aa GIT binary patch literal 612 zcmV-q0-ODbP)6vy%Jz4!lr?-^N2sc3~@m>|7CvxX!}BU_5L9Hb>$g0QJEC=!Q?iXckV25E4S z2#QLfAp~tmhlZkphEgdSLVLcy|Ni%!mVEW(d8RuYKK$-E$Ed0T^j^Ki_hm3Bfq(%- zBD%T`QMsjx{VluLDjtV`3t26*3S>{5XW-@~@^MT`1%Nz;hT3v&PtWr;67HVNvQ3vD zEH3~-;pGAjG}aIS7D%a}`Wx&Daj==$Z_2sR8Af_qselr|-x5_)njkhrO&TTONNtYt zGLNwpOn#o{cthR#fB}3QF*H8S`;YHvYiZ+jN0x3Q_~n2*Lu1f;s?cxO0$$+o**>04 z&d}Lh$Bp4Jdix%b_<#lL8GAcZ)L%$oB>;rEg&bez78rlnM<&iu)6`1O#cNy^NC{+w z(tu*{SYA%OCR16(h5mbNaF!qW6f5~f5XFliYD)uPNr1&%M0L81)}75bpWtkogH3g0 ztdiJp?T`Nf22Tj=%Qi9c_$l4p9aLzH*AQX|J#5 z)$o;~MvWDR!Ky0_coU&O;tWm=|0h)h8(PGB)W++q(Qe|+r#XHlLdFQnnqhg%&tw_c ySQ_ZuvxDpRN3kg2(4r$1oJmkMv}d;$0e=8Do8s4}LM> Date: Mon, 22 Oct 2012 00:24:14 +0200 Subject: [PATCH 2/2] Fixed typo in line: 15 --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index ea43565fb..03092f251 100644 --- a/share/apps.json +++ b/share/apps.json @@ -12,7 +12,7 @@ "10": "analytics", "11": "blogs", "12": "javascript-frameworks", - "13": "ssue-trackers", + "13": "issue-trackers", "14": "video-players", "15": "comment-systems", "16": "captchas",