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