Revision: 7463
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7463&view=rev
Author: vargenau
Date: 2010-06-04 14:15:43 +0000 (Fri, 04 Jun 2010)
Log Message:
-----------
Add paragraph about forbidden characters in page names
Modified Paths:
--------------
trunk/pgsrc/Help%2FAddingPages
Modified: trunk/pgsrc/Help%2FAddingPages
===================================================================
--- trunk/pgsrc/Help%2FAddingPages 2010-06-02 10:39:33 UTC (rev 7462)
+++ trunk/pgsrc/Help%2FAddingPages 2010-06-04 14:15:43 UTC (rev 7463)
@@ -1,4 +1,4 @@
-Date: Thu, 15 Apr 2010 16:32:58 +0000
+Date: Fri, 4 Jun 2010 16:06:47 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
X-Rcs-Id: $Id$
Content-Type: application/x-phpwiki;
@@ -14,6 +14,14 @@
Then you can go ahead and click the question mark at the end of your new
hyperlink, and the Wiki will give you a window for making the new page.
+The page name can contain any character, except:
+* angle brackets (<>),
+* square brackets ([]),
+* curly brackets ({}),
+* double quotes ("),
+* pipe (|),
+* and hash sign (#) that is used for anchors.
+
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:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|