From c9ad052caed31058adf2a18899f514142aa5b007 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 22 Dec 2006 01:32:29 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5227 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/Help%2FTextFormattingRules | 16 ++++++++-------- pgsrc/PhpWikiAdministration | 25 ++++++++++++++++++++++--- pgsrc/WatchPage | 12 ++++++++++++ 3 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 pgsrc/WatchPage diff --git a/pgsrc/Help%2FTextFormattingRules b/pgsrc/Help%2FTextFormattingRules index 0504c2727..014acdf6b 100644 --- a/pgsrc/Help%2FTextFormattingRules +++ b/pgsrc/Help%2FTextFormattingRules @@ -1,9 +1,9 @@ Date: Tue, 8 Jun 2004 22:20:05 +0200 Mime-Version: 1.0 (Produced by PhpWiki 1.3.8) -X-Rcs-Id: $Id: Help%2FTextFormattingRules,v 1.1 2005-11-21 22:19:00 rurban Exp $ +X-Rcs-Id: $Id: Help%2FTextFormattingRules,v 1.2 2006-12-22 01:32:29 rurban Exp $ Content-Type: application/x-phpwiki; pagename=Help%2FTextFormattingRules; - pgsrc_version="2 $Revision: 1.1 $"; + pgsrc_version="2 $Revision: 1.2 $"; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 @@ -12,18 +12,18 @@ Content-Transfer-Encoding: binary ---- ! Synopsis -TextFormattingRules%%% +Help:TextFormattingRules%%% *Emphasis:* ~_ for _italics_, ~* for *bold*, ~_~* for _*both*_, ~= for =fixed width=.%%% *Lists:* ~* for bullet lists, # for numbered lists, -_Term:~ definition_ for definition lists.%%% +_Term~:~ definition_ for definition lists.%%% *Preformatted text:* Enclose text in ~
~
or ~~.%%% *Indented text:* Indent the paragraph with whitespaces.%%% *References:* ~JoinCapitalizedWords or use square brackets for a -~[page link] or URL ~[~http://cool.wiki.int/].%%% +~[page link] or URL ~[~http:~//cool.wiki.int/].%%% *Preventing linking:* Prefix with "~~": -~~~DoNotHyperlink, name links like ~[text | URL].%%% +~~~DoNotHyperlink, name links like ~[text | URL or pagename].%%% *Misc:* "!", "!!", "!!!" make headings, "~%%%" or "~
" makes a linebreak, "~----" makes a horizontal rule.%%% @@ -53,7 +53,7 @@ _Term:~ definition_ for definition lists.%%% Two tildes inside an URL (without brackets) become a single tilde. => [http://foo.bar/~user] or http://foo.bar/~~user * Special non-ascii or non-latin characters are printed as-is only if supported - by the native wiki CHARSET. Add such characters on a non-supported CHARSET with the RawHtmlPlugin if it is enabled by the Admin and e.g. the &#num; syntax. %%% + by the native wiki CHARSET. Add such characters on a non-supported CHARSET with the Help:RawHtmlPlugin if it is enabled by the Admin and e.g. the &#num; syntax. %%% E.g. These japanese euc-jp chars 'から 新規ページ' on this == wiki. And with the plugin: %%% And this is how it should look: [http://phpwiki.sourceforge.net/demo/images/chars-releasenotes-japanese.png] @@ -207,7 +207,7 @@ _Term:~ definition_ for definition lists.%%% Term 2 | Here's definition 2. -* Old-style tables are supported through the OldStyleTablePlugin: +* Old-style tables are supported through the Help:OldStyleTablePlugin: !!! HTML Mark-Up Language diff --git a/pgsrc/PhpWikiAdministration b/pgsrc/PhpWikiAdministration index 85b78615c..b27734c82 100644 --- a/pgsrc/PhpWikiAdministration +++ b/pgsrc/PhpWikiAdministration @@ -1,9 +1,9 @@ Date: Mon, 17 Jan 2005 08:44:07 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11) -X-Rcs-Id: $Id: PhpWikiAdministration,v 1.39 2005-01-25 06:58:23 rurban Exp $ +X-Rcs-Id: $Id: PhpWikiAdministration,v 1.40 2006-12-22 01:32:29 rurban Exp $ Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; - pgsrc_version="2 $Revision: 1.39 $"; + pgsrc_version="2 $Revision: 1.40 $"; flags=PAGE_LOCKED; markup=2; charset=iso-8859-1 @@ -192,7 +192,7 @@ rendering since parsing of the wiki-text takes a fair amount of juice. !! Clean WikiDB of Illegal Filenames @@ -229,5 +229,24 @@ might create one.... label="Convert cached_html" ?> + +!! Check WikiDB + + This button will check the Wiki page database for consistency. + + + +!! Rebuild WikiDB + + This button will rebuild the Wiki backlink database on consistency errors. + + + ---- PhpWikiDocumentation diff --git a/pgsrc/WatchPage b/pgsrc/WatchPage new file mode 100644 index 000000000..28c323af3 --- /dev/null +++ b/pgsrc/WatchPage @@ -0,0 +1,12 @@ +Date: Sat, 2 Dec 2006 14:25:30 +0100 +Mime-Version: 1.0 (Produced by PhpWiki 1.3.13pre-20061221) +X-Rcs-Id: $Id: WatchPage,v 1.1 2006-12-22 01:32:29 rurban Exp $ +Content-Type: application/x-phpwiki; + pagename=WatchPage; + pgsrc_version="2 $Revision: 1.1 $"; + flags=""; + markup=2; + charset=iso-8859-1 +Content-Transfer-Encoding: binary + + \ No newline at end of file -- 2.45.0