From: <var...@us...> - 2009-02-23 11:05:17
|
Revision: 6533 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6533&view=rev Author: vargenau Date: 2009-02-23 11:05:10 +0000 (Mon, 23 Feb 2009) Log Message: ----------- Add Help prefix to pages GoogleLink InterWiki PhpWiki WikiWikiWeb Modified Paths: -------------- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin trunk/pgsrc/Help%2FBoxRightPlugin trunk/pgsrc/Help%2FExternalSearchPlugin trunk/pgsrc/Help%2FGoogleLink trunk/pgsrc/Help%2FHelloWorldPlugin trunk/pgsrc/Help%2FHowToUseWiki trunk/pgsrc/Help%2FInterWiki trunk/pgsrc/Help%2FLinkIcons trunk/pgsrc/Help%2FListPagesPlugin trunk/pgsrc/Help%2FMagicPhpWikiURLs trunk/pgsrc/Help%2FMoreAboutMechanics trunk/pgsrc/Help%2FPhpWiki trunk/pgsrc/Help%2FPluginManagerPlugin trunk/pgsrc/Help%2FSystemInfoPlugin trunk/pgsrc/Help%2FWikiWikiWeb trunk/pgsrc/HomePage trunk/pgsrc/ReleaseNotes trunk/pgsrc/SteveWainstead Modified: trunk/pgsrc/Help%FAnalyseAccessLogSqlPlugin =================================================================== --- trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FAnalyseAccessLogSqlPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -60,7 +60,7 @@ ==Adding new queries The file <tt>lib/plugin/~AnalyseAccessLogSql.php</tt> contains a default set of queries against the SQL access log. -Feel free to change this file to suit your own needs, but please note that this requires filesystem access to the web server where PhpWiki is running. +Feel free to change this file to suit your own needs, but please note that this requires filesystem access to the web server where ~PhpWiki is running. In particular, this file may need to be modified to correctly query databases other than MySQL. The queries supplied by default are: "*Referring URLs*", "*Referring Domains*", "*Remote Hosts*", "*Users*" and "*Host Users*". @@ -75,7 +75,7 @@ ."GROUP BY User"; </pre> -If you do add a query, please consider contributing it back to the PhpWiki project at http://sourceforge.net/projects/phpwiki +If you do add a query, please consider contributing it back to the ~PhpWiki project at http://sourceforge.net/projects/phpwiki == API for ~AnalyseAccessLogSql @@ -104,8 +104,8 @@ == Author -[Charles Corrigan|PhpWiki:CharlesCorrigan] %%% -Changes by [Reini Urban|PhpWiki:ReiniUrban] +* [Charles Corrigan|PhpWiki:CharlesCorrigan] +* Changes by [Reini Urban|PhpWiki:ReiniUrban] ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] Modified: trunk/pgsrc/Help%FBoxRightPlugin =================================================================== --- trunk/pgsrc/Help%2FBoxRightPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FBoxRightPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -15,19 +15,19 @@ ~<~div class=boxright~> <br> <strong>Example text</strong> -([What is a Wiki?|WikiWikiWeb]) +([What is a Wiki?|Help:WikiWikiWeb]) ~</div~> <div class=boxright> <strong>Example text</strong> -([What is a Wiki?|WikiWikiWeb]) +([What is a Wiki?|Help:WikiWikiWeb]) </div> == Typical Usage {{{ <<BoxRight -<strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and +<strong>This Wiki</strong> ([What is a Wiki?|Help:WikiWikiWeb]) is a place where problems and solutions are being documented. See [How to use this Wiki|Help/HowToUseWiki] for instructions. @@ -39,7 +39,7 @@ == Examples <<BoxRight -<strong>This Wiki</strong> ([What is a Wiki?|WikiWikiWeb]) is a place where problems and +<strong>This Wiki</strong> ([What is a Wiki?|Help:WikiWikiWeb]) is a place where problems and solutions are being documented. See [How to use this Wiki|Help/HowToUseWiki] for instructions. Modified: trunk/pgsrc/Help%FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *~ExternalSearch* [[Help:WikiPlugin|plugin]] creates a form to query InterWiki~s or other +The *~ExternalSearch* [[Help:WikiPlugin|plugin]] creates a form to query [[Help:InterWiki|InterWikis]] or other internet sites. == Usage @@ -29,7 +29,7 @@ than appending it. __name__: - Text to display in the submit button. For InterWiki sites the + Text to display in the submit button. For ~InterWiki sites the default is the wiki name, for other urls the default is the text "External Search". @@ -62,7 +62,7 @@ Enter the name of a PHP function to view the documentation page:%%% <<ExternalSearch url=php-function>> -Enter any existing page name on PhpWiki to jump to that page: +Enter any existing page name on ~PhpWiki to jump to that page: <<ExternalSearch url=PhpWiki>> ---- Modified: trunk/pgsrc/Help%FGoogleLink =================================================================== --- trunk/pgsrc/Help%2FGoogleLink 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FGoogleLink 2009-02-23 11:05:10 UTC (rev 6533) @@ -2,7 +2,7 @@ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; - pagename=GoogleLink; + pagename=Help%2FGoogleLink; flags=""; markup=2; charset=iso-8859-1 Modified: trunk/pgsrc/Help%FHelloWorldPlugin =================================================================== --- trunk/pgsrc/Help%2FHelloWorldPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FHelloWorldPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -19,7 +19,7 @@ }}} ----- -PhpWiki's plugin architecture allows you to add custom page elements to your wiki. All you have to do is extend (subclass) the ~WikiPlugin class and create your output via the run() method, dependend on the Wiki- or Request arguments, +~PhpWiki's plugin architecture allows you to add custom page elements to your wiki. All you have to do is extend (subclass) the ~WikiPlugin class and create your output via the run() method, dependend on the Wiki- or Request arguments, * either with the predefined HTML classes to create valid XHTML, * or by using templates, which are easier customizable, but generally more a mess to use and easier to create invalid XHTML. Modified: trunk/pgsrc/Help%FHowToUseWiki =================================================================== --- trunk/pgsrc/Help%2FHowToUseWiki 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FHowToUseWiki 2009-02-23 11:05:10 UTC (rev 6533) @@ -66,7 +66,7 @@ ---- -A [WikiWikiWeb] is meant to be fast and easy to edit. It has very simple +A [[Help:WikiWikiWeb|WikiWikiWeb]] is meant to be fast and easy to edit. It has very simple markup that you can read about in [Help:TextFormattingRules]. ---- Modified: trunk/pgsrc/Help%FInterWiki =================================================================== --- trunk/pgsrc/Help%2FInterWiki 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FInterWiki 2009-02-23 11:05:10 UTC (rev 6533) @@ -2,7 +2,7 @@ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; - pagename=InterWiki; + pagename=Help%2FInterWiki; flags=""; markup=2; charset=iso-8859-1 @@ -17,15 +17,15 @@ InterWikiMap, but that page must be locked for it to work. This denies a potential hacker the ability to nefariously change every ~InterWiki link to point to some evil URL. If no map is found in InterWikiMap (or -the page is not locked), PhpWiki will fall back to using the file +the page is not locked), ~PhpWiki will fall back to using the file lib/interwiki.map in your phpwiki distribution. The ~InterWiki map -file in use at PhpWiki: can be viewed at +file in use at ~PhpWiki: can be viewed at [http://phpwiki.sf.net/interwiki.map]. The map file is manually updated. It is based upon and periodically synchronized with [UseMod's InterMap|http://usemod.com/intermap.txt] but it is not quite identical. One notable difference from [UseMod:] -is that PhpWiki supports '%s' within the URLs in the map--see the +is that ~PhpWiki supports '%s' within the URLs in the map--see the entry for RFC for an example of how this works. Not all of the entries in the InterWikiMap are actual wikis. For @@ -38,7 +38,7 @@ 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 +The term "~InterWiki" also refers to a broader concept. See PhpWiki:InterWikiSearch for more links. ---- Modified: trunk/pgsrc/Help%FLinkIcons =================================================================== --- trunk/pgsrc/Help%2FLinkIcons 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FLinkIcons 2009-02-23 11:05:10 UTC (rev 6533) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -~LinkIcons are an optional new feature of PhpWiki. When activated, +~LinkIcons are an optional new feature of ~PhpWiki. When activated, icons will be displayed in front of URLs to indicate the type of link. * [themes/default/images/http.png] @@ -36,8 +36,8 @@ === InterWiki links -* InterWiki link PhpWiki:InterWiki -* A named InterWiki [read WhyWikiWorks at c2|Wiki:WhyWikiWorks]. +* ~InterWiki link PhpWiki:InterWiki +* A named ~InterWiki [read WhyWikiWorks at c2|Wiki:WhyWikiWorks]. ===URLs @@ -51,9 +51,9 @@ * news://nntp.news.com * gopher://gopher.caltech.cmu.edu -~LinkIcons will only display when the URL protocol is one which PhpWiki +~LinkIcons will only display when the URL protocol is one which ~PhpWiki is allowed to link to. The following examples won't show any icons and -PhpWiki won't automatically provide double-clickable links either, +~PhpWiki won't automatically provide double-clickable links either, unless the administrator adds them: * bogus://oedipus.nostradamus.com Modified: trunk/pgsrc/Help%FListPagesPlugin =================================================================== --- trunk/pgsrc/Help%2FListPagesPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FListPagesPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -20,7 +20,7 @@ == Usage {{{ - <<ListPages pages=HomePage,FindPage,WikiWikiWeb>> + <<ListPages pages=HomePage,FindPage>> <<ListPages info=hits sortby=hits pages=<!plugin-list BackLink page=[] !> exclude=ListPagesPlugin,WikiPlugin>> }}} Modified: trunk/pgsrc/Help%FMagicPhpWikiURLs =================================================================== --- trunk/pgsrc/Help%2FMagicPhpWikiURLs 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FMagicPhpWikiURLs 2009-02-23 11:05:10 UTC (rev 6533) @@ -11,7 +11,7 @@ == About phpwiki: URLs A special type of URL is available for making links to perform -administrative and other special functions in PhpWiki. Here is a +administrative and other special functions in ~PhpWiki. Here is a brief description of how they work. The basic syntax of a phpwiki: URL is Modified: trunk/pgsrc/Help%FMoreAboutMechanics =================================================================== --- trunk/pgsrc/Help%2FMoreAboutMechanics 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FMoreAboutMechanics 2009-02-23 11:05:10 UTC (rev 6533) @@ -8,14 +8,14 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -PhpWiki is written in the server-side scripting language PHP, +~PhpWiki is written in the server-side scripting language PHP, available from http://www.php.net/. PHP resembles C and Perl in its syntax, and functions much like ASP, ~EmbPerl or JSP. -PhpWiki consists of a dozen or so files of mixed PHP and HTML. The web -pages that make up a [WikiWikiWeb] based on PHP live in a database with +~PhpWiki consists of a dozen or so files of mixed PHP and HTML. The web +pages that make up a [[Help:WikiWikiWeb|WikiWikiWeb]] based on PHP live in a database with backup copies of previous versions of pages stored as well. (For the -database, PhpWiki works with DBM, MySQL, PostgreSQL or text files.) +database, ~PhpWiki works with DBM, MySQL, PostgreSQL or text files.) Every time a user hits the site, the page requested is pulled from the database and rendered on the fly. The user only really ever requests @@ -36,7 +36,7 @@ Combined with one namespace and a simple markup, a Wiki exhibits many of the characteristics of [WabiSabi|Help:WabiSabi]. -PhpWiki is licensed under the GNU General Public license, which you +~PhpWiki is licensed under the GNU General Public license, which you should be able to see here: http://www.gnu.org/copyleft/gpl.txt. ---- Modified: trunk/pgsrc/Help%FPhpWiki =================================================================== --- trunk/pgsrc/Help%2FPhpWiki 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FPhpWiki 2009-02-23 11:05:10 UTC (rev 6533) @@ -2,13 +2,13 @@ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; - pagename=PhpWiki; + pagename=Help%2FPhpWiki; flags=""; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary -You are using PhpWiki at this very moment. Incredible, ain't it? +You are using ~PhpWiki at this very moment. Incredible, ain't it? Visit our home page at http://phpwiki.sourceforge.net/ and see PhpWiki in action at http://phpwiki.sourceforge.net/phpwiki/ (and of course Modified: trunk/pgsrc/Help%FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -32,7 +32,7 @@ <<PluginManager>> }}} -PhpWiki lets you extend it with new functionality via a plugin +~PhpWiki lets you extend it with new functionality via a plugin mechanism. In short, you extend a PHP class we provide and customize it to print out the content you want. For more information see [Help:WikiPlugin], [Help:HelloWorldPlugin], and view the source of the files in @@ -45,7 +45,7 @@ == External Requirements Some plugins require correctly configured PLUGIN_CACHED and external libraries -not provided with PhpWiki or PHP, such as +not provided with ~PhpWiki or PHP, such as * [PHP with GD support | php-function:ref.image] for the [Help:text2pngPlugin], * [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the [Help:TexToPngPlugin] and [Help:TeX2pngPlugin], * [graphviz | http://graphviz.org/] for the [Help:GraphVizPlugin] and [Help:VisualWikiPlugin], Modified: trunk/pgsrc/Help%FSystemInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FSystemInfoPlugin 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FSystemInfoPlugin 2009-02-23 11:05:10 UTC (rev 6533) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -The *~SystemInfo* [[Help:WikiPlugin|plugin]] provides access to lower level system information for the platform PhpWiki is installed on. +The *~SystemInfo* [[Help:WikiPlugin|plugin]] provides access to lower level system information for the platform ~PhpWiki is installed on. == Usage Modified: trunk/pgsrc/Help%FWikiWikiWeb =================================================================== --- trunk/pgsrc/Help%2FWikiWikiWeb 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/Help%2FWikiWikiWeb 2009-02-23 11:05:10 UTC (rev 6533) @@ -2,7 +2,7 @@ Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; - pagename=WikiWikiWeb; + pagename=Help%2FWikiWikiWeb; flags=""; markup=2; charset=iso-8859-1 Modified: trunk/pgsrc/HomePage =================================================================== --- trunk/pgsrc/HomePage 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/HomePage 2009-02-23 11:05:10 UTC (rev 6533) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -* What is a [WikiWikiWeb]? A description of this application. +* 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]. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/ReleaseNotes 2009-02-23 11:05:10 UTC (rev 6533) @@ -704,7 +704,7 @@ * ~PopularNearby plugin: same as the classic most popular footer * formatted single-line plugins supported * RelatedChanges plugin: only those which are links at the current page -* new GoogleLink pref: add "~[G]" lookup on unknown links +* new ~GoogleLink pref: add "~[G]" lookup on unknown links * added chinese language support, by Yan-ren Tsai (druryl) * added missing MacOSX buttons, by Carsten Klapp. * new Crao theme from http://wiki.crao.net, by Arnaud Fontaine and Laurent Lunati Modified: trunk/pgsrc/SteveWainstead =================================================================== --- trunk/pgsrc/SteveWainstead 2009-02-23 10:36:57 UTC (rev 6532) +++ trunk/pgsrc/SteveWainstead 2009-02-23 11:05:10 UTC (rev 6533) @@ -8,7 +8,7 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -Hi. I started building this [WikiWikiWeb] but many others help me +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...] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |