From: <var...@us...> - 2011-04-13 13:51:03
|
Revision: 8046 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8046&view=rev Author: vargenau Date: 2011-04-13 13:50:57 +0000 (Wed, 13 Apr 2011) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Template%2FLinkto trunk/pgsrc/Template%2FRelation Modified: trunk/pgsrc/Template%2FLinkto =================================================================== --- trunk/pgsrc/Template%2FLinkto 2011-04-13 13:43:01 UTC (rev 8045) +++ trunk/pgsrc/Template%2FLinkto 2011-04-13 13:50:57 UTC (rev 8046) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 13 Apr 2011 15:47:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -//SemanticSearch for pages with the relation %%LINKTO%% :: *%%PAGENAME%%* (a Linkto)// +//SemanticSearch for pages with the relation %%LINKTO%% ::// **//%%PAGENAME%%//** //(a Linkto)// <<SemanticSearch page="*" relation="%%LINKTO%%$" s="%%PAGENAME%%$" case_exact=1 noform=1 >> Modified: trunk/pgsrc/Template%2FRelation =================================================================== --- trunk/pgsrc/Template%2FRelation 2011-04-13 13:43:01 UTC (rev 8045) +++ trunk/pgsrc/Template%2FRelation 2011-04-13 13:50:57 UTC (rev 8046) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Wed, 13 Apr 2011 15:47:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -//SemanticSearch for pages with the *%%PAGENAME%%* relation:// +//SemanticSearch for pages with the// **//%%PAGENAME%%//** //relation:// <<SemanticSearch page="*" relation=%%PAGENAME%% s="*" case_exact=1 noform=1 >> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |