From: <var...@us...> - 2009-02-21 20:35:02
|
Revision: 6527 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6527&view=rev Author: vargenau Date: 2009-02-21 20:34:55 +0000 (Sat, 21 Feb 2009) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FGoToPlugin trunk/pgsrc/Help%2FGoogleMapsPlugin trunk/pgsrc/Help%2FGooglePluginPlugin trunk/pgsrc/Help%2FGraphVizPlugin trunk/pgsrc/Help%2FHtmlConverterPlugin trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FIncludePagesPlugin trunk/pgsrc/Help%2FIncludeSiteMapPlugin trunk/pgsrc/Help%2FInterWikiSearchPlugin trunk/pgsrc/Help%2FJabberPresencePlugin trunk/pgsrc/Help%2FLdapSearchPlugin trunk/pgsrc/Help%2FLikePagesPlugin trunk/pgsrc/Help%2FLinkDatabasePlugin trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FMagicPhpWikiURLs trunk/pgsrc/Help%2FMediawikiTablePlugin trunk/pgsrc/Help%2FModeratedPagePlugin trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FNoCachePlugin trunk/pgsrc/Help%2FOrphanedPagesPlugin trunk/pgsrc/Help%2FRandomPagePlugin trunk/pgsrc/Help%2FRateItPlugin trunk/pgsrc/Help%2FRawHtmlPlugin trunk/pgsrc/Help%2FRecentChangesCachedPlugin trunk/pgsrc/Help%2FRecentCommentsPlugin trunk/pgsrc/Help%2FRecentEditsPlugin trunk/pgsrc/Help%2FRecentReferrersPlugin trunk/pgsrc/Help%2FRedirectToPlugin trunk/pgsrc/Help%2FRelatedChangesPlugin trunk/pgsrc/Help%2FRichTablePlugin trunk/pgsrc/Help%2FRssFeedPlugin Modified: trunk/pgsrc/Help%FGoToPlugin =================================================================== --- trunk/pgsrc/Help%2FGoToPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FGoToPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -15,7 +15,7 @@ == Usage <verbatim> - <?plugin GoTo ?> + <<GoTo>> </verbatim> == Arguments @@ -25,10 +25,10 @@ == Example <verbatim> -<?plugin GoTo ?> +<<GoTo>> </verbatim> -<?plugin GoTo ?> +<<GoTo>> == Authors * Michael van Dam Modified: trunk/pgsrc/Help%FGoogleMapsPlugin =================================================================== --- trunk/pgsrc/Help%2FGoogleMapsPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FGoogleMapsPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin GoogleMaps ?> + <<GoogleMaps>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin GoogleMaps ?> +<<GoogleMaps>> </verbatim> -<?plugin GoogleMaps ?> +<<GoogleMaps>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FGooglePluginPlugin =================================================================== --- trunk/pgsrc/Help%2FGooglePluginPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FGooglePluginPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin GooglePlugin ?> + <<GooglePlugin>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin GooglePlugin ?> +<<GooglePlugin>> </verbatim> -<?plugin GooglePlugin ?> +<<GooglePlugin>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -21,9 +21,9 @@ == Usage <verbatim> -<?plugin GraphViz [options...] +<<GraphViz [options...] multiline dot script ... -?> +>> </verbatim> == Arguments @@ -42,7 +42,7 @@ == Example <verbatim> -<?plugin GraphViz +<<GraphViz digraph automata_0 { size ="8.5, 11"; node [ shape = circle]; @@ -56,12 +56,12 @@ 2 -> 1 [ label = "other " ]; "Machine: a" [ shape = plaintext ]; } -?> +>> </verbatim> is rendered as -<?plugin GraphViz +<<GraphViz digraph automata_0 { size ="8.5, 11"; node [shape = circle]; @@ -75,11 +75,10 @@ 2 -> 1 [ label = "other " ]; "Machine: a" [ shape = plaintext ]; } -?> +>> == Author +* [Reini Urban|PhpWiki:ReiniUrban] - [Reini Urban|PhpWiki:ReiniUrban] - ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] Modified: trunk/pgsrc/Help%FHtmlConverterPlugin =================================================================== --- trunk/pgsrc/Help%2FHtmlConverterPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FHtmlConverterPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin HtmlConverter ?> + <<HtmlConverter>> </verbatim> == Arguments @@ -22,10 +22,10 @@ == Example <verbatim> -<?plugin HtmlConverter ?> +<<HtmlConverter>> </verbatim> -<?plugin HtmlConverter ?> +<<HtmlConverter>> == Authors * [Hendrik Scheider|mailto:hen...@wi...] Modified: trunk/pgsrc/Help%FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> -<?plugin IncludePage page=OtherPage rev=6 quiet=1 words=50 lines=6 ?> +<<IncludePage page=OtherPage rev=6 quiet=1 words=50 lines=6>> </verbatim> == Arguments @@ -63,19 +63,19 @@ == Examples === ~IncludePage page=Help/~AllPagesPlugin -<?plugin IncludePage page=Help/AllPagesPlugin ?> +<<IncludePage page=Help/AllPagesPlugin>> === ~IncludePage page=Help/~AllPagesPlugin lines=6 -<?plugin IncludePage page=Help/AllPagesPlugin lines=6 ?> +<<IncludePage page=Help/AllPagesPlugin lines=6>> === ~IncludePage page=Help/~AllPagesPlugin section="Arguments" -<?plugin IncludePage page=Help/AllPagesPlugin section="Arguments" ?> +<<IncludePage page=Help/AllPagesPlugin section="Arguments">> === ~IncludePage page=Help/~AllPagesPlugin section="Arguments" sectionhead=true -<?plugin IncludePage page=Help/AllPagesPlugin section="Arguments" sectionhead=true ?> +<<IncludePage page=Help/AllPagesPlugin section="Arguments" sectionhead=true>> === ~IncludePage page=Help/~AllPagesPlugin sections=2 -<?plugin IncludePage page=Help/AllPagesPlugin sections=2 ?> +<<IncludePage page=Help/AllPagesPlugin sections=2>> == Known bugs Modified: trunk/pgsrc/Help%FIncludePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagesPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FIncludePagesPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin IncludePages pages=<!plugin-list BackLinks !> ?> + <<IncludePages pages=<!plugin-list BackLinks !> >> </verbatim> == Arguments @@ -23,13 +23,13 @@ == Example <verbatim> -<?plugin IncludePages ?> +<<IncludePages>> </verbatim> -<?plugin IncludePages ?> +<<IncludePages>> == Author -[Reini Urban|PhpWiki:ReiniUrban] +* [Reini Urban|PhpWiki:ReiniUrban] == See Also * [Help:IncludePagePlugin] Modified: trunk/pgsrc/Help%FIncludeSiteMapPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin IncludeSiteMap ?> + <<IncludeSiteMap>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin IncludeSiteMap ?> +<<IncludeSiteMap>> </verbatim> -<?plugin IncludeSiteMap ?> +<<IncludeSiteMap>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FInterWikiSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FInterWikiSearchPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FInterWikiSearchPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin InterWikiSearch ?> + <<InterWikiSearch>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin InterWikiSearch ?> +<<InterWikiSearch>> </verbatim> -<?plugin InterWikiSearch ?> +<<InterWikiSearch>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FJabberPresencePlugin =================================================================== --- trunk/pgsrc/Help%2FJabberPresencePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FJabberPresencePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin JabberPresence ?> + <<JabberPresence>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin JabberPresence ?> +<<JabberPresence>> </verbatim> -<?plugin JabberPresence ?> +<<JabberPresence>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FLdapSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FLdapSearchPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FLdapSearchPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,21 +12,21 @@ == Usage <verbatim> - <?plugin LdapSearch ?> - <?plugin LdapSearch + <<LdapSearch>> + <<LdapSearch host="localhost" port=389 basedn="" filter="(cn=*)" attributes="" - ?> - <?plugin LdapSearch host=ldap.example.com filter="(ou=web-team)" - attributes="sn cn telephonenumber" ?> - <?plugin LdapSearch host="ldap.itd.umich.edu" basedn="" filter="(sn=jensen)" attributes="cn drink" ?> - <?plugin LdapSearch host=ldap.example.com attributes="cn sn telephonenumber" ?> - <?plugin LdapSearch host=bugs.debian.org port=10101 basedn="dc=current,dc=bugs,dc=debian,dc=org" + >> + <<LdapSearch host=ldap.example.com filter="(ou=web-team)" + attributes="sn cn telephonenumber">> + <<LdapSearch host="ldap.itd.umich.edu" basedn="" filter="(sn=jensen)" attributes="cn drink">> + <<LdapSearch host=ldap.example.com attributes="cn sn telephonenumber">> + <<LdapSearch host=bugs.debian.org port=10101 basedn="dc=current,dc=bugs,dc=debian,dc=org" filter="(debbugsPackage=phpwiki)" - attributes="debbugsSeverity debbugsState debbugsTitle" ?> + attributes="debbugsSeverity debbugsState debbugsTitle">> </verbatim> == Arguments @@ -58,17 +58,17 @@ == Examples -<?plugin WikiFormRich action=LdapSearch +<<WikiFormRich action=LdapSearch editbox[] name=host value=bugs.debian.org size=80 editbox[] name=port value=10101 size=80 editbox[] name=basedn value="dc=current,dc=bugs,dc=debian,dc=org" size=80 editbox[] name=filter value="(debbugsPackage=phpwiki)" size=80 editbox[] name=attributes value="debbugsSeverity debbugsState debbugsTitle" size=80 submit[] reset[] -?> +>> == Author -[John Lines|PhpWiki:JohnLines] +* [John Lines|PhpWiki:JohnLines] == See Also Modified: trunk/pgsrc/Help%FLikePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FLikePagesPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FLikePagesPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin LikePages ?> + <<LikePages>> </verbatim> == Arguments @@ -29,10 +29,10 @@ == Example <verbatim> -<?plugin LikePages page=HomePage ?> +<<LikePages page=HomePage>> </verbatim> -<?plugin LikePages page=HomePage ?> +<<LikePages page=HomePage>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FLinkDatabasePlugin =================================================================== --- trunk/pgsrc/Help%2FLinkDatabasePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin LinkDatabase ?> + <<LinkDatabase>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin LinkDatabase ?> +<<LinkDatabase>> </verbatim> -<?plugin LinkDatabase ?> +<<LinkDatabase>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FListPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListPagesPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FListPagesPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -20,9 +20,9 @@ == Usage <verbatim> - <?plugin ListPages pages=HomePage,FindPage,WikiWikiWeb ?> + <<ListPages pages=HomePage,FindPage,WikiWikiWeb>> - <?plugin ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin ?> + <<ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin>> </verbatim> ---- Modified: trunk/pgsrc/Help%FListSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListSubpagesPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FListSubpagesPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,7 +13,7 @@ == Usage <verbatim> -<?plugin ListSubpages ?> +<<ListSubpages>> </verbatim> == Arguments @@ -36,10 +36,10 @@ == Example <verbatim> -<?plugin ListSubpages basepage=Help maxpages=10 ?> +<<ListSubpages basepage=Help maxpages=10>> </verbatim> -<?plugin ListSubpages basepage=Help maxpages=10 ?> +<<ListSubpages basepage=Help maxpages=10>> == Author * [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FMagicPhpWikiURLs =================================================================== --- trunk/pgsrc/Help%2FMagicPhpWikiURLs 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FMagicPhpWikiURLs 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -103,12 +103,12 @@ simply inserts the search results of the plugin: <verbatim> -<?plugin TitleSearch s=wiki noheader=true ?> +<<TitleSearch s=wiki noheader=true>> </verbatim> Search results for Page titles containing 'wiki': -<?plugin TitleSearch s=wiki noheader=true ?> +<<TitleSearch s=wiki noheader=true>> <verbatim> <?plugin-form FullTextSearch ?> Modified: trunk/pgsrc/Help%FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Mon, 16 Feb 2009 15:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -26,7 +26,7 @@ === HTML attributes -<?plugin RichTable +<<RichTable * class="bordered" - style="font-weight:bold;background-color:#d8d8d8;", align=center | @@ -53,7 +53,7 @@ For a cell | ~| align="right" | Cell 2 (right aligned) -?> +>> The attributes might be put with or without double quotes. Modified: trunk/pgsrc/Help%FModeratedPagePlugin =================================================================== --- trunk/pgsrc/Help%2FModeratedPagePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FModeratedPagePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -37,14 +37,14 @@ == Usage <verbatim> - <?plugin ModeratedPage ?> + <<ModeratedPage>> </verbatim> == Arguments * moderators: comma seperated list of registered usernames or groups. Each user should have his email defined in his prefs. Default: "Administrators" or - <?plugin SystemInfo ADMIN_USER ?> + <<SystemInfo ADMIN_USER>> * requirelevel: one of 0, 1, 2 or 10 on which moderation is used. Default: false (use requireaccess instead) * requireaccess: comma separated list of access perms, on which the moderation is used "view,edit,create,list,remove,change" @@ -53,7 +53,7 @@ == Example <verbatim> -<?plugin ModeratedPage ?> +<<ModeratedPage>> </verbatim> == How does it work internally? Modified: trunk/pgsrc/Help%FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,7 +13,7 @@ == Usage <verbatim> -<?plugin MostPopular ?> +<<MostPopular>> </verbatim> == Arguments @@ -24,10 +24,10 @@ == Example <verbatim> -<?plugin MostPopular ?> +<<MostPopular>> </verbatim> -<?plugin MostPopular ?> +<<MostPopular>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FNoCachePlugin =================================================================== --- trunk/pgsrc/Help%2FNoCachePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FNoCachePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin NoCache ?> + <<NoCache>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin NoCache ?> +<<NoCache>> </verbatim> -<?plugin NoCache ?> +<<NoCache>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FOrphanedPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FOrphanedPagesPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FOrphanedPagesPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin OrphanedPages ?> + <<OrphanedPages>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin OrphanedPages limit=10 ?> +<<OrphanedPages limit=10>> </verbatim> -<?plugin OrphanedPages limit=10 ?> +<<OrphanedPages limit=10>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRandomPagePlugin =================================================================== --- trunk/pgsrc/Help%2FRandomPagePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRandomPagePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RandomPage ?> + <<RandomPage>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RandomPage ?> +<<RandomPage>> </verbatim> -<?plugin RandomPage ?> +<<RandomPage>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRateItPlugin =================================================================== --- trunk/pgsrc/Help%2FRateItPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRateItPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RateIt ?> + <<RateIt>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RateIt ?> +<<RateIt>> </verbatim> -<?plugin RateIt ?> +<<RateIt>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRawHtmlPlugin =================================================================== --- trunk/pgsrc/Help%2FRawHtmlPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRawHtmlPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ For this plugin to work, the page must be locked by the administrator. If you are seeing the raw HTML being displayed below, instead of rendered, try locking the page (log in as the administrator first). -<?plugin RawHtml +<<RawHtml <!-- Keep link lines at 72 characters or lynx will break them poorly. --> <!-- Obviously, we list ONLY the most useful/important URLs here. --> @@ -49,7 +49,7 @@ </td> </tr> </table> -?> +>> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] Modified: trunk/pgsrc/Help%FRecentChangesCachedPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentChangesCachedPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRecentChangesCachedPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RecentChangesCached ?> + <<RecentChangesCached>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RecentChangesCached ?> +<<RecentChangesCached>> </verbatim> -<?plugin RecentChangesCached ?> +<<RecentChangesCached>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRecentCommentsPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentCommentsPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRecentCommentsPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RecentComments ?> + <<RecentComments>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RecentComments ?> +<<RecentComments>> </verbatim> -<?plugin RecentComments ?> +<<RecentComments>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRecentEditsPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentEditsPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRecentEditsPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RecentEdits ?> + <<RecentEdits>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RecentEdits ?> +<<RecentEdits>> </verbatim> -<?plugin RecentEdits ?> +<<RecentEdits>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRecentReferrersPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentReferrersPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRecentReferrersPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RecentReferrers ?> + <<RecentReferrers>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RecentReferrers ?> +<<RecentReferrers>> </verbatim> -<?plugin RecentReferrers ?> +<<RecentReferrers>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRedirectToPlugin =================================================================== --- trunk/pgsrc/Help%2FRedirectToPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRedirectToPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -31,7 +31,7 @@ A page may be made a alias for the HomePage by placing this code at the top: <verbatim> -<?plugin RedirectTo page="HomePage" ?> +<<RedirectTo page="HomePage">> </verbatim> To see the example in action, visit HomePageAlias. Modified: trunk/pgsrc/Help%FRelatedChangesPlugin =================================================================== --- trunk/pgsrc/Help%2FRelatedChangesPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRelatedChangesPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,7 +12,7 @@ == Usage <verbatim> - <?plugin RelatedChanges ?> + <<RelatedChanges>> </verbatim> == Arguments @@ -23,10 +23,10 @@ == Example <verbatim> -<?plugin RelatedChanges ?> +<<RelatedChanges>> </verbatim> -<?plugin RelatedChanges ?> +<<RelatedChanges>> == Author [Reini Urban|PhpWiki:ReiniUrban] Modified: trunk/pgsrc/Help%FRichTablePlugin =================================================================== --- trunk/pgsrc/Help%2FRichTablePlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRichTablePlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -39,7 +39,7 @@ == Example -<?plugin RichTable +<<RichTable *border=1, cellpadding=5, bgcolor=#f0f8f8, width=75%, align=center - @@ -69,12 +69,12 @@ |* align=left This cell uses the row color | I wish this cell had a nested table inside it! :( -?> +>> The above table is rendered from: <verbatim> -<?plugin RichTable +<<RichTable *border=1, cellpadding=5, bgcolor=#f0f8f8, width=75%, align=center - @@ -104,7 +104,7 @@ |* align=left This cell uses the row color | I wish this cell had a nested table inside it! :( -?> +>> </verbatim> == Known Bugs Modified: trunk/pgsrc/Help%FRssFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FRssFeedPlugin 2009-02-21 20:19:42 UTC (rev 6526) +++ trunk/pgsrc/Help%2FRssFeedPlugin 2009-02-21 20:34:55 UTC (rev 6527) @@ -1,4 +1,4 @@ -Date: Sat, 24 Jan 2009 20:18:24 +0100 +Date: Sat, 21 Feb 2009 21:33:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,7 +13,7 @@ == Usage <verbatim> -<?plugin RssFeed url=http://somesite.tld/linktofeed.rss ?> +<<RssFeed url=http://somesite.tld/linktofeed.rss>> </verbatim> == Arguments @@ -46,8 +46,8 @@ === ~PhpWikiRss feed for [PhpWiki:RecentChanges] <verbatim> -<?plugin RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss ?> +<<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges" + url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> </verbatim> === Example as sidebar box This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |