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