From: <var...@us...> - 2009-10-02 08:43:57
|
Revision: 7173 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7173&view=rev Author: vargenau Date: 2009-10-02 08:43:48 +0000 (Fri, 02 Oct 2009) Log Message: ----------- Disallow backlinks to CategoryCategory Modified Paths: -------------- trunk/pgsrc/Help%2FInterWiki trunk/pgsrc/Help%2FSiteMapPlugin Modified: trunk/pgsrc/Help%2FInterWiki =================================================================== --- trunk/pgsrc/Help%2FInterWiki 2009-10-02 08:25:04 UTC (rev 7172) +++ trunk/pgsrc/Help%2FInterWiki 2009-10-02 08:43:48 UTC (rev 7173) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Fri, 2 Oct 2009 10:42:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -35,8 +35,8 @@ The "Category" moniker is a special entry which allows one to link a wiki page to a Category page without creating a back-reference. Thus -[[Category:Category]] links to the [[CategoryCategory]] page, yet this page -won't show up in the back-links listing of [[CategoryCategory]]. +[[Category:Category]] links to the [[:CategoryCategory|CategoryCategory]] page, yet this page +won't show up in the back-links listing of [[:CategoryCategory|CategoryCategory]]. The term "~InterWiki" also refers to a broader concept. See [[PhpWiki:InterWikiSearch]] for more links. Modified: trunk/pgsrc/Help%2FSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FSiteMapPlugin 2009-10-02 08:25:04 UTC (rev 7172) +++ trunk/pgsrc/Help%2FSiteMapPlugin 2009-10-02 08:43:48 UTC (rev 7173) @@ -1,4 +1,4 @@ -Date: Mon, 1 Jun 2009 15:05:05 +0000 +Date: Fri, 2 Oct 2009 10:42:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,9 +8,9 @@ charset=UTF-8 Content-Transfer-Encoding: binary -This is a quick mod of BackLinks to do the job recursively. If your +This is a quick mod of [[Help:BackLinksPlugin|BackLinks plugin]] to do the job recursively. If your site is categorized correctly, and all the categories are listed in -CategoryCategory, then a recursive BackLinks there will produce a contents +[[:CategoryCategory|CategoryCategory]], then a recursive ~BackLinks there will produce a contents page for the entire site. The list is as deep as the recursion level. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |