Go to the source code of this file.
Functions | |
| page_list ($dir) | |
| sitemap ($location=array()) | |
Variables | |
| $SITE_NAME = 'My Website' | |
| Name of your website; will appear in the title bar and as default header. | |
| $CONTENT_DIR = 'content' | |
| Where are your HTML files located? Default is current directory. | |
| $SITE_URL = '' | |
| Base URL of the actual site (defaults to current server and directory). | |
| $SITE_DESC = 'Site Updates' | |
| Description of your website; will appear in the newsfeed. | |
| $SCRIPT_PREFIX = '/index.php/page:' | |
| What to add between base URL and page title. | |
| $COMMENT_PREFIX = '' | |
| Like $SITE_DESC but for comment pages, if available. | |
| $pages = sitemap() | |
| n | |
| print $SITE_URL $SCRIPT_PREFIX | $title |
| $filename | |
| endif | |
| endforeach | |
| page_list | ( | $ | dir | ) |
Definition at line 19 of file rsstatic.php.
| sitemap | ( | $ | location = array() |
) |
Definition at line 34 of file rsstatic.php.
References $CONTENT_DIR, $pages, and page_list().

| $COMMENT_PREFIX = '' |
Like $SITE_DESC but for comment pages, if available.
Definition at line 15 of file rsstatic.php.
| $CONTENT_DIR = 'content' |
Where are your HTML files located? Default is current directory.
Definition at line 7 of file rsstatic.php.
| $filename |
$CONTENT_DIR . DIRECTORY_SEPARATOR . str_replace(':', DIRECTORY_SEPARATOR, $title) . ".html"
Definition at line 78 of file rsstatic.php.
Referenced by page_list(), and page_view().
| $pages = sitemap() |
Definition at line 52 of file rsstatic.php.
Referenced by breadcrumbs_box(), html_sitemap(), nav_box(), page_list(), page_list2html(), page_view(), sitemap(), and subpages_box().
| $SCRIPT_PREFIX = '/index.php/page:' |
What to add between base URL and page title.
Definition at line 13 of file rsstatic.php.
| print $SITE_DESC = 'Site Updates' |
Description of your website; will appear in the newsfeed.
Definition at line 11 of file rsstatic.php.
| print $SITE_NAME = 'My Website' |
Name of your website; will appear in the title bar and as default header.
Definition at line 5 of file rsstatic.php.
| print $SITE_URL = '' |
Base URL of the actual site (defaults to current server and directory).
Definition at line 9 of file rsstatic.php.
| print $SITE_URL $SCRIPT_PREFIX $title |
Definition at line 76 of file rsstatic.php.
Definition at line 93 of file rsstatic.php.
| if (!empty($COMMENT_PREFIX)) endif |
Definition at line 88 of file rsstatic.php.
| print n |
Definition at line 64 of file rsstatic.php.
1.6.1