mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
885 B
JSON
25 lines
885 B
JSON
{
|
|
"name": "CactuShop",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "ASP and ASP.NET SEO optimized database-driven e-commerce storefront software.",
|
|
"website": "http://www.cactushop.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<select name=\"numCurrencyID\" class=\"currencymenu\" onchange=\"javascript:document.getElementById('currmenuform').submit();\">"
|
|
},
|
|
{
|
|
"certainty": 75,
|
|
"regexp": "(?-mix:<!-- MYDEVLICNUM -->)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!-- CactuShop v\\.?([^\\s]+) license: [\\s]+ -->)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!---?[\\s]+===============================================================================[\\s]+CACTUSHOP v?([^\\s]+) ASP SHOPPING CART)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|