From: <var...@us...> - 2008-10-22 12:38:06
|
Revision: 6327 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6327&view=rev Author: vargenau Date: 2008-10-22 12:37:57 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Explicit links Modified Paths: -------------- trunk/pgsrc/Help%2FHowToUseWiki trunk/pgsrc/Help%2FOldTextFormattingRules trunk/pgsrc/Help%2FSearchHighlightPlugin trunk/pgsrc/Help%2FTextFormattingRules trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/Help%2F_AuthInfoPlugin trunk/pgsrc/Help%2F_BackendInfoPlugin trunk/pgsrc/Help%2F_GroupInfoPlugin trunk/pgsrc/Help%2Ftext2pngPlugin Modified: trunk/pgsrc/Help%FHowToUseWiki =================================================================== --- trunk/pgsrc/Help%2FHowToUseWiki 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2FHowToUseWiki 2008-10-22 12:37:57 UTC (rev 6327) @@ -67,7 +67,7 @@ ---- A [WikiWikiWeb] is meant to be fast and easy to edit. It has very simple -markup that you can read about in Help:TextFormattingRules. +markup that you can read about in [Help:TextFormattingRules]. ---- Modified: trunk/pgsrc/Help%FOldTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FOldTextFormattingRules 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2FOldTextFormattingRules 2008-10-22 12:37:57 UTC (rev 6327) @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary ! Synopsis -Help:OldTextFormattingRules <br> +[Help:OldTextFormattingRules] <br> <strong>Emphasis:</strong> '<strong></strong>' for <em>italics</em>, _<em></em>~_ for <strong>bold</strong>, '<strong></strong>'_<em></em>~_ for <em><strong>both</strong></em>.%%% <strong>Lists:</strong> * for bullet lists, # for numbered lists, <em><strong>;</strong> term <strong>~:</strong> definition</em> for definition lists.%%% <strong>References:</strong> ~JoinCapitalizedWords or use square brackets for a ~[page link] or URL ~[~http~://cool.wiki.int/~].%%% @@ -98,7 +98,7 @@ ?> ;:Note that multiple <strong>|</strong>'s lead to spanned columns, and <strong>v</strong>'s can be used to span rows. A <strong>></strong> generates a right justified column, <strong><</strong> a left justified column and <strong>^</strong> a centered column (which is the default.) -;:With the new Help:TextFormatingsRules tables are only supported with the Help:OldStyleTablePlugin. +;:With the new [Help:TextFormatingsRules] tables are only supported with the [Help:OldStyleTablePlugin]. ! HTML Mark-Up Language Modified: trunk/pgsrc/Help%FSearchHighlightPlugin =================================================================== --- trunk/pgsrc/Help%2FSearchHighlightPlugin 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2FSearchHighlightPlugin 2008-10-22 12:37:57 UTC (rev 6327) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *~SearchHighLight* [plugin|Help:WikiPlugin] is an Help:ActionPage plugin, +The *~SearchHighLight* [plugin|Help:WikiPlugin] is an [Help:ActionPage] plugin, which is only used internally. When someone is referred from a search engine like Google, Yahoo Modified: trunk/pgsrc/Help%FTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FTextFormattingRules 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2FTextFormattingRules 2008-10-22 12:37:57 UTC (rev 6327) @@ -11,7 +11,7 @@ <?plugin CreateToc jshide||=1 with_toclink||=1 ?> ---- ! Synopsis -Help:TextFormattingRules <br> +[Help:TextFormattingRules] <br> *Emphasis:* <tt>~_</tt> for _italics_, <tt>~*</tt> for *bold*, <tt>~_~*</tt> for _*both*_, <tt>~=</tt> for =fixed width=.%%% *Lists:* <tt>~*</tt> for bullet lists, <tt>#</tt> for numbered lists, @@ -53,7 +53,7 @@ Two tildes inside an URL (without brackets) become a single tilde. => [http://foo.bar/~user] or http://foo.bar/~~user * Special non-ascii or non-latin characters are printed as-is only if supported - by the native wiki CHARSET. Add such characters on a non-supported CHARSET with the Help:RawHtmlPlugin if it is enabled by the Admin and e.g. the &#num; syntax. %%% + by the native wiki CHARSET. Add such characters on a non-supported CHARSET with the [Help:RawHtmlPlugin] if it is enabled by the Admin and e.g. the &#num; syntax. %%% E.g. These japanese euc-jp chars 'から 新規ページ' on this =<?plugin SystemInfo CHARSET?>= wiki. And with the plugin: <?plugin RawHtml から 新規ページ ?> %%% And this is how it should look: [http://phpwiki.sourceforge.net/demo/images/chars-releasenotes-japanese.png] @@ -214,7 +214,7 @@ Term 2 | Here's definition 2. -* Old-style tables are supported through the Help:OldStyleTablePlugin +* Old-style tables are supported through the [Help:OldStyleTablePlugin] !!! HTML Mark-Up Language Modified: trunk/pgsrc/Help%FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2FWikiPlugin 2008-10-22 12:37:57 UTC (rev 6327) @@ -16,7 +16,7 @@ in the =lib/plugin= directory or see the [PluginManager] list or see all the [Help/*Plugin pages|phpwiki:TitleSearch?s=Help/*Plugin]. -To write your own, look at the Help:HelloWorldPlugin (~HelloWorld.php +To write your own, look at the [Help:HelloWorldPlugin] (~HelloWorld.php in that directory), which is a minimal example of a plugin. Publish your self-written plugin at a new PhpWiki page with ~PluginName + *Plugin* appended @@ -113,7 +113,7 @@ A basic plugin just needs the run() method, and optionally getName, getDescription, getVersion, getDefaultArguments. See the -Help:HelloWorldPlugin for a short introduction. +[Help:HelloWorldPlugin] for a short introduction. *plugin* reacts on its arguments and the request and displays arbitrary HTML. Modified: trunk/pgsrc/Help%F_AuthInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_AuthInfoPlugin 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2F_AuthInfoPlugin 2008-10-22 12:37:57 UTC (rev 6327) @@ -18,7 +18,7 @@ !!! Usage <verbatim> - <?plugin _AuthInfo userid||=AdminUser ?> +<?plugin _AuthInfo userid||=AdminUser ?> </verbatim> !!! Arguments @@ -28,15 +28,16 @@ !!! Example -See DebugAuthInfo +See [DebugAuthInfo] !!! Authors -[Jeff Dairiki|PhpWiki:JeffDairiki], [Reini Urban|PhpWiki:ReiniUrban] +* [Jeff Dairiki|PhpWiki:JeffDairiki] +* [Reini Urban|PhpWiki:ReiniUrban] !!! See Also +* [DebugAuthInfo] is the corresponding [Help:ActionPage]. +* [Help:_GroupInfoPlugin] +* [Help:_BackendInfoPlugin] -DebugAuthInfo is the corresponding Help:ActionPage. - -Help:_GroupInfoPlugin, Help:_BackendInfoPlugin ---- -[PhpWikiDocumentation] [CategoryWikiPlugin] \ No newline at end of file +[PhpWikiDocumentation] [CategoryWikiPlugin] Modified: trunk/pgsrc/Help%F_BackendInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_BackendInfoPlugin 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2F_BackendInfoPlugin 2008-10-22 12:37:57 UTC (rev 6327) @@ -18,7 +18,7 @@ !!! Usage <verbatim> - <?plugin _BackendInfo ?> +<?plugin _BackendInfo ?> </verbatim> !!! Arguments @@ -28,16 +28,17 @@ !!! Example -See DebugInfo +See [DebugInfo] !!! Author -[Jeff Dairiki|PhpWiki:JeffDairiki] 2002 for 1.3.2-jeffs-hacks +* [Jeff Dairiki|PhpWiki:JeffDairiki] !!! See Also +* [DebugInfo] is the corresponding [Help:ActionPage] +* [EditMetaData] +* [Help:EditMetaDataPlugin] +* [Help:_AuthInfoPlugin] +* [Help:_GroupInfoPlugin] -DebugInfo is the corresponding Help:ActionPage. - -EditMetaData, Help:EditMetaDataPlugin, Help:_AuthInfoPlugin, Help:_GroupInfoPlugin - ---- -[PhpWikiDocumentation] [CategoryWikiPlugin] \ No newline at end of file +[PhpWikiDocumentation] [CategoryWikiPlugin] Modified: trunk/pgsrc/Help%F_GroupInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_GroupInfoPlugin 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2F_GroupInfoPlugin 2008-10-22 12:37:57 UTC (rev 6327) @@ -18,7 +18,7 @@ !!! Usage <verbatim> - <?plugin _GroupInfo ?> +<?plugin _GroupInfo ?> </verbatim> !!! Arguments @@ -28,16 +28,16 @@ !!! Example -See DebugGroupInfo +See [DebugGroupInfo] !!! Author [Charles Corrigan|PhpWiki:CharlesCorrigan] !!! See Also -DebugGroupInfo is the corresponding Help:ActionPage. +* [DebugGroupInfo] is the corresponding [Help:ActionPage]. +* [Help:_AuthInfoPlugin] +* [Help:_BackendInfoPlugin] -Help:_AuthInfoPlugin, Help:_BackendInfoPlugin - ---- [PhpWikiDocumentation] [CategoryWikiPlugin] Modified: trunk/pgsrc/Help%Ftext2pngPlugin =================================================================== --- trunk/pgsrc/Help%2Ftext2pngPlugin 2008-10-22 12:22:19 UTC (rev 6326) +++ trunk/pgsrc/Help%2Ftext2pngPlugin 2008-10-22 12:37:57 UTC (rev 6327) @@ -52,8 +52,8 @@ <?plugin text2png text='Hello WikiWorld!' ?> !!! See Also +* [Help:TeX2PngPlugin] +* [Help:TexToPngPlugin] -Help:TeX2PngPlugin, Help:TexToPngPlugin - ---- -[PhpWikiDocumentation] [CategoryWikiPlugin] \ No newline at end of file +[PhpWikiDocumentation] [CategoryWikiPlugin] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |