summaryrefslogtreecommitdiff
path: root/www/geeklog
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-07-19 05:19:39 +0000
committertaca <taca@pkgsrc.org>2014-07-19 05:19:39 +0000
commit4792cfb7f745d9fecaa2dc849bff97e234506b89 (patch)
treece8746ae214a857480a146ecb52f5c1feec43446 /www/geeklog
parent94dc3c4f146e315123b858716b307c1a3895a985 (diff)
downloadpkgsrc-4792cfb7f745d9fecaa2dc849bff97e234506b89.tar.gz
Update geeklog to 2.1.0.
- Integrated Caching Template Library original developed by Joe Mucchiello [Tom] - Support for themes to specify a default theme. Default themes template and css files will be used unless they are included in the new theme directory [Tom] - Added configruable caching support for blocks (regular and gldefault), staticpages and articles [Tom] - Speed increases by caching topic tree structure [Tom] - What's Related article block now includes all Topics. Can set length of titles [Tom] - Articles now list what Topics they are filed under. [Tom] - New related_topics autotag. It displays all topics an item belongs too. [Tom] - New related_items autotag. It displays all other related items based on what topics the defined item belongs too [Tom] - Updated Command & Control layout. Plugins can now organized into groups. [Tom] - New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth supported now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) [Tom] - Javascript and css can now be loaded in a specified order. [Tom] - Numerous fixes for multi-language support [Tom] - Added CKEditor 4.3.2 as the default advanced editor for Geeklog [Dengen] - New article render which fixes entities etc... from showing up where they shouldn't [Dengen] - New Advanced Editor System that allows developers to easily to add new javascript editors [Dengen] - Article, Staticpages Poll and Topic IDs can now be 128 characters long [Tom] - User Login page now can be accessed directly without first displaying a login error message [Tom] - Fixed deadlock issues with the session table [Tom] - Updated Hebrew language files, provided by LWC - jQuery can now be included in the header [Tom] - Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom] - Added a Filemanager [Kenji ITO] - Added timepicker jQuery control [Dengen]
Diffstat (limited to 'www/geeklog')
-rw-r--r--www/geeklog/Makefile8
-rw-r--r--www/geeklog/PLIST1882
-rw-r--r--www/geeklog/distinfo8
3 files changed, 1358 insertions, 540 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile
index 9eac7e81761..2e3be69385d 100644
--- a/www/geeklog/Makefile
+++ b/www/geeklog/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.39 2013/04/02 15:46:36 taca Exp $
+# $NetBSD: Makefile,v 1.40 2014/07/19 05:19:39 taca Exp $
#
DISTNAME= geeklog-${VER}
PKGNAME= geeklog-${VER:C/(sr|-)/./g}
CATEGORIES= www
-MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/
+MASTER_SITES= https://www.geeklog.net/filemgmt/upload_dir/
MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://www.geeklog.net/
+HOMEPAGE= https://www.geeklog.net/
COMMENT= PHP/MySQL based application for managing dynamic web content
LICENSE= gnu-gpl-v2
@@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql
USE_TOOLS+= pax
-VER= 2.0.0
+VER= 2.1.0
NO_BUILD= YES
PKG_GROUPS_VARS+= APACHE_GROUP
diff --git a/www/geeklog/PLIST b/www/geeklog/PLIST
index cb89fadbfff..2c429753b50 100644
--- a/www/geeklog/PLIST
+++ b/www/geeklog/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2013/04/02 15:46:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.19 2014/07/19 05:19:39 taca Exp $
${GL_DOC}/README
${GL_EG}/db-config.php
${GL_EG}/geeklog.conf
@@ -6,9 +6,11 @@ ${GL_EG}/lib-custom.php
${GL_EG}/siteconfig.php
${GL_ADMIN}/auth.inc.php
${GL_ADMIN}/block.php
+${GL_ADMIN}/clearctl.php
${GL_ADMIN}/configuration.php
${GL_ADMIN}/configuration_validation.php
${GL_ADMIN}/database.php
+${GL_ADMIN}/envcheck.php
${GL_ADMIN}/group.php
${GL_ADMIN}/index.php
${GL_ADMIN}/install/bigdump.php
@@ -33,6 +35,7 @@ ${GL_ADMIN}/install/lib-upgrade.php
${GL_ADMIN}/install/migrate.php
${GL_ADMIN}/install/rescue.php
${GL_ADMIN}/install/success.php
+${GL_ADMIN}/logviewer.php
${GL_ADMIN}/mail.php
${GL_ADMIN}/moderation.php
${GL_ADMIN}/plugins.php
@@ -53,6 +56,7 @@ ${GL_TMPL}/backend/geeklog.rss
${GL_TMPL}/images/articles/index.html
${GL_TMPL}/images/library/File/test.pdf
${GL_TMPL}/images/library/Flash/index.html
+${GL_TMPL}/images/library/Image/_thumbs/index.html
${GL_TMPL}/images/library/Image/icons/ai.gif
${GL_TMPL}/images/library/Image/icons/avi.gif
${GL_TMPL}/images/library/Image/icons/bmp.gif
@@ -357,11 +361,13 @@ ${GEEKLOG_BASE}/plugins/spamx/EditSFS.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/Header.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/IP.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/IPofUrl.Examine.class.php
-${GEEKLOG_BASE}/plugins/spamx/LogView.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/MailAdmin.Action.class.php
${GEEKLOG_BASE}/plugins/spamx/MassDelTrackback.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/MassDelete.Admin.class.php
+${GEEKLOG_BASE}/plugins/spamx/SFS.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/SFS.Misc.class.php
+${GEEKLOG_BASE}/plugins/spamx/SFSbase.class.php
+${GEEKLOG_BASE}/plugins/spamx/SFSreport.Action.class.php
${GEEKLOG_BASE}/plugins/spamx/SLV.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/SLVbase.class.php
${GEEKLOG_BASE}/plugins/spamx/SLVreport.Action.class.php
@@ -404,7 +410,6 @@ ${GEEKLOG_BASE}/plugins/spamx/sql/mysql_install.php
${GEEKLOG_BASE}/plugins/spamx/sql/mysql_updates.php
${GEEKLOG_BASE}/plugins/spamx/sql/pgsql_install.php
${GEEKLOG_BASE}/plugins/spamx/sql/pgsql_updates.php
-${GEEKLOG_BASE}/plugins/spamx/templates/admin.thtml
${GEEKLOG_BASE}/plugins/spamx/templates/install.thtml
${GEEKLOG_BASE}/plugins/staticpages/autoinstall.php
${GEEKLOG_BASE}/plugins/staticpages/configuration_validation.php
@@ -506,6 +511,7 @@ ${GEEKLOG_BASE}/sql/updates/mssql_1.6.0_to_1.6.1.php
${GEEKLOG_BASE}/sql/updates/mssql_1.6.1_to_1.7.0.php
${GEEKLOG_BASE}/sql/updates/mssql_1.7.2_to_1.8.0.php
${GEEKLOG_BASE}/sql/updates/mssql_1.8.2_to_2.0.0.php
+${GEEKLOG_BASE}/sql/updates/mssql_2.0.0_to_2.1.0.php
${GEEKLOG_BASE}/sql/updates/mysql_1.2.5-1_to_1.3.php
${GEEKLOG_BASE}/sql/updates/mysql_1.3.10_to_1.3.11.php
${GEEKLOG_BASE}/sql/updates/mysql_1.3.11_to_1.4.0.php
@@ -526,20 +532,25 @@ ${GEEKLOG_BASE}/sql/updates/mysql_1.6.0_to_1.6.1.php
${GEEKLOG_BASE}/sql/updates/mysql_1.6.1_to_1.7.0.php
${GEEKLOG_BASE}/sql/updates/mysql_1.7.2_to_1.8.0.php
${GEEKLOG_BASE}/sql/updates/mysql_1.8.2_to_2.0.0.php
+${GEEKLOG_BASE}/sql/updates/mysql_2.0.0_to_2.1.0.php
${GEEKLOG_BASE}/sql/updates/pgsql_1.7.2_to_1.8.0.php
${GEEKLOG_BASE}/sql/updates/pgsql_1.8.2_to_2.0.0.php
+${GEEKLOG_BASE}/sql/updates/pgsql_2.0.0_to_2.1.0.php
${GEEKLOG_BASE}/system/classes/authentication/LDAP.auth.class.php
${GEEKLOG_BASE}/system/classes/authentication/LiveJournal.auth.class.php
${GEEKLOG_BASE}/system/classes/authentication/ldap/config.php
${GEEKLOG_BASE}/system/classes/calendar.class.php
${GEEKLOG_BASE}/system/classes/config.class.php
${GEEKLOG_BASE}/system/classes/downloader.class.php
-${GEEKLOG_BASE}/system/classes/kses.class.php
+${GEEKLOG_BASE}/system/classes/gltext.class.php
+${GEEKLOG_BASE}/system/classes/htmlawed/htmLawed.php
+${GEEKLOG_BASE}/system/classes/htmlawed/htmLawed_README.txt
+${GEEKLOG_BASE}/system/classes/http/LICENSE.txt
+${GEEKLOG_BASE}/system/classes/http/http.php
${GEEKLOG_BASE}/system/classes/listfactory.class.php
+${GEEKLOG_BASE}/system/classes/metatags.class.php
${GEEKLOG_BASE}/system/classes/navbar.class.php
-${GEEKLOG_BASE}/system/classes/oauth/facebook.auth.class.php
-${GEEKLOG_BASE}/system/classes/oauth/linkedin.auth.class.php
-${GEEKLOG_BASE}/system/classes/oauth/twitter.auth.class.php
+${GEEKLOG_BASE}/system/classes/oauth/oauth_client.php
${GEEKLOG_BASE}/system/classes/oauthhelper.class.php
${GEEKLOG_BASE}/system/classes/openid/COPYING
${GEEKLOG_BASE}/system/classes/openid/LICENSE
@@ -585,6 +596,7 @@ ${GEEKLOG_BASE}/system/lib-security.php
${GEEKLOG_BASE}/system/lib-sessions.php
${GEEKLOG_BASE}/system/lib-story.php
${GEEKLOG_BASE}/system/lib-syndication.php
+${GEEKLOG_BASE}/system/lib-template.php
${GEEKLOG_BASE}/system/lib-topic.php
${GEEKLOG_BASE}/system/lib-trackback.php
${GEEKLOG_BASE}/system/lib-user.php
@@ -985,6 +997,7 @@ ${GEEKLOG_PUB}/docs/english/support.html
${GEEKLOG_PUB}/docs/english/theme.html
${GEEKLOG_PUB}/docs/english/themevars.html
${GEEKLOG_PUB}/docs/english/trackback.html
+${GEEKLOG_PUB}/docs/english/xmlsitemap.html
${GEEKLOG_PUB}/docs/history
${GEEKLOG_PUB}/docs/images/de.png
${GEEKLOG_PUB}/docs/images/es.png
@@ -1007,438 +1020,1243 @@ ${GEEKLOG_PUB}/docs/japanese/support.html
${GEEKLOG_PUB}/docs/japanese/theme.html
${GEEKLOG_PUB}/docs/japanese/themevars.html
${GEEKLOG_PUB}/docs/japanese/trackback.html
+${GEEKLOG_PUB}/docs/japanese/xmlsitemap.html
${GEEKLOG_PUB}/docs/license
-${GEEKLOG_PUB}/fckeditor/_documentation.html
-${GEEKLOG_PUB}/fckeditor/_upgrade.html
-${GEEKLOG_PUB}/fckeditor/_whatsnew.html
-${GEEKLOG_PUB}/fckeditor/_whatsnew_history.html
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckcontextmenu.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdataprocessor.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdomrange.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdomrange_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdomrange_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckdomrangeiterator.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckeditingarea.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckelementpath.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckenterkey.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckevents.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckhtmliterator.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckicon.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckiecleanup.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckimagepreloader.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckkeystrokehandler.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckmenublock.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckmenublockpanel.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckmenuitem.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckpanel.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckspecialcombo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckstyle.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbar.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbutton.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckw3crange.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckxml.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckxml_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckxml_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fck_othercommands.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckfitwindow.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckindentcommands.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckjustifycommands.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcklistcommands.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckshowblocks.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckstylecommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcktablecommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/fckconstants.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/fckeditorapi.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/fckjscoreextensions.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/fckscriptloader.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_contextmenu.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckbrowserinfo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcodeformatter.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcommands.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckconfig.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdebug.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdebug_empty.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdialog.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdocumentprocessor.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdomtools.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcklanguagemanager.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcklisthandler.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcklistslib.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckplugins.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckregexlib.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckscayt.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckselection.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckselection_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckselection_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckstyles.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktablehandler.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktablehandler_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktablehandler_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktoolbaritems.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktoolbarset.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktools.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktools_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcktools_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckundo.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckurlparams.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtml.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtml_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtml_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtmlentities.js
-${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/disablehandles.htc
-${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/showtableborders.htc
-${GEEKLOG_PUB}/fckeditor/editor/css/fck_editorarea.css
-${GEEKLOG_PUB}/fckeditor/editor/css/fck_internal.css
-${GEEKLOG_PUB}/fckeditor/editor/css/fck_showtableborders_gecko.css
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_address.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_blockquote.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_div.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_h1.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_h2.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_h3.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_h4.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_h5.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_h6.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_p.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/block_pre.png
-${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_anchor.gif
-${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_flashlogo.gif
-${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_hiddenfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_pagebreak.gif
-${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_plugin.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/common/fck_dialog_common.css
-${GEEKLOG_PUB}/fckeditor/editor/dialog/common/fck_dialog_common.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/common/images/locked.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/common/images/reset.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/common/images/unlocked.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/logo_fredck.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_anchor.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_button.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_checkbox.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_colorselector.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_div.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_docprops.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash/fck_flash.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_form.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_hiddenfield.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image/fck_image.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image/fck_image_preview.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_link.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_link/fck_link.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_listprop.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_paste.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_radiobutton.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_replace.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_scayt.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_select.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_select/fck_select.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_smiley.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_source.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_specialchar.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_table.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_tablecell.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images/template1.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images/template2.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images/template3.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_textarea.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_textfield.html
-${GEEKLOG_PUB}/fckeditor/editor/dtd/fck_dtd_test.html
-${GEEKLOG_PUB}/fckeditor/editor/dtd/fck_xhtml10strict.js
-${GEEKLOG_PUB}/fckeditor/editor/dtd/fck_xhtml10transitional.js
-${GEEKLOG_PUB}/fckeditor/editor/fckdebug.html
-${GEEKLOG_PUB}/fckeditor/editor/fckdialog.html
-${GEEKLOG_PUB}/fckeditor/editor/fckeditor.html
-${GEEKLOG_PUB}/fckeditor/editor/fckeditor.original.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/browser.css
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/browser.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmfolders.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmupload.html
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/Folder.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/spacer.gif
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/js/common.js
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/js/fckxml.js
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/basexml.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/commands.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/config.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/connector.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/io.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/phpcompat.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/upload.php
-${GEEKLOG_PUB}/fckeditor/editor/filemanager/connectors/php/util.php
-${GEEKLOG_PUB}/fckeditor/editor/images/anchor.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/arrow_ltr.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/arrow_rtl.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/angel_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/angry_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/broken_heart.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/cake.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/confused_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/cry_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/devil_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/envelope.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/heart.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/kiss.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/lightbulb.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/omg_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/regular_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/sad_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/shades_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/teeth_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/thumbs_down.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/thumbs_up.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/tounge_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/wink_smile.gif
-${GEEKLOG_PUB}/fckeditor/editor/images/spacer.gif
-${GEEKLOG_PUB}/fckeditor/editor/js/fckadobeair.js
-${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/_translationstatus.txt
-${GEEKLOG_PUB}/fckeditor/editor/lang/af.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ar.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/bg.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/bn.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/bs.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ca.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/cs.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/da.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/de.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/el.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/en-au.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/en-ca.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/en-uk.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/en.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/eo.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/es.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/et.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/eu.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/fa.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/fi.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/fo.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/fr-ca.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/fr.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/gl.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/gu.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/he.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/hi.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/hr.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/hu.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/is.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/it.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ja.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/km.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ko.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/lt.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/lv.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/mn.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ms.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/nb.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/nl.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/no.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/pl.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/pt-br.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/pt.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ro.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/ru.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/sk.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/sl.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/sr-latn.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/sr.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/sv.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/th.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/tr.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/uk.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/vi.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/zh-cn.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/zh.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/autogrow/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/bbcode/_sample/sample.config.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/bbcode/_sample/sample.html
-${GEEKLOG_PUB}/fckeditor/editor/plugins/bbcode/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/dragresizetable/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/fck_placeholder.html
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/de.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/en.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/es.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/fr.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/it.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/pl.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/placeholder.gif
-${GEEKLOG_PUB}/fckeditor/editor/plugins/simplecommands/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/tablecommands/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/skins/_fckviewstrips.html
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_dialog.css
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_dialog_ie6.js
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_editor.css
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_strip.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/dialog.sides.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/dialog.sides.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/sprites.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/sprites.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.collapse.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.end.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.expand.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.separator.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.start.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_dialog.css
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_editor.css
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_strip.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/dialog.sides.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/dialog.sides.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/sprites.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/sprites.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.bg.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.end.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.expand.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.separator.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.start.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_dialog.css
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_dialog_ie6.js
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_editor.css
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_strip.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/dialog.sides.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/dialog.sides.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/sprites.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/sprites.png
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.collapse.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.end.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.expand.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.separator.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.start.gif
-${GEEKLOG_PUB}/fckeditor/editor/wsc/ciframe.html
-${GEEKLOG_PUB}/fckeditor/editor/wsc/tmpFrameset.html
-${GEEKLOG_PUB}/fckeditor/editor/wsc/w.html
-${GEEKLOG_PUB}/fckeditor/fckconfig.js
-${GEEKLOG_PUB}/fckeditor/fckeditor.js
-${GEEKLOG_PUB}/fckeditor/fckeditor.php
-${GEEKLOG_PUB}/fckeditor/fckeditor_php4.php
-${GEEKLOG_PUB}/fckeditor/fckeditor_php5.php
-${GEEKLOG_PUB}/fckeditor/fckpackager.xml
-${GEEKLOG_PUB}/fckeditor/fckstyles.xml
-${GEEKLOG_PUB}/fckeditor/fcktemplates.xml
-${GEEKLOG_PUB}/fckeditor/license.txt
-${GEEKLOG_PUB}/fckeditor/myconfig.js
+${GEEKLOG_PUB}/editors/ckeditor/CHANGES.md
+${GEEKLOG_PUB}/editors/ckeditor/LICENSE.md
+${GEEKLOG_PUB}/editors/ckeditor/README.md
+${GEEKLOG_PUB}/editors/ckeditor/adapters/jquery.js
+${GEEKLOG_PUB}/editors/ckeditor/build-config.js
+${GEEKLOG_PUB}/editors/ckeditor/ckeditor.js
+${GEEKLOG_PUB}/editors/ckeditor/config.js
+${GEEKLOG_PUB}/editors/ckeditor/contents.css
+${GEEKLOG_PUB}/editors/ckeditor/functions.js
+${GEEKLOG_PUB}/editors/ckeditor/functions.php
+${GEEKLOG_PUB}/editors/ckeditor/lang/af.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ar.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/bg.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/bn.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/bs.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ca.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/cs.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/cy.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/da.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/de.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/el.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/en-au.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/en-ca.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/en-gb.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/en.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/eo.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/es.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/et.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/eu.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/fa.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/fi.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/fo.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/fr-ca.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/fr.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/gl.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/gu.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/he.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/hi.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/hr.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/hu.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/id.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/is.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/it.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ja.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ka.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/km.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ko.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ku.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/lt.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/lv.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/mk.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/mn.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ms.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/nb.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/nl.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/no.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/pl.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/pt-br.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/pt.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ro.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ru.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/si.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/sk.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/sl.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/sq.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/sr-latn.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/sr.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/sv.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/th.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/tr.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/ug.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/uk.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/vi.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/zh-cn.js
+${GEEKLOG_PUB}/editors/ckeditor/lang/zh.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/about/dialogs/about.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/about/dialogs/logo_ckeditor.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/clipboard/dialogs/paste.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/colordialog/dialogs/colordialog.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/dialog/dialogDefinition.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/div/dialogs/div.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/fakeobjects/images/spacer.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/find/dialogs/find.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/flash/dialogs/flash.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/flash/images/placeholder.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/button.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/checkbox.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/form.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/hiddenfield.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/radio.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/select.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/textarea.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/dialogs/textfield.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/forms/images/hiddenfield.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/icons.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/icons_hidpi.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/iframe/dialogs/iframe.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/iframe/images/placeholder.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/image/dialogs/image.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/image/images/noimage.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/link/dialogs/anchor.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/link/dialogs/link.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/link/images/anchor.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/link/images/hidpi/anchor.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/liststyle/dialogs/liststyle.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/magicline/images/hidpi/icon.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/magicline/images/icon.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/pagebreak/images/pagebreak.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/pastefromword/filter/default.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/preview/preview.html
+${GEEKLOG_PUB}/editors/ckeditor/plugins/scayt/LICENSE.md
+${GEEKLOG_PUB}/editors/ckeditor/plugins/scayt/README.md
+${GEEKLOG_PUB}/editors/ckeditor/plugins/scayt/dialogs/options.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/scayt/dialogs/toolbar.css
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_address.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_blockquote.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_div.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_h1.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_h2.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_h3.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_h4.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_h5.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_h6.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_p.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showblocks/images/block_pre.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showprotected/dialogs/protected.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showprotected/images/code.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/showprotected/plugin.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/dialogs/smiley.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/angel_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/angel_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/angry_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/angry_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/broken_heart.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/broken_heart.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/confused_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/confused_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/cry_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/cry_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/devil_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/devil_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/embaressed_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/embarrassed_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/embarrassed_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/envelope.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/envelope.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/heart.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/heart.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/kiss.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/kiss.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/lightbulb.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/lightbulb.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/omg_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/omg_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/regular_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/regular_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/sad_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/sad_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/shades_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/shades_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/teeth_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/teeth_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/thumbs_down.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/thumbs_down.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/thumbs_up.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/thumbs_up.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/tongue_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/tongue_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/tounge_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/wink_smile.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/smiley/images/wink_smile.png
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/ar.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/bg.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/ca.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/cs.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/cy.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/de.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/el.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/en.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/eo.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/es.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/et.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/fa.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/fi.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/fr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/gl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/he.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/hr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/hu.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/id.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/it.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/ja.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/km.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/ku.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/lv.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/nb.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/nl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/no.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/pl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/pt.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/ru.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/si.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/sk.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/sl.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/sq.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/sv.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/th.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/tr.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/ug.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/uk.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/vi.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/lang/zh.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/specialchar/dialogs/specialchar.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/table/dialogs/table.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/tabletools/dialogs/tableCell.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/templates/dialogs/templates.css
+${GEEKLOG_PUB}/editors/ckeditor/plugins/templates/dialogs/templates.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/templates/templates/default.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/templates/templates/images/template1.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/templates/templates/images/template2.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/templates/templates/images/template3.gif
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/LICENSE.md
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/README.md
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/dialogs/ciframe.html
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/dialogs/tmp.html
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/dialogs/wsc.css
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/dialogs/wsc.js
+${GEEKLOG_PUB}/editors/ckeditor/plugins/wsc/dialogs/wsc_ie.js
+${GEEKLOG_PUB}/editors/ckeditor/samples/ajax.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/api.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/appendto.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/assets/inlineall/logo.png
+${GEEKLOG_PUB}/editors/ckeditor/samples/assets/outputxhtml/outputxhtml.css
+${GEEKLOG_PUB}/editors/ckeditor/samples/assets/posteddata.php
+${GEEKLOG_PUB}/editors/ckeditor/samples/assets/sample.css
+${GEEKLOG_PUB}/editors/ckeditor/samples/assets/sample.jpg
+${GEEKLOG_PUB}/editors/ckeditor/samples/assets/uilanguages/languages.js
+${GEEKLOG_PUB}/editors/ckeditor/samples/datafiltering.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/divreplace.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/index.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/inlineall.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/inlinebycode.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/inlinetextarea.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/jquery.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/dialog/assets/my_dialog.js
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/dialog/dialog.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/enterkey/enterkey.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/htmlwriter/outputforflash.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/htmlwriter/outputhtml.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/magicline/magicline.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/toolbar/toolbar.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/plugins/wysiwygarea/fullpage.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/readonly.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/replacebyclass.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/replacebycode.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/sample.css
+${GEEKLOG_PUB}/editors/ckeditor/samples/sample.js
+${GEEKLOG_PUB}/editors/ckeditor/samples/sample_posteddata.php
+${GEEKLOG_PUB}/editors/ckeditor/samples/tabindex.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/uicolor.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/uilanguages.html
+${GEEKLOG_PUB}/editors/ckeditor/samples/xhtmlstyle.html
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/dialog.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/dialog_ie.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/dialog_ie7.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/dialog_ie8.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/dialog_iequirks.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/dialog_opera.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/editor.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/editor_gecko.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/editor_ie.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/editor_ie7.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/editor_ie8.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/editor_iequirks.css
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/icons.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/icons_hidpi.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/arrow.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/close.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/hidpi/close.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/hidpi/lock-open.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/hidpi/lock.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/hidpi/refresh.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/lock-open.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/lock.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/images/refresh.png
+${GEEKLOG_PUB}/editors/ckeditor/skins/moono/readme.md
+${GEEKLOG_PUB}/editors/ckeditor/styles.js
+${GEEKLOG_PUB}/editors/fckeditor/_documentation.html
+${GEEKLOG_PUB}/editors/fckeditor/_upgrade.html
+${GEEKLOG_PUB}/editors/fckeditor/_whatsnew.html
+${GEEKLOG_PUB}/editors/fckeditor/_whatsnew_history.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckcontextmenu.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdataprocessor.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdomrange.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdomrange_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdomrange_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckdomrangeiterator.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckeditingarea.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckelementpath.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckenterkey.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckevents.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckhtmliterator.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckicon.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckiecleanup.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckimagepreloader.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckkeystrokehandler.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckmenublock.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckmenublockpanel.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckmenuitem.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckpanel.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckspecialcombo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckstyle.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbar.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarbutton.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckw3crange.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckxml.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckxml_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/classes/fckxml_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fck_othercommands.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckfitwindow.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckindentcommands.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckjustifycommands.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fcklistcommands.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckshowblocks.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fckstylecommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fcktablecommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/fckconstants.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/fckeditorapi.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/fckjscoreextensions.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/fckscriptloader.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fck.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fck_contextmenu.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fck_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fck_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckbrowserinfo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckcodeformatter.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckcommands.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckconfig.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckdebug.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckdebug_empty.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckdialog.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckdocumentprocessor.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckdomtools.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcklanguagemanager.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcklisthandler.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcklistslib.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckplugins.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckregexlib.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckscayt.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckselection.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckselection_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckselection_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckstyles.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktablehandler.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktablehandler_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktablehandler_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktoolbaritems.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktoolbarset.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktools.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktools_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fcktools_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckundo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckurlparams.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckxhtml.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckxhtml_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckxhtml_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/_source/internals/fckxhtmlentities.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/behaviors/disablehandles.htc
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/behaviors/showtableborders.htc
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/fck_editorarea.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/fck_internal.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/fck_showtableborders_gecko.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_address.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_blockquote.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_div.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_h1.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_h2.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_h3.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_h4.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_h5.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_h6.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_p.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/block_pre.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/fck_anchor.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/fck_flashlogo.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/fck_hiddenfield.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/fck_pagebreak.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/css/images/fck_plugin.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/common/fck_dialog_common.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/common/fck_dialog_common.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/common/images/locked.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/common/images/reset.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/common/images/unlocked.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_about.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_about/logo_fredck.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_anchor.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_button.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_checkbox.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_colorselector.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_div.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_docprops.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_flash.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_flash/fck_flash.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_form.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_hiddenfield.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_image.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_image/fck_image.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_image/fck_image_preview.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_link.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_link/fck_link.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_listprop.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_paste.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_radiobutton.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_replace.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_scayt.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_select.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_select/fck_select.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_smiley.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_source.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_specialchar.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_table.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_tablecell.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_template.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_template/images/template1.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_template/images/template2.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_template/images/template3.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_textarea.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dialog/fck_textfield.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dtd/fck_dtd_test.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/dtd/fck_xhtml10strict.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/dtd/fck_xhtml10transitional.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/fckdebug.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/fckdialog.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/fckeditor.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/fckeditor.original.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/browser.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/browser.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/frmfolders.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/frmupload.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/Folder.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/images/spacer.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/js/common.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/browser/default/js/fckxml.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/basexml.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/commands.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/config.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/connector.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/io.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/phpcompat.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/upload.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/filemanager/connectors/php/util.php
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/anchor.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/arrow_ltr.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/arrow_rtl.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/angel_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/angry_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/broken_heart.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/cake.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/confused_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/cry_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/devil_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/envelope.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/heart.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/kiss.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/lightbulb.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/omg_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/regular_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/sad_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/shades_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/teeth_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/thumbs_down.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/thumbs_up.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/tounge_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/smiley/msn/wink_smile.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/images/spacer.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/js/fckadobeair.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/js/fckeditorcode_gecko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/js/fckeditorcode_ie.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/_translationstatus.txt
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/af.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ar.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/bg.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/bn.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/bs.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ca.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/cs.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/da.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/de.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/el.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/en-au.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/en-ca.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/en-uk.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/en.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/eo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/es.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/et.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/eu.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/fa.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/fi.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/fo.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/fr-ca.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/fr.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/gl.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/gu.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/he.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/hi.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/hr.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/hu.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/is.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/it.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ja.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/km.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ko.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/lt.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/lv.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/mn.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ms.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/nb.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/nl.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/no.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/pl.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/pt-br.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/pt.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ro.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/ru.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/sk.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/sl.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/sr-latn.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/sr.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/sv.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/th.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/tr.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/uk.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/vi.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/zh-cn.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/lang/zh.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/autogrow/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/bbcode/_sample/sample.config.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/bbcode/_sample/sample.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/bbcode/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/dragresizetable/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/fck_placeholder.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/lang/de.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/lang/en.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/lang/es.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/lang/fr.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/lang/it.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/lang/pl.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/placeholder/placeholder.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/simplecommands/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/plugins/tablecommands/fckplugin.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/_fckviewstrips.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/fck_dialog.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/fck_dialog_ie6.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/fck_editor.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/fck_strip.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/dialog.sides.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/dialog.sides.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/sprites.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/sprites.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.collapse.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.end.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.expand.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.separator.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/default/images/toolbar.start.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/fck_dialog.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/fck_editor.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/fck_strip.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/dialog.sides.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/dialog.sides.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/sprites.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/sprites.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.bg.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.end.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.expand.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.separator.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/office2003/images/toolbar.start.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/fck_dialog.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/fck_dialog_ie6.js
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/fck_editor.css
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/fck_strip.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/dialog.sides.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/dialog.sides.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/sprites.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/sprites.png
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.collapse.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.end.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.expand.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.separator.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/skins/silver/images/toolbar.start.gif
+${GEEKLOG_PUB}/editors/fckeditor/editor/wsc/ciframe.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/wsc/tmpFrameset.html
+${GEEKLOG_PUB}/editors/fckeditor/editor/wsc/w.html
+${GEEKLOG_PUB}/editors/fckeditor/fckconfig.js
+${GEEKLOG_PUB}/editors/fckeditor/fckeditor.js
+${GEEKLOG_PUB}/editors/fckeditor/fckeditor.php
+${GEEKLOG_PUB}/editors/fckeditor/fckeditor_php4.php
+${GEEKLOG_PUB}/editors/fckeditor/fckeditor_php5.php
+${GEEKLOG_PUB}/editors/fckeditor/fckpackager.xml
+${GEEKLOG_PUB}/editors/fckeditor/fckstyles.xml
+${GEEKLOG_PUB}/editors/fckeditor/fcktemplates.xml
+${GEEKLOG_PUB}/editors/fckeditor/functions.js
+${GEEKLOG_PUB}/editors/fckeditor/functions.php
+${GEEKLOG_PUB}/editors/fckeditor/license.txt
+${GEEKLOG_PUB}/editors/fckeditor/myconfig.js
+${GEEKLOG_PUB}/filemanager/connectors/php/filemanager.class.php
+${GEEKLOG_PUB}/filemanager/connectors/php/filemanager.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/JSON.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/filemanager.inc.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/LICENSE
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/README
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/VERSION
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/bg.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demo_screen.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/addNoise.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/applyConvolution.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/applyFilter.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/applyMask.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/asGrayscale.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/asNegative.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/autoCrop.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/correctGamma.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/crop.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/flip.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/getCanvas.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/getChannels.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/getMask.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/merge.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/mirror.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/resize.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/resizeCanvas.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/rotate.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/roundCorners.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/demos/unsharp.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/font.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/COPYRIGHT.TXT
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/README.TXT
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/RELEASENOTES.TXT
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/Vera.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraBI.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraBd.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraIt.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraMoBI.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraMoBd.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraMoIt.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraMono.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraSe.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/VeraSeBd.ttf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/fonts/local.conf
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/AngleField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/CheckboxField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/CheckboxSetField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/ColorField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/CoordinateField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/Demo.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/Field.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/FileSelectField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/FloatField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/FormatSelectField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/IntField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/Request.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/SelectField.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/helpers/common.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/image.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/1-rainbow.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/2-blue-alpha.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/3-smiley.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/4-color-hole.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/5-circle.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/6-logo.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/7-overlay.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/bg03.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/images/fgnl.jpg
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/index.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/masks/mask-circle.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/masks/mask-circle.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/masks/mask-diagonal.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/demo/masks/mask-smiley.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_Exception.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_GDFunctionResultException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_InvalidCanvasMethodException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_InvalidCoordinateException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_InvalidFontFileException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_InvalidImageDimensionException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_InvalidImageHandleException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_InvalidImageSourceException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_NoFontException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_UnknownErrorWhileMappingException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_UnknownImageOperationException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Exceptions/WideImage_UnsupportedFormatException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_BMP.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_GD.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_GD2.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_GIF.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_JPEG.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_PNG.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_Mapper_TGA.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_vendor_de77_BMP.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/WideImage_vendor_de77_TGA.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---BMP.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---GD.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---GD2.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---GIF.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---JPEG.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---PNG.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_Mapper---TGA.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_vendor---de77---BMP.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Mappers/_vendor---de77---TGA.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_AddNoise.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_ApplyConvolution.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_ApplyFilter.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_ApplyMask.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_AsGrayscale.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_AsNegative.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_AutoCrop.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_CopyChannelsPalette.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_CopyChannelsTrueColor.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_CorrectGamma.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Crop.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Flip.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_GetMask.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_InvalidFitMethodException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_InvalidResizeDimensionException.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Merge.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Mirror.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Resize.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_ResizeCanvas.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Rotate.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_RoundCorners.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/WideImage_Operation_Unsharp.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---AddNoise.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---ApplyConvolution.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---ApplyFilter.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---ApplyMask.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---AsGrayscale.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---AsNegative.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---AutoCrop.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---CopyChannelsPalette.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---CopyChannelsTrueColor.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---CorrectGamma.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Crop.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Flip.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---GetMask.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Merge.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Mirror.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Resize.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---ResizeCanvas.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Rotate.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---RoundCorners.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internal-Operations/_Operation---Unsharp.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internals/WideImage_Coordinate.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internals/WideImage_MapperFactory.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internals/WideImage_OperationFactory.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internals/_Coordinate.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/Internals/_OperationFactory.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_Canvas.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_Font_GDF.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_Font_PS.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_Font_TTF.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_Image.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_PaletteImage.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/WideImage_TrueColorImage.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_Canvas.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_Exception.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_Font---GDF.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_Font---PS.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_Font---TTF.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_Image.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_MapperFactory.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_PaletteImage.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_TrueColorImage.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/WideImage/_WideImage.php.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/classtrees_Exceptions.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/classtrees_Internal-Mappers.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/classtrees_Internal-Operations.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/classtrees_Internals.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/classtrees_WideImage.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/elementindex.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/elementindex_Exceptions.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/elementindex_Internal-Mappers.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/elementindex_Internal-Operations.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/elementindex_Internals.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/elementindex_WideImage.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/errors.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/index.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/li_Exceptions.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/li_Internal-Mappers.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/li_Internal-Operations.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/li_Internals.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/li_WideImage.html
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/media/background.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/media/empty.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/doc/media/style.css
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/gpl.txt
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lgpl.txt
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Canvas.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Coordinate.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Exception.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Font/GDF.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Font/PS.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Font/TTF.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Image.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/BMP.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/GD.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/GD2.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/GIF.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/JPEG.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/PNG.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Mapper/TGA.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/MapperFactory.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/AddNoise.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/ApplyConvolution.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/ApplyFilter.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/ApplyMask.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/AsGrayscale.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/AsNegative.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/AutoCrop.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/CopyChannelsPalette.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/CopyChannelsTrueColor.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/CorrectGamma.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Crop.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Flip.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/GetMask.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Merge.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Mirror.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Resize.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/ResizeCanvas.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Rotate.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/RoundCorners.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/Operation/Unsharp.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/OperationFactory.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/PaletteImage.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/TrueColorImage.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/WideImage.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/vendor/de77/BMP.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/lib/vendor/de77/TGA.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-blue-alpha.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-color-hole.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-color-hole.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-rainbow.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-red-spot-half-cut.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-red-spot.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-red-transparent.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-rgbyg.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x100-square-overlay.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/100x50-rgbt.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/75x25-gray.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/actually-a-png.jpg
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/bmp/rainbow-16b-x.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/bmp/rainbow-16b.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/bmp/rainbow-24b.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/bmp/rainbow-32b.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/bmp/rainbow-palette-rle.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/fakeimage.png
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/fgnl-bmp.jpg
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/fgnl.bmp
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/fgnl.jpg
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/image-actually-foo.foo2
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/image.foo
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/logo.gif
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/images/splat.tga
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/run.bat
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/run.sh
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/test-init.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/CanvasTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/CoordinateTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/ImageTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/BMPTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/GD2Test.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/GDTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/GIFTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/JPEGTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/PNGTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Mapper/TGATest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/MapperFactoryTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/ApplyConvolutionTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/ApplyFilterTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/ApplyMaskTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/AsGrayscaleTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/AsNegativeTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/AutoCrop.test.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/CorrectGammaTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/CropTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/FlipTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/GetChannelsTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/GetMaskTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/MergeTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/MirrorTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/ResizeCanvasTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/ResizeTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/RotateTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/RoundCornersTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/Operation/UnsharpTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/OperationFactoryTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/PaletteImageTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/TrueColorImageTest.php
+${GEEKLOG_PUB}/filemanager/connectors/php/inc/vendor/wideimage/test/tests/WideImageTest.php
+${GEEKLOG_PUB}/filemanager/images/accept.png
+${GEEKLOG_PUB}/filemanager/images/ajax-loader.gif
+${GEEKLOG_PUB}/filemanager/images/application_view_icons.png
+${GEEKLOG_PUB}/filemanager/images/application_view_list.png
+${GEEKLOG_PUB}/filemanager/images/bin_closed.png
+${GEEKLOG_PUB}/filemanager/images/bullet_arrow_down.png
+${GEEKLOG_PUB}/filemanager/images/bullet_arrow_up.png
+${GEEKLOG_PUB}/filemanager/images/download.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Close.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Documents.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Favorites.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Image.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Movie.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Music.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Net.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Open.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_ProgramFiles.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/_Works.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/aac.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/avi.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/bmp.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/chm.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/css.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/default.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/dll.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/doc.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/docx.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/fla.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/gif.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/htm.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/html.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/ini.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/jar.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/jpeg.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/jpg.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/js.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/lasso.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/mdb.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/mov.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/mp3.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/mp4.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/mpg.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/ogg.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/ogv.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/other_image.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/other_movie.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/other_music.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/other_music2.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/pdf.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/php.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/png.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/ppt.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/py.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/rb.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/real.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/reg.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/rtf.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/sql.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/swf.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/txt.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/vbs.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/wav.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/webm.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/wma.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/wmv.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/xls.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/xlsx.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/xml.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/xsl.png
+${GEEKLOG_PUB}/filemanager/images/fileicons/zip.png
+${GEEKLOG_PUB}/filemanager/images/folder_add.png
+${GEEKLOG_PUB}/filemanager/images/house.png
+${GEEKLOG_PUB}/filemanager/images/move.png
+${GEEKLOG_PUB}/filemanager/images/parentfolder.png
+${GEEKLOG_PUB}/filemanager/images/pencil.png
+${GEEKLOG_PUB}/filemanager/images/plus.png
+${GEEKLOG_PUB}/filemanager/images/reset.png
+${GEEKLOG_PUB}/filemanager/images/upload.png
+${GEEKLOG_PUB}/filemanager/images/wait30trans.gif
+${GEEKLOG_PUB}/filemanager/index.php
+${GEEKLOG_PUB}/filemanager/scripts/filemanager.config.js
+${GEEKLOG_PUB}/filemanager/scripts/filemanager.config.js.default
+${GEEKLOG_PUB}/filemanager/scripts/filemanager.js
+${GEEKLOG_PUB}/filemanager/scripts/filemanager.liveSearch.js
+${GEEKLOG_PUB}/filemanager/scripts/filemanager.liveSearch.min.js
+${GEEKLOG_PUB}/filemanager/scripts/filemanager.min.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery-1.8.3.min.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/images/cut.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/images/door.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/images/page_white_copy.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/images/page_white_delete.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/images/page_white_edit.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/images/page_white_paste.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/jquery.contextMenu-1.01.css
+${GEEKLOG_PUB}/filemanager/scripts/jquery.contextmenu/jquery.contextMenu-1.01.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/application.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/code.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/css.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/db.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/directory.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/doc.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/file.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/film.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/flash.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/folder_open.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/html.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/java.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/linux.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/music.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/pdf.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/php.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/picture.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/ppt.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/psd.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/ruby.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/script.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/spinner.gif
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/txt.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/xls.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/images/zip.png
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/jqueryFileTree.css
+${GEEKLOG_PUB}/filemanager/scripts/jquery.filetree/jqueryFileTree.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery.form-3.24.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery.impromptu-3.2.min.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery.splitter/hgrabber.gif
+${GEEKLOG_PUB}/filemanager/scripts/jquery.splitter/jquery.splitter-1.5.1.js
+${GEEKLOG_PUB}/filemanager/scripts/jquery.splitter/jquery.splitter.css
+${GEEKLOG_PUB}/filemanager/scripts/jquery.splitter/vgrabber.gif
+${GEEKLOG_PUB}/filemanager/scripts/jquery.tablesorter-2.7.2.min.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/ca.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/cs.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/da.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/de.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/en-gb.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/en.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/es.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/fi.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/fr.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/he.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/hu.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/it.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/ja.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/nl.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/pl.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/pt.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/ru.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/sv.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/tr.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/vn.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/zh-cn.js
+${GEEKLOG_PUB}/filemanager/scripts/languages/zh-tw.js
+${GEEKLOG_PUB}/filemanager/styles/filemanager.css
+${GEEKLOG_PUB}/filemanager/styles/ie8.css
+${GEEKLOG_PUB}/filemanager/styles/ie9.css
+${GEEKLOG_PUB}/filemanager/styles/reset.css
${GEEKLOG_PUB}/getimage.php
${GEEKLOG_PUB}/help/advancedsearch.html
${GEEKLOG_PUB}/help/cccommentsubmission.html
@@ -1451,6 +2269,9 @@ ${GEEKLOG_PUB}/help/index.html
${GEEKLOG_PUB}/help/submitevent.html
${GEEKLOG_PUB}/help/submitlink.html
${GEEKLOG_PUB}/help/submitstory.html
+${GEEKLOG_PUB}/images/_thumbs/articles/index.html
+${GEEKLOG_PUB}/images/_thumbs/library/Image/index.html
+${GEEKLOG_PUB}/images/_thumbs/userphotos/index.html
${GEEKLOG_PUB}/images/buttons/cms-geeklog.png
${GEEKLOG_PUB}/images/buttons/geeklog-badge.gif
${GEEKLOG_PUB}/images/buttons/geekpower2.gif
@@ -1461,18 +2282,28 @@ ${GEEKLOG_PUB}/images/buttons/valid-css.png
${GEEKLOG_PUB}/images/buttons/valid-html.png
${GEEKLOG_PUB}/images/calendar.png
${GEEKLOG_PUB}/images/facebook-login-icon.png
+${GEEKLOG_PUB}/images/google-login-icon.png
${GEEKLOG_PUB}/images/linkedin-login-icon.png
+${GEEKLOG_PUB}/images/microsoft-login-icon.png
+${GEEKLOG_PUB}/images/oauth-login-with-sprite.png
${GEEKLOG_PUB}/images/openid_login_icon.png
${GEEKLOG_PUB}/images/right_arrow.png
${GEEKLOG_PUB}/images/twitter-login-icon.png
+${GEEKLOG_PUB}/images/yahoo-login-icon.png
${GEEKLOG_PUB}/index.php
${GEEKLOG_PUB}/javascript/admin.configuration.js
${GEEKLOG_PUB}/javascript/admin.topic.js
+${GEEKLOG_PUB}/javascript/advanced_editor.js
${GEEKLOG_PUB}/javascript/common.js
${GEEKLOG_PUB}/javascript/datepicker.js
+${GEEKLOG_PUB}/javascript/datetimepicker.js
+${GEEKLOG_PUB}/javascript/dialog_help.js
${GEEKLOG_PUB}/javascript/fix_tooltips.js
${GEEKLOG_PUB}/javascript/jquery.min.js
${GEEKLOG_PUB}/javascript/jquery_ui/jquery-ui-i18n.min.js
+${GEEKLOG_PUB}/javascript/jquery_ui/jquery-ui-slideraccess.min.js
+${GEEKLOG_PUB}/javascript/jquery_ui/jquery-ui-timepicker-addon-i18n.min.js
+${GEEKLOG_PUB}/javascript/jquery_ui/jquery-ui-timepicker-addon.min.js
${GEEKLOG_PUB}/javascript/jquery_ui/jquery-ui.min.js
${GEEKLOG_PUB}/javascript/jquery_ui/jquery.ui.accordion.min.js
${GEEKLOG_PUB}/javascript/jquery_ui/jquery.ui.autocomplete.min.js
@@ -1510,17 +2341,20 @@ ${GEEKLOG_PUB}/javascript/jquery_ui/jquery.ui.tooltip.min.js
${GEEKLOG_PUB}/javascript/jquery_ui/jquery.ui.widget.min.js
${GEEKLOG_PUB}/javascript/login.js
${GEEKLOG_PUB}/javascript/moveusers.js
+${GEEKLOG_PUB}/javascript/postmode_control.js
${GEEKLOG_PUB}/javascript/profile_editor.js
-${GEEKLOG_PUB}/javascript/staticpages_fckeditor.js
${GEEKLOG_PUB}/javascript/story_editor.js
-${GEEKLOG_PUB}/javascript/storyeditor_fckeditor.js
-${GEEKLOG_PUB}/javascript/submitcomment_fckeditor.js
-${GEEKLOG_PUB}/javascript/submitstory_fckeditor.js
+${GEEKLOG_PUB}/javascript/storyeditor_adveditor.js
+${GEEKLOG_PUB}/javascript/submitcomment_adveditor.js
+${GEEKLOG_PUB}/javascript/submitstory_adveditor.js
+${GEEKLOG_PUB}/javascript/title_2_id.js
+${GEEKLOG_PUB}/javascript/topic_control.js
${GEEKLOG_PUB}/javascript/ver.1.8/admin.configuration.js
${GEEKLOG_PUB}/layout/denim/README
${GEEKLOG_PUB}/layout/denim/admin/block/blockeditor.thtml
${GEEKLOG_PUB}/layout/denim/admin/block/defaultblockeditor.thtml
${GEEKLOG_PUB}/layout/denim/admin/block/index.html
+${GEEKLOG_PUB}/layout/denim/admin/commandcontrol.thtml
${GEEKLOG_PUB}/layout/denim/admin/common/edit_permissions.thtml
${GEEKLOG_PUB}/layout/denim/admin/common/edit_topics.thtml
${GEEKLOG_PUB}/layout/denim/admin/common/index.html
@@ -1529,6 +2363,7 @@ ${GEEKLOG_PUB}/layout/denim/admin/config/config_element_2.thtml
${GEEKLOG_PUB}/layout/denim/admin/config/configuration.thtml
${GEEKLOG_PUB}/layout/denim/admin/config/index.html
${GEEKLOG_PUB}/layout/denim/admin/config/menu_element.thtml
+${GEEKLOG_PUB}/layout/denim/admin/envcheck.thtml
${GEEKLOG_PUB}/layout/denim/admin/group/groupeditor.thtml
${GEEKLOG_PUB}/layout/denim/admin/group/groupmembers.thtml
${GEEKLOG_PUB}/layout/denim/admin/group/index.html
@@ -1543,10 +2378,6 @@ ${GEEKLOG_PUB}/layout/denim/admin/lists/searchmenu.thtml
${GEEKLOG_PUB}/layout/denim/admin/lists/topmenu.thtml
${GEEKLOG_PUB}/layout/denim/admin/mail/index.html
${GEEKLOG_PUB}/layout/denim/admin/mail/mailform.thtml
-${GEEKLOG_PUB}/layout/denim/admin/moderation/ccitem.thtml
-${GEEKLOG_PUB}/layout/denim/admin/moderation/ccrow.thtml
-${GEEKLOG_PUB}/layout/denim/admin/moderation/index.html
-${GEEKLOG_PUB}/layout/denim/admin/moderation/moderation.thtml
${GEEKLOG_PUB}/layout/denim/admin/plugins/editor.thtml
${GEEKLOG_PUB}/layout/denim/admin/plugins/index.html
${GEEKLOG_PUB}/layout/denim/admin/plugins/info.thtml
@@ -1578,8 +2409,7 @@ ${GEEKLOG_PUB}/layout/denim/admin/user/groupedit.thtml
${GEEKLOG_PUB}/layout/denim/admin/user/index.html
${GEEKLOG_PUB}/layout/denim/admin/user/password.thtml
${GEEKLOG_PUB}/layout/denim/admin/user/reminder.thtml
-${GEEKLOG_PUB}/layout/denim/adminoption.thtml
-${GEEKLOG_PUB}/layout/denim/adminoption_off.thtml
+${GEEKLOG_PUB}/layout/denim/adminnavigation.thtml
${GEEKLOG_PUB}/layout/denim/archivestorybodytext.thtml
${GEEKLOG_PUB}/layout/denim/archivestorytext.thtml
${GEEKLOG_PUB}/layout/denim/article/article.thtml
@@ -1613,18 +2443,15 @@ ${GEEKLOG_PUB}/layout/denim/comment/index.html
${GEEKLOG_PUB}/layout/denim/comment/reportcomment.thtml
${GEEKLOG_PUB}/layout/denim/comment/startcomment.thtml
${GEEKLOG_PUB}/layout/denim/comment/thread.thtml
-${GEEKLOG_PUB}/layout/denim/css_ltr/ie6.css
-${GEEKLOG_PUB}/layout/denim/css_ltr/ie7.css
${GEEKLOG_PUB}/layout/denim/css_ltr/ie8.css
${GEEKLOG_PUB}/layout/denim/css_ltr/index.html
${GEEKLOG_PUB}/layout/denim/css_ltr/print.css
${GEEKLOG_PUB}/layout/denim/css_ltr/style.css
-${GEEKLOG_PUB}/layout/denim/css_rtl/ie6.css
-${GEEKLOG_PUB}/layout/denim/css_rtl/ie7.css
${GEEKLOG_PUB}/layout/denim/css_rtl/ie8.css
${GEEKLOG_PUB}/layout/denim/css_rtl/index.html
${GEEKLOG_PUB}/layout/denim/css_rtl/print.css
${GEEKLOG_PUB}/layout/denim/css_rtl/style.css
+${GEEKLOG_PUB}/layout/denim/directory.thtml
${GEEKLOG_PUB}/layout/denim/featuredstorybodytext.thtml
${GEEKLOG_PUB}/layout/denim/featuredstorytext.thtml
${GEEKLOG_PUB}/layout/denim/footer.thtml
@@ -1661,14 +2488,19 @@ ${GEEKLOG_PUB}/layout/denim/images/header-bg.png
${GEEKLOG_PUB}/layout/denim/images/icon_info.png
${GEEKLOG_PUB}/layout/denim/images/icons/block.png
${GEEKLOG_PUB}/layout/denim/images/icons/configuration.png
+${GEEKLOG_PUB}/layout/denim/images/icons/ctl.png
${GEEKLOG_PUB}/layout/denim/images/icons/database.png
${GEEKLOG_PUB}/layout/denim/images/icons/delete_event.png
${GEEKLOG_PUB}/layout/denim/images/icons/docs.png
+${GEEKLOG_PUB}/layout/denim/images/icons/envcheck.png
${GEEKLOG_PUB}/layout/denim/images/icons/event.png
+${GEEKLOG_PUB}/layout/denim/images/icons/filemanager.png
${GEEKLOG_PUB}/layout/denim/images/icons/group.png
${GEEKLOG_PUB}/layout/denim/images/icons/index.html
+${GEEKLOG_PUB}/layout/denim/images/icons/log_viewer.png
${GEEKLOG_PUB}/layout/denim/images/icons/logout.png
${GEEKLOG_PUB}/layout/denim/images/icons/mail.png
+${GEEKLOG_PUB}/layout/denim/images/icons/moderation.png
${GEEKLOG_PUB}/layout/denim/images/icons/plugins.png
${GEEKLOG_PUB}/layout/denim/images/icons/story.png
${GEEKLOG_PUB}/layout/denim/images/icons/syndication.png
@@ -1680,8 +2512,12 @@ ${GEEKLOG_PUB}/layout/denim/images/index.html
${GEEKLOG_PUB}/layout/denim/images/info.png
${GEEKLOG_PUB}/layout/denim/images/install.png
${GEEKLOG_PUB}/layout/denim/images/list.png
+${GEEKLOG_PUB}/layout/denim/images/loading.gif
${GEEKLOG_PUB}/layout/denim/images/logo.png
${GEEKLOG_PUB}/layout/denim/images/mail.png
+${GEEKLOG_PUB}/layout/denim/images/navbar/button.gif
+${GEEKLOG_PUB}/layout/denim/images/navbar/button_over.gif
+${GEEKLOG_PUB}/layout/denim/images/navbar/index.html
${GEEKLOG_PUB}/layout/denim/images/person.png
${GEEKLOG_PUB}/layout/denim/images/print.png
${GEEKLOG_PUB}/layout/denim/images/search-l.png
@@ -1690,15 +2526,18 @@ ${GEEKLOG_PUB}/layout/denim/images/sendping.png
${GEEKLOG_PUB}/layout/denim/images/smallcamera.png
${GEEKLOG_PUB}/layout/denim/images/success.png
${GEEKLOG_PUB}/layout/denim/images/sysmessage.png
+${GEEKLOG_PUB}/layout/denim/images/tooltips/critical.png
+${GEEKLOG_PUB}/layout/denim/images/tooltips/help.png
+${GEEKLOG_PUB}/layout/denim/images/tooltips/info.png
+${GEEKLOG_PUB}/layout/denim/images/tooltips/tooltip.png
+${GEEKLOG_PUB}/layout/denim/images/tooltips/warning.png
${GEEKLOG_PUB}/layout/denim/images/unavailable.png
${GEEKLOG_PUB}/layout/denim/images/update.png
${GEEKLOG_PUB}/layout/denim/images/warning.png
-${GEEKLOG_PUB}/layout/denim/javascript/iepngfix.js
${GEEKLOG_PUB}/layout/denim/javascript/index.html
${GEEKLOG_PUB}/layout/denim/javascript/respond.min.js
${GEEKLOG_PUB}/layout/denim/javascript/script.js
${GEEKLOG_PUB}/layout/denim/jquery_ui/images/index.html
-${GEEKLOG_PUB}/layout/denim/jquery_ui/images/ui-anim_basic_16x16.gif
${GEEKLOG_PUB}/layout/denim/jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png
${GEEKLOG_PUB}/layout/denim/jquery_ui/images/ui-bg_flat_55_fbec88_40x100.png
${GEEKLOG_PUB}/layout/denim/jquery_ui/images/ui-bg_glass_75_d0e5f5_1x400.png
@@ -1736,7 +2575,6 @@ ${GEEKLOG_PUB}/layout/denim/jquery_ui/jquery.ui.theme.css
${GEEKLOG_PUB}/layout/denim/jquery_ui/jquery.ui.tooltip.css
${GEEKLOG_PUB}/layout/denim/leftblocks.thtml
${GEEKLOG_PUB}/layout/denim/list.thtml
-${GEEKLOG_PUB}/layout/denim/listitem.thtml
${GEEKLOG_PUB}/layout/denim/lists/index.html
${GEEKLOG_PUB}/layout/denim/lists/inline/index.html
${GEEKLOG_PUB}/layout/denim/lists/inline/item_field.thtml
@@ -1753,23 +2591,14 @@ ${GEEKLOG_PUB}/layout/denim/lists/table/page_sort.thtml
${GEEKLOG_PUB}/layout/denim/loginform.thtml
${GEEKLOG_PUB}/layout/denim/loginform_oauth.thtml
${GEEKLOG_PUB}/layout/denim/loginform_openid.thtml
-${GEEKLOG_PUB}/layout/denim/menuitem.thtml
-${GEEKLOG_PUB}/layout/denim/menuitem_last.thtml
-${GEEKLOG_PUB}/layout/denim/menuitem_none.thtml
+${GEEKLOG_PUB}/layout/denim/menunavigation.thtml
${GEEKLOG_PUB}/layout/denim/navbar/breadcrumb_link.thtml
${GEEKLOG_PUB}/layout/denim/navbar/breadcrumbs.thtml
-${GEEKLOG_PUB}/layout/denim/navbar/images/button.gif
-${GEEKLOG_PUB}/layout/denim/navbar/images/button_over.gif
-${GEEKLOG_PUB}/layout/denim/navbar/images/index.html
-${GEEKLOG_PUB}/layout/denim/navbar/images/tableftI.gif
-${GEEKLOG_PUB}/layout/denim/navbar/images/tableftJ.gif
-${GEEKLOG_PUB}/layout/denim/navbar/images/tabrightI.gif
-${GEEKLOG_PUB}/layout/denim/navbar/images/tabrightJ.gif
${GEEKLOG_PUB}/layout/denim/navbar/index.html
${GEEKLOG_PUB}/layout/denim/navbar/menuitem.thtml
${GEEKLOG_PUB}/layout/denim/navbar/navbar.thtml
${GEEKLOG_PUB}/layout/denim/noscript.thtml
-${GEEKLOG_PUB}/layout/denim/page_navigation.thtml
+${GEEKLOG_PUB}/layout/denim/pagenavigation.thtml
${GEEKLOG_PUB}/layout/denim/preferences/boxesblock.thtml
${GEEKLOG_PUB}/layout/denim/preferences/commentblock.thtml
${GEEKLOG_PUB}/layout/denim/preferences/current_password.thtml
@@ -1820,22 +2649,16 @@ ${GEEKLOG_PUB}/layout/denim/submit/submitstory_advanced.thtml
${GEEKLOG_PUB}/layout/denim/tooltips/classic.thtml
${GEEKLOG_PUB}/layout/denim/tooltips/critical.thtml
${GEEKLOG_PUB}/layout/denim/tooltips/help.thtml
-${GEEKLOG_PUB}/layout/denim/tooltips/images/critical.png
-${GEEKLOG_PUB}/layout/denim/tooltips/images/help.png
-${GEEKLOG_PUB}/layout/denim/tooltips/images/info.png
-${GEEKLOG_PUB}/layout/denim/tooltips/images/tooltip.png
-${GEEKLOG_PUB}/layout/denim/tooltips/images/warning.png
${GEEKLOG_PUB}/layout/denim/tooltips/information.thtml
${GEEKLOG_PUB}/layout/denim/tooltips/warning.thtml
${GEEKLOG_PUB}/layout/denim/topcenterblock-span.thtmlx
-${GEEKLOG_PUB}/layout/denim/topicoption.thtml
-${GEEKLOG_PUB}/layout/denim/topicoption_off.thtml
+${GEEKLOG_PUB}/layout/denim/topicnavigation.thtml
+${GEEKLOG_PUB}/layout/denim/topicrelated.thtml
${GEEKLOG_PUB}/layout/denim/trackback/formattedcomment.thtml
${GEEKLOG_PUB}/layout/denim/trackback/index.html
${GEEKLOG_PUB}/layout/denim/trackback/trackback.thtml
${GEEKLOG_PUB}/layout/denim/trackback/trackbackcomment.thtml
-${GEEKLOG_PUB}/layout/denim/useroption.thtml
-${GEEKLOG_PUB}/layout/denim/useroption_off.thtml
+${GEEKLOG_PUB}/layout/denim/usernavigation.thtml
${GEEKLOG_PUB}/layout/denim/users/commentrow.thtml
${GEEKLOG_PUB}/layout/denim/users/email.thtml
${GEEKLOG_PUB}/layout/denim/users/getpasswordform.thtml
@@ -1850,6 +2673,7 @@ ${GEEKLOG_PUB}/layout/modern_curve/README
${GEEKLOG_PUB}/layout/modern_curve/admin/block/blockeditor.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/block/defaultblockeditor.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/block/index.html
+${GEEKLOG_PUB}/layout/modern_curve/admin/commandcontrol.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/common/edit_permissions.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/common/edit_topics.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/common/index.html
@@ -1858,6 +2682,7 @@ ${GEEKLOG_PUB}/layout/modern_curve/admin/config/config_element_2.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/config/configuration.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/config/index.html
${GEEKLOG_PUB}/layout/modern_curve/admin/config/menu_element.thtml
+${GEEKLOG_PUB}/layout/modern_curve/admin/envcheck.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/group/groupeditor.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/group/groupmembers.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/group/index.html
@@ -1872,10 +2697,6 @@ ${GEEKLOG_PUB}/layout/modern_curve/admin/lists/searchmenu.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/lists/topmenu.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/mail/index.html
${GEEKLOG_PUB}/layout/modern_curve/admin/mail/mailform.thtml
-${GEEKLOG_PUB}/layout/modern_curve/admin/moderation/ccitem.thtml
-${GEEKLOG_PUB}/layout/modern_curve/admin/moderation/ccrow.thtml
-${GEEKLOG_PUB}/layout/modern_curve/admin/moderation/index.html
-${GEEKLOG_PUB}/layout/modern_curve/admin/moderation/moderation.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/plugins/editor.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/plugins/index.html
${GEEKLOG_PUB}/layout/modern_curve/admin/plugins/info.thtml
@@ -1907,8 +2728,7 @@ ${GEEKLOG_PUB}/layout/modern_curve/admin/user/groupedit.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/user/index.html
${GEEKLOG_PUB}/layout/modern_curve/admin/user/password.thtml
${GEEKLOG_PUB}/layout/modern_curve/admin/user/reminder.thtml
-${GEEKLOG_PUB}/layout/modern_curve/adminoption.thtml
-${GEEKLOG_PUB}/layout/modern_curve/adminoption_off.thtml
+${GEEKLOG_PUB}/layout/modern_curve/adminnavigation.thtml
${GEEKLOG_PUB}/layout/modern_curve/archivestorybodytext.thtml
${GEEKLOG_PUB}/layout/modern_curve/archivestorytext.thtml
${GEEKLOG_PUB}/layout/modern_curve/article/article.thtml
@@ -1943,12 +2763,13 @@ ${GEEKLOG_PUB}/layout/modern_curve/comment/reportcomment.thtml
${GEEKLOG_PUB}/layout/modern_curve/comment/startcomment.thtml
${GEEKLOG_PUB}/layout/modern_curve/comment/thread.thtml
${GEEKLOG_PUB}/layout/modern_curve/css/admin/block.css
+${GEEKLOG_PUB}/layout/modern_curve/css/admin/commandcontrol.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/common.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/configuration.css
+${GEEKLOG_PUB}/layout/modern_curve/css/admin/envcheck.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/group.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/index.html
${GEEKLOG_PUB}/layout/modern_curve/css/admin/lists.css
-${GEEKLOG_PUB}/layout/modern_curve/css/admin/moderation.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/plugins.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/story.css
${GEEKLOG_PUB}/layout/modern_curve/css/admin/topic.css
@@ -1988,6 +2809,7 @@ ${GEEKLOG_PUB}/layout/modern_curve/css/users/index.html
${GEEKLOG_PUB}/layout/modern_curve/css/users/users.css
${GEEKLOG_PUB}/layout/modern_curve/custom.css.dist
${GEEKLOG_PUB}/layout/modern_curve/custom.sample.css
+${GEEKLOG_PUB}/layout/modern_curve/directory.thtml
${GEEKLOG_PUB}/layout/modern_curve/featuredstorybodytext.thtml
${GEEKLOG_PUB}/layout/modern_curve/featuredstorytext.thtml
${GEEKLOG_PUB}/layout/modern_curve/footer.thtml
@@ -2027,14 +2849,19 @@ ${GEEKLOG_PUB}/layout/modern_curve/images/header-bg.png
${GEEKLOG_PUB}/layout/modern_curve/images/icon_info.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/block.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/configuration.png
+${GEEKLOG_PUB}/layout/modern_curve/images/icons/ctl.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/database.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/delete_event.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/docs.png
+${GEEKLOG_PUB}/layout/modern_curve/images/icons/envcheck.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/event.png
+${GEEKLOG_PUB}/layout/modern_curve/images/icons/filemanager.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/group.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/index.html
+${GEEKLOG_PUB}/layout/modern_curve/images/icons/log_viewer.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/logout.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/mail.png
+${GEEKLOG_PUB}/layout/modern_curve/images/icons/moderation.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/plugins.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/story.png
${GEEKLOG_PUB}/layout/modern_curve/images/icons/syndication.png
@@ -2046,14 +2873,23 @@ ${GEEKLOG_PUB}/layout/modern_curve/images/index.html
${GEEKLOG_PUB}/layout/modern_curve/images/info.png
${GEEKLOG_PUB}/layout/modern_curve/images/install.png
${GEEKLOG_PUB}/layout/modern_curve/images/list.png
+${GEEKLOG_PUB}/layout/modern_curve/images/loading.gif
${GEEKLOG_PUB}/layout/modern_curve/images/logo.png
${GEEKLOG_PUB}/layout/modern_curve/images/mail.png
+${GEEKLOG_PUB}/layout/modern_curve/images/navbar/button.gif
+${GEEKLOG_PUB}/layout/modern_curve/images/navbar/button_over.gif
+${GEEKLOG_PUB}/layout/modern_curve/images/navbar/index.html
${GEEKLOG_PUB}/layout/modern_curve/images/person.png
${GEEKLOG_PUB}/layout/modern_curve/images/print.png
${GEEKLOG_PUB}/layout/modern_curve/images/sendping.png
${GEEKLOG_PUB}/layout/modern_curve/images/smallcamera.png
${GEEKLOG_PUB}/layout/modern_curve/images/success.png
${GEEKLOG_PUB}/layout/modern_curve/images/sysmessage.png
+${GEEKLOG_PUB}/layout/modern_curve/images/tooltips/critical.png
+${GEEKLOG_PUB}/layout/modern_curve/images/tooltips/help.png
+${GEEKLOG_PUB}/layout/modern_curve/images/tooltips/info.png
+${GEEKLOG_PUB}/layout/modern_curve/images/tooltips/tooltip.png
+${GEEKLOG_PUB}/layout/modern_curve/images/tooltips/warning.png
${GEEKLOG_PUB}/layout/modern_curve/images/unavailable.png
${GEEKLOG_PUB}/layout/modern_curve/images/update.png
${GEEKLOG_PUB}/layout/modern_curve/images/warning.png
@@ -2062,7 +2898,6 @@ ${GEEKLOG_PUB}/layout/modern_curve/javascript/fix_html.js
${GEEKLOG_PUB}/layout/modern_curve/javascript/index.html
${GEEKLOG_PUB}/layout/modern_curve/javascript/search.js
${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/images/index.html
-${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/images/ui-anim_basic_16x16.gif
${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png
${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/images/ui-bg_flat_55_fbec88_40x100.png
${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/images/ui-bg_glass_75_d0e5f5_1x400.png
@@ -2100,7 +2935,6 @@ ${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/jquery.ui.theme.css
${GEEKLOG_PUB}/layout/modern_curve/jquery_ui/jquery.ui.tooltip.css
${GEEKLOG_PUB}/layout/modern_curve/leftblocks.thtml
${GEEKLOG_PUB}/layout/modern_curve/list.thtml
-${GEEKLOG_PUB}/layout/modern_curve/listitem.thtml
${GEEKLOG_PUB}/layout/modern_curve/lists/index.html
${GEEKLOG_PUB}/layout/modern_curve/lists/inline/index.html
${GEEKLOG_PUB}/layout/modern_curve/lists/inline/item_field.thtml
@@ -2117,23 +2951,14 @@ ${GEEKLOG_PUB}/layout/modern_curve/lists/table/page_sort.thtml
${GEEKLOG_PUB}/layout/modern_curve/loginform.thtml
${GEEKLOG_PUB}/layout/modern_curve/loginform_oauth.thtml
${GEEKLOG_PUB}/layout/modern_curve/loginform_openid.thtml
-${GEEKLOG_PUB}/layout/modern_curve/menuitem.thtml
-${GEEKLOG_PUB}/layout/modern_curve/menuitem_last.thtml
-${GEEKLOG_PUB}/layout/modern_curve/menuitem_none.thtml
+${GEEKLOG_PUB}/layout/modern_curve/menunavigation.thtml
${GEEKLOG_PUB}/layout/modern_curve/navbar/breadcrumb_link.thtml
${GEEKLOG_PUB}/layout/modern_curve/navbar/breadcrumbs.thtml
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/button.gif
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/button_over.gif
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/index.html
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/tableftI.gif
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/tableftJ.gif
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/tabrightI.gif
-${GEEKLOG_PUB}/layout/modern_curve/navbar/images/tabrightJ.gif
${GEEKLOG_PUB}/layout/modern_curve/navbar/index.html
${GEEKLOG_PUB}/layout/modern_curve/navbar/menuitem.thtml
${GEEKLOG_PUB}/layout/modern_curve/navbar/navbar.thtml
${GEEKLOG_PUB}/layout/modern_curve/noscript.thtml
-${GEEKLOG_PUB}/layout/modern_curve/page_navigation.thtml
+${GEEKLOG_PUB}/layout/modern_curve/pagenavigation.thtml
${GEEKLOG_PUB}/layout/modern_curve/preferences/boxesblock.thtml
${GEEKLOG_PUB}/layout/modern_curve/preferences/commentblock.thtml
${GEEKLOG_PUB}/layout/modern_curve/preferences/current_password.thtml
@@ -2186,22 +3011,16 @@ ${GEEKLOG_PUB}/layout/modern_curve/submit/submitstory_advanced.thtml
${GEEKLOG_PUB}/layout/modern_curve/tooltips/classic.thtml
${GEEKLOG_PUB}/layout/modern_curve/tooltips/critical.thtml
${GEEKLOG_PUB}/layout/modern_curve/tooltips/help.thtml
-${GEEKLOG_PUB}/layout/modern_curve/tooltips/images/critical.png
-${GEEKLOG_PUB}/layout/modern_curve/tooltips/images/help.png
-${GEEKLOG_PUB}/layout/modern_curve/tooltips/images/info.png
-${GEEKLOG_PUB}/layout/modern_curve/tooltips/images/tooltip.png
-${GEEKLOG_PUB}/layout/modern_curve/tooltips/images/warning.png
${GEEKLOG_PUB}/layout/modern_curve/tooltips/information.thtml
${GEEKLOG_PUB}/layout/modern_curve/tooltips/warning.thtml
${GEEKLOG_PUB}/layout/modern_curve/topcenterblock-span.thtmlx
-${GEEKLOG_PUB}/layout/modern_curve/topicoption.thtml
-${GEEKLOG_PUB}/layout/modern_curve/topicoption_off.thtml
+${GEEKLOG_PUB}/layout/modern_curve/topicnavigation.thtml
+${GEEKLOG_PUB}/layout/modern_curve/topicrelated.thtml
${GEEKLOG_PUB}/layout/modern_curve/trackback/formattedcomment.thtml
${GEEKLOG_PUB}/layout/modern_curve/trackback/index.html
${GEEKLOG_PUB}/layout/modern_curve/trackback/trackback.thtml
${GEEKLOG_PUB}/layout/modern_curve/trackback/trackbackcomment.thtml
-${GEEKLOG_PUB}/layout/modern_curve/useroption.thtml
-${GEEKLOG_PUB}/layout/modern_curve/useroption_off.thtml
+${GEEKLOG_PUB}/layout/modern_curve/usernavigation.thtml
${GEEKLOG_PUB}/layout/modern_curve/users/commentrow.thtml
${GEEKLOG_PUB}/layout/modern_curve/users/email.thtml
${GEEKLOG_PUB}/layout/modern_curve/users/getpasswordform.thtml
@@ -2216,6 +3035,7 @@ ${GEEKLOG_PUB}/layout/professional/README
${GEEKLOG_PUB}/layout/professional/admin/block/blockeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/block/defaultblockeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/block/index.html
+${GEEKLOG_PUB}/layout/professional/admin/commandcontrol.thtml
${GEEKLOG_PUB}/layout/professional/admin/common/edit_permissions.thtml
${GEEKLOG_PUB}/layout/professional/admin/common/edit_topics.thtml
${GEEKLOG_PUB}/layout/professional/admin/common/index.html
@@ -2223,6 +3043,7 @@ ${GEEKLOG_PUB}/layout/professional/admin/config/config_element.thtml
${GEEKLOG_PUB}/layout/professional/admin/config/configuration.thtml
${GEEKLOG_PUB}/layout/professional/admin/config/index.html
${GEEKLOG_PUB}/layout/professional/admin/config/menu_element.thtml
+${GEEKLOG_PUB}/layout/professional/admin/envcheck.thtml
${GEEKLOG_PUB}/layout/professional/admin/group/groupeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/group/groupmembers.thtml
${GEEKLOG_PUB}/layout/professional/admin/group/index.html
@@ -2237,10 +3058,6 @@ ${GEEKLOG_PUB}/layout/professional/admin/lists/searchmenu.thtml
${GEEKLOG_PUB}/layout/professional/admin/lists/topmenu.thtml
${GEEKLOG_PUB}/layout/professional/admin/mail/index.html
${GEEKLOG_PUB}/layout/professional/admin/mail/mailform.thtml
-${GEEKLOG_PUB}/layout/professional/admin/moderation/ccitem.thtml
-${GEEKLOG_PUB}/layout/professional/admin/moderation/ccrow.thtml
-${GEEKLOG_PUB}/layout/professional/admin/moderation/index.html
-${GEEKLOG_PUB}/layout/professional/admin/moderation/moderation.thtml
${GEEKLOG_PUB}/layout/professional/admin/plugins/editor.thtml
${GEEKLOG_PUB}/layout/professional/admin/plugins/index.html
${GEEKLOG_PUB}/layout/professional/admin/plugins/info.thtml
@@ -2272,8 +3089,7 @@ ${GEEKLOG_PUB}/layout/professional/admin/user/groupedit.thtml
${GEEKLOG_PUB}/layout/professional/admin/user/index.html
${GEEKLOG_PUB}/layout/professional/admin/user/password.thtml
${GEEKLOG_PUB}/layout/professional/admin/user/reminder.thtml
-${GEEKLOG_PUB}/layout/professional/adminoption.thtml
-${GEEKLOG_PUB}/layout/professional/adminoption_off.thtml
+${GEEKLOG_PUB}/layout/professional/adminnavigation.thtml
${GEEKLOG_PUB}/layout/professional/archivestorybodytext.thtml
${GEEKLOG_PUB}/layout/professional/archivestorytext.thtml
${GEEKLOG_PUB}/layout/professional/article/article.thtml
@@ -2307,6 +3123,7 @@ ${GEEKLOG_PUB}/layout/professional/comment/index.html
${GEEKLOG_PUB}/layout/professional/comment/reportcomment.thtml
${GEEKLOG_PUB}/layout/professional/comment/startcomment.thtml
${GEEKLOG_PUB}/layout/professional/comment/thread.thtml
+${GEEKLOG_PUB}/layout/professional/directory.thtml
${GEEKLOG_PUB}/layout/professional/featuredstorybodytext.thtml
${GEEKLOG_PUB}/layout/professional/featuredstorytext.thtml
${GEEKLOG_PUB}/layout/professional/footer.thtml
@@ -2337,14 +3154,19 @@ ${GEEKLOG_PUB}/layout/professional/images/header-bg.png
${GEEKLOG_PUB}/layout/professional/images/icon_info.png
${GEEKLOG_PUB}/layout/professional/images/icons/block.png
${GEEKLOG_PUB}/layout/professional/images/icons/configuration.png
+${GEEKLOG_PUB}/layout/professional/images/icons/ctl.png
${GEEKLOG_PUB}/layout/professional/images/icons/database.png
${GEEKLOG_PUB}/layout/professional/images/icons/delete_event.png
${GEEKLOG_PUB}/layout/professional/images/icons/docs.png
+${GEEKLOG_PUB}/layout/professional/images/icons/envcheck.png
${GEEKLOG_PUB}/layout/professional/images/icons/event.png
+${GEEKLOG_PUB}/layout/professional/images/icons/filemanager.png
${GEEKLOG_PUB}/layout/professional/images/icons/group.png
${GEEKLOG_PUB}/layout/professional/images/icons/index.html
+${GEEKLOG_PUB}/layout/professional/images/icons/log_viewer.png
${GEEKLOG_PUB}/layout/professional/images/icons/logout.png
${GEEKLOG_PUB}/layout/professional/images/icons/mail.png
+${GEEKLOG_PUB}/layout/professional/images/icons/moderation.png
${GEEKLOG_PUB}/layout/professional/images/icons/plugins.png
${GEEKLOG_PUB}/layout/professional/images/icons/story.png
${GEEKLOG_PUB}/layout/professional/images/icons/syndication.png
@@ -2358,17 +3180,28 @@ ${GEEKLOG_PUB}/layout/professional/images/install.png
${GEEKLOG_PUB}/layout/professional/images/list.png
${GEEKLOG_PUB}/layout/professional/images/logo.png
${GEEKLOG_PUB}/layout/professional/images/mail.png
+${GEEKLOG_PUB}/layout/professional/images/navbar/button.gif
+${GEEKLOG_PUB}/layout/professional/images/navbar/button_over.gif
+${GEEKLOG_PUB}/layout/professional/images/navbar/index.html
+${GEEKLOG_PUB}/layout/professional/images/navbar/tableftI.gif
+${GEEKLOG_PUB}/layout/professional/images/navbar/tableftJ.gif
+${GEEKLOG_PUB}/layout/professional/images/navbar/tabrightI.gif
+${GEEKLOG_PUB}/layout/professional/images/navbar/tabrightJ.gif
${GEEKLOG_PUB}/layout/professional/images/person.png
${GEEKLOG_PUB}/layout/professional/images/print.png
${GEEKLOG_PUB}/layout/professional/images/sendping.png
${GEEKLOG_PUB}/layout/professional/images/smallcamera.png
${GEEKLOG_PUB}/layout/professional/images/success.png
${GEEKLOG_PUB}/layout/professional/images/sysmessage.png
+${GEEKLOG_PUB}/layout/professional/images/tooltips/critical.png
+${GEEKLOG_PUB}/layout/professional/images/tooltips/help.png
+${GEEKLOG_PUB}/layout/professional/images/tooltips/info.png
+${GEEKLOG_PUB}/layout/professional/images/tooltips/tooltip.png
+${GEEKLOG_PUB}/layout/professional/images/tooltips/warning.png
${GEEKLOG_PUB}/layout/professional/images/unavailable.png
${GEEKLOG_PUB}/layout/professional/images/update.png
${GEEKLOG_PUB}/layout/professional/images/warning.png
${GEEKLOG_PUB}/layout/professional/jquery_ui/images/index.html
-${GEEKLOG_PUB}/layout/professional/jquery_ui/images/ui-anim_basic_16x16.gif
${GEEKLOG_PUB}/layout/professional/jquery_ui/images/ui-bg_flat_0_aaaaaa_40x100.png
${GEEKLOG_PUB}/layout/professional/jquery_ui/images/ui-bg_flat_55_fbec88_40x100.png
${GEEKLOG_PUB}/layout/professional/jquery_ui/images/ui-bg_glass_75_d0e5f5_1x400.png
@@ -2406,7 +3239,6 @@ ${GEEKLOG_PUB}/layout/professional/jquery_ui/jquery.ui.theme.css
${GEEKLOG_PUB}/layout/professional/jquery_ui/jquery.ui.tooltip.css
${GEEKLOG_PUB}/layout/professional/leftblocks.thtml
${GEEKLOG_PUB}/layout/professional/list.thtml
-${GEEKLOG_PUB}/layout/professional/listitem.thtml
${GEEKLOG_PUB}/layout/professional/lists/index.html
${GEEKLOG_PUB}/layout/professional/lists/inline/index.html
${GEEKLOG_PUB}/layout/professional/lists/inline/item_field.thtml
@@ -2423,23 +3255,14 @@ ${GEEKLOG_PUB}/layout/professional/lists/table/page_sort.thtml
${GEEKLOG_PUB}/layout/professional/loginform.thtml
${GEEKLOG_PUB}/layout/professional/loginform_oauth.thtml
${GEEKLOG_PUB}/layout/professional/loginform_openid.thtml
-${GEEKLOG_PUB}/layout/professional/menuitem.thtml
-${GEEKLOG_PUB}/layout/professional/menuitem_last.thtml
-${GEEKLOG_PUB}/layout/professional/menuitem_none.thtml
+${GEEKLOG_PUB}/layout/professional/menunavigation.thtml
${GEEKLOG_PUB}/layout/professional/navbar/breadcrumb_link.thtml
${GEEKLOG_PUB}/layout/professional/navbar/breadcrumbs.thtml
-${GEEKLOG_PUB}/layout/professional/navbar/images/button.gif
-${GEEKLOG_PUB}/layout/professional/navbar/images/button_over.gif
-${GEEKLOG_PUB}/layout/professional/navbar/images/index.html
-${GEEKLOG_PUB}/layout/professional/navbar/images/tableftI.gif
-${GEEKLOG_PUB}/layout/professional/navbar/images/tableftJ.gif
-${GEEKLOG_PUB}/layout/professional/navbar/images/tabrightI.gif
-${GEEKLOG_PUB}/layout/professional/navbar/images/tabrightJ.gif
${GEEKLOG_PUB}/layout/professional/navbar/index.html
${GEEKLOG_PUB}/layout/professional/navbar/menuitem.thtml
${GEEKLOG_PUB}/layout/professional/navbar/navbar.thtml
${GEEKLOG_PUB}/layout/professional/noscript.thtml
-${GEEKLOG_PUB}/layout/professional/page_navigation.thtml
+${GEEKLOG_PUB}/layout/professional/pagenavigation.thtml
${GEEKLOG_PUB}/layout/professional/preferences/boxesblock.thtml
${GEEKLOG_PUB}/layout/professional/preferences/commentblock.thtml
${GEEKLOG_PUB}/layout/professional/preferences/current_password.thtml
@@ -2492,22 +3315,16 @@ ${GEEKLOG_PUB}/layout/professional/submit/submitstory_advanced.thtml
${GEEKLOG_PUB}/layout/professional/tooltips/classic.thtml
${GEEKLOG_PUB}/layout/professional/tooltips/critical.thtml
${GEEKLOG_PUB}/layout/professional/tooltips/help.thtml
-${GEEKLOG_PUB}/layout/professional/tooltips/images/critical.png
-${GEEKLOG_PUB}/layout/professional/tooltips/images/help.png
-${GEEKLOG_PUB}/layout/professional/tooltips/images/info.png
-${GEEKLOG_PUB}/layout/professional/tooltips/images/tooltip.png
-${GEEKLOG_PUB}/layout/professional/tooltips/images/warning.png
${GEEKLOG_PUB}/layout/professional/tooltips/information.thtml
${GEEKLOG_PUB}/layout/professional/tooltips/warning.thtml
${GEEKLOG_PUB}/layout/professional/topcenterblock-span.thtmlx
-${GEEKLOG_PUB}/layout/professional/topicoption.thtml
-${GEEKLOG_PUB}/layout/professional/topicoption_off.thtml
+${GEEKLOG_PUB}/layout/professional/topicnavigation.thtml
+${GEEKLOG_PUB}/layout/professional/topicrelated.thtml
${GEEKLOG_PUB}/layout/professional/trackback/formattedcomment.thtml
${GEEKLOG_PUB}/layout/professional/trackback/index.html
${GEEKLOG_PUB}/layout/professional/trackback/trackback.thtml
${GEEKLOG_PUB}/layout/professional/trackback/trackbackcomment.thtml
-${GEEKLOG_PUB}/layout/professional/useroption.thtml
-${GEEKLOG_PUB}/layout/professional/useroption_off.thtml
+${GEEKLOG_PUB}/layout/professional/usernavigation.thtml
${GEEKLOG_PUB}/layout/professional/users/commentrow.thtml
${GEEKLOG_PUB}/layout/professional/users/email.thtml
${GEEKLOG_PUB}/layout/professional/users/getpasswordform.thtml
@@ -2530,6 +3347,7 @@ ${GEEKLOG_PUB}/polls/style.css
${GEEKLOG_PUB}/profiles.php
${GEEKLOG_PUB}/robots.txt
${GEEKLOG_PUB}/search.php
+${GEEKLOG_PUB}/staticpages/adveditor.js
${GEEKLOG_PUB}/staticpages/images/staticpages.png
${GEEKLOG_PUB}/staticpages/index.php
${GEEKLOG_PUB}/stats.php
diff --git a/www/geeklog/distinfo b/www/geeklog/distinfo
index e2c1da4f4ae..687547b42da 100644
--- a/www/geeklog/distinfo
+++ b/www/geeklog/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2013/04/02 15:46:36 taca Exp $
+$NetBSD: distinfo,v 1.23 2014/07/19 05:19:39 taca Exp $
-SHA1 (geeklog-2.0.0.tar.gz) = e0c44e90679914a652033f4b5e9f21157cc37aa8
-RMD160 (geeklog-2.0.0.tar.gz) = 1e291e0fda607bd2e9a5a9003e62b178ee1cad4f
-Size (geeklog-2.0.0.tar.gz) = 6186298 bytes
+SHA1 (geeklog-2.1.0.tar.gz) = d615b016a1ac3766011fc3de171475b5ac74f61f
+RMD160 (geeklog-2.1.0.tar.gz) = bb2d43f2771a8522b35f8e4e62a4bf0731c17504
+Size (geeklog-2.1.0.tar.gz) = 9273188 bytes
SHA1 (patch-aa) = 61cc381e4c3def555806ed4589446f466f6f8368
SHA1 (patch-ak) = 387f14ace88c0390a2647453a08491500b099c78