diff options
author | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 21:19:02 +0000 |
---|---|---|
committer | pmichaud <pmichaud@524c5546-5005-0410-9a3e-e25e191bd360> | 2006-01-10 21:19:02 +0000 |
commit | f6461f41966a5809c05b9f197e74a48a7fbc227b (patch) | |
tree | f92f9a36c2b8257678c06f229aacb4cbeb587ebd /README.txt | |
parent | 8d3897205d02ed3253bde73cada2bb4fa466f43f (diff) | |
download | pmwiki.svn-f6461f41966a5809c05b9f197e74a48a7fbc227b.tar.bz2 |
Added README.txt file.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@1121 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..c0e932b4 --- /dev/null +++ b/README.txt @@ -0,0 +1,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-2005 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 . |