mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
998 B
JSON
21 lines
998 B
JSON
{
|
|
"name": "Open-Auto-Classifieds",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "OAC is a free, open source vehicle classifieds manager. Intended to be easy to install and easy to administer, Open Auto Classifieds is based on open technologies such as the PHP scripting language, the MySQL database engine, XHTML eXtensible Hypertext Markup Language, and CSS Cascading Style Sheet styling.",
|
|
"website": "http://www.openautoclassifieds.com/index.php",
|
|
"matches": [
|
|
{
|
|
"text": "<p>Powered by <a href=\"http://www.openautoclassifieds.com/index.php\">Open Auto Classifieds</a>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:\t\t\t<p>Powered by <a href=\"http:\\/\\/www.openautoclassifieds.com[^\"]*\">Open Auto Classifieds v([\\d\\.a-z]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:\t\t\t<p>Powered by Open Auto Classifieds v([\\d\\.a-z]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|