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