index.php File Reference

this page is responsible for sending appropriate headers, and calling prepend.inc.php as well as the template More...


Enumerations

enum  wc_inc_path

Variables

 $file_path = __FILE__
 $path = dirname(__FILE__).'/'
 $ini = new ini(wc_inc_path.'/conf/config.ini')
 global configuration variable
 $mode = ''
 current mode of wiki, it controls the behaviour or the active plugin
 $title = ''
 the title of the page we're looking at
 $user_lang = wc_default_lang
 lang of user for the content, can be overriden by the lang specified in the url
 $cacheLite = new WiclearCache($user_id, $mode, $title, $user_lang)
 the cache
 $browser_title_page = handleBrowserTitlePage()
 $data = ob_get_contents()
global $node
global $mainPage
 $accept_xml


Detailed Description

this page is responsible for sending appropriate headers, and calling prepend.inc.php as well as the template


Variable Documentation

$accept_xml

Initial value:

  isset($_SERVER['HTTP_ACCEPT']) &&
  strpos($_SERVER['HTTP_ACCEPT'],'application/xhtml+xml') !== false

$cacheLite = new WiclearCache($user_id, $mode, $title, $user_lang)

the cache

$ini = new ini(wc_inc_path.'/conf/config.ini')

global configuration variable

$mode = ''

current mode of wiki, it controls the behaviour or the active plugin

$title = ''

the title of the page we're looking at

$user_lang = wc_default_lang

lang of user for the content, can be overriden by the lang specified in the url


Generated on Mon Feb 19 19:11:58 2007 for Wiclear by  doxygen 1.4.7