Blame


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