[geeklog-hg] geeklog: Moved CKEditor and FCKEditor into a new "editors" direc...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 18 10:49:29 EDT 2013


changeset 9257:5a06744e0bcd
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5a06744e0bcd
user: dengen <taharaxp at gmail.com>
date: Sun Aug 18 23:47:22 2013 +0900
description:
Moved CKEditor and FCKEditor into a new "editors" directory and added a mechanism to manage multiple editors.

diffstat:

 language/english.php                                                                                      |     2 +
 language/english_utf-8.php                                                                                |     2 +
 public_html/admin/configuration.php                                                                       |    57 +
 public_html/admin/configuration_validation.php                                                            |     6 +
 public_html/admin/install/config-install.php                                                              |     2 +
 public_html/admin/install/index.php                                                                       |     1 +
 public_html/admin/install/lib-install.php                                                                 |     3 +
 public_html/admin/install/lib-upgrade.php                                                                 |     1 +
 public_html/admin/install/migrate.php                                                                     |     2 +
 public_html/admin/install/rescue.php                                                                      |     4 +-
 public_html/ckeditor/CHANGES.md                                                                           |   185 -
 public_html/ckeditor/LICENSE.md                                                                           |  1264 ---
 public_html/ckeditor/README.md                                                                            |    39 -
 public_html/ckeditor/adapters/jquery.js                                                                   |    10 -
 public_html/ckeditor/build-config.js                                                                      |   166 -
 public_html/ckeditor/ckeditor.js                                                                          |   927 --
 public_html/ckeditor/config.js                                                                            |    79 -
 public_html/ckeditor/contents.css                                                                         |   103 -
 public_html/ckeditor/functions.js                                                                         |    64 -
 public_html/ckeditor/functions.php                                                                        |    71 -
 public_html/ckeditor/lang/af.js                                                                           |     5 -
 public_html/ckeditor/lang/ar.js                                                                           |     5 -
 public_html/ckeditor/lang/bg.js                                                                           |     5 -
 public_html/ckeditor/lang/bn.js                                                                           |     5 -
 public_html/ckeditor/lang/bs.js                                                                           |     5 -
 public_html/ckeditor/lang/ca.js                                                                           |     5 -
 public_html/ckeditor/lang/cs.js                                                                           |     5 -
 public_html/ckeditor/lang/cy.js                                                                           |     5 -
 public_html/ckeditor/lang/da.js                                                                           |     5 -
 public_html/ckeditor/lang/de.js                                                                           |     5 -
 public_html/ckeditor/lang/el.js                                                                           |     5 -
 public_html/ckeditor/lang/en-au.js                                                                        |     5 -
 public_html/ckeditor/lang/en-ca.js                                                                        |     5 -
 public_html/ckeditor/lang/en-gb.js                                                                        |     5 -
 public_html/ckeditor/lang/en.js                                                                           |     5 -
 public_html/ckeditor/lang/eo.js                                                                           |     5 -
 public_html/ckeditor/lang/es.js                                                                           |     5 -
 public_html/ckeditor/lang/et.js                                                                           |     5 -
 public_html/ckeditor/lang/eu.js                                                                           |     5 -
 public_html/ckeditor/lang/fa.js                                                                           |     5 -
 public_html/ckeditor/lang/fi.js                                                                           |     5 -
 public_html/ckeditor/lang/fo.js                                                                           |     5 -
 public_html/ckeditor/lang/fr-ca.js                                                                        |     5 -
 public_html/ckeditor/lang/fr.js                                                                           |     5 -
 public_html/ckeditor/lang/gl.js                                                                           |     5 -
 public_html/ckeditor/lang/gu.js                                                                           |     5 -
 public_html/ckeditor/lang/he.js                                                                           |     5 -
 public_html/ckeditor/lang/hi.js                                                                           |     5 -
 public_html/ckeditor/lang/hr.js                                                                           |     5 -
 public_html/ckeditor/lang/hu.js                                                                           |     5 -
 public_html/ckeditor/lang/id.js                                                                           |     5 -
 public_html/ckeditor/lang/is.js                                                                           |     5 -
 public_html/ckeditor/lang/it.js                                                                           |     5 -
 public_html/ckeditor/lang/ja.js                                                                           |     5 -
 public_html/ckeditor/lang/ka.js                                                                           |     5 -
 public_html/ckeditor/lang/km.js                                                                           |     5 -
 public_html/ckeditor/lang/ko.js                                                                           |     5 -
 public_html/ckeditor/lang/ku.js                                                                           |     5 -
 public_html/ckeditor/lang/lt.js                                                                           |     5 -
 public_html/ckeditor/lang/lv.js                                                                           |     5 -
 public_html/ckeditor/lang/mk.js                                                                           |     5 -
 public_html/ckeditor/lang/mn.js                                                                           |     5 -
 public_html/ckeditor/lang/ms.js                                                                           |     5 -
 public_html/ckeditor/lang/nb.js                                                                           |     5 -
 public_html/ckeditor/lang/nl.js                                                                           |     5 -
 public_html/ckeditor/lang/no.js                                                                           |     5 -
 public_html/ckeditor/lang/pl.js                                                                           |     5 -
 public_html/ckeditor/lang/pt-br.js                                                                        |     5 -
 public_html/ckeditor/lang/pt.js                                                                           |     5 -
 public_html/ckeditor/lang/ro.js                                                                           |     5 -
 public_html/ckeditor/lang/ru.js                                                                           |     5 -
 public_html/ckeditor/lang/si.js                                                                           |     5 -
 public_html/ckeditor/lang/sk.js                                                                           |     5 -
 public_html/ckeditor/lang/sl.js                                                                           |     5 -
 public_html/ckeditor/lang/sq.js                                                                           |     5 -
 public_html/ckeditor/lang/sr-latn.js                                                                      |     5 -
 public_html/ckeditor/lang/sr.js                                                                           |     5 -
 public_html/ckeditor/lang/sv.js                                                                           |     5 -
 public_html/ckeditor/lang/th.js                                                                           |     5 -
 public_html/ckeditor/lang/tr.js                                                                           |     5 -
 public_html/ckeditor/lang/ug.js                                                                           |     5 -
 public_html/ckeditor/lang/uk.js                                                                           |     5 -
 public_html/ckeditor/lang/vi.js                                                                           |     5 -
 public_html/ckeditor/lang/zh-cn.js                                                                        |     5 -
 public_html/ckeditor/lang/zh.js                                                                           |     5 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js                                                 |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt                                 |    25 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/da.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/de.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/el.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/en.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/es.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/et.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js                                               |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js                                                  |    11 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/he.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/id.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/it.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/km.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js                                                  |    11 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/no.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js                                               |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/si.js                                                  |     8 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js                                             |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/th.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js                                                  |    10 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js                                                  |     9 -
 public_html/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js                                               |     7 -
 public_html/ckeditor/plugins/about/dialogs/about.js                                                       |     7 -
 public_html/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png                                        |   Bin 
 public_html/ckeditor/plugins/about/dialogs/logo_ckeditor.png                                              |   Bin 
 public_html/ckeditor/plugins/clipboard/dialogs/paste.js                                                   |    11 -
 public_html/ckeditor/plugins/colordialog/dialogs/colordialog.js                                           |    13 -
 public_html/ckeditor/plugins/dialog/dialogDefinition.js                                                   |     4 -
 public_html/ckeditor/plugins/div/dialogs/div.js                                                           |     9 -
 public_html/ckeditor/plugins/fakeobjects/images/spacer.gif                                                |   Bin 
 public_html/ckeditor/plugins/find/dialogs/find.js                                                         |    24 -
 public_html/ckeditor/plugins/flash/dialogs/flash.js                                                       |    24 -
 public_html/ckeditor/plugins/flash/images/placeholder.png                                                 |   Bin 
 public_html/ckeditor/plugins/forms/dialogs/button.js                                                      |     8 -
 public_html/ckeditor/plugins/forms/dialogs/checkbox.js                                                    |     8 -
 public_html/ckeditor/plugins/forms/dialogs/form.js                                                        |     8 -
 public_html/ckeditor/plugins/forms/dialogs/hiddenfield.js                                                 |     8 -
 public_html/ckeditor/plugins/forms/dialogs/radio.js                                                       |     8 -
 public_html/ckeditor/plugins/forms/dialogs/select.js                                                      |    20 -
 public_html/ckeditor/plugins/forms/dialogs/textarea.js                                                    |     8 -
 public_html/ckeditor/plugins/forms/dialogs/textfield.js                                                   |    10 -
 public_html/ckeditor/plugins/forms/images/hiddenfield.gif                                                 |   Bin 
 public_html/ckeditor/plugins/icons.png                                                                    |   Bin 
 public_html/ckeditor/plugins/icons_hidpi.png                                                              |   Bin 
 public_html/ckeditor/plugins/iframe/dialogs/iframe.js                                                     |    10 -
 public_html/ckeditor/plugins/iframe/images/placeholder.png                                                |   Bin 
 public_html/ckeditor/plugins/image/dialogs/image.js                                                       |    43 -
 public_html/ckeditor/plugins/image/images/noimage.png                                                     |   Bin 
 public_html/ckeditor/plugins/link/dialogs/anchor.js                                                       |     8 -
 public_html/ckeditor/plugins/link/dialogs/link.js                                                         |    36 -
 public_html/ckeditor/plugins/link/images/anchor.png                                                       |   Bin 
 public_html/ckeditor/plugins/link/images/hidpi/anchor.png                                                 |   Bin 
 public_html/ckeditor/plugins/liststyle/dialogs/liststyle.js                                               |    10 -
 public_html/ckeditor/plugins/magicline/images/hidpi/icon.png                                              |   Bin 
 public_html/ckeditor/plugins/magicline/images/icon.png                                                    |   Bin 
 public_html/ckeditor/plugins/pagebreak/images/pagebreak.gif                                               |   Bin 
 public_html/ckeditor/plugins/pastefromword/filter/default.js                                              |    31 -
 public_html/ckeditor/plugins/preview/preview.html                                                         |    10 -
 public_html/ckeditor/plugins/scayt/LICENSE.md                                                             |    28 -
 public_html/ckeditor/plugins/scayt/README.md                                                              |    25 -
 public_html/ckeditor/plugins/scayt/dialogs/options.js                                                     |    20 -
 public_html/ckeditor/plugins/scayt/dialogs/toolbar.css                                                    |    71 -
 public_html/ckeditor/plugins/showblocks/images/block_address.png                                          |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_blockquote.png                                       |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_div.png                                              |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_h1.png                                               |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_h2.png                                               |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_h3.png                                               |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_h4.png                                               |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_h5.png                                               |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_h6.png                                               |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_p.png                                                |   Bin 
 public_html/ckeditor/plugins/showblocks/images/block_pre.png                                              |   Bin 
 public_html/ckeditor/plugins/smiley/dialogs/smiley.js                                                     |    10 -
 public_html/ckeditor/plugins/smiley/images/angel_smile.gif                                                |   Bin 
 public_html/ckeditor/plugins/smiley/images/angry_smile.gif                                                |   Bin 
 public_html/ckeditor/plugins/smiley/images/broken_heart.gif                                               |   Bin 
 public_html/ckeditor/plugins/smiley/images/confused_smile.gif                                             |   Bin 
 public_html/ckeditor/plugins/smiley/images/cry_smile.gif                                                  |   Bin 
 public_html/ckeditor/plugins/smiley/images/devil_smile.gif                                                |   Bin 
 public_html/ckeditor/plugins/smiley/images/embaressed_smile.gif                                           |   Bin 
 public_html/ckeditor/plugins/smiley/images/embarrassed_smile.gif                                          |   Bin 
 public_html/ckeditor/plugins/smiley/images/envelope.gif                                                   |   Bin 
 public_html/ckeditor/plugins/smiley/images/heart.gif                                                      |   Bin 
 public_html/ckeditor/plugins/smiley/images/kiss.gif                                                       |   Bin 
 public_html/ckeditor/plugins/smiley/images/lightbulb.gif                                                  |   Bin 
 public_html/ckeditor/plugins/smiley/images/omg_smile.gif                                                  |   Bin 
 public_html/ckeditor/plugins/smiley/images/regular_smile.gif                                              |   Bin 
 public_html/ckeditor/plugins/smiley/images/sad_smile.gif                                                  |   Bin 
 public_html/ckeditor/plugins/smiley/images/shades_smile.gif                                               |   Bin 
 public_html/ckeditor/plugins/smiley/images/teeth_smile.gif                                                |   Bin 
 public_html/ckeditor/plugins/smiley/images/thumbs_down.gif                                                |   Bin 
 public_html/ckeditor/plugins/smiley/images/thumbs_up.gif                                                  |   Bin 
 public_html/ckeditor/plugins/smiley/images/tongue_smile.gif                                               |   Bin 
 public_html/ckeditor/plugins/smiley/images/tounge_smile.gif                                               |   Bin 
 public_html/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif                                  |   Bin 
 public_html/ckeditor/plugins/smiley/images/wink_smile.gif                                                 |   Bin 
 public_html/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt                              |    20 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/ar.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/bg.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/ca.js                                               |    14 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/cs.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/cy.js                                               |    14 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/de.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/el.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/en.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/eo.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/es.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/et.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/fa.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/fi.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js                                            |    10 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/fr.js                                               |    11 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/gl.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/he.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/hr.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/hu.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/id.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/it.js                                               |    14 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/ja.js                                               |     9 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/ku.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/lv.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/nb.js                                               |    11 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/nl.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/no.js                                               |    11 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/pl.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js                                            |    11 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/pt.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/ru.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/si.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/sk.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/sl.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/sq.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/sv.js                                               |    11 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/th.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/tr.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/ug.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/uk.js                                               |    12 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/vi.js                                               |    13 -
 public_html/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js                                            |     9 -
 public_html/ckeditor/plugins/specialchar/dialogs/specialchar.js                                           |    14 -
 public_html/ckeditor/plugins/table/dialogs/table.js                                                       |    21 -
 public_html/ckeditor/plugins/tabletools/dialogs/tableCell.js                                              |    16 -
 public_html/ckeditor/plugins/templates/dialogs/templates.css                                              |    84 -
 public_html/ckeditor/plugins/templates/dialogs/templates.js                                               |    10 -
 public_html/ckeditor/plugins/templates/templates/default.js                                               |     6 -
 public_html/ckeditor/plugins/templates/templates/images/template1.gif                                     |   Bin 
 public_html/ckeditor/plugins/templates/templates/images/template2.gif                                     |   Bin 
 public_html/ckeditor/plugins/templates/templates/images/template3.gif                                     |   Bin 
 public_html/ckeditor/plugins/wsc/LICENSE.md                                                               |    28 -
 public_html/ckeditor/plugins/wsc/README.md                                                                |    25 -
 public_html/ckeditor/plugins/wsc/dialogs/ciframe.html                                                     |    66 -
 public_html/ckeditor/plugins/wsc/dialogs/tmp.html                                                         |   131 -
 public_html/ckeditor/plugins/wsc/dialogs/tmpFrameset.html                                                 |    52 -
 public_html/ckeditor/plugins/wsc/dialogs/wsc.css                                                          |    82 -
 public_html/ckeditor/plugins/wsc/dialogs/wsc.js                                                           |    67 -
 public_html/ckeditor/plugins/wsc/dialogs/wsc_ie.js                                                        |    11 -
 public_html/ckeditor/samples/ajax.html                                                                    |    82 -
 public_html/ckeditor/samples/api.html                                                                     |   207 -
 public_html/ckeditor/samples/appendto.html                                                                |    57 -
 public_html/ckeditor/samples/assets/inlineall/logo.png                                                    |   Bin 
 public_html/ckeditor/samples/assets/outputxhtml/outputxhtml.css                                           |   204 -
 public_html/ckeditor/samples/assets/posteddata.php                                                        |    59 -
 public_html/ckeditor/samples/assets/sample.css                                                            |     3 -
 public_html/ckeditor/samples/assets/sample.jpg                                                            |   Bin 
 public_html/ckeditor/samples/assets/uilanguages/languages.js                                              |     7 -
 public_html/ckeditor/samples/datafiltering.html                                                           |   401 -
 public_html/ckeditor/samples/divreplace.html                                                              |   141 -
 public_html/ckeditor/samples/index.html                                                                   |   128 -
 public_html/ckeditor/samples/inlineall.html                                                               |   311 -
 public_html/ckeditor/samples/inlinebycode.html                                                            |   121 -
 public_html/ckeditor/samples/inlinetextarea.html                                                          |   110 -
 public_html/ckeditor/samples/jquery.html                                                                  |    97 -
 public_html/ckeditor/samples/plugins/dialog/assets/my_dialog.js                                           |    48 -
 public_html/ckeditor/samples/plugins/dialog/dialog.html                                                   |   187 -
 public_html/ckeditor/samples/plugins/enterkey/enterkey.html                                               |   103 -
 public_html/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla                  |   Bin 
 public_html/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf                  |   Bin 
 public_html/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js                        |    18 -
 public_html/ckeditor/samples/plugins/htmlwriter/outputforflash.html                                       |   280 -
 public_html/ckeditor/samples/plugins/htmlwriter/outputhtml.html                                           |   221 -
 public_html/ckeditor/samples/plugins/magicline/magicline.html                                             |   207 -
 public_html/ckeditor/samples/plugins/toolbar/toolbar.html                                                 |   232 -
 public_html/ckeditor/samples/plugins/wysiwygarea/fullpage.html                                            |    77 -
 public_html/ckeditor/samples/readonly.html                                                                |    73 -
 public_html/ckeditor/samples/replacebyclass.html                                                          |    57 -
 public_html/ckeditor/samples/replacebycode.html                                                           |    56 -
 public_html/ckeditor/samples/sample.css                                                                   |   339 -
 public_html/ckeditor/samples/sample.js                                                                    |    33 -
 public_html/ckeditor/samples/sample_posteddata.php                                                        |    16 -
 public_html/ckeditor/samples/tabindex.html                                                                |    75 -
 public_html/ckeditor/samples/uicolor.html                                                                 |    69 -
 public_html/ckeditor/samples/uilanguages.html                                                             |   119 -
 public_html/ckeditor/samples/xhtmlstyle.html                                                              |   231 -
 public_html/ckeditor/skins/moono/dialog.css                                                               |     5 -
 public_html/ckeditor/skins/moono/dialog_ie.css                                                            |     5 -
 public_html/ckeditor/skins/moono/dialog_ie7.css                                                           |     5 -
 public_html/ckeditor/skins/moono/dialog_ie8.css                                                           |     5 -
 public_html/ckeditor/skins/moono/dialog_iequirks.css                                                      |     5 -
 public_html/ckeditor/skins/moono/dialog_opera.css                                                         |     5 -
 public_html/ckeditor/skins/moono/editor.css                                                               |     5 -
 public_html/ckeditor/skins/moono/editor_gecko.css                                                         |     5 -
 public_html/ckeditor/skins/moono/editor_ie.css                                                            |     5 -
 public_html/ckeditor/skins/moono/editor_ie7.css                                                           |     5 -
 public_html/ckeditor/skins/moono/editor_ie8.css                                                           |     5 -
 public_html/ckeditor/skins/moono/editor_iequirks.css                                                      |     5 -
 public_html/ckeditor/skins/moono/icons.png                                                                |   Bin 
 public_html/ckeditor/skins/moono/icons_hidpi.png                                                          |   Bin 
 public_html/ckeditor/skins/moono/images/arrow.png                                                         |   Bin 
 public_html/ckeditor/skins/moono/images/close.png                                                         |   Bin 
 public_html/ckeditor/skins/moono/images/hidpi/close.png                                                   |   Bin 
 public_html/ckeditor/skins/moono/images/hidpi/lock-open.png                                               |   Bin 
 public_html/ckeditor/skins/moono/images/hidpi/lock.png                                                    |   Bin 
 public_html/ckeditor/skins/moono/images/hidpi/refresh.png                                                 |   Bin 
 public_html/ckeditor/skins/moono/images/lock-open.png                                                     |   Bin 
 public_html/ckeditor/skins/moono/images/lock.png                                                          |   Bin 
 public_html/ckeditor/skins/moono/images/refresh.png                                                       |   Bin 
 public_html/ckeditor/skins/moono/readme.md                                                                |    51 -
 public_html/ckeditor/styles.js                                                                            |   111 -
 public_html/docs/english/config.html                                                                      |     9 +-
 public_html/docs/japanese/config.html                                                                     |     9 +-
 public_html/editors/ckeditor/CHANGES.md                                                                   |   185 +
 public_html/editors/ckeditor/LICENSE.md                                                                   |  1264 +++
 public_html/editors/ckeditor/README.md                                                                    |    39 +
 public_html/editors/ckeditor/adapters/jquery.js                                                           |    10 +
 public_html/editors/ckeditor/build-config.js                                                              |   166 +
 public_html/editors/ckeditor/ckeditor.js                                                                  |   927 ++
 public_html/editors/ckeditor/config.js                                                                    |    79 +
 public_html/editors/ckeditor/contents.css                                                                 |   103 +
 public_html/editors/ckeditor/functions.js                                                                 |    64 +
 public_html/editors/ckeditor/functions.php                                                                |    72 +
 public_html/editors/ckeditor/lang/af.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ar.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/bg.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/bn.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/bs.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ca.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/cs.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/cy.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/da.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/de.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/el.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/en-au.js                                                                |     5 +
 public_html/editors/ckeditor/lang/en-ca.js                                                                |     5 +
 public_html/editors/ckeditor/lang/en-gb.js                                                                |     5 +
 public_html/editors/ckeditor/lang/en.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/eo.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/es.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/et.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/eu.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/fa.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/fi.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/fo.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/fr-ca.js                                                                |     5 +
 public_html/editors/ckeditor/lang/fr.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/gl.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/gu.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/he.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/hi.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/hr.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/hu.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/id.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/is.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/it.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ja.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ka.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/km.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ko.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ku.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/lt.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/lv.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/mk.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/mn.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ms.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/nb.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/nl.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/no.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/pl.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/pt-br.js                                                                |     5 +
 public_html/editors/ckeditor/lang/pt.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ro.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ru.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/si.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/sk.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/sl.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/sq.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/sr-latn.js                                                              |     5 +
 public_html/editors/ckeditor/lang/sr.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/sv.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/th.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/tr.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/ug.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/uk.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/vi.js                                                                   |     5 +
 public_html/editors/ckeditor/lang/zh-cn.js                                                                |     5 +
 public_html/editors/ckeditor/lang/zh.js                                                                   |     5 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js                                         |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt                         |    25 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/da.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/de.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/el.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/en.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/es.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/et.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js                                       |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js                                          |    11 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/he.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/id.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/it.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/km.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js                                          |    11 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/no.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js                                       |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/si.js                                          |     8 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js                                     |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/th.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js                                          |    10 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js                                          |     9 +
 public_html/editors/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js                                       |     7 +
 public_html/editors/ckeditor/plugins/about/dialogs/about.js                                               |     7 +
 public_html/editors/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png                                |   Bin 
 public_html/editors/ckeditor/plugins/about/dialogs/logo_ckeditor.png                                      |   Bin 
 public_html/editors/ckeditor/plugins/clipboard/dialogs/paste.js                                           |    11 +
 public_html/editors/ckeditor/plugins/colordialog/dialogs/colordialog.js                                   |    13 +
 public_html/editors/ckeditor/plugins/dialog/dialogDefinition.js                                           |     4 +
 public_html/editors/ckeditor/plugins/div/dialogs/div.js                                                   |     9 +
 public_html/editors/ckeditor/plugins/fakeobjects/images/spacer.gif                                        |   Bin 
 public_html/editors/ckeditor/plugins/find/dialogs/find.js                                                 |    24 +
 public_html/editors/ckeditor/plugins/flash/dialogs/flash.js                                               |    24 +
 public_html/editors/ckeditor/plugins/flash/images/placeholder.png                                         |   Bin 
 public_html/editors/ckeditor/plugins/forms/dialogs/button.js                                              |     8 +
 public_html/editors/ckeditor/plugins/forms/dialogs/checkbox.js                                            |     8 +
 public_html/editors/ckeditor/plugins/forms/dialogs/form.js                                                |     8 +
 public_html/editors/ckeditor/plugins/forms/dialogs/hiddenfield.js                                         |     8 +
 public_html/editors/ckeditor/plugins/forms/dialogs/radio.js                                               |     8 +
 public_html/editors/ckeditor/plugins/forms/dialogs/select.js                                              |    20 +
 public_html/editors/ckeditor/plugins/forms/dialogs/textarea.js                                            |     8 +
 public_html/editors/ckeditor/plugins/forms/dialogs/textfield.js                                           |    10 +
 public_html/editors/ckeditor/plugins/forms/images/hiddenfield.gif                                         |   Bin 
 public_html/editors/ckeditor/plugins/icons.png                                                            |   Bin 
 public_html/editors/ckeditor/plugins/icons_hidpi.png                                                      |   Bin 
 public_html/editors/ckeditor/plugins/iframe/dialogs/iframe.js                                             |    10 +
 public_html/editors/ckeditor/plugins/iframe/images/placeholder.png                                        |   Bin 
 public_html/editors/ckeditor/plugins/image/dialogs/image.js                                               |    43 +
 public_html/editors/ckeditor/plugins/image/images/noimage.png                                             |   Bin 
 public_html/editors/ckeditor/plugins/link/dialogs/anchor.js                                               |     8 +
 public_html/editors/ckeditor/plugins/link/dialogs/link.js                                                 |    36 +
 public_html/editors/ckeditor/plugins/link/images/anchor.png                                               |   Bin 
 public_html/editors/ckeditor/plugins/link/images/hidpi/anchor.png                                         |   Bin 
 public_html/editors/ckeditor/plugins/liststyle/dialogs/liststyle.js                                       |    10 +
 public_html/editors/ckeditor/plugins/magicline/images/hidpi/icon.png                                      |   Bin 
 public_html/editors/ckeditor/plugins/magicline/images/icon.png                                            |   Bin 
 public_html/editors/ckeditor/plugins/pagebreak/images/pagebreak.gif                                       |   Bin 
 public_html/editors/ckeditor/plugins/pastefromword/filter/default.js                                      |    31 +
 public_html/editors/ckeditor/plugins/preview/preview.html                                                 |    10 +
 public_html/editors/ckeditor/plugins/scayt/LICENSE.md                                                     |    28 +
 public_html/editors/ckeditor/plugins/scayt/README.md                                                      |    25 +
 public_html/editors/ckeditor/plugins/scayt/dialogs/options.js                                             |    20 +
 public_html/editors/ckeditor/plugins/scayt/dialogs/toolbar.css                                            |    71 +
 public_html/editors/ckeditor/plugins/showblocks/images/block_address.png                                  |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_blockquote.png                               |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_div.png                                      |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_h1.png                                       |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_h2.png                                       |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_h3.png                                       |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_h4.png                                       |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_h5.png                                       |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_h6.png                                       |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_p.png                                        |   Bin 
 public_html/editors/ckeditor/plugins/showblocks/images/block_pre.png                                      |   Bin 
 public_html/editors/ckeditor/plugins/smiley/dialogs/smiley.js                                             |    10 +
 public_html/editors/ckeditor/plugins/smiley/images/angel_smile.gif                                        |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/angry_smile.gif                                        |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/broken_heart.gif                                       |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/confused_smile.gif                                     |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/cry_smile.gif                                          |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/devil_smile.gif                                        |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/embaressed_smile.gif                                   |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/embarrassed_smile.gif                                  |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/envelope.gif                                           |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/heart.gif                                              |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/kiss.gif                                               |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/lightbulb.gif                                          |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/omg_smile.gif                                          |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/regular_smile.gif                                      |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/sad_smile.gif                                          |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/shades_smile.gif                                       |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/teeth_smile.gif                                        |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/thumbs_down.gif                                        |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/thumbs_up.gif                                          |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/tongue_smile.gif                                       |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/tounge_smile.gif                                       |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif                          |   Bin 
 public_html/editors/ckeditor/plugins/smiley/images/wink_smile.gif                                         |   Bin 
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt                      |    20 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/ar.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/bg.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/ca.js                                       |    14 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/cs.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/cy.js                                       |    14 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/de.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/el.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/en.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/eo.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/es.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/et.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/fa.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/fi.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js                                    |    10 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/fr.js                                       |    11 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/gl.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/he.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/hr.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/hu.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/id.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/it.js                                       |    14 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/ja.js                                       |     9 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/ku.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/lv.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/nb.js                                       |    11 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/nl.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/no.js                                       |    11 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/pl.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js                                    |    11 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/pt.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/ru.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/si.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/sk.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/sl.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/sq.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/sv.js                                       |    11 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/th.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/tr.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/ug.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/uk.js                                       |    12 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/vi.js                                       |    13 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js                                    |     9 +
 public_html/editors/ckeditor/plugins/specialchar/dialogs/specialchar.js                                   |    14 +
 public_html/editors/ckeditor/plugins/table/dialogs/table.js                                               |    21 +
 public_html/editors/ckeditor/plugins/tabletools/dialogs/tableCell.js                                      |    16 +
 public_html/editors/ckeditor/plugins/templates/dialogs/templates.css                                      |    84 +
 public_html/editors/ckeditor/plugins/templates/dialogs/templates.js                                       |    10 +
 public_html/editors/ckeditor/plugins/templates/templates/default.js                                       |     6 +
 public_html/editors/ckeditor/plugins/templates/templates/images/template1.gif                             |   Bin 
 public_html/editors/ckeditor/plugins/templates/templates/images/template2.gif                             |   Bin 
 public_html/editors/ckeditor/plugins/templates/templates/images/template3.gif                             |   Bin 
 public_html/editors/ckeditor/plugins/wsc/LICENSE.md                                                       |    28 +
 public_html/editors/ckeditor/plugins/wsc/README.md                                                        |    25 +
 public_html/editors/ckeditor/plugins/wsc/dialogs/ciframe.html                                             |    66 +
 public_html/editors/ckeditor/plugins/wsc/dialogs/tmp.html                                                 |   131 +
 public_html/editors/ckeditor/plugins/wsc/dialogs/tmpFrameset.html                                         |    52 +
 public_html/editors/ckeditor/plugins/wsc/dialogs/wsc.css                                                  |    82 +
 public_html/editors/ckeditor/plugins/wsc/dialogs/wsc.js                                                   |    67 +
 public_html/editors/ckeditor/plugins/wsc/dialogs/wsc_ie.js                                                |    11 +
 public_html/editors/ckeditor/samples/ajax.html                                                            |    82 +
 public_html/editors/ckeditor/samples/api.html                                                             |   207 +
 public_html/editors/ckeditor/samples/appendto.html                                                        |    57 +
 public_html/editors/ckeditor/samples/assets/inlineall/logo.png                                            |   Bin 
 public_html/editors/ckeditor/samples/assets/outputxhtml/outputxhtml.css                                   |   204 +
 public_html/editors/ckeditor/samples/assets/posteddata.php                                                |    59 +
 public_html/editors/ckeditor/samples/assets/sample.css                                                    |     3 +
 public_html/editors/ckeditor/samples/assets/sample.jpg                                                    |   Bin 
 public_html/editors/ckeditor/samples/assets/uilanguages/languages.js                                      |     7 +
 public_html/editors/ckeditor/samples/datafiltering.html                                                   |   401 +
 public_html/editors/ckeditor/samples/divreplace.html                                                      |   141 +
 public_html/editors/ckeditor/samples/index.html                                                           |   128 +
 public_html/editors/ckeditor/samples/inlineall.html                                                       |   311 +
 public_html/editors/ckeditor/samples/inlinebycode.html                                                    |   121 +
 public_html/editors/ckeditor/samples/inlinetextarea.html                                                  |   110 +
 public_html/editors/ckeditor/samples/jquery.html                                                          |    97 +
 public_html/editors/ckeditor/samples/plugins/dialog/assets/my_dialog.js                                   |    48 +
 public_html/editors/ckeditor/samples/plugins/dialog/dialog.html                                           |   187 +
 public_html/editors/ckeditor/samples/plugins/enterkey/enterkey.html                                       |   103 +
 public_html/editors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla          |   Bin 
 public_html/editors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf          |   Bin 
 public_html/editors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js                |    18 +
 public_html/editors/ckeditor/samples/plugins/htmlwriter/outputforflash.html                               |   280 +
 public_html/editors/ckeditor/samples/plugins/htmlwriter/outputhtml.html                                   |   221 +
 public_html/editors/ckeditor/samples/plugins/magicline/magicline.html                                     |   207 +
 public_html/editors/ckeditor/samples/plugins/toolbar/toolbar.html                                         |   232 +
 public_html/editors/ckeditor/samples/plugins/wysiwygarea/fullpage.html                                    |    77 +
 public_html/editors/ckeditor/samples/readonly.html                                                        |    73 +
 public_html/editors/ckeditor/samples/replacebyclass.html                                                  |    57 +
 public_html/editors/ckeditor/samples/replacebycode.html                                                   |    56 +
 public_html/editors/ckeditor/samples/sample.css                                                           |   339 +
 public_html/editors/ckeditor/samples/sample.js                                                            |    33 +
 public_html/editors/ckeditor/samples/sample_posteddata.php                                                |    16 +
 public_html/editors/ckeditor/samples/tabindex.html                                                        |    75 +
 public_html/editors/ckeditor/samples/uicolor.html                                                         |    69 +
 public_html/editors/ckeditor/samples/uilanguages.html                                                     |   119 +
 public_html/editors/ckeditor/samples/xhtmlstyle.html                                                      |   231 +
 public_html/editors/ckeditor/skins/moono/dialog.css                                                       |     5 +
 public_html/editors/ckeditor/skins/moono/dialog_ie.css                                                    |     5 +
 public_html/editors/ckeditor/skins/moono/dialog_ie7.css                                                   |     5 +
 public_html/editors/ckeditor/skins/moono/dialog_ie8.css                                                   |     5 +
 public_html/editors/ckeditor/skins/moono/dialog_iequirks.css                                              |     5 +
 public_html/editors/ckeditor/skins/moono/dialog_opera.css                                                 |     5 +
 public_html/editors/ckeditor/skins/moono/editor.css                                                       |     5 +
 public_html/editors/ckeditor/skins/moono/editor_gecko.css                                                 |     5 +
 public_html/editors/ckeditor/skins/moono/editor_ie.css                                                    |     5 +
 public_html/editors/ckeditor/skins/moono/editor_ie7.css                                                   |     5 +
 public_html/editors/ckeditor/skins/moono/editor_ie8.css                                                   |     5 +
 public_html/editors/ckeditor/skins/moono/editor_iequirks.css                                              |     5 +
 public_html/editors/ckeditor/skins/moono/icons.png                                                        |   Bin 
 public_html/editors/ckeditor/skins/moono/icons_hidpi.png                                                  |   Bin 
 public_html/editors/ckeditor/skins/moono/images/arrow.png                                                 |   Bin 
 public_html/editors/ckeditor/skins/moono/images/close.png                                                 |   Bin 
 public_html/editors/ckeditor/skins/moono/images/hidpi/close.png                                           |   Bin 
 public_html/editors/ckeditor/skins/moono/images/hidpi/lock-open.png                                       |   Bin 
 public_html/editors/ckeditor/skins/moono/images/hidpi/lock.png                                            |   Bin 
 public_html/editors/ckeditor/skins/moono/images/hidpi/refresh.png                                         |   Bin 
 public_html/editors/ckeditor/skins/moono/images/lock-open.png                                             |   Bin 
 public_html/editors/ckeditor/skins/moono/images/lock.png                                                  |   Bin 
 public_html/editors/ckeditor/skins/moono/images/refresh.png                                               |   Bin 
 public_html/editors/ckeditor/skins/moono/readme.md                                                        |    51 +
 public_html/editors/ckeditor/styles.js                                                                    |   111 +
 public_html/editors/fckeditor/_documentation.html                                                         |    38 +
 public_html/editors/fckeditor/_upgrade.html                                                               |    39 +
 public_html/editors/fckeditor/_whatsnew.html                                                              |    50 +
 public_html/editors/fckeditor/_whatsnew_history.html                                                      |  4162 ++++++++++
 public_html/editors/fckeditor/editor/_source/classes/fckcontextmenu.js                                    |   223 +
 public_html/editors/fckeditor/editor/_source/classes/fckdataprocessor.js                                  |   119 +
 public_html/editors/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js                         |    53 +
 public_html/editors/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js                            |    58 +
 public_html/editors/fckeditor/editor/_source/classes/fckdomrange.js                                       |   935 ++
 public_html/editors/fckeditor/editor/_source/classes/fckdomrange_gecko.js                                 |   104 +
 public_html/editors/fckeditor/editor/_source/classes/fckdomrange_ie.js                                    |   199 +
 public_html/editors/fckeditor/editor/_source/classes/fckdomrangeiterator.js                               |   327 +
 public_html/editors/fckeditor/editor/_source/classes/fckeditingarea.js                                    |   372 +
 public_html/editors/fckeditor/editor/_source/classes/fckelementpath.js                                    |    89 +
 public_html/editors/fckeditor/editor/_source/classes/fckenterkey.js                                       |   708 +
 public_html/editors/fckeditor/editor/_source/classes/fckevents.js                                         |    71 +
 public_html/editors/fckeditor/editor/_source/classes/fckhtmliterator.js                                   |   142 +
 public_html/editors/fckeditor/editor/_source/classes/fckicon.js                                           |   103 +
 public_html/editors/fckeditor/editor/_source/classes/fckiecleanup.js                                      |    68 +
 public_html/editors/fckeditor/editor/_source/classes/fckimagepreloader.js                                 |    64 +
 public_html/editors/fckeditor/editor/_source/classes/fckkeystrokehandler.js                               |   141 +
 public_html/editors/fckeditor/editor/_source/classes/fckmenublock.js                                      |   153 +
 public_html/editors/fckeditor/editor/_source/classes/fckmenublockpanel.js                                 |    54 +
 public_html/editors/fckeditor/editor/_source/classes/fckmenuitem.js                                       |   161 +
 public_html/editors/fckeditor/editor/_source/classes/fckpanel.js                                          |   466 +
 public_html/editors/fckeditor/editor/_source/classes/fckplugin.js                                         |    56 +
 public_html/editors/fckeditor/editor/_source/classes/fckspecialcombo.js                                   |   376 +
 public_html/editors/fckeditor/editor/_source/classes/fckstyle.js                                          |  1500 +++
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbar.js                                        |   103 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js                             |    36 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js                                |    38 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarbutton.js                                  |    81 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js                                |   198 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js                         |   139 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js                              |    98 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js                           |    76 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js                             |   103 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js                            |   146 +
 public_html/editors/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js                              |   200 +
 public_html/editors/fckeditor/editor/_source/classes/fckw3crange.js                                       |   451 +
 public_html/editors/fckeditor/editor/_source/classes/fckxml.js                                            |   108 +
 public_html/editors/fckeditor/editor/_source/classes/fckxml_gecko.js                                      |   106 +
 public_html/editors/fckeditor/editor/_source/classes/fckxml_ie.js                                         |    93 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fck_othercommands.js                          |   634 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js                       |   281 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js                        |    61 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckfitwindow.js                               |   213 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckindentcommands.js                          |   282 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckjustifycommands.js                         |   173 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fcklistcommands.js                            |   382 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fcknamedcommand.js                            |    39 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js                   |    40 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js                        |    40 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js                     |    45 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckshowblocks.js                              |    94 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js                 |    49 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js                    |    72 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fckstylecommand.js                            |    60 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fcktablecommand.js                            |   106 +
 public_html/editors/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js                        |   201 +
 public_html/editors/fckeditor/editor/_source/fckconstants.js                                              |    56 +
 public_html/editors/fckeditor/editor/_source/fckeditorapi.js                                              |   179 +
 public_html/editors/fckeditor/editor/_source/fckjscoreextensions.js                                       |   159 +
 public_html/editors/fckeditor/editor/_source/fckscriptloader.js                                           |   122 +
 public_html/editors/fckeditor/editor/_source/internals/fck.js                                             |  1294 +++
 public_html/editors/fckeditor/editor/_source/internals/fck_contextmenu.js                                 |   345 +
 public_html/editors/fckeditor/editor/_source/internals/fck_gecko.js                                       |   507 +
 public_html/editors/fckeditor/editor/_source/internals/fck_ie.js                                          |   466 +
 public_html/editors/fckeditor/editor/_source/internals/fckbrowserinfo.js                                  |    65 +
 public_html/editors/fckeditor/editor/_source/internals/fckcodeformatter.js                                |   100 +
 public_html/editors/fckeditor/editor/_source/internals/fckcommands.js                                     |   175 +
 public_html/editors/fckeditor/editor/_source/internals/fckconfig.js                                       |   237 +
 public_html/editors/fckeditor/editor/_source/internals/fckdebug.js                                        |    59 +
 public_html/editors/fckeditor/editor/_source/internals/fckdebug_empty.js                                  |    31 +
 public_html/editors/fckeditor/editor/_source/internals/fckdialog.js                                       |   239 +
 public_html/editors/fckeditor/editor/_source/internals/fckdocumentprocessor.js                            |   270 +
 public_html/editors/fckeditor/editor/_source/internals/fckdomtools.js                                     |  1085 ++
 public_html/editors/fckeditor/editor/_source/internals/fcklanguagemanager.js                              |   165 +
 public_html/editors/fckeditor/editor/_source/internals/fcklisthandler.js                                  |   152 +
 public_html/editors/fckeditor/editor/_source/internals/fcklistslib.js                                     |    63 +
 public_html/editors/fckeditor/editor/_source/internals/fckplugins.js                                      |    46 +
 public_html/editors/fckeditor/editor/_source/internals/fckregexlib.js                                     |   100 +
 public_html/editors/fckeditor/editor/_source/internals/fckscayt.js                                        |   447 +
 public_html/editors/fckeditor/editor/_source/internals/fckselection.js                                    |    42 +
 public_html/editors/fckeditor/editor/_source/internals/fckselection_gecko.js                              |   228 +
 public_html/editors/fckeditor/editor/_source/internals/fckselection_ie.js                                 |   288 +
 public_html/editors/fckeditor/editor/_source/internals/fckstyles.js                                       |   381 +
 public_html/editors/fckeditor/editor/_source/internals/fcktablehandler.js                                 |   863 ++
 public_html/editors/fckeditor/editor/_source/internals/fcktablehandler_gecko.js                           |    56 +
 public_html/editors/fckeditor/editor/_source/internals/fcktablehandler_ie.js                              |    64 +
 public_html/editors/fckeditor/editor/_source/internals/fcktoolbaritems.js                                 |   131 +
 public_html/editors/fckeditor/editor/_source/internals/fcktoolbarset.js                                   |   399 +
 public_html/editors/fckeditor/editor/_source/internals/fcktools.js                                        |   749 +
 public_html/editors/fckeditor/editor/_source/internals/fcktools_gecko.js                                  |   282 +
 public_html/editors/fckeditor/editor/_source/internals/fcktools_ie.js                                     |   234 +
 public_html/editors/fckeditor/editor/_source/internals/fckundo.js                                         |   223 +
 public_html/editors/fckeditor/editor/_source/internals/fckurlparams.js                                    |    39 +
 public_html/editors/fckeditor/editor/_source/internals/fckxhtml.js                                        |   551 +
 public_html/editors/fckeditor/editor/_source/internals/fckxhtml_gecko.js                                  |   114 +
 public_html/editors/fckeditor/editor/_source/internals/fckxhtml_ie.js                                     |   255 +
 public_html/editors/fckeditor/editor/_source/internals/fckxhtmlentities.js                                |   357 +
 public_html/editors/fckeditor/editor/css/behaviors/disablehandles.htc                                     |    15 +
 public_html/editors/fckeditor/editor/css/behaviors/showtableborders.htc                                   |    36 +
 public_html/editors/fckeditor/editor/css/fck_editorarea.css                                               |   110 +
 public_html/editors/fckeditor/editor/css/fck_internal.css                                                 |   199 +
 public_html/editors/fckeditor/editor/css/fck_showtableborders_gecko.css                                   |    49 +
 public_html/editors/fckeditor/editor/css/images/block_address.png                                         |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_blockquote.png                                      |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_div.png                                             |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_h1.png                                              |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_h2.png                                              |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_h3.png                                              |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_h4.png                                              |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_h5.png                                              |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_h6.png                                              |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_p.png                                               |   Bin 
 public_html/editors/fckeditor/editor/css/images/block_pre.png                                             |   Bin 
 public_html/editors/fckeditor/editor/css/images/fck_anchor.gif                                            |   Bin 
 public_html/editors/fckeditor/editor/css/images/fck_flashlogo.gif                                         |   Bin 
 public_html/editors/fckeditor/editor/css/images/fck_hiddenfield.gif                                       |   Bin 
 public_html/editors/fckeditor/editor/css/images/fck_pagebreak.gif                                         |   Bin 
 public_html/editors/fckeditor/editor/css/images/fck_plugin.gif                                            |   Bin 
 public_html/editors/fckeditor/editor/dialog/common/fck_dialog_common.css                                  |    85 +
 public_html/editors/fckeditor/editor/dialog/common/fck_dialog_common.js                                   |   347 +
 public_html/editors/fckeditor/editor/dialog/common/images/locked.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/dialog/common/images/reset.gif                                       |   Bin 
 public_html/editors/fckeditor/editor/dialog/common/images/unlocked.gif                                    |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_about.html                                                |   161 +
 public_html/editors/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif                                  |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_about/logo_fredck.gif                                     |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif                       |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_anchor.html                                               |   220 +
 public_html/editors/fckeditor/editor/dialog/fck_button.html                                               |   104 +
 public_html/editors/fckeditor/editor/dialog/fck_checkbox.html                                             |   104 +
 public_html/editors/fckeditor/editor/dialog/fck_colorselector.html                                        |   172 +
 public_html/editors/fckeditor/editor/dialog/fck_div.html                                                  |   396 +
 public_html/editors/fckeditor/editor/dialog/fck_docprops.html                                             |   600 +
 public_html/editors/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html                        |   113 +
 public_html/editors/fckeditor/editor/dialog/fck_flash.html                                                |   152 +
 public_html/editors/fckeditor/editor/dialog/fck_flash/fck_flash.js                                        |   300 +
 public_html/editors/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html                              |    50 +
 public_html/editors/fckeditor/editor/dialog/fck_form.html                                                 |   109 +
 public_html/editors/fckeditor/editor/dialog/fck_hiddenfield.html                                          |   115 +
 public_html/editors/fckeditor/editor/dialog/fck_image.html                                                |   258 +
 public_html/editors/fckeditor/editor/dialog/fck_image/fck_image.js                                        |   512 +
 public_html/editors/fckeditor/editor/dialog/fck_image/fck_image_preview.html                              |    72 +
 public_html/editors/fckeditor/editor/dialog/fck_link.html                                                 |   295 +
 public_html/editors/fckeditor/editor/dialog/fck_link/fck_link.js                                          |   893 ++
 public_html/editors/fckeditor/editor/dialog/fck_listprop.html                                             |   120 +
 public_html/editors/fckeditor/editor/dialog/fck_paste.html                                                |   347 +
 public_html/editors/fckeditor/editor/dialog/fck_radiobutton.html                                          |   104 +
 public_html/editors/fckeditor/editor/dialog/fck_replace.html                                              |   650 +
 public_html/editors/fckeditor/editor/dialog/fck_scayt.html                                                |   746 +
 public_html/editors/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css                                    |   169 +
 public_html/editors/fckeditor/editor/dialog/fck_select.html                                               |   180 +
 public_html/editors/fckeditor/editor/dialog/fck_select/fck_select.js                                      |   194 +
 public_html/editors/fckeditor/editor/dialog/fck_smiley.html                                               |   111 +
 public_html/editors/fckeditor/editor/dialog/fck_source.html                                               |    68 +
 public_html/editors/fckeditor/editor/dialog/fck_specialchar.html                                          |   121 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages.html                                         |    70 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js                |    87 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html                   |   153 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm |   148 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php |   199 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl  |   193 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js                 |   461 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html               |    71 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css                |    49 +
 public_html/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js                   |   272 +
 public_html/editors/fckeditor/editor/dialog/fck_table.html                                                |   440 +
 public_html/editors/fckeditor/editor/dialog/fck_tablecell.html                                            |   293 +
 public_html/editors/fckeditor/editor/dialog/fck_template.html                                             |   242 +
 public_html/editors/fckeditor/editor/dialog/fck_template/images/template1.gif                             |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_template/images/template2.gif                             |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_template/images/template3.gif                             |   Bin 
 public_html/editors/fckeditor/editor/dialog/fck_textarea.html                                             |    94 +
 public_html/editors/fckeditor/editor/dialog/fck_textfield.html                                            |   136 +
 public_html/editors/fckeditor/editor/dtd/fck_dtd_test.html                                                |    41 +
 public_html/editors/fckeditor/editor/dtd/fck_xhtml10strict.js                                             |   116 +
 public_html/editors/fckeditor/editor/dtd/fck_xhtml10transitional.js                                       |   140 +
 public_html/editors/fckeditor/editor/fckdebug.html                                                        |   153 +
 public_html/editors/fckeditor/editor/fckdialog.html                                                       |   819 +
 public_html/editors/fckeditor/editor/fckeditor.html                                                       |   317 +
 public_html/editors/fckeditor/editor/fckeditor.original.html                                              |   425 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/browser.css                              |    87 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/browser.html                             |   200 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/frmactualfolder.html                     |    95 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html                     |   114 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/frmfolders.html                          |   198 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/frmresourceslist.html                    |   169 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/frmresourcetype.html                     |    69 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/frmupload.html                           |   115 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif                   |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/Folder.gif                        |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/Folder32.gif                      |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif                |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif                      |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif                   |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif                   |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif         |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif                 |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif                   |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif                  |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif                      |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif                      |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif            |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/html.gif                    |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/js.gif                      |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/png.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif                     |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/images/spacer.gif                        |   Bin 
 public_html/editors/fckeditor/editor/filemanager/browser/default/js/common.js                             |    88 +
 public_html/editors/fckeditor/editor/filemanager/browser/default/js/fckxml.js                             |   147 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/basexml.php                               |    99 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/commands.php                              |   280 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/config.php                                |   167 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/connector.php                             |    87 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/io.php                                    |   303 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/phpcompat.php                             |    17 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/upload.php                                |    59 +
 public_html/editors/fckeditor/editor/filemanager/connectors/php/util.php                                  |   220 +
 public_html/editors/fckeditor/editor/images/anchor.gif                                                    |   Bin 
 public_html/editors/fckeditor/editor/images/arrow_ltr.gif                                                 |   Bin 
 public_html/editors/fckeditor/editor/images/arrow_rtl.gif                                                 |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/angel_smile.gif                                    |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/angry_smile.gif                                    |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/broken_heart.gif                                   |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/cake.gif                                           |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/confused_smile.gif                                 |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/cry_smile.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/devil_smile.gif                                    |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/embaressed_smile.gif                               |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/envelope.gif                                       |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/heart.gif                                          |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/kiss.gif                                           |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/lightbulb.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/omg_smile.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/regular_smile.gif                                  |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/sad_smile.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/shades_smile.gif                                   |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/teeth_smile.gif                                    |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/thumbs_down.gif                                    |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/thumbs_up.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/tounge_smile.gif                                   |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif                      |   Bin 
 public_html/editors/fckeditor/editor/images/smiley/msn/wink_smile.gif                                     |   Bin 
 public_html/editors/fckeditor/editor/images/spacer.gif                                                    |   Bin 
 public_html/editors/fckeditor/editor/js/fckadobeair.js                                                    |   176 +
 public_html/editors/fckeditor/editor/js/fckeditorcode_gecko.js                                            |   109 +
 public_html/editors/fckeditor/editor/js/fckeditorcode_ie.js                                               |   110 +
 public_html/editors/fckeditor/editor/lang/_translationstatus.txt                                          |    79 +
 public_html/editors/fckeditor/editor/lang/af.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ar.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/bg.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/bn.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/bs.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ca.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/cs.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/da.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/de.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/el.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/en-au.js                                                        |   539 +
 public_html/editors/fckeditor/editor/lang/en-ca.js                                                        |   539 +
 public_html/editors/fckeditor/editor/lang/en-uk.js                                                        |   539 +
 public_html/editors/fckeditor/editor/lang/en.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/eo.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/es.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/et.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/eu.js                                                           |   540 +
 public_html/editors/fckeditor/editor/lang/fa.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/fi.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/fo.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/fr-ca.js                                                        |   539 +
 public_html/editors/fckeditor/editor/lang/fr.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/gl.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/gu.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/he.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/hi.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/hr.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/hu.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/is.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/it.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ja.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/km.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ko.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/lt.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/lv.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/mn.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ms.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/nb.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/nl.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/no.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/pl.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/pt-br.js                                                        |   539 +
 public_html/editors/fckeditor/editor/lang/pt.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ro.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/ru.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/sk.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/sl.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/sr-latn.js                                                      |   539 +
 public_html/editors/fckeditor/editor/lang/sr.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/sv.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/th.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/tr.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/uk.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/vi.js                                                           |   539 +
 public_html/editors/fckeditor/editor/lang/zh-cn.js                                                        |   539 +
 public_html/editors/fckeditor/editor/lang/zh.js                                                           |   539 +
 public_html/editors/fckeditor/editor/plugins/autogrow/fckplugin.js                                        |   111 +
 public_html/editors/fckeditor/editor/plugins/bbcode/_sample/sample.config.js                              |    26 +
 public_html/editors/fckeditor/editor/plugins/bbcode/_sample/sample.html                                   |    67 +
 public_html/editors/fckeditor/editor/plugins/bbcode/fckplugin.js                                          |   123 +
 public_html/editors/fckeditor/editor/plugins/dragresizetable/fckplugin.js                                 |   529 +
 public_html/editors/fckeditor/editor/plugins/placeholder/fck_placeholder.html                             |   105 +
 public_html/editors/fckeditor/editor/plugins/placeholder/fckplugin.js                                     |   187 +
 public_html/editors/fckeditor/editor/plugins/placeholder/lang/de.js                                       |    27 +
 public_html/editors/fckeditor/editor/plugins/placeholder/lang/en.js                                       |    27 +
 public_html/editors/fckeditor/editor/plugins/placeholder/lang/es.js                                       |    27 +
 public_html/editors/fckeditor/editor/plugins/placeholder/lang/fr.js                                       |    27 +
 public_html/editors/fckeditor/editor/plugins/placeholder/lang/it.js                                       |    27 +
 public_html/editors/fckeditor/editor/plugins/placeholder/lang/pl.js                                       |    27 +
 public_html/editors/fckeditor/editor/plugins/placeholder/placeholder.gif                                  |   Bin 
 public_html/editors/fckeditor/editor/plugins/simplecommands/fckplugin.js                                  |    29 +
 public_html/editors/fckeditor/editor/plugins/tablecommands/fckplugin.js                                   |    33 +
 public_html/editors/fckeditor/editor/skins/_fckviewstrips.html                                            |   121 +
 public_html/editors/fckeditor/editor/skins/default/fck_dialog.css                                         |   402 +
 public_html/editors/fckeditor/editor/skins/default/fck_dialog_ie6.js                                      |   110 +
 public_html/editors/fckeditor/editor/skins/default/fck_editor.css                                         |   465 +
 public_html/editors/fckeditor/editor/skins/default/fck_strip.gif                                          |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/dialog.sides.gif                                |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/dialog.sides.png                                |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/dialog.sides.rtl.png                            |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/sprites.gif                                     |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/sprites.png                                     |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.arrowright.gif                          |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif                         |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.collapse.gif                            |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.end.gif                                 |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.expand.gif                              |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.separator.gif                           |   Bin 
 public_html/editors/fckeditor/editor/skins/default/images/toolbar.start.gif                               |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/fck_dialog.css                                      |   402 +
 public_html/editors/fckeditor/editor/skins/office2003/fck_dialog_ie6.js                                   |   110 +
 public_html/editors/fckeditor/editor/skins/office2003/fck_editor.css                                      |   477 +
 public_html/editors/fckeditor/editor/skins/office2003/fck_strip.gif                                       |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/dialog.sides.gif                             |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/dialog.sides.png                             |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png                         |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/sprites.gif                                  |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/sprites.png                                  |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif                       |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.bg.gif                               |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif                      |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif                         |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.end.gif                              |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.expand.gif                           |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.separator.gif                        |   Bin 
 public_html/editors/fckeditor/editor/skins/office2003/images/toolbar.start.gif                            |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/fck_dialog.css                                          |   402 +
 public_html/editors/fckeditor/editor/skins/silver/fck_dialog_ie6.js                                       |   110 +
 public_html/editors/fckeditor/editor/skins/silver/fck_editor.css                                          |   474 +
 public_html/editors/fckeditor/editor/skins/silver/fck_strip.gif                                           |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/dialog.sides.gif                                 |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/dialog.sides.png                                 |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png                             |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/sprites.gif                                      |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/sprites.png                                      |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif                           |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif                          |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif                             |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.collapse.gif                             |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.end.gif                                  |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.expand.gif                               |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.separator.gif                            |   Bin 
 public_html/editors/fckeditor/editor/skins/silver/images/toolbar.start.gif                                |   Bin 
 public_html/editors/fckeditor/editor/wsc/ciframe.html                                                     |    65 +
 public_html/editors/fckeditor/editor/wsc/tmpFrameset.html                                                 |    67 +
 public_html/editors/fckeditor/editor/wsc/w.html                                                           |   227 +
 public_html/editors/fckeditor/fckconfig.js                                                                |   325 +
 public_html/editors/fckeditor/fckeditor.js                                                                |   336 +
 public_html/editors/fckeditor/fckeditor.php                                                               |    31 +
 public_html/editors/fckeditor/fckeditor_php4.php                                                          |   265 +
 public_html/editors/fckeditor/fckeditor_php5.php                                                          |   260 +
 public_html/editors/fckeditor/fckpackager.xml                                                             |   264 +
 public_html/editors/fckeditor/fckstyles.xml                                                               |   111 +
 public_html/editors/fckeditor/fcktemplates.xml                                                            |   103 +
 public_html/editors/fckeditor/functions.js                                                                |    39 +
 public_html/editors/fckeditor/functions.php                                                               |    81 +
 public_html/editors/fckeditor/license.txt                                                                 |  1246 ++
 public_html/editors/fckeditor/myconfig.js                                                                 |    30 +
 public_html/fckeditor/_documentation.html                                                                 |    38 -
 public_html/fckeditor/_upgrade.html                                                                       |    39 -
 public_html/fckeditor/_whatsnew.html                                                                      |    50 -
 public_html/fckeditor/_whatsnew_history.html                                                              |  4162 ----------
 public_html/fckeditor/editor/_source/classes/fckcontextmenu.js                                            |   223 -
 public_html/fckeditor/editor/_source/classes/fckdataprocessor.js                                          |   119 -
 public_html/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js                                 |    53 -
 public_html/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js                                    |    58 -
 public_html/fckeditor/editor/_source/classes/fckdomrange.js                                               |   935 --
 public_html/fckeditor/editor/_source/classes/fckdomrange_gecko.js                                         |   104 -
 public_html/fckeditor/editor/_source/classes/fckdomrange_ie.js                                            |   199 -
 public_html/fckeditor/editor/_source/classes/fckdomrangeiterator.js                                       |   327 -
 public_html/fckeditor/editor/_source/classes/fckeditingarea.js                                            |   372 -
 public_html/fckeditor/editor/_source/classes/fckelementpath.js                                            |    89 -
 public_html/fckeditor/editor/_source/classes/fckenterkey.js                                               |   708 -
 public_html/fckeditor/editor/_source/classes/fckevents.js                                                 |    71 -
 public_html/fckeditor/editor/_source/classes/fckhtmliterator.js                                           |   142 -
 public_html/fckeditor/editor/_source/classes/fckicon.js                                                   |   103 -
 public_html/fckeditor/editor/_source/classes/fckiecleanup.js                                              |    68 -
 public_html/fckeditor/editor/_source/classes/fckimagepreloader.js                                         |    64 -
 public_html/fckeditor/editor/_source/classes/fckkeystrokehandler.js                                       |   141 -
 public_html/fckeditor/editor/_source/classes/fckmenublock.js                                              |   153 -
 public_html/fckeditor/editor/_source/classes/fckmenublockpanel.js                                         |    54 -
 public_html/fckeditor/editor/_source/classes/fckmenuitem.js                                               |   161 -
 public_html/fckeditor/editor/_source/classes/fckpanel.js                                                  |   466 -
 public_html/fckeditor/editor/_source/classes/fckplugin.js                                                 |    56 -
 public_html/fckeditor/editor/_source/classes/fckspecialcombo.js                                           |   376 -
 public_html/fckeditor/editor/_source/classes/fckstyle.js                                                  |  1500 ---
 public_html/fckeditor/editor/_source/classes/fcktoolbar.js                                                |   103 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js                                     |    36 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js                                        |    38 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarbutton.js                                          |    81 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js                                        |   198 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js                                 |   139 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js                                      |    98 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js                                   |    76 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js                                     |   103 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js                                    |   146 -
 public_html/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js                                      |   200 -
 public_html/fckeditor/editor/_source/classes/fckw3crange.js                                               |   451 -
 public_html/fckeditor/editor/_source/classes/fckxml.js                                                    |   108 -
 public_html/fckeditor/editor/_source/classes/fckxml_gecko.js                                              |   106 -
 public_html/fckeditor/editor/_source/classes/fckxml_ie.js                                                 |    93 -
 public_html/fckeditor/editor/_source/commandclasses/fck_othercommands.js                                  |   634 -
 public_html/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js                               |   281 -
 public_html/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js                                |    61 -
 public_html/fckeditor/editor/_source/commandclasses/fckfitwindow.js                                       |   213 -
 public_html/fckeditor/editor/_source/commandclasses/fckindentcommands.js                                  |   282 -
 public_html/fckeditor/editor/_source/commandclasses/fckjustifycommands.js                                 |   173 -
 public_html/fckeditor/editor/_source/commandclasses/fcklistcommands.js                                    |   382 -
 public_html/fckeditor/editor/_source/commandclasses/fcknamedcommand.js                                    |    39 -
 public_html/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js                           |    40 -
 public_html/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js                                |    40 -
 public_html/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js                             |    45 -
 public_html/fckeditor/editor/_source/commandclasses/fckshowblocks.js                                      |    94 -
 public_html/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js                         |    49 -
 public_html/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js                            |    72 -
 public_html/fckeditor/editor/_source/commandclasses/fckstylecommand.js                                    |    60 -
 public_html/fckeditor/editor/_source/commandclasses/fcktablecommand.js                                    |   106 -
 public_html/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js                                |   201 -
 public_html/fckeditor/editor/_source/fckconstants.js                                                      |    56 -
 public_html/fckeditor/editor/_source/fckeditorapi.js                                                      |   179 -
 public_html/fckeditor/editor/_source/fckjscoreextensions.js                                               |   159 -
 public_html/fckeditor/editor/_source/fckscriptloader.js                                                   |   122 -
 public_html/fckeditor/editor/_source/internals/fck.js                                                     |  1294 ---
 public_html/fckeditor/editor/_source/internals/fck_contextmenu.js                                         |   345 -
 public_html/fckeditor/editor/_source/internals/fck_gecko.js                                               |   507 -
 public_html/fckeditor/editor/_source/internals/fck_ie.js                                                  |   466 -
 public_html/fckeditor/editor/_source/internals/fckbrowserinfo.js                                          |    65 -
 public_html/fckeditor/editor/_source/internals/fckcodeformatter.js                                        |   100 -
 public_html/fckeditor/editor/_source/internals/fckcommands.js                                             |   175 -
 public_html/fckeditor/editor/_source/internals/fckconfig.js                                               |   237 -
 public_html/fckeditor/editor/_source/internals/fckdebug.js                                                |    59 -
 public_html/fckeditor/editor/_source/internals/fckdebug_empty.js                                          |    31 -
 public_html/fckeditor/editor/_source/internals/fckdialog.js                                               |   239 -
 public_html/fckeditor/editor/_source/internals/fckdocumentprocessor.js                                    |   270 -
 public_html/fckeditor/editor/_source/internals/fckdomtools.js                                             |  1085 --
 public_html/fckeditor/editor/_source/internals/fcklanguagemanager.js                                      |   165 -
 public_html/fckeditor/editor/_source/internals/fcklisthandler.js                                          |   152 -
 public_html/fckeditor/editor/_source/internals/fcklistslib.js                                             |    63 -
 public_html/fckeditor/editor/_source/internals/fckplugins.js                                              |    46 -
 public_html/fckeditor/editor/_source/internals/fckregexlib.js                                             |   100 -
 public_html/fckeditor/editor/_source/internals/fckscayt.js                                                |   447 -
 public_html/fckeditor/editor/_source/internals/fckselection.js                                            |    42 -
 public_html/fckeditor/editor/_source/internals/fckselection_gecko.js                                      |   228 -
 public_html/fckeditor/editor/_source/internals/fckselection_ie.js                                         |   288 -
 public_html/fckeditor/editor/_source/internals/fckstyles.js                                               |   381 -
 public_html/fckeditor/editor/_source/internals/fcktablehandler.js                                         |   863 --
 public_html/fckeditor/editor/_source/internals/fcktablehandler_gecko.js                                   |    56 -
 public_html/fckeditor/editor/_source/internals/fcktablehandler_ie.js                                      |    64 -
 public_html/fckeditor/editor/_source/internals/fcktoolbaritems.js                                         |   131 -
 public_html/fckeditor/editor/_source/internals/fcktoolbarset.js                                           |   399 -
 public_html/fckeditor/editor/_source/internals/fcktools.js                                                |   749 -
 public_html/fckeditor/editor/_source/internals/fcktools_gecko.js                                          |   282 -
 public_html/fckeditor/editor/_source/internals/fcktools_ie.js                                             |   234 -
 public_html/fckeditor/editor/_source/internals/fckundo.js                                                 |   223 -
 public_html/fckeditor/editor/_source/internals/fckurlparams.js                                            |    39 -
 public_html/fckeditor/editor/_source/internals/fckxhtml.js                                                |   551 -
 public_html/fckeditor/editor/_source/internals/fckxhtml_gecko.js                                          |   114 -
 public_html/fckeditor/editor/_source/internals/fckxhtml_ie.js                                             |   255 -
 public_html/fckeditor/editor/_source/internals/fckxhtmlentities.js                                        |   357 -
 public_html/fckeditor/editor/css/behaviors/disablehandles.htc                                             |    15 -
 public_html/fckeditor/editor/css/behaviors/showtableborders.htc                                           |    36 -
 public_html/fckeditor/editor/css/fck_editorarea.css                                                       |   110 -
 public_html/fckeditor/editor/css/fck_internal.css                                                         |   199 -
 public_html/fckeditor/editor/css/fck_showtableborders_gecko.css                                           |    49 -
 public_html/fckeditor/editor/css/images/block_address.png                                                 |   Bin 
 public_html/fckeditor/editor/css/images/block_blockquote.png                                              |   Bin 
 public_html/fckeditor/editor/css/images/block_div.png                                                     |   Bin 
 public_html/fckeditor/editor/css/images/block_h1.png                                                      |   Bin 
 public_html/fckeditor/editor/css/images/block_h2.png                                                      |   Bin 
 public_html/fckeditor/editor/css/images/block_h3.png                                                      |   Bin 
 public_html/fckeditor/editor/css/images/block_h4.png                                                      |   Bin 
 public_html/fckeditor/editor/css/images/block_h5.png                                                      |   Bin 
 public_html/fckeditor/editor/css/images/block_h6.png                                                      |   Bin 
 public_html/fckeditor/editor/css/images/block_p.png                                                       |   Bin 
 public_html/fckeditor/editor/css/images/block_pre.png                                                     |   Bin 
 public_html/fckeditor/editor/css/images/fck_anchor.gif                                                    |   Bin 
 public_html/fckeditor/editor/css/images/fck_flashlogo.gif                                                 |   Bin 
 public_html/fckeditor/editor/css/images/fck_hiddenfield.gif                                               |   Bin 
 public_html/fckeditor/editor/css/images/fck_pagebreak.gif                                                 |   Bin 
 public_html/fckeditor/editor/css/images/fck_plugin.gif                                                    |   Bin 
 public_html/fckeditor/editor/dialog/common/fck_dialog_common.css                                          |    85 -
 public_html/fckeditor/editor/dialog/common/fck_dialog_common.js                                           |   347 -
 public_html/fckeditor/editor/dialog/common/images/locked.gif                                              |   Bin 
 public_html/fckeditor/editor/dialog/common/images/reset.gif                                               |   Bin 
 public_html/fckeditor/editor/dialog/common/images/unlocked.gif                                            |   Bin 
 public_html/fckeditor/editor/dialog/fck_about.html                                                        |   161 -
 public_html/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif                                          |   Bin 
 public_html/fckeditor/editor/dialog/fck_about/logo_fredck.gif                                             |   Bin 
 public_html/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif                               |   Bin 
 public_html/fckeditor/editor/dialog/fck_anchor.html                                                       |   220 -
 public_html/fckeditor/editor/dialog/fck_button.html                                                       |   104 -
 public_html/fckeditor/editor/dialog/fck_checkbox.html                                                     |   104 -
 public_html/fckeditor/editor/dialog/fck_colorselector.html                                                |   172 -
 public_html/fckeditor/editor/dialog/fck_div.html                                                          |   396 -
 public_html/fckeditor/editor/dialog/fck_docprops.html                                                     |   600 -
 public_html/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html                                |   113 -
 public_html/fckeditor/editor/dialog/fck_flash.html                                                        |   152 -
 public_html/fckeditor/editor/dialog/fck_flash/fck_flash.js                                                |   300 -
 public_html/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html                                      |    50 -
 public_html/fckeditor/editor/dialog/fck_form.html                                                         |   109 -
 public_html/fckeditor/editor/dialog/fck_hiddenfield.html                                                  |   115 -
 public_html/fckeditor/editor/dialog/fck_image.html                                                        |   258 -
 public_html/fckeditor/editor/dialog/fck_image/fck_image.js                                                |   512 -
 public_html/fckeditor/editor/dialog/fck_image/fck_image_preview.html                                      |    72 -
 public_html/fckeditor/editor/dialog/fck_link.html                                                         |   295 -
 public_html/fckeditor/editor/dialog/fck_link/fck_link.js                                                  |   893 --
 public_html/fckeditor/editor/dialog/fck_listprop.html                                                     |   120 -
 public_html/fckeditor/editor/dialog/fck_paste.html                                                        |   347 -
 public_html/fckeditor/editor/dialog/fck_radiobutton.html                                                  |   104 -
 public_html/fckeditor/editor/dialog/fck_replace.html                                                      |   650 -
 public_html/fckeditor/editor/dialog/fck_scayt.html                                                        |   746 -
 public_html/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css                                            |   169 -
 public_html/fckeditor/editor/dialog/fck_select.html                                                       |   180 -
 public_html/fckeditor/editor/dialog/fck_select/fck_select.js                                              |   194 -
 public_html/fckeditor/editor/dialog/fck_smiley.html                                                       |   111 -
 public_html/fckeditor/editor/dialog/fck_source.html                                                       |    68 -
 public_html/fckeditor/editor/dialog/fck_specialchar.html                                                  |   121 -
 public_html/fckeditor/editor/dialog/fck_spellerpages.html                                                 |    70 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js                        |    87 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html                           |   153 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm         |   148 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php         |   199 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl          |   193 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js                         |   461 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html                       |    71 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css                        |    49 -
 public_html/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js                           |   272 -
 public_html/fckeditor/editor/dialog/fck_table.html                                                        |   440 -
 public_html/fckeditor/editor/dialog/fck_tablecell.html                                                    |   293 -
 public_html/fckeditor/editor/dialog/fck_template.html                                                     |   242 -
 public_html/fckeditor/editor/dialog/fck_template/images/template1.gif                                     |   Bin 
 public_html/fckeditor/editor/dialog/fck_template/images/template2.gif                                     |   Bin 
 public_html/fckeditor/editor/dialog/fck_template/images/template3.gif                                     |   Bin 
 public_html/fckeditor/editor/dialog/fck_textarea.html                                                     |    94 -
 public_html/fckeditor/editor/dialog/fck_textfield.html                                                    |   136 -
 public_html/fckeditor/editor/dtd/fck_dtd_test.html                                                        |    41 -
 public_html/fckeditor/editor/dtd/fck_xhtml10strict.js                                                     |   116 -
 public_html/fckeditor/editor/dtd/fck_xhtml10transitional.js                                               |   140 -
 public_html/fckeditor/editor/fckdebug.html                                                                |   153 -
 public_html/fckeditor/editor/fckdialog.html                                                               |   819 -
 public_html/fckeditor/editor/fckeditor.html                                                               |   317 -
 public_html/fckeditor/editor/fckeditor.original.html                                                      |   425 -
 public_html/fckeditor/editor/filemanager/browser/default/browser.css                                      |    87 -
 public_html/fckeditor/editor/filemanager/browser/default/browser.html                                     |   200 -
 public_html/fckeditor/editor/filemanager/browser/default/frmactualfolder.html                             |    95 -
 public_html/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html                             |   114 -
 public_html/fckeditor/editor/filemanager/browser/default/frmfolders.html                                  |   198 -
 public_html/fckeditor/editor/filemanager/browser/default/frmresourceslist.html                            |   169 -
 public_html/fckeditor/editor/filemanager/browser/default/frmresourcetype.html                             |    69 -
 public_html/fckeditor/editor/filemanager/browser/default/frmupload.html                                   |   115 -
 public_html/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif                           |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/Folder.gif                                |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/Folder32.gif                              |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif                        |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif                              |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif                           |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif                           |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif                 |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif                         |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif                           |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif                          |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif                              |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif                              |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif                    |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/html.gif                            |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/js.gif                              |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/png.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif                             |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/images/spacer.gif                                |   Bin 
 public_html/fckeditor/editor/filemanager/browser/default/js/common.js                                     |    88 -
 public_html/fckeditor/editor/filemanager/browser/default/js/fckxml.js                                     |   147 -
 public_html/fckeditor/editor/filemanager/connectors/php/basexml.php                                       |    99 -
 public_html/fckeditor/editor/filemanager/connectors/php/commands.php                                      |   280 -
 public_html/fckeditor/editor/filemanager/connectors/php/config.php                                        |   167 -
 public_html/fckeditor/editor/filemanager/connectors/php/connector.php                                     |    87 -
 public_html/fckeditor/editor/filemanager/connectors/php/io.php                                            |   303 -
 public_html/fckeditor/editor/filemanager/connectors/php/phpcompat.php                                     |    17 -
 public_html/fckeditor/editor/filemanager/connectors/php/upload.php                                        |    59 -
 public_html/fckeditor/editor/filemanager/connectors/php/util.php                                          |   220 -
 public_html/fckeditor/editor/images/anchor.gif                                                            |   Bin 
 public_html/fckeditor/editor/images/arrow_ltr.gif                                                         |   Bin 
 public_html/fckeditor/editor/images/arrow_rtl.gif                                                         |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/angel_smile.gif                                            |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/angry_smile.gif                                            |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/broken_heart.gif                                           |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/cake.gif                                                   |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/confused_smile.gif                                         |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/cry_smile.gif                                              |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/devil_smile.gif                                            |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/embaressed_smile.gif                                       |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/envelope.gif                                               |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/heart.gif                                                  |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/kiss.gif                                                   |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/lightbulb.gif                                              |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/omg_smile.gif                                              |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/regular_smile.gif                                          |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/sad_smile.gif                                              |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/shades_smile.gif                                           |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/teeth_smile.gif                                            |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/thumbs_down.gif                                            |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/thumbs_up.gif                                              |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/tounge_smile.gif                                           |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif                              |   Bin 
 public_html/fckeditor/editor/images/smiley/msn/wink_smile.gif                                             |   Bin 
 public_html/fckeditor/editor/images/spacer.gif                                                            |   Bin 
 public_html/fckeditor/editor/js/fckadobeair.js                                                            |   176 -
 public_html/fckeditor/editor/js/fckeditorcode_gecko.js                                                    |   109 -
 public_html/fckeditor/editor/js/fckeditorcode_ie.js                                                       |   110 -
 public_html/fckeditor/editor/lang/_translationstatus.txt                                                  |    79 -
 public_html/fckeditor/editor/lang/af.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ar.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/bg.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/bn.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/bs.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ca.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/cs.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/da.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/de.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/el.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/en-au.js                                                                |   539 -
 public_html/fckeditor/editor/lang/en-ca.js                                                                |   539 -
 public_html/fckeditor/editor/lang/en-uk.js                                                                |   539 -
 public_html/fckeditor/editor/lang/en.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/eo.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/es.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/et.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/eu.js                                                                   |   540 -
 public_html/fckeditor/editor/lang/fa.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/fi.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/fo.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/fr-ca.js                                                                |   539 -
 public_html/fckeditor/editor/lang/fr.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/gl.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/gu.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/he.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/hi.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/hr.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/hu.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/is.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/it.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ja.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/km.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ko.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/lt.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/lv.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/mn.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ms.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/nb.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/nl.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/no.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/pl.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/pt-br.js                                                                |   539 -
 public_html/fckeditor/editor/lang/pt.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ro.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/ru.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/sk.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/sl.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/sr-latn.js                                                              |   539 -
 public_html/fckeditor/editor/lang/sr.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/sv.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/th.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/tr.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/uk.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/vi.js                                                                   |   539 -
 public_html/fckeditor/editor/lang/zh-cn.js                                                                |   539 -
 public_html/fckeditor/editor/lang/zh.js                                                                   |   539 -
 public_html/fckeditor/editor/plugins/autogrow/fckplugin.js                                                |   111 -
 public_html/fckeditor/editor/plugins/bbcode/_sample/sample.config.js                                      |    26 -
 public_html/fckeditor/editor/plugins/bbcode/_sample/sample.html                                           |    67 -
 public_html/fckeditor/editor/plugins/bbcode/fckplugin.js                                                  |   123 -
 public_html/fckeditor/editor/plugins/dragresizetable/fckplugin.js                                         |   529 -
 public_html/fckeditor/editor/plugins/placeholder/fck_placeholder.html                                     |   105 -
 public_html/fckeditor/editor/plugins/placeholder/fckplugin.js                                             |   187 -
 public_html/fckeditor/editor/plugins/placeholder/lang/de.js                                               |    27 -
 public_html/fckeditor/editor/plugins/placeholder/lang/en.js                                               |    27 -
 public_html/fckeditor/editor/plugins/placeholder/lang/es.js                                               |    27 -
 public_html/fckeditor/editor/plugins/placeholder/lang/fr.js                                               |    27 -
 public_html/fckeditor/editor/plugins/placeholder/lang/it.js                                               |    27 -
 public_html/fckeditor/editor/plugins/placeholder/lang/pl.js                                               |    27 -
 public_html/fckeditor/editor/plugins/placeholder/placeholder.gif                                          |   Bin 
 public_html/fckeditor/editor/plugins/simplecommands/fckplugin.js                                          |    29 -
 public_html/fckeditor/editor/plugins/tablecommands/fckplugin.js                                           |    33 -
 public_html/fckeditor/editor/skins/_fckviewstrips.html                                                    |   121 -
 public_html/fckeditor/editor/skins/default/fck_dialog.css                                                 |   402 -
 public_html/fckeditor/editor/skins/default/fck_dialog_ie6.js                                              |   110 -
 public_html/fckeditor/editor/skins/default/fck_editor.css                                                 |   465 -
 public_html/fckeditor/editor/skins/default/fck_strip.gif                                                  |   Bin 
 public_html/fckeditor/editor/skins/default/images/dialog.sides.gif                                        |   Bin 
 public_html/fckeditor/editor/skins/default/images/dialog.sides.png                                        |   Bin 
 public_html/fckeditor/editor/skins/default/images/dialog.sides.rtl.png                                    |   Bin 
 public_html/fckeditor/editor/skins/default/images/sprites.gif                                             |   Bin 
 public_html/fckeditor/editor/skins/default/images/sprites.png                                             |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.arrowright.gif                                  |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif                                 |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.collapse.gif                                    |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.end.gif                                         |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.expand.gif                                      |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.separator.gif                                   |   Bin 
 public_html/fckeditor/editor/skins/default/images/toolbar.start.gif                                       |   Bin 
 public_html/fckeditor/editor/skins/office2003/fck_dialog.css                                              |   402 -
 public_html/fckeditor/editor/skins/office2003/fck_dialog_ie6.js                                           |   110 -
 public_html/fckeditor/editor/skins/office2003/fck_editor.css                                              |   477 -
 public_html/fckeditor/editor/skins/office2003/fck_strip.gif                                               |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/dialog.sides.gif                                     |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/dialog.sides.png                                     |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png                                 |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/sprites.gif                                          |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/sprites.png                                          |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif                               |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.bg.gif                                       |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif                              |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif                                 |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.end.gif                                      |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.expand.gif                                   |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.separator.gif                                |   Bin 
 public_html/fckeditor/editor/skins/office2003/images/toolbar.start.gif                                    |   Bin 
 public_html/fckeditor/editor/skins/silver/fck_dialog.css                                                  |   402 -
 public_html/fckeditor/editor/skins/silver/fck_dialog_ie6.js                                               |   110 -
 public_html/fckeditor/editor/skins/silver/fck_editor.css                                                  |   474 -
 public_html/fckeditor/editor/skins/silver/fck_strip.gif                                                   |   Bin 
 public_html/fckeditor/editor/skins/silver/images/dialog.sides.gif                                         |   Bin 
 public_html/fckeditor/editor/skins/silver/images/dialog.sides.png                                         |   Bin 
 public_html/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png                                     |   Bin 
 public_html/fckeditor/editor/skins/silver/images/sprites.gif                                              |   Bin 
 public_html/fckeditor/editor/skins/silver/images/sprites.png                                              |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif                                   |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif                                  |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif                                     |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.collapse.gif                                     |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.end.gif                                          |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.expand.gif                                       |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.separator.gif                                    |   Bin 
 public_html/fckeditor/editor/skins/silver/images/toolbar.start.gif                                        |   Bin 
 public_html/fckeditor/editor/wsc/ciframe.html                                                             |    65 -
 public_html/fckeditor/editor/wsc/tmpFrameset.html                                                         |    67 -
 public_html/fckeditor/editor/wsc/w.html                                                                   |   227 -
 public_html/fckeditor/fckconfig.js                                                                        |   325 -
 public_html/fckeditor/fckeditor.js                                                                        |   336 -
 public_html/fckeditor/fckeditor.php                                                                       |    31 -
 public_html/fckeditor/fckeditor_php4.php                                                                  |   265 -
 public_html/fckeditor/fckeditor_php5.php                                                                  |   260 -
 public_html/fckeditor/fckpackager.xml                                                                     |   264 -
 public_html/fckeditor/fckstyles.xml                                                                       |   111 -
 public_html/fckeditor/fcktemplates.xml                                                                    |   103 -
 public_html/fckeditor/functions.js                                                                        |    39 -
 public_html/fckeditor/functions.php                                                                       |    80 -
 public_html/fckeditor/license.txt                                                                         |  1246 --
 public_html/fckeditor/myconfig.js                                                                         |    30 -
 public_html/layout/denim/preferences/editor.thtml                                                         |     2 +-
 public_html/layout/modern_curve/preferences/editor.thtml                                                  |     2 +-
 public_html/layout/professional_css/preferences/editor.thtml                                              |     2 +-
 public_html/lib-common.php                                                                                |    18 +-
 public_html/usersettings.php                                                                              |    24 +
 sql/updates/mssql_2.0.0_to_2.0.1.php                                                                      |     4 +
 sql/updates/mysql_2.0.0_to_2.0.1.php                                                                      |     4 +
 sql/updates/pgsql_2.0.0_to_2.0.1.php                                                                      |     4 +
 1536 files changed, 92117 insertions(+), 91989 deletions(-)

