Files
OneForAll-mirror/data/rules/whatweb/dspace.json
T
2020-07-29 00:02:06 +08:00

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\\.]+))"
}
]
}