mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
876 B
JSON
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>"
|
|
}
|
|
]
|
|
}
|