diffs (truncated from 189972 to 300 lines):

diff -r 9ceb5ec73713 -r 5a06744e0bcd language/english.php
--- a/language/english.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/language/english.php	Sun Aug 18 23:47:22 2013 +0900
@@ -1908,6 +1908,7 @@
     'backup_path' => "Backup",
     'path_data' => "Data",
     'path_images' => "Images",
+    'path_editors' => "Advanced Editors",
     'path_pear' => "Path Pear",
     'have_pear' => "Have Pear?",
     'mail_settings' => "Mail Settings",
@@ -1991,6 +1992,7 @@
     'speedlimit' => "Post Speed Limit",
     'skip_preview' => "Skip Preview in Posts",
     'advanced_editor' => "Advanced Editor?",
+    'advanced_editor_name' => "Advanced Editor Name?",
     'wikitext_editor' => "Wikitext Editor?",
     'cron_schedule_interval' => "Cron Schedule Interval",
     'sortmethod' => "Sort Topics",
diff -r 9ceb5ec73713 -r 5a06744e0bcd language/english_utf-8.php
--- a/language/english_utf-8.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/language/english_utf-8.php	Sun Aug 18 23:47:22 2013 +0900
@@ -1908,6 +1908,7 @@
     'backup_path' => "Backup",
     'path_data' => "Data",
     'path_images' => "Images",
