-
+For information on installing Kiriwrite, see Chapter 1: Installation in
+the User Documentation in the Documentation directory.
--- /dev/null
+Kiriwrite uses a regular expression for checking if UTF8 data that is
+passed to it is valid is from the World Wide Web Consortium (W3C)
+website. ( http://www.w3.org )
+
+The W3C Software License (the 31st December 2002 version)
+is compatable with the GNU General Public License which Kiriwrite is
+licensed under.
+
+----------------------------------------------------------------------
+
+UTF8 validation check regular expression:
+http://www.w3.org/International/questions/qa-forms-utf-8
+
+Copyright ©2003 World Wide Web Consortium,
+(Massachusetts Institute of Technology, European Research Consortium for
+Informatics and Mathematics, Keio University). All Rights Reserved. This
+work is distributed under the W3C® Software License [1] in thehope
+that it will be useful, but WITHOUT ANY WARRANTY; without even the
+implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
-
+Kiriwrite is a web-based (browser-based) interface for creating pages
+for websites, intended for those who know how to create pages by hand
+and want to accelerate the process of (re)designing a static-only
+website.
+
+For information on how to install, usage and hints on using Kiriwrite
+read the Documentation that is in the Documentation directory.
+
+Kiriwrite is licensed under the GPL (version 2). For more information
+please read the COPYING file that is included with the archive.
--- /dev/null
+- Add setting for altering the size of the large textarea boxes.
+- Optimise the speed of getting filters and templates when viewing them
+as a list.
+- Allow a limit on the amount of pages viewed on each page to reduce CPU
+and Database load.
+- Apply the same from the above to the template and filter lists.
+- Add overwrite template ability when compiling.
+- Optimise the speed of Kiriwrite in general (seperating the code into
+smaller files perhaps stored in a new directory called lib).