1NOTE:  fckgLite has been replaced by ckgedit and should be used only locally if at all.
2------------
3This version of fckgLite supports the Dokuwiki 'safe' file system encoding for non-Roman
4character sets.  It also supports url-style encoding, which was the encoding
5for all previous versions of Dokuwiki.
6
7This version also supports the the jQuery conversion which Dokuwiki made beginning
8with the Angua distribtution.
9
10/*********************************************/
11IMPORTANT FOR USERS OF ANTEATER
12'safe' encoding was implemented in Dokuwiki's Anteater distribution, dated 2010-11-07.
13A bug was found in that implementation which affected Windows users and was
14corrected in Rincewind (2011-05-25).  On an upgrade from Anteater to Rincewind,
15Rincewind automatically corrects the file system for compatibility with the corrected format.
16
17This distribution of fckgLite employs the corrected implementation of 'safe' encoding.
18
19If you are using 'safe' encoding and are still using Anteater, you have two choices.
201. You can upgrade to Rincewind or later.
212. You can revert to the Anteater implementation of safe encoding.
22    Included in the fckg directory of this distribution is a file named revert.tgz
23	Go to the fckg directory and unpack this file:
24	       tar -xzf revert.tgz
25	You must do this with every new install of fckgLite (or fckgLiteSafe) until
26	you upgrade Dokuwiki to Rincewind or later.
27
28/*********************************************/
29
30
31See the fckgLite web site for more information about this distribution:
32http://www.mturner.org/fckgLite/doku.php?id=introduction#fckglitesafe
33
34
35For information on the installation and features of fckgLite, see
36the fckgLite web site:  http://www.mturner.org/fckgLite
37
38
39There are two versions of .htaccess files found in fckg/fckeditor/userfiles.  One of these
40is called .htaccess.security and allows direct http access only to image files, but not
41to any others.  The other is called .htaccess.open and allows access to any files in the
42data/media directory.  In this case security is enforced using the "secure" directory
43system.
44
45See the section on Security on the fckgLite web site:
46   http://www.mturner.org/fckgLite/doku.php?id=media&#security_and_the_media_directory
47Also: http://www.dokuwiki.org/plugin:fckglite?&#security
48
49
50