+    'path_editors' => "Advanced Editors",
     'path_pear' => "Path Pear",
     'have_pear' => "Have Pear?",
     'mail_settings' => "Mail Settings",
@@ -1991,6 +1992,7 @@
     'speedlimit' => "Post Speed Limit",
     'skip_preview' => "Skip Preview in Posts",
     'advanced_editor' => "Advanced Editor?",
+    'advanced_editor_name' => "Advanced Editor Name?",
     'wikitext_editor' => "Wikitext Editor?",
     'cron_schedule_interval' => "Cron Schedule Interval",
     'sortmethod' => "Sort Topics",
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/configuration.php
--- a/public_html/admin/configuration.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/configuration.php	Sun Aug 18 23:47:22 2013 +0900
@@ -125,6 +125,63 @@
 }
 
 /**
+ * Helper function: Provide advanced editors dropdown
+ *
+ * @return   array   Array of (filename, displayname) pairs
+ *
+ */
+function configmanager_select_advanced_editor_name_helper()
+{
+    global $_CONF;
+
+    $editors = array();
+
+    // gets all installed Advanced Editors
+    $editorFiles = array();
+    $fd = opendir($_CONF['path_editors']);
+    clearstatcache();
+    while (($dir = @readdir($fd)) == TRUE) {
+        if (is_dir($_CONF['path_editors'] . $dir) &&
+                $dir <> '.' && 
+                $dir <> '..' &&
+                $dir <> 'CVS' &&
+                substr($dir, 0 , 1) <> '.') {
+            $editorFiles[] = $dir;
+        }
+    }
+
+    usort($editorFiles, 'strcasecmp');
+
+    foreach ($editorFiles as $editor) {
+        $name = '';
+        if (file_exists($_CONF['path_editors'] . $editor . '/functions.php')) {
+            require_once $_CONF['path_editors'] . $editor . '/functions.php';
+            $function = 'adveditor_config_' . $editor;
+            if (function_exists($function)) {
+                $config = $function();
+                $name = $config['name'];
+            }
+        }
+        if (empty($name)) {
+            $words = explode('_', $editor);
+            $bwords = array();
+            foreach ($words as $th) {
+                if ((strtolower($th[0]) == $th[0]) &&
+                    (strtolower($th[1]) == $th[1])) {
+                    $bwords[] = ucfirst($th);
+                } else {
+                    $bwords[] = $th;
+                }
+            }
+            $name = implode(' ', $bwords);
+        }
+        $editors[$name] = $editor;
+    }
+
+    return $editors;
+}
+
+/**
  * Custom validation rule for copyrightyear
  * 
  * @param string $rule String of rule name
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/configuration_validation.php
--- a/public_html/admin/configuration_validation.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/configuration_validation.php	Sun Aug 18 23:47:22 2013 +0900
@@ -130,6 +130,11 @@
     'message' => isset($LANG_VALIDATION['path']) ? 
                  $LANG_VALIDATION['path'] : $LANG_VALIDATION['default']
 );
+$_CONF_VALIDATE['Core']['path_editors'] = array(
+    'rule' => 'path',
+    'message' => isset($LANG_VALIDATION['path']) ? 
+                 $LANG_VALIDATION['path'] : $LANG_VALIDATION['default']
+);
 
 /* Subgroup Site, Tab Pear */
 $_CONF_VALIDATE['Core']['have_pear'] = array('rule' => 'boolean');
@@ -348,6 +353,7 @@
 $_CONF_VALIDATE['Core']['speedlimit'] = array('rule' => 'numeric');
 $_CONF_VALIDATE['Core']['skip_preview'] = array('rule' => 'boolean');
 $_CONF_VALIDATE['Core']['advanced_editor'] = array('rule' => 'boolean');
+$_CONF_VALIDATE['Core']['advanced_editor_name'] = array('rule' => 'notEmpty');
 $_CONF_VALIDATE['Core']['wikitext_editor'] = array('rule' => 'boolean');
 
 /* Subgroup Users and Submissions, Tab Comments */
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/install/config-install.php
--- a/public_html/admin/install/config-install.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/install/config-install.php	Sun Aug 18 23:47:22 2013 +0900
@@ -93,6 +93,7 @@
     $c->add('backup_path','','text',0,3,NULL,110,TRUE, $me, 3);
     $c->add('path_data','','text',0,3,NULL,120,TRUE, $me, 3);
     $c->add('path_images','','text',0,3,NULL,130,TRUE, $me, 3);
+    $c->add('path_editors','','text',0,3,NULL,132,TRUE, $me, 3);
 
     $c->add('tab_pear', NULL, 'tab', 0, 4, NULL, 0, TRUE, $me, 4);
     $c->add('fs_pear', NULL, 'fieldset', 0, 4, NULL, 0, TRUE, $me, 4);
@@ -281,6 +282,7 @@
     $c->add('speedlimit',45,'text',4,20,NULL,820,TRUE, $me, 20);
     $c->add('skip_preview',0,'select',4,20,0,830,TRUE, $me, 20);
     $c->add('advanced_editor',FALSE,'select',4,20,1,840,TRUE, $me, 20);
+    $c->add('advanced_editor_name','ckeditor','select',4,20,NULL,845,TRUE, $me, 20);
     $c->add('wikitext_editor',FALSE,'select',4,20,1,850,TRUE, $me, 20);
 
     $c->add('tab_comments', NULL, 'tab', 4, 21, NULL, 0, TRUE, $me, 21);
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/install/index.php
--- a/public_html/admin/install/index.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/install/index.php	Sun Aug 18 23:47:22 2013 +0900
@@ -520,6 +520,7 @@
                         $config->set('path_data', $gl_path . 'data/');
                         $config->set('path_images', $html_path . 'images/');
                         $config->set('path_themes', $html_path . 'layout/');
+                        $config->set('path_editors', $html_path . 'editors/');
                         $config->set('rdf_file', $html_path . 'backend/geeklog.rss');
                         $config->set('path_pear', $_CONF['path_system'] . 'pear/');
                         $config->set('cookie_path', INST_guessCookiePath(urldecode($site_url)));
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/install/lib-install.php	Sun Aug 18 23:47:22 2013 +0900
@@ -1050,6 +1050,9 @@
     if (! file_exists($_CONF['path_images'] . 'articles')) {
         $config->set('path_images', $path_html . 'images/');
     }
