From: <var...@us...> - 2012-12-07 10:32:56
|
Revision: 8620 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8620&view=rev Author: vargenau Date: 2012-12-07 10:32:46 +0000 (Fri, 07 Dec 2012) Log Message: ----------- AddingPages --> [[FindPage]] Modified Paths: -------------- trunk/pgsrc/Help%2FMoreAboutMechanics Modified: trunk/pgsrc/Help%2FMoreAboutMechanics =================================================================== --- trunk/pgsrc/Help%2FMoreAboutMechanics 2012-12-07 10:31:49 UTC (rev 8619) +++ trunk/pgsrc/Help%2FMoreAboutMechanics 2012-12-07 10:32:46 UTC (rev 8620) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 7 Dec 2012 11:30:07 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FMoreAboutMechanics; @@ -8,7 +8,7 @@ Content-Transfer-Encoding: binary ~PhpWiki is written in the server-side scripting language PHP, -available from http://www.php.net/. PHP resembles C and Perl in its +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 @@ -21,11 +21,10 @@ the file =index.php=, which then decides which other php files to include. -Links to pages in the Wiki are automatically linked: AddingPages. +Links to pages in the Wiki are automatically linked: [[FindPage]]. This might be the single most compelling aspect of a Wiki, the ability to add pages simply by linking to them. The next most compelling thing is how easily external URLs link, like this: - # http://www.wcsb.org/ # ftp://ftp.redhat.com/ # news://news.mozilla.org/ @@ -36,7 +35,7 @@ of the characteristics of [[Help:WabiSabi|WabiSabi]]. ~PhpWiki is licensed under the GNU General Public license, which you -should be able to see here: http://www.gnu.org/copyleft/gpl.txt. +should be able to see here: [[http://www.gnu.org/copyleft/gpl.txt]]. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |