From: Steve W. <wai...@us...> - 2001-04-06 18:21:41
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv31384/pgsrc Modified Files: MagicPhpWikiURLs PhpWikiAdministration TestPage TextFormattingRules Log Message: Did find-grep to replace all occurances of FrontPage to HomePage. Index: MagicPhpWikiURLs =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/MagicPhpWikiURLs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MagicPhpWikiURLs 2001/02/13 05:54:38 1.2 --- MagicPhpWikiURLs 2001/04/06 18:21:37 1.3 *************** *** 56,60 **** Other possibilites: * [ Diff the SandBox | phpwiki:SandBox?action=diff ], ! * [ Lock the FrontPage | phpwiki:FrontPage?action=lock ], * [ Get a Full Zip Dump | phpwiki:?action=zip&include=all ], * [ Page titles containing 'wiki' | phpwiki:?action=search&searchterm=wiki ], --- 56,60 ---- Other possibilites: * [ Diff the SandBox | phpwiki:SandBox?action=diff ], ! * [ Lock the HomePage | phpwiki:HomePage?action=lock ], * [ Get a Full Zip Dump | phpwiki:?action=zip&include=all ], * [ Page titles containing 'wiki' | phpwiki:?action=search&searchterm=wiki ], Index: PhpWikiAdministration =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/PhpWikiAdministration,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** PhpWikiAdministration 2001/02/13 05:54:38 1.7 --- PhpWikiAdministration 2001/04/06 18:21:37 1.8 *************** *** 55,59 **** If you have dumped a set of pages from PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped ! your FrontPage when you load it from this form it will overwrite the one in your database now. If you want to be selective just delete the pages from the directory (or zip file) which you don't want to load. --- 55,59 ---- If you have dumped a set of pages from PhpWiki, you can reload them here. Note that pages in your database will be overwritten; thus, if you dumped ! your HomePage when you load it from this form it will overwrite the one in your database now. If you want to be selective just delete the pages from the directory (or zip file) which you don't want to load. Index: TestPage =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TestPage,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** TestPage 2000/11/08 17:07:32 1.8 --- TestPage 2001/04/06 18:21:37 1.9 *************** *** 67,75 **** ---- __Link tests__ ! # normal: FrontPage ! # in brackets: [FrontPage] -- named: [the front page|FrontPage] # Link in brackets: [http://phpwiki.sourceforge.net/] # Link outside brackets: http://phpwiki.sourceforge.net/ ! # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?FrontPage # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/ # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/] --- 67,75 ---- ---- __Link tests__ ! # normal: HomePage ! # in brackets: [HomePage] -- named: [the front page|HomePage] # Link in brackets: [http://phpwiki.sourceforge.net/] # Link outside brackets: http://phpwiki.sourceforge.net/ ! # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?HomePage # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/ # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/] Index: TextFormattingRules =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TextFormattingRules,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** TextFormattingRules 2001/02/14 05:22:49 1.12 --- TextFormattingRules 2001/04/06 18:21:37 1.13 *************** *** 51,55 **** * Hyperlinks to other pages within the Wiki are made by placing the page name in square brackets: [this is a page link] or UsingWikiWords (preferred) * Hyperlinks to external pages are done like this: [http://www.wcsb.org/] ! * You can name the links by providing a name, a bar (|) and then the hyperlink or pagename: [PhpWiki home page | http://phpwiki.sourceforge.net/] - [the front page | FrontPage] * You can suppress linking to old-style references and URIs by preceding the word with a '!', e.g. !NotLinkedAsWikiName, !http://not.linked.to/ * You can create footnotes by using [[1], [[2], [[3], ... like this here [1]. See footnote for counterpart. (If the [[ is in the first column, it is a footnote ''definition'' rather than a footnote ''reference'' [1].) --- 51,55 ---- * Hyperlinks to other pages within the Wiki are made by placing the page name in square brackets: [this is a page link] or UsingWikiWords (preferred) * Hyperlinks to external pages are done like this: [http://www.wcsb.org/] ! * You can name the links by providing a name, a bar (|) and then the hyperlink or pagename: [PhpWiki home page | http://phpwiki.sourceforge.net/] - [the front page | HomePage] * You can suppress linking to old-style references and URIs by preceding the word with a '!', e.g. !NotLinkedAsWikiName, !http://not.linked.to/ * You can create footnotes by using [[1], [[2], [[3], ... like this here [1]. See footnote for counterpart. (If the [[ is in the first column, it is a footnote ''definition'' rather than a footnote ''reference'' [1].) |