/var/www/lighttpd/fcp.website/rsstatic.php File Reference

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()
print n
print $SITE_URL $SCRIPT_PREFIX $title
 $filename
 endif
 endforeach

Function Documentation

page_list ( dir  ) 

Definition at line 19 of file rsstatic.php.

References $filename, and $pages.

sitemap ( location = array()  ) 

Definition at line 34 of file rsstatic.php.

References $CONTENT_DIR, $pages, and page_list().

Here is the call graph for this function:


Variable Documentation

$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
Initial value:
 $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()
$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.


Generated on 10 Oct 2009 for Fcp.Website by  doxygen 1.6.1