-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
48 lines (37 loc) · 1.95 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
This is the README.txt file for PmWiki, a wiki-based system for
collaborative creation and maintenance of websites.
PmWiki is distributed with the following directories:
docs/ Brief documentation, sample configuration scripts
local/ Configuration scripts
cookbook/ Recipes (add-ons) from the PmWiki Cookbook
pub/skins/ Layout templates ("skins" for custom look and feel)
pub/css/ Extra CSS stylesheet files
pub/guiedit/ Files for the Edit Form's GUIEdit module
scripts/ Scripts that are part of PmWiki
wikilib.d/ Bundled wiki pages, including
* a default Home Page
* PmWiki documentation pages
* some Site-oriented pages
After PmWiki is installed the following directories may also exist:
wiki.d/ Wiki pages
uploads/ Uploaded files (page attachments)
For quick installation advice, see docs/INSTALL.txt.
For more extensive information about installing PmWiki, visit
http://pmwiki.org/wiki/PmWiki/Installation
For information about running PmWiki in standalone mode without
requiring a webserver, visit
http://pmwiki.org/wiki/Cookbook/Standalone
PmWiki is Copyright 2001-2006 Patrick R. Michaud
pmichaud@pobox.com
http://www.pmichaud.com/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The GNU General Public License is distributed with this program
(see docs/COPYING.txt) and it is also available online at
http://www.fsf.org/licensing/licenses/gpl.txt .