]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FMoreAboutMechanics
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FMoreAboutMechanics
1 Date: Fri,  7 Dec 2012 11:30:07 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FMoreAboutMechanics;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 ~PhpWiki is written in the server-side scripting language PHP,
10 available from [[http://www.php.net/]]. PHP resembles C and Perl in its
11 syntax, and functions much like ASP, ~EmbPerl or JSP.
12
13 ~PhpWiki consists of a dozen or so files of mixed PHP and HTML. The web
14 pages that make up a [[Help:WikiWikiWeb|WikiWikiWeb]] based on PHP live in a database with
15 backup copies of previous versions of pages stored as well. (For the
16 database, ~PhpWiki works with DBM, MySQL, PostgreSQL or text files.)
17
18 Every time a user hits the site, the page requested is pulled from the
19 database and rendered on the fly. The user only really ever requests
20 the file =index.php=, which then decides which other php files to
21 include.
22
23 Links to pages in the Wiki are automatically linked: [[FindPage]].
24 This might be the single most compelling aspect of a Wiki, the ability
25 to add pages simply by linking to them. The next most compelling thing
26 is how easily external URLs link, like this:
27 # http://www.wcsb.org/
28 # ftp://ftp.redhat.com/
29 # news://news.mozilla.org/
30 # http://slashdot.org/
31 # http://theregister.co.uk/
32
33 Combined with one namespace and a simple markup, a Wiki exhibits many
34 of the characteristics of [[Help:WabiSabi|WabiSabi]].
35
36 ~PhpWiki is licensed under the GNU General Public license, which you
37 should be able to see here: [[http://www.gnu.org/copyleft/gpl.txt]].
38
39 <noinclude>
40 ----
41 [[PhpWikiDocumentation]]
42 </noinclude>