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

17 lines
876 B
JSON

{
"name": "ApPHP-Calendar",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The ApPHP Calendar (ApPHP CAL) is a powerful PHP calendar script that may be easily integrated and used with various PHP projects, such as schedulers, event processors etc. The calendar is very simple to install, implement and use.",
"website": "http://www.apphp.com/php-calendar/",
"matches": [
{
"regexp": "(?-mix:<!-- This script was generated by ApPHP Calendar v\\.([\\d\\.]+) \\(http:\\/\\/www\\.apphp\\.com\\) -->)",
"offset": 1
},
{
"text": "<tr class='tr_days'><td class='th'>Sunday</td><td class='th'>Monday</td><td class='th'>Tuesday</td><td class='th'>Wednesday</td><td class='th'>Thursday</td><td class='th'>Friday</td><td class='th'>Satarday</td></tr>"
}
]
}