From: <var...@us...> - 2009-02-24 16:24:30
|
Revision: 6550 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6550&view=rev Author: vargenau Date: 2009-02-24 16:24:26 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Escape bad links Modified Paths: -------------- trunk/pgsrc/Help%2FAddingPages trunk/pgsrc/Help%2FLinkIcons trunk/pgsrc/Help%2FPhpWiki trunk/pgsrc/Help%2FWikiPlugin Modified: trunk/pgsrc/Help%FAddingPages =================================================================== --- trunk/pgsrc/Help%2FAddingPages 2009-02-24 15:54:45 UTC (rev 6549) +++ trunk/pgsrc/Help%2FAddingPages 2009-02-24 16:24:26 UTC (rev 6550) @@ -21,7 +21,7 @@ might be better off providing a URL to it than trying to add the text of the document here, like so: -PhpWiki project homepage: http://phpwiki.sourceforge.net/ +~PhpWiki project homepage: http://phpwiki.sourceforge.net/ The Wiki does not support most HTML tags, only the simpliest. See [TextFormattingRules|Help:TextFormattingRules]. <tags>They will just render like text.</tags> Wiki is meant to be as Modified: trunk/pgsrc/Help%FLinkIcons =================================================================== --- trunk/pgsrc/Help%2FLinkIcons 2009-02-24 15:54:45 UTC (rev 6549) +++ trunk/pgsrc/Help%2FLinkIcons 2009-02-24 16:24:26 UTC (rev 6550) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -~LinkIcons are an optional new feature of ~PhpWiki. When activated, +**~LinkIcons** are an optional new feature of ~PhpWiki. When activated, icons will be displayed in front of URLs to indicate the type of link. * [themes/default/images/http.png] @@ -24,7 +24,7 @@ * [themes/default/images/ftp.png] ftp link -__Note__: Some of the default icons use the alpha channel feature of +**Note**: Some of the default icons use the alpha channel feature of the [PNG | http://www.libpng.org/pub/png/png-sitemap.html] image format for smooth rendering on any page color or textured background. Older browsers may not display all the images properly. @@ -34,7 +34,7 @@ The following examples will display with the above link icons only if the administrator has enabled this feature. -=== InterWiki links +=== ~InterWiki links * ~InterWiki link PhpWiki:InterWiki * A named ~InterWiki [read WhyWikiWorks at c2|Wiki:WhyWikiWorks]. Modified: trunk/pgsrc/Help%FPhpWiki =================================================================== --- trunk/pgsrc/Help%2FPhpWiki 2009-02-24 15:54:45 UTC (rev 6549) +++ trunk/pgsrc/Help%2FPhpWiki 2009-02-24 16:24:26 UTC (rev 6550) @@ -10,7 +10,7 @@ You are using ~PhpWiki at this very moment. Incredible, ain't it? -Visit our home page at http://phpwiki.sourceforge.net/ and see PhpWiki +Visit our home page at http://phpwiki.sourceforge.net/ and see ~PhpWiki in action at http://phpwiki.sourceforge.net/phpwiki/ (and of course here too :-)). Modified: trunk/pgsrc/Help%FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2009-02-24 15:54:45 UTC (rev 6549) +++ trunk/pgsrc/Help%2FWikiPlugin 2009-02-24 16:24:26 UTC (rev 6550) @@ -162,7 +162,7 @@ The term *[ActionPage|Help:ActionPage]* refers to a page containing a plugin invocation with the same or translated pluginname as the pagename. An *action* is together with the *pagename* argument the basic -PhpWiki argument. +~PhpWiki argument. It can both be GET or POST actions. Actions are untranslated, always english, pagenames can be localized. Basic (and old) actions are all lowercase, like edit, browse, remove, ... @@ -178,7 +178,7 @@ # Split simple plugins into multiple actions, like RecentChanges/RecentEdits, MostPopular/LeastPopular, AllPages/AllPagesCreatedByMe/AllPagesLastEditedByMe/ AllPagesOwnedByMe which differ only in one argument. -# Simplify the syntax for actions on another actions using a PageList +# Simplify the syntax for actions on another actions using a ~PageList as result of an actionpage as input parameter for another action or format. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |