]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAddingPages
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FAddingPages
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FAddingPages;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 To add a new page to the wiki, all you have to do is come up with a
10 meaningful title and put it between {{{[[double brackets]]}}}.
11
12 Then you can go ahead and click the question mark at the end of your new
13 hyperlink, and the Wiki will give you a window for making the new page.
14
15 The page name can contain any character, except:
16 * angle brackets (<>),
17 * square brackets ([]),
18 * curly brackets ({}),
19 * double quotes ("),
20 * pipe (|),
21 * and hash sign (#) that is used for anchors.
22
23 If you wish to add documents with complex markup to the wiki, you
24 might be better off providing a URL to it than trying to add the text
25 of the document here, like so:
26 {{{
27 [[http://phpwiki.sourceforge.net/|PhpWiki project homepage]]
28 }}}
29 [[http://phpwiki.sourceforge.net/|PhpWiki project homepage]]
30
31 The Wiki does not support most HTML tags, only the simpliest. See [[Help:TextFormattingRules|TextFormattingRules]].
32 <tags>They will just render like text.</tags> Wiki is meant to be as
33 simple as possible to encourage use.
34
35 Note that there is a feature that your system administrator can enable
36 to allow embedded HTML, but there are security risks involved.
37
38 <noinclude>
39 ----
40 [[PhpWikiDocumentation]]
41 </noinclude>