]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/AddingPages
This commit was generated by cvs2svn to compensate for changes in r2,
[SourceForge/phpwiki.git] / pgsrc / AddingPages
1 To add a new page to Wiki, all you have to do is come up with a meaningful title, capatalize all the words and StringThemTogetherLikeThis. Wiki automagically recognizes it as a hyperlink.
2
3 Then you can go ahead and ClickTheQuestionMark at the end of your new hyperlink, and the Wiki will give you a window for making the new page.
4
5 If you wish to add documents with complex markup to the Wiki, you might be better off providing a URL to it than trying to add the text of the document here, like so:
6
7  PhpWiki project homepage: http://wcsb.org:8080/~swain/php/wiki/
8
9 The Wiki does not support HTML tags (see TextFormattingRules).  <tags>They will just render like text.</tags> Wiki is meant to be as simple as possible to encourage use.
10
11 Note that there is a feature that your system administrator can enable to allow embedded HTML, but there are security risks involved.