|
From: <var...@us...> - 2021-02-22 18:20:53
|
Revision: 10255
http://sourceforge.net/p/phpwiki/code/10255
Author: vargenau
Date: 2021-02-22 18:20:51 +0000 (Mon, 22 Feb 2021)
Log Message:
-----------
Update pgsrc Help pages
Modified Paths:
--------------
trunk/pgsrc/Help%2FCategoryPagePlugin
trunk/pgsrc/Help%2FGraphVizPlugin
trunk/pgsrc/Help%2FIncludePagesPlugin
trunk/pgsrc/Help%2FIncludeSiteMapPlugin
trunk/pgsrc/Help%2FIncludeTreePlugin
trunk/pgsrc/Help%2FLinkDatabasePlugin
trunk/pgsrc/Help%2FLinkSearchPlugin
trunk/pgsrc/Help%2FOrphanedPagesPlugin
trunk/pgsrc/Help%2FPageList
trunk/pgsrc/Help%2FPopularNearbyPlugin
trunk/pgsrc/Help%2FPopularTagsPlugin
trunk/pgsrc/Help%2FRecentReferrersPlugin
trunk/pgsrc/Help%2FSemanticRelationsPlugin
trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin
trunk/pgsrc/Help%2FSemanticSearchPlugin
trunk/pgsrc/Help%2FSiteMapPlugin
trunk/pgsrc/Help%2FTitleSearchPlugin
trunk/pgsrc/Help%2FUserRatingsPlugin
trunk/pgsrc/Help%2FWantedPagesPlugin
trunk/pgsrc/Help%2FWikiForumPlugin
Modified: trunk/pgsrc/Help%2FCategoryPagePlugin
===================================================================
--- trunk/pgsrc/Help%2FCategoryPagePlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FCategoryPagePlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FCategoryPagePlugin;
@@ -26,7 +26,7 @@
! Default value
|-
| **exclude**
-|
+| Comma-separated list of pages to exclude
| false
|-
| **pagename**
Modified: trunk/pgsrc/Help%2FGraphVizPlugin
===================================================================
--- trunk/pgsrc/Help%2FGraphVizPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FGraphVizPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FGraphVizPlugin;
@@ -45,7 +45,7 @@
|
|-
| **exclude**
-| Exclude pages
+| Comma-separated list of pages to exclude
|
|-
| **help**
Modified: trunk/pgsrc/Help%2FIncludePagesPlugin
===================================================================
--- trunk/pgsrc/Help%2FIncludePagesPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FIncludePagesPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FIncludePagesPlugin;
@@ -28,7 +28,7 @@
| //none//
|-
| **exclude**
-| The pages to exclude
+| Comma-separated list of pages to exclude
| false
|}
Modified: trunk/pgsrc/Help%2FIncludeSiteMapPlugin
===================================================================
--- trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FIncludeSiteMapPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FIncludeSiteMapPlugin;
@@ -26,45 +26,49 @@
! Description
! Default value
|-
-| **direction**
-| Get BackLinks or forward links (links listed on the page)
-|
-|-
-| **firstreversed**
-| If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'.
-|
-|-
-| **excludeunknown**
-| If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'.
-|
-|-
| **exclude**
-|
-|
+| Comma-separated list of pages to exclude
+| empty
|-
| **include_self**
-|
-| 0
+| Boolean. If true, include yourself in the results.
+| false
|-
| **noheader**
-|
-| 0
+| Boolean. If true, header should be omitted.
+| false
|-
| **page**
-|
+| Page from which site map starts
| The current page
|-
| **description**
-| Override default Description. Printed as header.
-|
+| Override default description. Printed as header.
+| Default description
|-
| **reclimit**
-|
-| 4
+| Max recursion depth.
+| 2
|-
| **info**
-|
+| Info to display in the table
| false
+|-
+| **direction**
+| Get BackLinks or forward links (links listed on the page)
+| back
+|-
+| **firstreversed**
+| If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'.
+| false
+|-
+| **excludeunknown**
+| If true, exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'.
+| true
+|-
+| **includepages**
+| Passed verbatim to the IncludePage plugin.
+| words=50
|}
== Example ==
Modified: trunk/pgsrc/Help%2FIncludeTreePlugin
===================================================================
--- trunk/pgsrc/Help%2FIncludeTreePlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FIncludeTreePlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Sat, 20 Feb 2021 11:52:37 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FIncludeTreePlugin;
@@ -23,24 +23,24 @@
! Default value
|-
| **exclude**
-|
-|
+| Comma-separated list of pages to exclude
+| empty
|-
| **include_self**
-|
-| 0
+| Boolean. If true, include yourself in the results.
+| false
|-
| **noheader**
-|
-| 0
+| Boolean. If true, header should be omitted.
+| false
|-
| **page**
-|
+| The page to start the include tree
| The current page
|-
| **description**
-| Override default Description. Printed as header.
-|
+| Override default description. Printed as header.
+| Default description
|-
| **reclimit**
| Max recursion depth.
@@ -47,7 +47,7 @@
| 2
|-
| **info**
-|
+| Info to display in the table
| false
|-
| **direction**
@@ -62,6 +62,14 @@
| Boolean. If true, then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'.
| true
|-
+| **includepages**
+|
+| words=100
+|-
+| **category**
+|
+| empty
+|-
| **dtree**
|
| true
Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin
===================================================================
--- trunk/pgsrc/Help%2FLinkDatabasePlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Sat, 20 Feb 2021 11:52:37 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FLinkDatabasePlugin;
@@ -29,7 +29,7 @@
| html
|-
| **noheader**
-|
+| Boolean. If true, header should be omitted.
| false
|-
| **include_empty**
Modified: trunk/pgsrc/Help%2FLinkSearchPlugin
===================================================================
--- trunk/pgsrc/Help%2FLinkSearchPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FLinkSearchPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Sat, 20 Feb 2021 11:52:37 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FLinkSearchPlugin
@@ -49,7 +49,7 @@
| false
|-
| **noheader**
-| no caption
+| Boolean. If true, header should be omitted.
| false
|}
Modified: trunk/pgsrc/Help%2FOrphanedPagesPlugin
===================================================================
--- trunk/pgsrc/Help%2FOrphanedPagesPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FOrphanedPagesPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Sat, 20 Feb 2021 11:52:37 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FOrphanedPagesPlugin;
@@ -22,7 +22,7 @@
! Default value
|-
| **noheader**
-|
+| Boolean. If true, header should be omitted.
| false
|-
| **include_empty**
@@ -30,8 +30,8 @@
| false
|-
| **exclude**
+| Comma-separated list of pages to exclude
|
-|
|-
| **info**
|
Modified: trunk/pgsrc/Help%2FPageList
===================================================================
--- trunk/pgsrc/Help%2FPageList 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FPageList 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPageList;
@@ -27,31 +27,31 @@
! Default value
|-
| **info**
-| which columns to display
+| Which columns to display
| pagename
|-
| **exclude**
-| which pages to exclude. Wildcards, comma-separated lists and <!plugin-list !> arrays allowed.
+| Which pages to exclude. Wildcards, comma-separated lists and <!plugin-list !> arrays allowed.
| //none//
|-
| **author**
-| select pages by author; current user by ~[~]
+| Select pages by author; current user by ~[~]
| false
|-
| **owner**
-| select pages by owner; current user by ~[~]
+| Select pages by owner; current user by ~[~]
| false
|-
| **creator**
-| select pages by creator; current user by ~[~]
+| Select pages by creator; current user by ~[~]
| false
|-
| **sortby**
-| select column to sort
+| Select column to sort
| //none//
|-
| **limit**
-| number of rows, or start index and number of rows (see below)
+| Number of rows, or start index and number of rows (see below)
| 50
|-
| **paging**
@@ -67,11 +67,11 @@
| 0
|-
| **comma**
-| condensed comma-separated list, 1 if without links, 2 if with
+| Condensed comma-separated list, 1 if without links, 2 if with
| 0
|-
| **commasep**
-| comma separator
+| Comma separator
| ', '
|-
| **listtype**
Modified: trunk/pgsrc/Help%2FPopularNearbyPlugin
===================================================================
--- trunk/pgsrc/Help%2FPopularNearbyPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FPopularNearbyPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPopularNearbyPlugin;
@@ -26,7 +26,7 @@
| empty
|-
| **mode**
-| nearby or incoming or outgoing
+| Nearby or incoming or outgoing
| nearby
|-
| **limit**
@@ -34,7 +34,7 @@
| 5
|-
| **noheader**
-| Display header or not
+| Boolean. If true, header should be omitted.
| false
|}
Modified: trunk/pgsrc/Help%2FPopularTagsPlugin
===================================================================
--- trunk/pgsrc/Help%2FPopularTagsPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FPopularTagsPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Fri, 26 Apr 2019 14:32:29 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPopularTagsPlugin;
@@ -35,8 +35,8 @@
| 5
|-
| **noheader**
-|
-| 0
+| Boolean. If true, header should be omitted.
+| false
|}
== Example ==
Modified: trunk/pgsrc/Help%2FRecentReferrersPlugin
===================================================================
--- trunk/pgsrc/Help%2FRecentReferrersPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FRecentReferrersPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FRecentReferrersPlugin;
@@ -25,7 +25,7 @@
! Default value
|-
| **noheader**
-| do not display header
+| Boolean. If true, header should be omitted.
| false
|-
| **limit**
Modified: trunk/pgsrc/Help%2FSemanticRelationsPlugin
===================================================================
--- trunk/pgsrc/Help%2FSemanticRelationsPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FSemanticRelationsPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FSemanticRelationsPlugin;
@@ -38,7 +38,7 @@
|
|-
| **noheader**
-|
+| Boolean. If true, header should be omitted.
| false
|-
| **nohelp**
Modified: trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin
===================================================================
--- trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FSemanticSearchAdvancedPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FSemanticSearchAdvancedPlugin;
@@ -45,7 +45,7 @@
| false
|-
| **noheader**
-| no caption
+| Boolean. If true, header should be omitted.
| false
|}
Modified: trunk/pgsrc/Help%2FSemanticSearchPlugin
===================================================================
--- trunk/pgsrc/Help%2FSemanticSearchPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FSemanticSearchPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FSemanticSearchPlugin;
@@ -75,11 +75,11 @@
| auto
|-
| **noform**
-| don't show form with results.
+| Boolean. If true, don't show form with results.
| false
|-
| **noheader**
-| no caption
+| Boolean. If true, header should be omitted.
| false
|-
| **info**
Modified: trunk/pgsrc/Help%2FSiteMapPlugin
===================================================================
--- trunk/pgsrc/Help%2FSiteMapPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FSiteMapPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FSiteMapPlugin;
@@ -29,42 +29,42 @@
|-
| **direction**
| Get BackLinks or forward links (links listed on the page)
-|
+| back
|-
| **firstreversed**
-| If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'.
-|
+| Boolean. If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'.
+| false
|-
| **excludeunknown**
-| If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'.
-|
+| Boolean. If true, then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'.
+| true
|-
| **exclude**
-|
-|
+| List of pagenames to exclude, separated by comma
+| (empty)
|-
| **include_self**
-|
-| 0
+| Boolean. If true, include yourself in the results.
+| false
|-
| **noheader**
-|
-| 0
+| Boolean. If true, header should be omitted.
+| false
|-
| **page**
-|
+| Page to get SiteMap from
| The current page
|-
| **description**
-| Override default Description. Printed as header.
-|
+| Override default description. Printed as header.
+| Default description
|-
| **reclimit**
-|
+| Maximum recusion level
| 4
|-
| **info**
-|
+| Info to display in the table
| false
|}
Modified: trunk/pgsrc/Help%2FTitleSearchPlugin
===================================================================
--- trunk/pgsrc/Help%2FTitleSearchPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FTitleSearchPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FTitleSearchPlugin;
@@ -36,11 +36,11 @@
| false
|-
| **noheader**
-|
+| Boolean. If true, header should be omitted.
| false
|-
| **exclude**
-|
+| Comma-separated list of pages to exclude
| false
|-
| **info**
Modified: trunk/pgsrc/Help%2FUserRatingsPlugin
===================================================================
--- trunk/pgsrc/Help%2FUserRatingsPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FUserRatingsPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FUserRatingsPlugin;
@@ -51,8 +51,8 @@
| 0
|-
| **noheader**
-|
-| 0
+| Boolean. If true, header should be omitted.
+| false
|-
| **userPage**
|
Modified: trunk/pgsrc/Help%2FWantedPagesPlugin
===================================================================
--- trunk/pgsrc/Help%2FWantedPagesPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FWantedPagesPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FWantedPagesPlugin;
@@ -35,11 +35,11 @@
| 0
|-
| **noheader**
-| do not display header
+| Boolean. If true, header should be omitted.
| false
|-
| **exclude_from**
-| pages to exclude
+| Comma-separated list of pages to exclude
| PgsrcTranslation, InterWikiMap
|-
| **limit**
Modified: trunk/pgsrc/Help%2FWikiForumPlugin
===================================================================
--- trunk/pgsrc/Help%2FWikiForumPlugin 2021-02-22 17:04:18 UTC (rev 10254)
+++ trunk/pgsrc/Help%2FWikiForumPlugin 2021-02-22 18:20:51 UTC (rev 10255)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 22 Feb 2021 19:16:32 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FWikiForumPlugin;
@@ -39,7 +39,7 @@
|
|-
| **noheader**
-| do not display header
+| Boolean. If true, header should be omitted.
| false
|}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|