From: <var...@us...> - 2010-12-09 16:36:26
|
Revision: 7764 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7764&view=rev Author: vargenau Date: 2010-12-09 16:36:20 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FHtmlConverterPlugin trunk/pgsrc/Help%2FPhpHighlightPlugin trunk/pgsrc/Help%2FWikiWikiWeb trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/Help%2FHtmlConverterPlugin =================================================================== --- trunk/pgsrc/Help%2FHtmlConverterPlugin 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/Help%2FHtmlConverterPlugin 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,7 +28,7 @@ <<HtmlConverter>> == Authors == -* [Hendrik Scheider|mailto:hen...@wi...] +* [[mailto:hen...@wi...|Hendrik Scheider]] * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == Modified: trunk/pgsrc/Help%2FPhpHighlightPlugin =================================================================== --- trunk/pgsrc/Help%2FPhpHighlightPlugin 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/Help%2FPhpHighlightPlugin 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -49,7 +49,7 @@ The plugin accepts optional color arguments which correspond to the highlight settings in *php.ini*. Specified colors must be a valid hexadecimal color or - [HTML 4 color name|http://www.w3.org/TR/REC-html40/types.html#h-6.5] + [[http://www.w3.org/TR/REC-html40/types.html#h-6.5|HTML 4 color name]] in lowercase, such as ##'#0f0344'## or ##blue##. You can set the following options: Modified: trunk/pgsrc/Help%2FWikiWikiWeb =================================================================== --- trunk/pgsrc/Help%2FWikiWikiWeb 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/Help%2FWikiWikiWeb 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,17 +14,17 @@ You and I will find these statements there particularly relevant: -//The point is to make the [EditText|Help:EditText] form simple and the [FindPage] +//The point is to make the [[Help:EditText|EditText]] form simple and the [[FindPage]] search fast.// //In addition to being quick, this site also aspires to Zen ideals -generally labeled [WabiSabi|Help:WabiSabi]. Zen finds beauty in the imperfect and +generally labeled [[Help:WabiSabi|WabiSabi]]. Zen finds beauty in the imperfect and ephemeral. When it comes down to it, that's all you need.// //The Universe tends toward chaos. The Universe tends toward Wiki.// -You can say hello on [RecentVisitors], or read about [HowToUseWiki|Help:HowToUseWiki] and -[AddingPages|Help:AddingPages]. Currently this Wiki has no theme for discussion, so go +You can say hello on [[RecentVisitors]], or read about [[Help:HowToUseWiki|HowToUseWiki]] and +[[Help:AddingPages|AddingPages]]. Currently this Wiki has no theme for discussion, so go ahead and play with it and have fun!! --SteveWainstead. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2010-12-09 15:22:58 UTC (rev 7763) +++ trunk/pgsrc/ReleaseNotes 2010-12-09 16:36:20 UTC (rev 7764) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Thu, 9 Dec 2010 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -70,8 +70,8 @@ * aesthetic request: remove ?action=edit after edit * create interim pages as minor not see them in RecentChanges * default theme: use standard search template (~LiveSearch) -* [Help:CalendarPlugin] changed default start_wday from 0 to 1 (Monday) -* [Help:CalendarListPlugin] pages now in parallel with Calendar: year + month args as start base. +* [[Help:CalendarPlugin]] changed default start_wday from 0 to 1 (Monday) +* [[Help:CalendarListPlugin]] pages now in parallel with Calendar: year + month args as start base. The behaviour before 2007 with last/next_n_days was to start now. * removed fpdf support. only use external converters * change rename action from access perm change to edit: allow the signed-in user to rename. @@ -247,7 +247,7 @@ * changed Semantic attribute syntax from ":-" to ":=" (relevant to cvs users only) * change ~TextSearchQuery handling of regex=pcre: plain string, no parsing at all, detect and apply modifiers. -* enhance text2png arguments and features. See [Help:text2pngPlugin] +* enhance text2png arguments and features. See [[Help:text2pngPlugin]] * Template plugin: allow passing arbitrary args, not just in vars. * added old gd support to ~PhotoAlbum thumbs (~ImageTile) * Improve ~LdapSearch plugin and add action page. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |