README.txt 1.9 KB

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