From: <var...@us...> - 2009-04-18 17:12:31
|
Revision: 6794 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6794&view=rev Author: vargenau Date: 2009-04-18 17:12:28 +0000 (Sat, 18 Apr 2009) Log Message: ----------- Wikicreole syntax; arguments in bold Modified Paths: -------------- trunk/pgsrc/AllPagesOwnedByMe trunk/pgsrc/FindPage trunk/pgsrc/FullRecentChanges trunk/pgsrc/Help%2FAddingPages trunk/pgsrc/Help%2FAllUsersPlugin trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FBackLinksPlugin trunk/pgsrc/Help%2FCalendarListPlugin trunk/pgsrc/Help%2FCalendarPlugin trunk/pgsrc/Help%2FCategoryPagePlugin trunk/pgsrc/Help%2FCreateTocPlugin trunk/pgsrc/Help%2FDeadEndPagesPlugin trunk/pgsrc/Help%2FDiffPlugin trunk/pgsrc/Help%2FEditMetaDataPlugin trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FFileInfoPlugin trunk/pgsrc/Help%2FFuzzyPagesPlugin trunk/pgsrc/Help%2FGoogleLink trunk/pgsrc/Help%2FIncludePagePlugin trunk/pgsrc/Help%2FInterWiki trunk/pgsrc/Help%2FLinkIcons trunk/pgsrc/Help%2FListSubpagesPlugin trunk/pgsrc/Help%2FMostPopularPlugin trunk/pgsrc/Help%2FNoCachePlugin trunk/pgsrc/Help%2FPageTrailPlugin trunk/pgsrc/Help%2FPopUpPlugin trunk/pgsrc/Help%2FPopularNearbyPlugin trunk/pgsrc/Help%2FPreferenceAppPlugin trunk/pgsrc/Help%2FRecentChangesPlugin trunk/pgsrc/Help%2FRedirectToPlugin trunk/pgsrc/Help%2FRichTablePlugin trunk/pgsrc/Help%2FRssFeedPlugin trunk/pgsrc/Help%2FSearchHighlightPlugin trunk/pgsrc/Help%2FSemanticSearchPlugin trunk/pgsrc/Help%2FTranscludePlugin trunk/pgsrc/Help%2FUnfoldSubpagesPlugin trunk/pgsrc/Help%2FWhoIsOnlinePlugin trunk/pgsrc/Help%2FWikiAdminChmodPlugin trunk/pgsrc/Help%2FWikiAdminChownPlugin trunk/pgsrc/Help%2FWikiAdminMarkupPlugin trunk/pgsrc/Help%2FWikiAdminPurgePlugin trunk/pgsrc/Help%2FWikiAdminRemovePlugin trunk/pgsrc/Help%2FWikiAdminRenamePlugin trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin trunk/pgsrc/Help%2FWikiAdminUtilsPlugin trunk/pgsrc/Help%2FWikiPlugin trunk/pgsrc/Help%2F_GroupInfoPlugin trunk/pgsrc/HomePage trunk/pgsrc/PhpWikiPoll trunk/pgsrc/RateIt trunk/pgsrc/ReleaseNotes Modified: trunk/pgsrc/AllPagesOwnedByMe =================================================================== --- trunk/pgsrc/AllPagesOwnedByMe 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/AllPagesOwnedByMe 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -13,4 +13,4 @@ <<AllPages owner=[] info||=mtime,author,hits limit||=1000 sortby=+pagename>> ---- -[CategoryActionPage] +[[CategoryActionPage]] Modified: trunk/pgsrc/FindPage =================================================================== --- trunk/pgsrc/FindPage 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/FindPage 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -10,9 +10,9 @@ Here are some good starting points for browsing. -* [HowToUseWiki|Help:HowToUseWiki] gives you the quick lowdown on Wiki markup. -* [RecentChanges] recorded automatically. -* [MoreAboutMechanics|Help:MoreAboutMechanics] of browsing and editing on this server. +* [[Help:HowToUseWiki|HowToUseWiki]] gives you the quick lowdown on Wiki markup. +* [[RecentChanges]] recorded automatically. +* [[Help:MoreAboutMechanics|MoreAboutMechanics]] of browsing and editing on this server. Here's a title search. Try something like ##wiki or sandwich##. @@ -39,21 +39,20 @@ ------ -! Tips -Separate words with a space. All words have to match as substrings. %%% -'OR', grouping with parenthesis, string-quoting and some glob-style wildcard -characters are also supported. %%% -To exclude words from a title search or full text search, prepend a '-'. %%% -Use '^xx' or 'xx*' to match words starting with 'xx'. %%% -Use '~*xx' or 'xx$' to match words ending with 'xx'. %%% -Use '^word$' to match exact words. %%% -Use regex=auto and 're:' like 're:word.*xx' or regex=posix to use posix regular expressions. (not yet) %%% -Use regex=auto and '//' like '/^word$/' or regex=pcre to match using perl-style regular expressions. %%% -Use regex=sql to match using SQL-style wildcards '%' and '_'. %%% -Use regex=none to match any wildcards verbatim. %%% +== Tips -Example: 'wiki text -php' looks for all pages containing the words 'wiki' and 'text', %%% - but not containing the word 'php'. +* Separate words with a space. All words have to match as substrings. +* 'OR', grouping with parenthesis, string-quoting and some glob-style wildcard characters are also supported. +* To exclude words from a title search or full text search, prepend a '-'. +* Use '^xx' or 'xx~*' to match words starting with 'xx'. +* Use '~*xx' or 'xx$' to match words ending with 'xx'. +* Use '^word$' to match exact words. +* Use regex=auto and 're:' like 're:word.*xx' or regex=posix to use posix regular expressions. (not yet) +* Use regex=auto and '//' like '/^word$/' or regex=pcre to match using perl-style regular expressions. +* Use regex=sql to match using SQL-style wildcards '%' and '_'. +* Use regex=none to match any wildcards verbatim. +Example: 'wiki text -php' looks for all pages containing the words 'wiki' and 'text', but not containing the word 'php'. + ---- [[CategoryActionPage]] Modified: trunk/pgsrc/FullRecentChanges =================================================================== --- trunk/pgsrc/FullRecentChanges 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/FullRecentChanges 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary Here's a list of all recently changed pages on this wiki, not just the -most recent ones found in [RecentChanges]. (See [RecentEdits] for all +most recent ones found in [[RecentChanges]]. (See [[RecentEdits]] for all recent minor edits and changes). -------- Modified: trunk/pgsrc/Help%FAddingPages =================================================================== --- trunk/pgsrc/Help%2FAddingPages 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FAddingPages 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,22 +8,21 @@ charset=UTF-8 Content-Transfer-Encoding: binary -To add a new page to Wiki, all you have to do is come up with a -meaningful title, capitalize all the words and -StringThemTogetherLikeThis. Wiki automagically recognizes it as a -hyperlink. Alternatively, you can put anything into ~[brackets~]. +To add a new page to the wiki, all you have to do is come up with a +meaningful title and put it between {{{[[double brackets]]}}}. -Then you can go ahead and ClickTheQuestionMark at the end of your new -hyperlink, and the Wiki will give you a window for making the new -page. +Then you can go ahead and click the question mark at the end of your new +hyperlink, and the Wiki will give you a window for making the new page. -If you wish to add documents with complex markup to the Wiki, you +If you wish to add documents with complex markup to the wiki, you might be better off providing a URL to it than trying to add the text of the document here, like so: +{{{ +[[http://phpwiki.sourceforge.net/|PhpWiki project homepage]] +}}} +[[http://phpwiki.sourceforge.net/|PhpWiki project homepage]] -~PhpWiki project homepage: http://phpwiki.sourceforge.net/ - -The Wiki does not support most HTML tags, only the simpliest. See [TextFormattingRules|Help:TextFormattingRules]. +The Wiki does not support most HTML tags, only the simpliest. See [[Help:TextFormattingRules|TextFormattingRules]]. <tags>They will just render like text.</tags> Wiki is meant to be as simple as possible to encourage use. Modified: trunk/pgsrc/Help%FAllUsersPlugin =================================================================== --- trunk/pgsrc/Help%2FAllUsersPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FAllUsersPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,11 +23,11 @@ ! Description ! Default value |- -| noheader +| **noheader** | Do not display the header | false |- -| include_empty +| **include_empty** | shows also users which stored their preferences, but never saved their homepage | true |} Modified: trunk/pgsrc/Help%FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -104,7 +104,7 @@ == Author -* [Charles Corrigan|PhpWiki:CharlesCorrigan] +* [[PhpWiki:CharlesCorrigan|Charles Corrigan]] * Changes by [[PhpWiki:ReiniUrban|Reini Urban]] <noinclude> Modified: trunk/pgsrc/Help%FBackLinksPlugin =================================================================== --- trunk/pgsrc/Help%2FBackLinksPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FBackLinksPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,19 +23,19 @@ ! Description ! Default value |- -| page +| **page** | Page from which the back links are calculated. | Current page |- -| include_self +| **include_self** | Include yourself in the results. | false |- -| noheader +| noheader** | Do not display header. | false |- -| linkmore +| **linkmore** | If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename. | |} Modified: trunk/pgsrc/Help%FCalendarListPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarListPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FCalendarListPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,10 +8,8 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~CalendarList** [[Help:WikiPlugin|plugin]] is used in conjunction -with the [Calendar|Help:CalendarPlugin] plugin. -It was written for those who use a wiki as a -[personal information manager|PhpWiki:PersonalWiki]. +The **~CalendarList** [[Help:WikiPlugin|plugin]] is used in conjunction with the [[Help:CalendarPlugin|Calendar]] plugin. +It was written for those who use a wiki as a [[PhpWiki:PersonalWiki|personal information manager]]. Just click any date in the calendar, edit the for that date, then come back to this page. The event should be listed below the calendar. @@ -28,7 +26,7 @@ == Example -_Click any date and edit it, then return to this page_: +//Click any date and edit it, then return to this page//: <<Calendar>> @@ -118,7 +116,7 @@ == Author -Derived from [Calendar|Help:CalendarPlugin] plugin by [Martin Norbäck|mailto:ma...@sa...]. +Derived from [[Help:CalendarPlugin|Calendar]] plugin by [[mailto:ma...@sa...|Martin Norbäck]]. <noinclude> ---- Modified: trunk/pgsrc/Help%FCalendarPlugin =================================================================== --- trunk/pgsrc/Help%2FCalendarPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FCalendarPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -34,39 +34,39 @@ |- | colspan="3" align="center" | **Selection of Month** |- -| year +| **year** | Specify the year for the calendar. | Current year |- -| month +| **month** | Specify the month for the calendar. | Current month |- -| month_offset +| **month_offset** | Added to //month//. Can be used to include several months worth of calendars on a single wiki page. | 0 |- | colspan="3" align="center" | **"Day Page" Names** |- -| date_format +| **date_format** | [[php-function:strftime|strftime]] style format string used to generate page names for the "day pages." | The default value is =%Y-%m-%d=. |- -| prefix +| **prefix** | Prepended to the date (formatted per //date_format//) to generate the "day page" names. | The default value is =~[pagename]/=. |- | colspan="3" align="center" | **Appearance** |- -| month_format +| **month_format** | [[php-function:strftime|strftime]] style format string used to generate the title of the calendar. | (Default: =%B %Y=.) |- -| wday_format +| **wday_format** | [[php-function:strftime|strftime]] style format string used to generate the day-of-week names at the top of the calendar. | |- -| start_wday +| **start_wday** | What day of the week does the calendar start on. This should be specified as an integer in the range zero (Sunday) through six (Saturday), inclusive. | |} @@ -89,7 +89,7 @@ == See Also -* Help:CalendarListPlugin +* [[Help:CalendarListPlugin]] Often used together like this: @@ -100,9 +100,9 @@ == Authors -This feature was inspired by [Calendar|http://manila.userland.com/], -and first implemented by [Gary Benson|PhpWiki:GaryBenson]. It was later implemented as a -[[Help:WikiPlugin|plugin]] by [Jeff Dairiki|PhpWiki:JeffDairiki]. +This feature was inspired by [[http://manila.userland.com/|Calendar]], +and first implemented by [[PhpWiki:GaryBenson|Gary Benson]]. It was later implemented as a +[[Help:WikiPlugin|plugin]] by [[PhpWiki:JeffDairiki|Jeff Dairiki]]. <noinclude> ---- Modified: trunk/pgsrc/Help%FCategoryPagePlugin =================================================================== --- trunk/pgsrc/Help%2FCategoryPagePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FCategoryPagePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,27 +27,27 @@ ! Description ! Default value |- -| exclude +| **exclude** | | false |- -| pagename +| **pagename** | | current page |- -| plural +| **plural** | | false |- -| singular +| **singular** | | false |- -| self_on_create +| **self_on_create** | | true |- -| showbuds +| **showbuds** | | false |} @@ -61,11 +61,11 @@ <?plugin-form CategoryPage pagename=CategoryExample?> == Author -* WikiLens:DanFr +* [[WikiLens:DanFr]] == See Also -* [TemplatePlugin|Help:TemplatePlugin] -* [CreatePagePlugin|Help:CreatePagePlugin] +* [[Help:TemplatePlugin|TemplatePlugin]] +* [[Help:CreatePagePlugin|CreatePagePlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -14,12 +14,12 @@ The Table of Contents can easily be inserted by clicking on the TOC button in the Edit toolbar. -!!! Usage +== Usage {{{ <<CreateToc arguments>> }}} -!!! Arguments +== Arguments {| class="bordered" |- @@ -80,7 +80,7 @@ | false |} -!! Headers +=== Headers Syntax: a comma-separated list of levels. !!!,!!,! also allowed @@ -102,40 +102,40 @@ | 5 || //None// || ~=~=~=~=~=~= || h6 |} -!!! Examples +== Examples -!! Default values +=== Default values {{{ <<CreateToc>> }}} -!! Only two levels of headers +=== Only two levels of headers {{{ <<CreateToc headers=1,2>> }}} -!! Table of Contents with hierarchical numbering +=== Table of Contents with hierarchical numbering {{{ <<CreateToc with_counter=1>> }}} -!! No Table of Contents, but headers are numbered +=== No Table of Contents, but headers are numbered {{{ <<CreateToc notoc=1>> }}} -!! Table of Contents with hierarchical numbering, first level in roman +=== Table of Contents with hierarchical numbering, first level in roman {{{ <<CreateToc with_counter=1 firstlevelstyle=roman>> }}} -See also [PhpWikiDemo:en/TextFormattingRules] +See also [[PhpWikiDemo:en/TextFormattingRules]] -!!! Known Problems +== Known Problems -* If you include pages via [Template|Help:TemplatePlugin] or [IncludePage|Help:IncludePagePlugin] plugins, the Table of Contents will not contain the headers of the included pages. +* If you include pages via [[Help:TemplatePlugin|Template]] or [[Help:IncludePagePlugin|IncludePage]] plugins, the Table of Contents will not contain the headers of the included pages. * The Table of Contents will be incorrect if a header contains: -** a [Template|Help:TemplatePlugin] plugin call via ~{~{ ~}~}, +** a [[Help:TemplatePlugin|Template]] plugin call via ~{~{ ~}~}, ** an image, ** or a ~~. * If you preview the page, the Table of Contents will not be correct if you modified headers. The Table of Contents will be taken from the last saved revision. Modified: trunk/pgsrc/Help%FDeadEndPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FDeadEndPagesPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FDeadEndPagesPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary The **~DeadEndPages** [[Help:WikiPlugin|plugin]] returns a list of pages which are not linked to by any other page. -It is simply an alias for [OrphanedPages|Help:OrphanedPages] plugin. +It is simply an alias for [[Help:OrphanedPagesPlugin|OrphanedPages]] plugin. == Usage {{{ Modified: trunk/pgsrc/Help%FDiffPlugin =================================================================== --- trunk/pgsrc/Help%2FDiffPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FDiffPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -24,15 +24,15 @@ ! Description ! Default value |- -| pagename +| **pagename** | The page to execute upon | current pagename |- -| version +| **version** | The newest version of the page | latest version |- -| previous +| **previous** | author, minor or major | major |} Modified: trunk/pgsrc/Help%FEditMetaDataPlugin =================================================================== --- trunk/pgsrc/Help%2FEditMetaDataPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FEditMetaDataPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +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 @@ == Examples -Editing the metadata for the [HomePage] would look like this: +Editing the metadata for the [[HomePage]] would look like this: {{{ <<EditMetaData page="HomePage">> }}} Modified: trunk/pgsrc/Help%FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -52,7 +52,7 @@ Perform a full-text search on multiple wiki's: <<ExternalSearch url="http://sunir.org/apps/meta.pl?" name="Metawiki Search">> -Perform a full-text search on [MeatBall|MeatBall:SiteSearch] wiki: +Perform a full-text search on [[MeatBall:SiteSearch|MeatBall]] wiki: <<ExternalSearch url="http://www.usemod.com/cgi-bin/mb.pl?" name="MeatBall Search">> Search the PHP web site for a function name: Modified: trunk/pgsrc/Help%FFileInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FFileInfoPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FFileInfoPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +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 @@ perms of an uploaded file. Only files relative and below to the uploads path can be handled. -For exe files the *version* argument might work to display the VERSIONINFO ressource string. (highly experimental). +For exe files the **version** argument might work to display the VERSIONINFO ressource string. (highly experimental). == Typical Usage @@ -30,19 +30,19 @@ ! Description ! Default value |- -| file +| **file** | Relative path from PHPWIKI_DIR. | (required) |- -| display +| **display** | Comma-seperated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic. | (required) |- -| format +| **format** | printf format string with %s only, all display modes from above vars return strings | (optional) |- -| quiet +| **quiet** | print no error if file not found | false |} Modified: trunk/pgsrc/Help%FFuzzyPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FFuzzyPagesPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FFuzzyPagesPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +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 @@ ! Description ! Default value |- -| s +| **s** | Pagename to look for | empty |} Modified: trunk/pgsrc/Help%FGoogleLink =================================================================== --- trunk/pgsrc/Help%2FGoogleLink 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FGoogleLink 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,10 +8,10 @@ charset=UTF-8 Content-Transfer-Encoding: binary -A new [UserPreferences] setting to optionally add a ~[G] link to unknown pages, +A new [[UserPreferences]] setting to optionally add a ~[G] link to unknown pages, with a link to ~Google:~[pagename]. Default: Off -See [MeatBall:GooglePrompt] +See [[MeatBall:GooglePrompt]] <noinclude> ---- Modified: trunk/pgsrc/Help%FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,8 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~IncludePage** [[Help:WikiPlugin|plugin]] will "include" other pages in this wiki. In the language of hypertext this is called //transclusion//. The pages will render in distinct tables. You can also load external pages in a more limited fashion with the [FrameInclude|Help:FrameIncludePlugin] plugin. +The **~IncludePage** [[Help:WikiPlugin|plugin]] will "include" other pages in this wiki. In the language of hypertext this is called //transclusion//. +The pages will render in distinct tables. You can also load external pages in a more limited fashion with the [[Help:FrameIncludePlugin|FrameInclude]] plugin. == Usage {{{ @@ -76,12 +77,12 @@ === ~IncludePage page=Help/~AllPagesPlugin sections=2 -Does not work. +Does not work in Wikicreole syntax <!-- <<IncludePage page=Help/AllPagesPlugin sections=2>> --> == Known bugs -* [~RedirectTo|Help:RedirectToPlugin] plugin is not handled correctly. +* [[Help:RedirectToPlugin|~RedirectTo]] plugin is not handled correctly. * Line and word limit doesn't work if the included page itself includes a plugin. * "sections" parameter does not work if sections to include are in Wikicreole syntax @@ -93,9 +94,9 @@ == See Also -* [Help:IncludePagesPlugin] (to include multiple pages) -* [Help:TemplatePlugin] (to include a page with parameters) -* [Help:FrameIncludePlugin] (to include an external page) +* [[Help:IncludePagesPlugin]] (to include multiple pages) +* [[Help:TemplatePlugin]] (to include a page with parameters) +* [[Help:FrameIncludePlugin]] (to include an external page) <noinclude> ---- Modified: trunk/pgsrc/Help%FInterWiki =================================================================== --- trunk/pgsrc/Help%2FInterWiki 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FInterWiki 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -29,17 +29,17 @@ entry for RFC for an example of how this works. Not all of the entries in the InterWikiMap are actual wikis. For -example, these are just regular web sites: Dictionary:fungible, -[[JargonFile:Alderson loop]], [[IMDB:Roman Holiday]], RFC:2822, and -ISBN:020171499X. +example, these are just regular web sites: [[Dictionary:fungible]], +[[JargonFile:Alderson loop]], [[IMDB:Roman Holiday]], [[RFC:2822]], and +[[ISBN:020171499X]]. The "Category" moniker is a special entry which allows one to link a wiki page to a Category page without creating a back-reference. Thus -Category:Category links to the [[CategoryCategory]] page, yet this page +[[Category:Category]] links to the [[CategoryCategory]] page, yet this page won't show up in the back-links listing of [[CategoryCategory]]. The term "~InterWiki" also refers to a broader concept. See -PhpWiki:InterWikiSearch for more links. +[[PhpWiki:InterWikiSearch]] for more links. ---- [[PhpWikiDocumentation]] Modified: trunk/pgsrc/Help%FLinkIcons =================================================================== --- trunk/pgsrc/Help%2FLinkIcons 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FLinkIcons 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,24 +8,18 @@ charset=UTF-8 Content-Transfer-Encoding: binary -**~LinkIcons** are an optional new feature of ~PhpWiki. When activated, +**~LinkIcons** are an optional feature of ~PhpWiki. When activated, icons will be displayed in front of URLs to indicate the type of link. -* [themes/default/images/http.png] - http link -* [themes/default/images/url.png] - generic internet link -* [themes/default/images/interwiki.png] - InterWiki link -* [themes/default/images/https.png] - https link -* [themes/default/images/mailto.png] - mailto link -* [themes/default/images/ftp.png] - ftp link +| {{/themes/default/images/http.png}} | http link +| {{/themes/default/images/url.png}} | generic internet link +| {{/themes/default/images/interwiki.png}} | Interwiki link +| {{/themes/default/images/https.png}} | https link +| {{/themes/default/images/mailto.png}} | mailto link +| {{/themes/default/images/ftp.png}} | ftp link **Note**: Some of the default icons use the alpha channel feature of -the [PNG | http://www.libpng.org/pub/png/png-sitemap.html] image format +the [[http://www.libpng.org/pub/png/png-sitemap.html|PNG]] image format for smooth rendering on any page color or textured background. Older browsers may not display all the images properly. @@ -36,14 +30,14 @@ === ~InterWiki links -* ~InterWiki link PhpWiki:InterWiki -* A named ~InterWiki [read WhyWikiWorks at c2|Wiki:WhyWikiWorks]. +* ~InterWiki link [[PhpWiki:InterWiki]] +* A named ~InterWiki [[Wiki:WhyWikiWorks|read WhyWikiWorks at c2]]. -===URLs +=== URLs -* Email address [PhpWiki-talk mailing list|mailto:php...@li...] -* Normal http link [PhpWiki's Home Page|http://phpwiki.sourceforge.net/phpwiki/] -* Secure http link [PhpWiki's Home Page|https://phpwiki.sourceforge.net/phpwiki/] +* Email address [[mailto:php...@li...|PhpWiki-talk mailing list]] +* Normal http link [[http://phpwiki.sourceforge.net/phpwiki/|PhpWiki's Home Page]] +* Secure http link [[https://phpwiki.sourceforge.net/phpwiki/|PhpWiki's Home Page]] * File transfer ftp://ftp.sourceforge.net/ //A generic icon is shown for other less common link types.// Modified: trunk/pgsrc/Help%FListSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListSubpagesPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FListSubpagesPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Fri, 3 Apr 2009 11:48:17 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -26,19 +26,19 @@ ! Description ! Default value |- -| basepage +| **basepage** | The page to execute upon | Current pagename |- -| maxpages +| **maxpages** | Maximum number of pages to include | none |- -| noheader +| **noheader** | Do not display header | false |- -| info +| **info** | List of columns to display | none |} Modified: trunk/pgsrc/Help%FMostPopularPlugin =================================================================== --- trunk/pgsrc/Help%2FMostPopularPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FMostPopularPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Fri, 3 Apr 2009 13:12:56 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -26,19 +26,19 @@ ! Description ! Default value |- -| limit +| **limit** | The number of pages to display. If the limit is negative, the least popular pages will be displayed. If the limit is 0, all visited pages will be displayed. | 20 |- -| sortby +| **sortby** | Page sorting order | -hits |- -| noheader +| **noheader** | Do not display header | false |- -| info +| **info** | List of columns to display | hits |} Modified: trunk/pgsrc/Help%FNoCachePlugin =================================================================== --- trunk/pgsrc/Help%2FNoCachePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FNoCachePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,7 +23,7 @@ ! Description ! Default value |- -| nocache +| **nocache** | if nocache=purge, delete the whole cache for this page | 1 |} Modified: trunk/pgsrc/Help%FPageTrailPlugin =================================================================== --- trunk/pgsrc/Help%2FPageTrailPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FPageTrailPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,15 +28,15 @@ ! Description ! Default value |- -| numberlinks +| **numberlinks** | number of links to display | 5 |- -| invisible +| **invisible** | | false |- -| duplicates +| **duplicates** | | false |} Modified: trunk/pgsrc/Help%FPopUpPlugin =================================================================== --- trunk/pgsrc/Help%2FPopUpPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FPopUpPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,33 +23,61 @@ ! Description ! Default value |- -| link || || HomePage +| link +| +| HomePage |- -| title || || +| **title** +| +| |- -| text || || +| **text** +| +| |- -| width || || 500 +| **width** +| +| 500 |- -| height || || 400 +| **height** +| +| 400 |- -| resizable || || no +| **resizable** +| +| no |- -| scrollbars || || no +| **scrollbars** +| +| no |- -| toolbar || || no +| **toolbar** +| +| no |- -| location || || no +| **location** +| +| no |- -| directories || || no +| **directories** +| +| no |- -| status || || no +| **status** +| +| no |- -| menubar || || no +| **menubar** +| +| no |- -| copyhistory || || no +| **copyhistory** +| +| no |- -| close || || no +| **close** +| +| no |} == Example Modified: trunk/pgsrc/Help%FPopularNearbyPlugin =================================================================== --- trunk/pgsrc/Help%2FPopularNearbyPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FPopularNearbyPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,19 +23,19 @@ ! Description ! Default value |- -| pagename +| **pagename** | Pagename to look for | empty |- -| mode +| **mode** | nearby or incoming or outgoing | nearby |- -| limit +| **limit** | Maximum number of pages | 5 |- -| noheader +| **noheader** | Display header or not | false |} Modified: trunk/pgsrc/Help%FPreferenceAppPlugin =================================================================== --- trunk/pgsrc/Help%2FPreferenceAppPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FPreferenceAppPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -31,31 +31,31 @@ ! Description ! Default value |- -| category +| **category** | | null |- -| lockedBudget +| **lockedBudget** | | null |- -| pageTextLabel +| **pageTextLabel** | | null |- -| group +| **group** | | null |- -| roundCalc +| **roundCalc** | | true |- -| neutralRating +| **neutralRating** | | 3 |- -| declareBudget +| **declareBudget** | | true |} Modified: trunk/pgsrc/Help%FRecentChangesPlugin =================================================================== --- trunk/pgsrc/Help%2FRecentChangesPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FRecentChangesPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -24,71 +24,71 @@ ! Description ! Default value |- -| pagename +| **pagename** | The page to execute upon | current pagename |- -| days +| **days** | Number of days. Specifying 0 will display modifications since wiki creation. | 2 |- -| show_minor +| **show_minor** | Show minor modifications | false |- -| show_major +| **show_major** | Show major modifications | true |- -| show_all +| **show_all** | Display a page multiple times if it was modified more that once. | false |- -| show_deleted +| **show_deleted** | Show deleted pages | sometimes |- -| only_new +| **only_new** | Show only new pages | false |- -| author +| **author** | Show only modifications from a specific author | false |- -| owner +| **owner** | Show only pages from a specific owner | false |- -| limit +| **limit** | Do not show more pages that the limit. | false |- -| format +| **format** | | false |- -| daylist +| **daylist** | | false |- -| difflinks +| **difflinks** | | true |- -| historylinks +| **historylinks** | | false |- -| caption +| **caption** | | |- -| category +| **category** | | |- -| pagematch +| **pagematch** | | |} Modified: trunk/pgsrc/Help%FRedirectToPlugin =================================================================== --- trunk/pgsrc/Help%2FRedirectToPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FRedirectToPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -21,11 +21,11 @@ ! Description ! Default value |- -| page +| **page** | The page to redirect to (a wiki page name). | none |- -| href +| **href** | An external URL to redirect to. Redirection to external URLs will only work on locked pages. (If the URL contains funny characters, you'll probably have to put quotes around the URL.) | none |} Modified: trunk/pgsrc/Help%FRichTablePlugin =================================================================== --- trunk/pgsrc/Help%2FRichTablePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FRichTablePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,24 +8,24 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~RichTable** [[Help:WikiPlugin|plugin]] is a plugin that takes off from the [OldStyleTable|Help:OldStyleTablePlugin] plugin. It allows a user to specify arbitrary properties of <tt><table></tt>, <tt><tr></tt> and <tt><td></tt> with a very simple markup. +The **~RichTable** [[Help:WikiPlugin|plugin]] is a plugin that takes off from the [[Help:OldStyleTablePlugin|OldStyleTable]] plugin. It allows a user to specify arbitrary properties of ##<table>##, ##<tr>## and ##<td>## with a very simple markup. -The contents of each cell are individually processed by the ~BlockParser. This means that you can do interesting things like put *invoke plugins*, use *enumerated lists* etc within each cell! +The contents of each cell are individually processed by the ~BlockParser. This means that you can do interesting things like put **invoke plugins**, use **enumerated lists** etc within each cell! -*A <tt>"-"</tt> (dash) at the start of a new line represents a new row in the table. -*A <tt>"|"</tt> (vertical bar or pipe) at the start of a new line represents a cell. -*Attributes for the tags - *A line that starts with a <tt>"*"</tt> (star or asterisk) after a <tt>"|"</tt> is parsed for attributes for the corresponding cell. - *Attributes for the table are given on line that starts with a <tt>"*"</tt>, only if the line appears before any other line except whitespace. - *A line that starts with a <tt>-</tt> is always parsed for attributes since it can't have any content, unlike a cell. -*Cell contents - *Cell contents are processed by the ~BlockParser. - *Any line that starts with a <tt>"*"</tt> anywhere other than the table attribute line is treated as normal content. - *Any line that starts with whitespace is also treated as content. - *Any cell line that does not have a <tt>"*"</tt> after the <tt>"|"</tt> is treated as normal content. - *All content lines that follow a cell line are added to that cell. They can contain arbitrary text except the above cases. - *If there is no cell in the current row, content lines are dropped silently. -*The two special characters <tt>"~~"</tt> and <tt>"?>"</tt> should be escaped as <tt>"\~~"</tt> and <tt>"?\>"</tt>. I havn't discovered any other characters yet that might need to be escaped. This is required for the block parser to work. +* A ##"-"## (dash) at the start of a new line represents a new row in the table. +* A ##"|"## (vertical bar or pipe) at the start of a new line represents a cell. +* Attributes for the tags +** A line that starts with a ##"*"## (star or asterisk) after a ##"|"## is parsed for attributes for the corresponding cell. +** Attributes for the table are given on line that starts with a ##"*"##, only if the line appears before any other line except whitespace. +** A line that starts with a ##-## is always parsed for attributes since it can't have any content, unlike a cell. +* Cell contents +** Cell contents are processed by the ~BlockParser. +** Any line that starts with a ##"*"## anywhere other than the table attribute line is treated as normal content. +** Any line that starts with whitespace is also treated as content. +** Any cell line that does not have a ##"*"## after the ##"|"## is treated as normal content. +** All content lines that follow a cell line are added to that cell. They can contain arbitrary text except the above cases. +** If there is no cell in the current row, content lines are dropped silently. +* The two special characters ##"~~"## and ##"?>"## should be escaped as ##"\~~"## and ##"?\>"##. I havn't discovered any other characters yet that might need to be escaped. This is required for the block parser to work. We allow attributes with or without quotes (") {{{ @@ -52,11 +52,11 @@ ?\> - bgcolor=white | -#One -#Two +# One +# Two | -*Foo -*Bar +* Foo +* Bar - bgcolor=cyan This line gets dropped ... no cell to contain it! |* bgcolor=#f0f0ff, align=center @@ -87,11 +87,11 @@ ?\> - bgcolor=white | -#One -#Two +# One +# Two | -*Foo -*Bar +* Foo +* Bar - bgcolor=cyan This line gets dropped ... no cell to contain it! |* bgcolor=#f0f0ff, align=center Modified: trunk/pgsrc/Help%FRssFeedPlugin =================================================================== --- trunk/pgsrc/Help%2FRssFeedPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FRssFeedPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -24,26 +24,26 @@ ! Description ! Default value |- -| url +| **url** | RSS Feed URL | (empty) |- -| feed +| **feed** | RSS Feed Name | (empty) |- -| description +| **description** | Description of the RSS Feed | (empty) |- -| maxitem +| **maxitem** | Max. number of entries (0 = unlimited) | ~0 |} == Examples -=== ~PhpWikiRss feed for [PhpWiki:RecentChanges] +=== ~PhpWikiRss feed for [[PhpWiki:RecentChanges]] {{{ <<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges" @@ -52,7 +52,7 @@ === Example as sidebar box -[PhpWikiDemo:sidebar/] +[[PhpWikiDemo:sidebar/]] <noinclude> ---- Modified: trunk/pgsrc/Help%FSearchHighlightPlugin =================================================================== --- trunk/pgsrc/Help%2FSearchHighlightPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FSearchHighlightPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,15 +23,15 @@ ! Description ! Default value |- -| s +| **s** | The search term | |- -| case_exact +| **case_exact** | boolean | |- -| regex +| **regex** | boolean | |} Modified: trunk/pgsrc/Help%FSemanticSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FSemanticSearchPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FSemanticSearchPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -41,47 +41,47 @@ ! Description ! Default value |- -| s +| **s** | linkvalue query string | * |- -| page +| **page** | which pages (glob allowed) | * (all) |- -| relation +| **relation** | linkname. which relations. | all |- -| attribute +| **attribute** | linkname. which attributes. | all |- -| attr_op +| **attr_op** | a funny written way for equality for pure aesthetic pleasure "All attributes which have this value set" | := |- -| units +| **units** | | |- -| case_exact +| **case_exact** | | true |- -| regex +| **regex** | no word splitting, if no regex op is present, defaults to exact match | auto |- -| noform +| **noform** | don't show form with results. | false |- -| noheader +| **noheader** | no caption | false |- -| info +| **info** | valid: pagename, relation, linkto, attribute, value and all other pagelist columns | false |} Modified: trunk/pgsrc/Help%FTranscludePlugin =================================================================== --- trunk/pgsrc/Help%2FTranscludePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FTranscludePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -18,19 +18,19 @@ ! Description ! Default value |- -| src +| **src** | The URL of the page to transclude | //none// |- -| title +| **title** | The title of the page to transclude | //Transcluded page// |- -| height +| **height** | The (initial) height of the transclusion frame. If, possible, after the transcluded page is loaded, the frame is resized via Javascript so that it fits the entire transcluded page. (See below for more.) | 450 |- -| quiet +| **quiet** | If set, frame appears as normal content | false |} Modified: trunk/pgsrc/Help%FUnfoldSubpagesPlugin =================================================================== --- trunk/pgsrc/Help%2FUnfoldSubpagesPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FUnfoldSubpagesPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -34,47 +34,47 @@ ! Description ! Default value |- -| pagename +| **pagename** | Any pagename or if empty the current page | empty |- -| quiet +| **quiet** | Print no header | false |- -| sortby +| **sortby** | Sort by + (ASC) or - (DESC) and one column.\\Multiple columns like sortby="-hits,-mtime" not yet supported.\\Supported columns: ~[+|-]pagename, ~[+|-]mtime, ~[+|-]hits. | pagename |- -| maxpages +| **maxpages** | Maximum number of pages to include or all if not defined. | false |- -| sections +| **sections** | Maximum number of sections per page to include or all if not defined. | false |- -| section +| **section** | Include this named section per page only if defined. | empty |- -| sectionhead +| **sectionhead** | When including a named section show the heading. | false |- -| smalltitle +| **smalltitle** | If set, hide transclusion-title, just have a small link at the start of the page. | false |- -| words +| **words** | Maximum number of words per page to include. | false |- -| lines +| **lines** | Maximum number of lines per page to include. | false |- -| bytes +| **bytes** | Maximum number of bytes per page to include. | false |} @@ -86,10 +86,10 @@ ! Argument ! Description |- -| pages +| **pages** | Deprecated. Renamed to maxpages. |- -| sort +| **sort** | 'asc' or 'desc'. Deprecated: use "+" or "-" before the column name with sortby. |} Modified: trunk/pgsrc/Help%FWhoIsOnlinePlugin =================================================================== --- trunk/pgsrc/Help%2FWhoIsOnlinePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWhoIsOnlinePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,19 +23,19 @@ ! Description ! Default value |- -| mode +| **mode** | summary or detail | summary |- -| pagename +| **pagename** | refer to the page with the other mode | [pagename] |- -| allow_detail +| **allow_detail** | if false, page is ignored | false |- -| mode +| **mode** | | false |} Modified: trunk/pgsrc/Help%FWikiAdminChmodPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminChmodPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminChmodPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,11 +23,11 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |- -| perm +| **perm** | Page permissions | //None// |} Modified: trunk/pgsrc/Help%FWikiAdminChownPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminChownPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminChownPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,11 +23,11 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |- -| user +| **user** | User name | //None// |} Modified: trunk/pgsrc/Help%FWikiAdminMarkupPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminMarkupPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminMarkupPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,11 +23,11 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |- -| markup +| **markup** | Markup version | 2 |} Modified: trunk/pgsrc/Help%FWikiAdminPurgePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminPurgePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminPurgePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,7 +23,7 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |} Modified: trunk/pgsrc/Help%FWikiAdminRemovePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRemovePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminRemovePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,7 +23,7 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |} Modified: trunk/pgsrc/Help%FWikiAdminRenamePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminRenamePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,11 +23,11 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |- -| updatelinks +| **updatelinks** | Change pagename in all linked pages also? | false |} Modified: trunk/pgsrc/Help%FWikiAdminSearchReplacePlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminSearchReplacePlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -23,7 +23,7 @@ ! Description ! Default value |- -| s +| **s** | Pages to select | //None// |} Modified: trunk/pgsrc/Help%FWikiAdminUtilsPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiAdminUtilsPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiAdminUtilsPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -30,11 +30,11 @@ ! Description ! Default value |- -| action +| **action** | Valid action are: "purge-cache", "purge-bad-pagenames", "purge-empty-pages", "access-restrictions", "email-verification", "convert-cached-html", "db-check" and "db-rebuild" | //None// |- -| label +| **label** | Custom button text | Each action has a default button text |} Modified: trunk/pgsrc/Help%FWikiPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2FWikiPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 X-Rcs-Id: $Id$ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) Content-Type: application/x-phpwiki; @@ -12,18 +12,18 @@ * lives in =phpwiki/lib/plugin/<pluginname>.php= * implements the ~WikiPlugin interface by extending that class. -There are many plugins already distributed with PhpWiki. Simply look +There are many plugins already distributed with ~PhpWiki. Simply look 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 in that directory), which is a minimal example of a plugin. -Publish your self-written plugin at a new PhpWiki page with +Publish your self-written plugin at a new ~PhpWiki page with ~PluginName + *Plugin* appended and add a link to [CategoryContributedPlugin | PhpWiki:CategoryContributedPlugin]. A ~WikiPlugin allows one to easily add new types of dynamic -content (as well as other functionality) to wiki pages within PhpWiki. +content (as well as other functionality) to wiki pages within ~PhpWiki. In this very wiki all actions which are not entirely lowercased are implemented using plugins, and some lowercased convenience actions also. @@ -164,7 +164,7 @@ An *action* is together with the *pagename* argument the basic ~PhpWiki argument. It can both be GET or POST actions. Actions are untranslated, always -english, pagenames can be localized. +English, pagenames can be localized. Basic (and old) actions are all lowercase, like edit, browse, remove, ... Newer actions in PhpWiki:CamelCase are invoked via plugins on their specific action page. Modified: trunk/pgsrc/Help%F_GroupInfoPlugin =================================================================== --- trunk/pgsrc/Help%2F_GroupInfoPlugin 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/Help%2F_GroupInfoPlugin 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -28,16 +28,16 @@ == Example -See [DebugGroupInfo] +See [[DebugGroupInfo]] == Author -[Charles Corrigan|PhpWiki:CharlesCorrigan] +* [[PhpWiki:CharlesCorrigan|Charles Corrigan]] == See Also -* [DebugGroupInfo] is the corresponding [Help:ActionPage]. -* [Help:_AuthInfoPlugin] -* [Help:_BackendInfoPlugin] +* [[DebugGroupInfo]] is the corresponding [[Help:ActionPage]]. +* [[Help:_AuthInfoPlugin]] +* [[Help:_BackendInfoPlugin]] <noinclude> ---- Modified: trunk/pgsrc/HomePage =================================================================== --- trunk/pgsrc/HomePage 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/HomePage 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -9,11 +9,11 @@ Content-Transfer-Encoding: binary * What is a [[Help:WikiWikiWeb|WikiWikiWeb]]? A description of this application. -* Learn [HowToUseWiki|Help:HowToUseWiki] and learn about [AddingPages|Help:AddingPages]. -* Use the [SandBox] page to experiment with Wiki pages. -* Please sign your name in [RecentVisitors]. -* See [RecentChanges] for the latest page additions and changes. -* Find out which pages are [MostPopular]. -* Read the [ReleaseNotes] and [RecentReleases]. -* Administer this wiki via [PhpWikiAdministration]. +* Learn [[Help:HowToUseWiki|HowToUseWiki]] and learn about [[Help:AddingPages|AddingPages]]. +* Use the [[SandBox]] page to experiment with Wiki pages. +* Please sign your name in [[RecentVisitors]]. +* See [[RecentChanges]] for the latest page additions and changes. +* Find out which pages are [[MostPopular]]. +* Read the [[ReleaseNotes]] and [[RecentReleases]]. +* Administer this wiki via [[PhpWikiAdministration]]. * See more [[PhpWikiDocumentation]]. Modified: trunk/pgsrc/PhpWikiPoll =================================================================== --- trunk/pgsrc/PhpWikiPoll 2009-04-18 17:10:33 UTC (rev 6793) +++ trunk/pgsrc/PhpWikiPoll 2009-04-18 17:12:28 UTC (rev 6794) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Sat, 18 Apr 2009 18:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,7 +8,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Please answer our poll about PhpWiki: +Please answer our poll about [[Help:PhpWiki|PhpWiki]]: <<WikiPoll require_all=0 require_least=2 question[1]="Do you like PhpWiki?" Modified: trunk/pgsrc/RateIt ===========================================... [truncated message content] |