|
From: <var...@us...> - 2020-04-21 12:38:25
|
Revision: 10170
http://sourceforge.net/p/phpwiki/code/10170
Author: vargenau
Date: 2020-04-21 12:38:24 +0000 (Tue, 21 Apr 2020)
Log Message:
-----------
Update pgsrc
Modified Paths:
--------------
trunk/pgsrc/AllPages
trunk/pgsrc/CategoryGroup
trunk/pgsrc/Help%2FCommentPlugin
trunk/pgsrc/Help%2FCreatePagePlugin
trunk/pgsrc/Help%2FIncludePagePlugin
trunk/pgsrc/Help%2FMagicPhpWikiURLs
trunk/pgsrc/Help%2FPhpHighlightPlugin
trunk/pgsrc/Help%2FSteve%20Wainstead
Modified: trunk/pgsrc/AllPages
===================================================================
--- trunk/pgsrc/AllPages 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/AllPages 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=AllPages;
@@ -7,7 +7,8 @@
Content-Transfer-Encoding: binary
Here is the list of **all pages** on this Wiki, including any
-[[OrphanedPages|orphaned pages]] which are otherwise inaccessible. [[AllUserPages|Show only user pages]].
+[[OrphanedPages|orphaned pages]] which are otherwise inaccessible.
+[[AllUserPages|Show only user pages]].
<<AllPages info||=mtime,author,hits sortby||=pagename>>
Modified: trunk/pgsrc/CategoryGroup
===================================================================
--- trunk/pgsrc/CategoryGroup 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/CategoryGroup 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=CategoryGroup;
@@ -8,8 +8,7 @@
All links in this page will be used to find user groups for the
WIKIPAGE group method. User group pages must contain a list of
-usernames, and then for consistency after four hyphens a link to this
-page.
+usernames, and then for consistency after four hyphens a link to this page.
----
[[CategoryCategory]]
Modified: trunk/pgsrc/Help%2FCommentPlugin
===================================================================
--- trunk/pgsrc/Help%2FCommentPlugin 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/Help%2FCommentPlugin 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FCommentPlugin;
@@ -6,7 +6,8 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-The **Comment** [[Help:WikiPlugin|plugin]] lets you hide parts of a Wiki page without actually deleting the text. Comments will only be visible in the Wiki markup when editing or viewing the source.
+The **Comment** [[Help:WikiPlugin|plugin]] lets you hide parts of a Wiki page without actually deleting the text.
+Comments will only be visible in the Wiki markup when editing or viewing the source.
== Usage ==
Modified: trunk/pgsrc/Help%2FCreatePagePlugin
===================================================================
--- trunk/pgsrc/Help%2FCreatePagePlugin 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/Help%2FCreatePagePlugin 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Thu, 4 Apr 2019 19:24:12 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FCreatePagePlugin;
@@ -6,11 +6,11 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-The **~CreatePage** [[Help:WikiPlugin|plugin]] allows to easily create new pages, optionally with default content.
+The **~CreatePage** [[Help:WikiPlugin|plugin]] allows to easily create new pages,
+optionally with default content.
This allows you to create a page getting the new pagename from a
-forms-based interface, and optionally with the initial content from
-some template.
+forms-based interface, and optionally with the initial content from some template.
Put a {{{<?plugin-form CreatePage ?>}}} at some page, browse this page,
enter the name of the page to create, then click the button.
Modified: trunk/pgsrc/Help%2FIncludePagePlugin
===================================================================
--- trunk/pgsrc/Help%2FIncludePagePlugin 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/Help%2FIncludePagePlugin 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Mon, 15 Apr 2019 11:23:07 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FIncludePagePlugin;
@@ -28,35 +28,35 @@
| //None// (required argument)
|-
| **rev**
-| the revision
+| The revision
| most recent revision
|-
| **quiet**
-| if set, inclusion appears as normal content
+| If set, inclusion appears as normal content
| false
|-
| **bytes**
-| maximum number of bytes to include
+| Maximum number of bytes to include
| //None// (include whole page)
|-
| **words**
-| maximum number of words to include
+| Maximum number of words to include
| //None// (include whole page)
|-
| **lines**
-| maximum number of lines to include
+| Maximum number of lines to include
| //None// (include whole page)
|-
| **sections**
-| maximum number of sections to include
+| Maximum number of sections to include
| //None// (include all sections)
|-
| **section**
-| include a named section
+| Include a named section
| //None//
|-
| **sectionhead**
-| when including a named section show the heading
+| When including a named section show the heading
| false
|}
Modified: trunk/pgsrc/Help%2FMagicPhpWikiURLs
===================================================================
--- trunk/pgsrc/Help%2FMagicPhpWikiURLs 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/Help%2FMagicPhpWikiURLs 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Fri, 12 Apr 2019 18:18:10 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FMagicPhpWikiURLs;
@@ -18,8 +18,7 @@
If //pagename// is omitted it defaults to the current page.
-//Query-args// should be a set of parameters in standard HTTP GET
-format.
+//Query-args// should be a set of parameters in standard HTTP GET format.
The "action=//x//" parameter should almost always be given. It can be one of
**browse**, **diff**, **edit**, **viewsource**,
@@ -50,16 +49,16 @@
==== Some examples ====
{{{
-[ Edit the SandBox | phpwiki:SandBox?action=edit ]
+[[phpwiki:SandBox?action=edit|Edit the SandBox]]
}}}
will generate a link which will take you directly to editing the
-SandBox, like so: [Edit the SandBox | phpwiki:SandBox?action=edit].
+SandBox, like so: [[phpwiki:SandBox?action=edit|Edit the SandBox]].
Other possibilities:
-* [ Diff the SandBox | phpwiki:SandBox?action=diff ],
-* [ Lock the HomePage | phpwiki:HomePage?action=lock ],
-* [ Get a Full Zip Dump | phpwiki:?action=zip&include=all ],
-* Search for [ Page titles containing 'wiki' | phpwiki:?action=TitleSearch&s=wiki ]
+* [[phpwiki:SandBox?action=diff|Diff the SandBox]],
+* [[phpwiki:HomePage?action=lock|Lock the HomePage]],
+* [[phpwiki:?action=zip&include=all|Get a Full Zip Dump]],
+* Search for [[phpwiki:?action=TitleSearch&s=wiki|Page titles containing 'wiki']]
=== Writing Magic Forms in Wiki Pages ===
Modified: trunk/pgsrc/Help%2FPhpHighlightPlugin
===================================================================
--- trunk/pgsrc/Help%2FPhpHighlightPlugin 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/Help%2FPhpHighlightPlugin 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Tue, 21 Apr 2020 14:21:37 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FPhpHighlightPlugin;
@@ -7,7 +7,7 @@
Content-Transfer-Encoding: binary
The **~PhpHighlight** [[Help:WikiPlugin|plugin]] pretty-prints PHP code using the
-php-function:highlight-string.
+[[php-function:highlight-string]].
== Usage ==
@@ -24,9 +24,8 @@
Depending on the ##wrap## option, then the plugin will take care of
adding ##<?php## and ##?>## to the code before passing it to
-php-function:highlight-string. If the PHP delimiters were added, then
-the plugin removes them again from the highlighted string, before
-presenting it.
+[[php-function:highlight-string]]. If the PHP delimiters were added, then
+the plugin removes them again from the highlighted string, before presenting it.
== Options ==
@@ -33,7 +32,7 @@
=== Automatic Wrapping ===
If you don't want the plugin to automatically wrap the source code
-in ##<?php## and ##?>##, then set ##wrap## to ##0##. The default value is ##1##
+in ##<?php## and ##?>##, then set ##wrap## to ##0##. The default value is ##1##,
which means that the plugin takes care of adding and removing ##<?php## and ##?>## automatically.
If you set ##wrap## to ##0##, then you'll be able to mix PHP code with
@@ -49,7 +48,7 @@
in lowercase, such as ##'#0f0344'## or ##blue##. You can set the
following options: ##string##, ##comment##, ##keyword##, ##bg##, ##default##, and ##html##.
-**Note:** ##bg## no longer exists in PHP 5.4.
+**Note:** ##bg## no longer exists in PHP >= 5.4.
== Examples ==
Modified: trunk/pgsrc/Help%2FSteve%20Wainstead
===================================================================
--- trunk/pgsrc/Help%2FSteve%20Wainstead 2020-04-21 10:58:16 UTC (rev 10169)
+++ trunk/pgsrc/Help%2FSteve%20Wainstead 2020-04-21 12:38:24 UTC (rev 10170)
@@ -1,4 +1,4 @@
-Date: Thu, 13 Oct 2016 15:09:28 +0000
+Date: Mon, 30 Mar 2020 15:49:22 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
Content-Type: application/x-phpwiki;
pagename=Help%2FSteve%20Wainstead;
@@ -9,7 +9,7 @@
Hi. I started building this [[Help:WikiWikiWeb|WikiWikiWeb]] but many others help me
now. I'm at [[http://www.panix.com/~swain/]].
-Please report bugs to [[mailto:php...@li...]]
+Please report bugs to [[mailto:php...@li...]].
<noinclude>
----
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|