initial commit
This commit is contained in:
commit
1cc4bf3572
254 changed files with 63622 additions and 0 deletions
htdocs/includes
11
htdocs/includes/routes.inc.php
Normal file
11
htdocs/includes/routes.inc.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
// Define the routes
|
||||
$routes = array(
|
||||
'feed' => "/feed/(?'slug'[[:alnum:]\._-]+)/(?'contentType'page|diff)/(?'feedType'atom|rss)",
|
||||
'feedInfo' => "/feed/(?'slug'[[:alnum:]\._-]+)(/info)?",
|
||||
'home' => "/",
|
||||
'create' => "/create",
|
||||
'flatpage' => "/page/(?'slug'[[:alnum:]-\._]+)",
|
||||
'announcement' => "/announcement/(?'id'[0-9]+)(/.*)?",
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue