close   


DokuwikiFCK is no longer being supported.
It has been superceded by fckgLite and ckgedit.
close   
namespace:
close   
All questions, bug fixes, and feature requests should go through the mailing list. To subscribe to the list, do one of the following:

1. Send an email to fckglite-request@freelists.org with 'subscribe' in the Subject field
2. Visit the fckgLite page at http://www.freelists.org/list/fckglite
3. Or click the subscribe link below

Subscribe
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
configuration [2014/02/08 12:02]
tower [Notes]
configuration [2014/10/15 16:25] (current)
tower [HTML Entities]
Line 3: Line 3:
  
 ===== Configuration ===== ===== Configuration =====
- 
  
 {{tag> configuration templates filebrowser entities linux windows smileys plugins scayt symlinks}} {{tag> configuration templates filebrowser entities linux windows smileys plugins scayt symlinks}}
- 
  
 **fckgLite** has several configuration settings which are set in the Configuration Manager. ('​Starting Versions & Dates' for options 4-9 refer to an earlier versioning system: xx.xx-year-Month_day-minute_second.) **fckgLite** has several configuration settings which are set in the Configuration Manager. ('​Starting Versions & Dates' for options 4-9 refer to an earlier versioning system: xx.xx-year-Month_day-minute_second.)
- 
  
 ^   ​^ ​ Setting ​ ^  Default Value  ^  Starting Versions & Dates  | ^   ​^ ​ Setting ​ ^  Default Value  ^  Starting Versions & Dates  |
Line 35: Line 32:
 |**22** ​  ​|[[#​conf_22|complex_tables]]|false|from Sep 13 2012| |**22** ​  ​|[[#​conf_22|complex_tables]]|false|from Sep 13 2012|
 |**23** ​  ​|[[#​conf_23|duplicate_notes]]|false|from Mar 12 2013| |**23** ​  ​|[[#​conf_23|duplicate_notes]]|false|from Mar 12 2013|
-|**24** ​  ​|[[#​conf_24|winstyle]]|false|ckgedit ​from May 22 2013|+|**24** ​  ​|[[#​conf_24|winstyle]]|false|ckgedit(2013/​22/​5),​fckgLite(2014/​1/​4)|
 |**25** ​  ​|[[#​conf_25|other_lang]]|default|ckgedit June 14| |**25** ​  ​|[[#​conf_25|other_lang]]|default|ckgedit June 14|
 |**26** ​  ​|[[#​conf_26|dw_priority]]|fck/​ckeditor|Feb 8 2014| |**26** ​  ​|[[#​conf_26|dw_priority]]|fck/​ckeditor|Feb 8 2014|
 +|**27** ​  ​|[[#​conf_27|preload_ckeditorjs]]|false|July 14 2014|
  
 +\\
  
  
Line 88: Line 86:
  
 {{anchor:​conf_15}} {{anchor:​conf_15}}
-**15.** For Windows Servers (Vista and Later). This setting makes it possible to access data<​nowiki>​\</​nowiki>​media through fckg<​nowiki>​\</​nowiki>​fckeditor<​nowiki>​\</​nowiki>​userfiles,​ if links to media and file have been successfully created in userfiles. See the [[:​docs:​auto_install|auto install]] document.+**15.** For Windows Servers (Vista and Later). This setting makes it possible to access data<​nowiki>​\</​nowiki>​media through fckg<​nowiki>​\</​nowiki>​fckeditor<​nowiki>​\</​nowiki>​userfiles,​ if links to media and file have been successfully created in userfiles. See the [[:​docs:​auto_install|auto install]] document.  Thisoption is helpful in some cases where the savedir has been moved.
  
 {{anchor:​conf_16}} {{anchor:​conf_16}}
Line 136: Line 134:
 **26.** ​ By default, both ckgedit and fckgLite open with their respective WYSIWG editors. ​ Selecting this option will override the default behavior so that the Dokuwiki text-based editor will have priority. ​ Users can still switch back and forth between the editors, but when the browser is closed and re-opened, the Dokuwiki editor will be selected. ​ If the user logs off but does not close down the browser, the last editor to have been selected will open. **26.** ​ By default, both ckgedit and fckgLite open with their respective WYSIWG editors. ​ Selecting this option will override the default behavior so that the Dokuwiki text-based editor will have priority. ​ Users can still switch back and forth between the editors, but when the browser is closed and re-opened, the Dokuwiki editor will be selected. ​ If the user logs off but does not close down the browser, the last editor to have been selected will open.
  
 +{{anchor:​conf_27}} 
 +**27.** When set to true, this option will cause the ckeditor'​s javascript to be loaded on start up, instead of when the editor is first opened. ​ This speeds up the initial loading of the editor into the browser, because the javascript will have been saved in the browser'​s cache. Apart from icons and images, the ckeditor is implemented entirely in javascript. ​ This should have minimal affect on visitors to the site because the ckeditor'​s javascript is not output until after the curret page has been sent to the browser.
 ==== What is a guest? ==== ==== What is a guest? ====
  
Line 275: Line 274:
 For some non-Roman characters, for Latin characters with accents, and for assorted symbols, ​ the FCKeditor uses HTML entities. ​   For instance À – the capital A with a grave accent – will be represented as  &''​Aagrave'';​ whereas Dokuwiki saves such characters as is, in their original form.  These character entities have to be converted back to the originals before being saved to the DOkuwiki text files, otherwise they will be lost.  The file which governs these conversions is called ent.ser and is found in fckg/​action. ​ If you need a character which is not found in ent.ser, you can you can add to it as  described in the [[:​entities|ENTITIES.HOWTO]] file which you will find in fckg/​action/​entities. For some non-Roman characters, for Latin characters with accents, and for assorted symbols, ​ the FCKeditor uses HTML entities. ​   For instance À – the capital A with a grave accent – will be represented as  &''​Aagrave'';​ whereas Dokuwiki saves such characters as is, in their original form.  These character entities have to be converted back to the originals before being saved to the DOkuwiki text files, otherwise they will be lost.  The file which governs these conversions is called ent.ser and is found in fckg/​action. ​ If you need a character which is not found in ent.ser, you can you can add to it as  described in the [[:​entities|ENTITIES.HOWTO]] file which you will find in fckg/​action/​entities.
  
 +For additional information on how to deal with certain Dokuwiki entities, see [[http://​www.mturner.org/​devel/​doku.php?​id=playground:​entities|playground:​entities]] in the fckgLite documentation.
  
 \\ \\