Diff: Help/MoreAboutMechanics

Differences between current version and predecessor to the previous major change of Help/MoreAboutMechanics.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,33 +1,34 @@
-PhpWiki is written in the server-side scripting language PHP,  
-available from http ://www.php.net/. PHP resembles C and Perl in its 
+~ PhpWiki is written in the server-side scripting language PHP,  
+available from [[https ://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 
-the file = index.php= , which then decides which other php files to 
+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/ 
 # http://slashdot.org/ 
 # http://theregister.co.uk/ 
  
 Combined with one namespace and a simple markup, a Wiki exhibits many 
-of the characteristics of WabiSabi. 
+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. 
+~ PhpWiki is licensed under the GNU General Public license, which you  
+should be able to see here: [[ http://www.gnu.org/copyleft/gpl.txt]]
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation CategoryWiki  
+[[ PhpWikiDocumentation]]  
+</noinclude>  

current version

PhpWiki is written in the server-side scripting language PHP, available from https://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 backup copies of previous versions of pages stored as well. (For the 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 the file index.php, which then decides which other PHP files to include.

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:

  1. http://www.wcsb.org/
  2. ftp://ftp.redhat.com/
  3. news://news.mozilla.org/
  4. http://slashdot.org/
  5. http://theregister.co.uk/

Combined with one namespace and a simple markup, a Wiki exhibits many of the characteristics of 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.