home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / modules / wiki / README.txt < prev    next >
Text File  |  2004-03-08  |  3KB  |  108 lines

  1. $Id: README.txt,v 1.1 2004/01/12 22:14:04 comsubvie Exp $
  2.  
  3. WikkiTikkiTavi - README
  4. -----------------------
  5.  
  6.   Copyright (C) 2000-2001 Scott Moonen and others.
  7.  
  8.   WikkiTikkiTavi is free software; you can redistribute it and/or modify
  9.   it under the terms of the GNU General Public License as published by
  10.   the Free Software Foundation; either version 2 of the License, or
  11.   (at your option) any later version.
  12.  
  13.   This program is distributed in the hope that it will be useful,
  14.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.   GNU General Public License for more details.
  17.  
  18.   You should have received a copy of the GNU General Public License
  19.   along with this program; if not, write to the Free Software
  20.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  21.  
  22. Comments are welcome.
  23.  
  24. [Information about general setup]
  25.  
  26. README.txt
  27. -------------
  28.  
  29. README.txt is the file you are currently reading.  It contains general
  30. information on WikkiTikkiTavi, including how the code is organized and
  31. what is included with it.
  32.  
  33. INSTALL.txt
  34. -------------
  35.  
  36. The INSTALL.txt file contains information and instructions on installing and
  37. setting up your own Wiki using the WikkiTikkiTavi WikiEngine.
  38.  
  39. LICENSE.txt
  40. -------------
  41.  
  42. The LICENSE.txt file contains a copy of the GNU General Public License,
  43. which WikkiTikkiTavi is licensed under.
  44.  
  45. TODO.txt
  46. -------------
  47.  
  48. The TODO.txt file lists the developers current TODO list.
  49.  
  50. NEWS.txt
  51. -------------
  52.  
  53. The NEWS.txt file contains important information, news, or events regarding
  54. WikkiTikkiTavi.  This could include new release information, major new
  55. features, or anything else the developers feel warrants mention.
  56.  
  57. ChangeLog.txt
  58. -------------
  59.  
  60. ChangeLog.txt contains a date history of changes and updates made to
  61. WikkiTikkiTavi.
  62.  
  63. index.php
  64. -------------
  65.  
  66. The index.php file is the "default" page loaded when accessing a Wiki
  67. run by WikkiTikkiTavi.
  68.  
  69. config.php
  70. -------------
  71.  
  72. config.php is not present in the 'Tavi distribution.  It is created when
  73. you install 'Tavi using the install/configure.pl script.  It contains
  74. various vital configuration settings for the wiki.
  75.  
  76. action/
  77. -------------
  78.  
  79. admin/
  80. -------------
  81.  
  82. contrib/
  83. -------------
  84.  
  85. The contrib/ directory contains scripts, patches, and other add-ons or
  86. extras that are not part of the "official" code base (and thus, not
  87. maintained by us, nor supported by us) but might be useful to you.
  88. Please note that these extras may not work, or may require tweaking on
  89. your part to get them working with the latest releases of
  90. WikkiTikkiTavi.
  91.  
  92. install/
  93. -------------
  94.  
  95. The install/ directory contains scripts and utilities to aid with the
  96. installation and setup of the WikkiTikkiTavi engine.  You can find a
  97. database creation script, as well as conversion scripts to help you
  98. upgrade your Wiki from an older release of 'Tavi.
  99.  
  100. lib/
  101. -------------
  102.  
  103. parse/
  104. -------------
  105.  
  106. template/
  107. -------------
  108.