mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
729 B
JSON
21 lines
729 B
JSON
{
|
|
"name": "DSpace",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "An Open Archive Initiative (OAI) - compliant open-source software released by MIT for archiving eprints and other kinds of academic content.",
|
|
"website": "http://www.dspace.org/",
|
|
"matches": [
|
|
{
|
|
"text": "<meta content=\"DSpace\" name=\"Generator\" />"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<meta name=\"Generator\" content=\"DSpace ([\\d\\.]+)\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:[pP]owered by <a href=\"http:\\/\\/(www\\.)?dspace\\.org\"[^>]*>DSpace<\\/a>, version ([\\d\\.]+))"
|
|
}
|
|
]
|
|
}
|