+    if (! file_exists($_CONF['path_editors'] . 'ckeditor')) {
+        $config->set('path_editors', $path_html . 'editors/');
+    }
     if (substr($_CONF['rdf_file'], strlen($path_html)) != $path_html) {
         // this may not be correct but neither was the old value apparently ...
         $config->set('rdf_file', $path_html . 'backend/geeklog.rss');
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/install/lib-upgrade.php
--- a/public_html/admin/install/lib-upgrade.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/install/lib-upgrade.php	Sun Aug 18 23:47:22 2013 +0900
@@ -400,6 +400,7 @@
             $config->set('path_data', $_CONF['path'] . 'data/');
             $config->set('path_images', $html_path . 'images/');
             $config->set('path_themes', $html_path . 'layout/');
+            $config->set('path_editors', $html_path . 'editors/');
             $config->set('rdf_file', $html_path . 'backend/geeklog.rss');
             $config->set('path_pear', $_CONF['path_system'] . 'pear/');
 
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/install/migrate.php
--- a/public_html/admin/install/migrate.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/install/migrate.php	Sun Aug 18 23:47:22 2013 +0900
@@ -838,6 +838,8 @@
         $_CONF['path_images'] = $html_path . 'images/';
         $config->set('path_themes', $html_path . 'layout/');
         $_CONF['path_themes'] = $html_path . 'layout/';
+        $config->set('path_editors', $html_path . 'editors/');
+        $_CONF['path_editors'] = $html_path . 'editors/';
         $config->set('rdf_file', $html_path . 'backend/geeklog.rss');
         $_CONF['rdf_file'] = $html_path . 'backend/geeklog.rss';
         $config->set('path_pear', $_CONF['path_system'] . 'pear/');
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/admin/install/rescue.php
--- a/public_html/admin/install/rescue.php	Sun Aug 18 02:01:10 2013 +0900
+++ b/public_html/admin/install/rescue.php	Sun Aug 18 23:47:22 2013 +0900
@@ -43,8 +43,8 @@
 // The conf_values we're making available to edit.
 $configs = array(
     'site_url', 'site_admin_url', 'site_mail', 'rdf_file', 'language', 'path_html',
-    'path_themes', 'path_images', 'path_log', 'path_language', 'backup_path',
-    'path_data', 'path_pear', 'theme', 'cookie_path', 'cookiedomain',
+    'path_themes', 'path_editors', 'path_images', 'path_log', 'path_language',
+    'backup_path', 'path_data', 'path_pear', 'theme', 'cookie_path', 'cookiedomain',
 );
 
 // Start it off
diff -r 9ceb5ec73713 -r 5a06744e0bcd public_html/ckeditor/CHANGES.md
--- a/public_html/ckeditor/CHANGES.md	Sun Aug 18 02:01:10 2013 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-CKEditor 4 Changelog
-====================
-
-## CKEditor 4.2
-
-**Important Notes:**
-
-* Dropped compatibility support for Internet Explorer 7 and Firefox 3.6.
-
-* Both the Basic and the Standard distribution packages will not contain the new [indentblock](http://ckeditor.com/addon/indentblock) plugin. Because of this the [Advanced Content Filter](http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter) might remove block indentations from existing contents. If you want to prevent this, either [add an appropriate ACF rule to your filter](http://docs.ckeditor.com/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic/Standard package and add the indentblock plugin in [CKBuilder](http://ckeditor.com/builder).
-
-Fixed issues:
-
-* [#10027](http://dev.ckeditor.com/ticket/10027): Separated list and block indentation into two plugins: [indentlist](http://ckeditor.com/addon/indentlist) and [indentblock](http://ckeditor.com/addon/indentblock).
-* [#8244](http://dev.ckeditor.com/ticket/8244): Use *(Shift+)Tab* to indent and outdent lists.
-* [#10599](http://dev.ckeditor.com/ticket/10599): [Indent](http://ckeditor.com/addon/indent) plugin is no longer required by the [list](http://ckeditor.com/addon/list) plugin.
-* [#10281](http://dev.ckeditor.com/ticket/10281): The [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_jquery) is now available. Several jQuery-related issues fixed: [#8261](http://dev.ckeditor.com/ticket/8261), [#9077](http://dev.ckeditor.com/ticket/9077), [#8710](http://dev.ckeditor.com/ticket/8710), [#8530](http://dev.ckeditor.com/ticket/8530), [#9019](http://dev.ckeditor.com/ticket/9019), [#6181](http://dev.ckeditor.com/ticket/6181), [#7876](http://dev.ckeditor.com/ticket/7876), [#6906](http://dev.ckeditor.com/ticket/6906).
-* [#10042](http://dev.ckeditor.com/ticket/10042): Introduced [config.title](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-title) setting to change the human-readable title of the editor.
-* [#10370](http://dev.ckeditor.com/ticket/10370): Inconsistency in data events between framed and inline editors.
-* [#9794](http://dev.ckeditor.com/ticket/9794): Added [onChange](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-change) event.
-* [#9923](http://dev.ckeditor.com/ticket/9923): HiDPI support in the editor UI. HiDPI icons for [Moono skin](http://ckeditor.com/addon/moono) added.
-* [#8031](http://dev.ckeditor.com/ticket/8031): Handle `required` attributes on `<textarea>` elements — introduced [editor#required](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-required) event.
-* [#10280](http://dev.ckeditor.com/ticket/10280): Ability to replace `<textarea>` elements with the inline editor.
-* [#10438](http://dev.ckeditor.com/ticket/10438): [FF, IE] No selection is done on an editable element on executing [setData](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData).
-
-## CKEditor 4.1.3
-
-* Added new translation: Indonesian.
-* [#10644](http://dev.ckeditor.com/ticket/10644): Fixed critical bug when pasting plain text in Blink based browsers.
-* [#5189](http://dev.ckeditor.com/ticket/5189): Find/Replace dialog window: rename "Cancel" button to "Close".
-* [#10562](http://dev.ckeditor.com/ticket/10562): [Housekeeping] Unified CSS gradient filter formats in the Moono skin.
-* [#10537](http://dev.ckeditor.com/ticket/10537): ACF should register a default rule for [config.shiftEnterMode](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-shiftEnterMode).
-* [#10610](http://dev.ckeditor.com/ticket/10610): [CKEDITOR.dialog.addIframe](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog-static-method-addIframe) incorrectly sets the iframe size in dialog windows.
-
-## CKEditor 4.1.2
-
-* Added new translation: Sinhala.
-* [#10339](http://dev.ckeditor.com/ticket/10339): Fixed: Error thrown when inserted data totally stripped out after filtering and processing.
-* [#10298](http://dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containing protected parts.
-* [#10367](http://dev.ckeditor.com/ticket/10367): Fixed: `editable#insertText` loses characters when `RegExp` replace controls are being inserted.
-* [#10165](http://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` has been altered.
-* [#9761](http://dev.ckeditor.com/ticket/9761): Update *Backspace* key state in `keystrokeHandler#blockedKeystrokes` when calling `editor.setReadOnly()`.
-* [#6504](http://dev.ckeditor.com/ticket/6504): Fixed: Race condition while loading several `config.customConfig` files.
-* [#10146](http://dev.ckeditor.com/ticket/10146): [Firefox] Empty lines are being removed while `config#enterMode` is `CKEDITOR.ENTER_BR`.
-* [#10360](http://dev.ckeditor.com/ticket/10360): Fixed: ARIA `role="application"` should not be used for dialogs.
-* [#10361](http://dev.ckeditor.com/ticket/10361): Fixed: ARIA `role="application"` should not be used for floating panels.
-* [#10510](http://dev.ckeditor.com/ticket/10510): Introduced unique voice labels to differentiate between different editor instances.
-* [#9945](http://dev.ckeditor.com/ticket/9945): [iOS] Scrolling not possible on iPad.
-* [#10389](http://dev.ckeditor.com/ticket/10389): Fixed: Invalid HTML in the "Text and Table" template.
-
-## CKEditor 4.1.1
-
-* Added new translation: Albanian.
-* [#10172](http://dev.ckeditor.com/ticket/10172): Pressing *Delete*/*Backspace* in an empty table cell moves the cursor to the next/previous cell.
-* [#10219](http://dev.ckeditor.com/ticket/10219): Error thrown when destroying an editor instance in parallel with a mouseup event.
-* [#10265](http://dev.ckeditor.com/ticket/10265): Wrong loop type in the Filebrowser plugin.
-* [#10249](http://dev.ckeditor.com/ticket/10249): Wrong undo/redo states at start.
-* [#10268](http://dev.ckeditor.com/ticket/10268): "Show Blocks" does not recover after switching to source view.
-* [#9995](http://dev.ckeditor.com/ticket/9995): HTML code in `textarea` should not be modified by the `htmlDataProcessor`.
-* [#10320](http://dev.ckeditor.com/ticket/10320): Justify plugin should add elements to the ACF based on current Enter mode.
-* [#10260](http://dev.ckeditor.com/ticket/10260): Fixed: Advanced Content Filter blocks `tabSpaces`. Unified `data-cke-*` attributes filtering.
-* [#10315](http://dev.ckeditor.com/ticket/10315): [Webkit] Undo manager should not record snapshots after a filling character was added/removed.
-* [#10291](http://dev.ckeditor.com/ticket/10291): [Webkit] Space after a filling character should be secured.
-* [#10330](http://dev.ckeditor.com/ticket/10330): [Webkit] The filling character is not removed on `keydown` in specific cases.
-* [#10285](http://dev.ckeditor.com/ticket/10285): Fixed: Styled text pasted from MS Word causes an infinite loop.
-* [#10131](http://dev.ckeditor.com/ticket/10131): Fixed: `undoManager#update` does not refresh the command state.
-* [#10337](http://dev.ckeditor.com/ticket/10337): Fixed: Unable to remove `<s>` using `removeformat`.
-
-## CKEditor 4.1
-
-* [#10192](http://dev.ckeditor.com/ticket/10192): Closing lists with Enter key does not work with Advanced Content Filter in several cases.
-* [#10191](http://dev.ckeditor.com/ticket/10191): Fixed allowed content rules unification, so the `filter.allowedContent` property always contains rules in the same format.
-* [#10224](http://dev.ckeditor.com/ticket/10224): Advanced Content Filter does not remove non-empty `<a>` elements anymore.
-* Minor issues in plugin integration with Advanced Content Filter:
-  * [#10166](http://dev.ckeditor.com/ticket/10166): Added transformation from the `align` attribute to `float` style to preserve backward compatibility after the introduction of Advanced Content Filter.
-  * [#10195](http://dev.ckeditor.com/ticket/10195): Image plugin no longer registers rules for links to Advanced Content Filter.
-  * [#10213](http://dev.ckeditor.com/ticket/10213): Justify plugin is now correctly registering rules to Advanced Content Filter when `config.justifyClasses` is defined.
-
-## CKEditor 4.1 RC
-
-* [#9829](http://dev.ckeditor.com/ticket/9829): Data and features activation based on editor configuration.
-
-  Brand new data filtering system that works in 2 modes:
-
-  * based on loaded features (toolbar items, plugins) - the data will be filtered according to what the editor in its
-  current configuration can handle,
-  * based on `config.allowedContent` rules - the data will be filtered and the editor features (toolbar items, commands,
-  keystrokes) will be enabled if they are allowed.



More information about the geeklog-cvs mailing list