From: <var...@us...> - 2010-08-09 12:06:21
|
Revision: 7632 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7632&view=rev Author: vargenau Date: 2010-08-09 12:06:15 +0000 (Mon, 09 Aug 2010) Log Message: ----------- This is not true: content can be put before the plugin call Modified Paths: -------------- trunk/lib/plugin/RedirectTo.php trunk/pgsrc/Help%2FRedirectToPlugin Modified: trunk/lib/plugin/RedirectTo.php =================================================================== --- trunk/lib/plugin/RedirectTo.php 2010-08-09 12:00:55 UTC (rev 7631) +++ trunk/lib/plugin/RedirectTo.php 2010-08-09 12:06:15 UTC (rev 7632) @@ -25,7 +25,6 @@ * Usage: * <<RedirectTo href="http://www.internet-technology.de/fourwins_de.htm" >> * or <<RedirectTo page=AnotherPage >> - * at the VERY FIRST LINE in the content! Otherwise it will be ignored. * * Author: Reini Urban <ru...@x-...> * Modified: trunk/pgsrc/Help%2FRedirectToPlugin =================================================================== --- trunk/pgsrc/Help%2FRedirectToPlugin 2010-08-09 12:00:55 UTC (rev 7631) +++ trunk/pgsrc/Help%2FRedirectToPlugin 2010-08-09 12:06:15 UTC (rev 7632) @@ -1,4 +1,4 @@ -Date: Mon, 9 Aug 2010 14:00:10 +0000 +Date: Mon, 9 Aug 2010 14:02:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,6 +14,7 @@ When redirecting to another wiki page, a note is added to the top of the target page saying //(Redirected from SomeRedirectingPage)//. +Redirection to external URLs will only work on locked pages. == Arguments == @@ -36,12 +37,11 @@ == Caveats == -The ~RedirectToPlugin invocation must be the first thing on a page. -For most purposes it makes any other content on the page inaccessible. +For most purposes, the ~RedirectToPlugin invocation makes any other content on the page inaccessible. == Example == -A page may be made a alias for the HomePage by placing this code at the top: +A page may be made a alias for the [[HomePage]] by using this code: {{{ <<RedirectTo page="HomePage">> }}} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |