]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/TemplateExample
bump version
[SourceForge/phpwiki.git] / pgsrc / TemplateExample
1 Date: Sat, 10 Sep 2005 21:42:11 +0100
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11)
3 X-Rcs-Id: $Id: TemplateExample,v 1.1 2005-09-10 21:16:40 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=TemplateExample;
6   pgsrc_version="1 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 <noinclude>
13 The following predefined variables are automatically expanded if existing:
14   pagename
15   mtime     - last modified date + time
16   ctime     - creation date + time
17   author    - last author
18   owner     
19   creator   - first author
20   SERVER_URL, DATA_PATH, SCRIPT_NAME, PHPWIKI_BASE_URL and BASE_URL
21 </noinclude>
22
23 Title: %%title%%   Year: %%year%%
24 ---
25 * Pagename: %%pagename%%
26 * Author: %%author%%
27 * Last modified time: %%mtime%%
28 * Created time: %%ctime%%
29 * Owner: %%owner%%
30 * Creator: %%creator%%
31
32 * SERVER_URL: %%SERVER_URL%%
33 * DATA_PATH: %%DATA_PATH%%
34 * SCRIPT_NAME: %%SCRIPT_NAME%%
35 * PHPWIKI_BASE_URL: %%PHPWIKI_BASE_URL%%
36 * BASE_URL: %%BASE_URL%%