From: <var...@us...> - 2009-03-09 16:25:05
|
Revision: 6669 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6669&view=rev Author: vargenau Date: 2009-03-09 16:24:55 +0000 (Mon, 09 Mar 2009) Log Message: ----------- Wikicreole synatx Modified Paths: -------------- trunk/pgsrc/FindPage trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FCreatePagePlugin trunk/pgsrc/Help%2FPhpWeatherPlugin trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/Template%2FAttribute trunk/pgsrc/Template%2FLinkto trunk/pgsrc/Template%2FRelation Modified: trunk/pgsrc/FindPage =================================================================== --- trunk/pgsrc/FindPage 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/FindPage 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Sat, 21 Feb 2009 18:11:05 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,7 +14,7 @@ * [RecentChanges] recorded automatically. * [MoreAboutMechanics|Help:MoreAboutMechanics] of browsing and editing on this server. -Here's a title search. Try something like <tt>wiki or sandwich</tt>. +Here's a title search. Try something like ##wiki or sandwich##. <<WikiFormRich action=TitleSearch method=GET nobr=1 class=wikiaction editbox[] name=s text="" Modified: trunk/pgsrc/Help%FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Sun, 8 Mar 2009 10:12:36 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,7 +14,7 @@ administrator access only. A small number of queries that may (or might not) use the ~MySQL -specific dialect of SQL are provided in <tt>lib/plugin/~AnalyseAccessLogSql.php</tt>. +specific dialect of SQL are provided in ##lib/plugin/~AnalyseAccessLogSql.php##. For more information, please see the section *Adding new queries* below. == Usage @@ -59,7 +59,7 @@ ==Adding new queries -The file <tt>lib/plugin/~AnalyseAccessLogSql.php</tt> contains a default set of queries against the SQL access log. +The file ##lib/plugin/~AnalyseAccessLogSql.php## contains a default set of queries against the SQL access log. Feel free to change this file to suit your own needs, but please note that this requires filesystem access to the web server where ~PhpWiki is running. In particular, this file may need to be modified to correctly query databases other than MySQL. The queries supplied by default are: "*Referring URLs*", "*Referring Domains*", "*Remote Hosts*", "*Users*" and "*Host Users*". Modified: trunk/pgsrc/Help%FCreatePagePlugin =================================================================== --- trunk/pgsrc/Help%2FCreatePagePlugin 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Help%2FCreatePagePlugin 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Sun, 8 Mar 2009 10:12:36 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -44,8 +44,8 @@ expanded on creation. Unassigned variables will stay as %%<var>%%, assigned variables without matching %%<var>%% placeholder will be ignored, without any warning. -A variable in a template is denoted as <tt>%%var%%</tt>, which will be expanded by the -value of <tt>var</tt> given to the vars argument (in urlencoded php notation). +A variable in a template is denoted as ##%%var%%##, which will be expanded by the +value of ##var## given to the vars argument (in urlencoded php notation). Some special variables are automatically assigned: Modified: trunk/pgsrc/Help%FPhpWeatherPlugin =================================================================== --- trunk/pgsrc/Help%2FPhpWeatherPlugin 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Help%2FPhpWeatherPlugin 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Tue, 3 Mar 2009 15:32:44 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -20,11 +20,11 @@ Set this to =true= to have the plugin generate a menu after the report. The user will able to select a country from this menu, and after that, an airport and a language. The default value is - <tt>false</tt>. + ##false##. __icao__: Use this to pre-select a specific airport instead of using the - default one which is <tt>EKAH</tt>. If you want the user to be able + default one which is ##EKAH##. If you want the user to be able to change the station using the menu, then you have to use this as {{{ <<PhpWeather menu=true icao||=EKYT>> @@ -44,14 +44,14 @@ <<PhpWeather menu=true cc||=GB icao||=KTTS>> }}} will show the current weather at the NASA Shuttle Facility, United - States (<tt>KTTS</tt>) and at the same time give the user a list of + States (##KTTS##) and at the same time give the user a list of stations in the United Kingdom. As the example shows, then you - should use <tt>cc||=XX</tt> when combining it with __menu__ set to - <tt>true</tt>. + should use ##cc||=XX## when combining it with __menu__ set to + ##true##. __language__: The default language. When combining __language__ with __menu__ set - to <tt>true</tt> then remember to use the <code>language||=xx</code> + to ##true## then remember to use the <code>language||=xx</code> form. __units__: Modified: trunk/pgsrc/Help%FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Tue, 3 Mar 2009 15:32:44 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -36,11 +36,11 @@ mechanism. In short, you extend a PHP class we provide and customize it to print out the content you want. For more information see [Help:WikiPlugin], [Help:HelloWorldPlugin], and view the source of the files in -<tt>lib/plugin</tt>. +##lib/plugin##. If there is no example page for the plugin, or you need more information, the best place to go is the source of the plugin. Under -your wiki's root directory, the folder <tt>lib/plugin</tt> contains all the PHP +your wiki's root directory, the folder ##lib/plugin## contains all the PHP files for the plugins. == External Requirements @@ -60,7 +60,7 @@ * a [Google license key | http://www.google.com/apis/] for the [Help:GooglePlugin], * optionally an external recommender engine (none yet, php only so far) and the wikilens theme for the RateIt plugin, * optionally apache/mod_log_{my}sql for fast, external log analysis if ACCESS_LOG_SQL=1 (Referer, Abuse Prevention). - See <tt>lib/Request.php</tt> and http://www.outoforder.cc/projects/apache/mod_log_sql/ + See ##lib/Request.php## and http://www.outoforder.cc/projects/apache/mod_log_sql/ == Author [Jeff Dairiki|PhpWiki:JeffDairiki] ? Modified: trunk/pgsrc/Help%FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Help%2FWikiPlugin 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 X-Rcs-Id: $Id$ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) Content-Type: application/x-phpwiki; @@ -95,7 +95,7 @@ For details see the PhpWiki:PageList library documentation. *exclude* and *pages* accept a list of pages. Either as comma-seperated list, -supporting glob-style wildcards, or via the <tt><!plugin-list pluginname ~[args~] !></tt> +supporting glob-style wildcards, or via the ##<!plugin-list pluginname ~[args~] !>## invocation syntax, where pluginname might be any plugin returning a PhpWiki:PageList. See PhpWiki:PluginList. @@ -104,7 +104,7 @@ === Basic Plugin Types -All these plugins derive from the <tt>WikiPlugin</tt> class extending the +All these plugins derive from the ##WikiPlugin## class extending the run method, which returns a object tree of HTML objects, and may react on any provided arguments from the ~WikiPage (see the args below) or Modified: trunk/pgsrc/Template%FAttribute =================================================================== --- trunk/pgsrc/Template%2FAttribute 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Template%2FAttribute 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Mon, 9 Mar 2009 15:27:36 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -19,4 +19,4 @@ Create a new attribute page: <?plugin-form CreatePage initial_content="{{Template/Attribute}}" ?> -Note: Attributes are created implicitly by using the <tt>~:~=</tt> syntax. See [[Help:SemanticRelations|SemanticRelations]] +Note: Attributes are created implicitly by using the ##~:~=## syntax. See [[Help:SemanticRelations|SemanticRelations]] Modified: trunk/pgsrc/Template%FLinkto =================================================================== --- trunk/pgsrc/Template%2FLinkto 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Template%2FLinkto 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Mon, 9 Mar 2009 15:27:36 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +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 @@ <<SemanticSearch page="*" relation="%%LINKTO%%$" s="%%PAGENAME%%$" case_exact=1 noform=1 >> -Note: Relations are created implicitly by using the <tt>~:~:</tt> syntax. See [[Help:SemanticRelations|SemanticRelations]]. This is from the [[Template/Linkto]]. +Note: Relations are created implicitly by using the ##~:~:## syntax. See [[Help:SemanticRelations|SemanticRelations]]. This is from the [[Template/Linkto]]. Create a new relation target page: <?plugin-form CreatePage initial_content={{Template/Linkto}} ?> Modified: trunk/pgsrc/Template%FRelation =================================================================== --- trunk/pgsrc/Template%2FRelation 2009-03-09 16:05:16 UTC (rev 6668) +++ trunk/pgsrc/Template%2FRelation 2009-03-09 16:24:55 UTC (rev 6669) @@ -1,4 +1,4 @@ -Date: Mon, 9 Mar 2009 15:27:36 +0000 +Date: Mon, 9 Mar 2009 17:21:33 +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 @@ Create a new relation page: <?plugin-form CreatePage initial_content={{Template/Relation}} ?> -Note: Relations are created implicitly by using the <tt>~:~:</tt> syntax. +Note: Relations are created implicitly by using the ##~:~:## syntax. See [[Help:SemanticRelations|SemanticRelations]] List of all other used relations: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |