summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-12-20 15:47:04 +0000
committertaca <taca@pkgsrc.org>2009-12-20 15:47:04 +0000
commit99506141ccef0dd221133dddcabc21900a09f00d (patch)
tree5ce453ba56197933941addde45964cde48907431 /www
parent33dc1d178ad26fc67cd9ba3370f25905bc06895d (diff)
downloadpkgsrc-99506141ccef0dd221133dddcabc21900a09f00d.tar.gz
Remove www/opengoo package. Open Goo was rebranded as Feng Office.
Diffstat (limited to 'www')
-rw-r--r--www/opengoo/DEINSTALL10
-rw-r--r--www/opengoo/DESCR6
-rw-r--r--www/opengoo/INSTALL11
-rw-r--r--www/opengoo/Makefile62
-rw-r--r--www/opengoo/PLIST3058
-rw-r--r--www/opengoo/distinfo5
6 files changed, 0 insertions, 3152 deletions
diff --git a/www/opengoo/DEINSTALL b/www/opengoo/DEINSTALL
deleted file mode 100644
index d45a58994e7..00000000000
--- a/www/opengoo/DEINSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.2 2009/06/14 11:38:34 taca Exp $
-
-OG_DIR="@PREFIX@/@OG_DIR@"
-
-case ${STAGE} in
-DEINSTALL)
- # remove temporary files.
- ${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \;
- ;;
-esac
diff --git a/www/opengoo/DESCR b/www/opengoo/DESCR
deleted file mode 100644
index 79f720050f2..00000000000
--- a/www/opengoo/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenGoo is an easy to use Open Source Web Office.
-
-Manage tasks, documents, contacts, e-mail, calendar, and more...
-Manage project progress, track time, and bill your customers.
-Access all information from a single and elegant dashboard.
-Communicate with co-workers, clients and vendors.
diff --git a/www/opengoo/INSTALL b/www/opengoo/INSTALL
deleted file mode 100644
index 6e9e244d7f8..00000000000
--- a/www/opengoo/INSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: INSTALL,v 1.2 2009/06/14 13:39:22 taca Exp $
-
-OG_DIR="@PREFIX@/@OG_DIR@"
-WWW_USER="@APACHE_USER@"
-
-case ${STAGE} in
-POST-INSTALL)
- # enable to edit language translation.
- (cd "${OG_DIR}"; ${CHOWN} -R ${WWW_USER} language)
- ;;
-esac
diff --git a/www/opengoo/Makefile b/www/opengoo/Makefile
deleted file mode 100644
index 59d09a6940e..00000000000
--- a/www/opengoo/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2009/12/17 00:20:20 taca Exp $
-#
-
-DISTNAME= opengoo_1.6
-PKGNAME= ${DISTNAME:S/_/-/:S/.rc/rc1/}
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
-EXTRACT_SUFX= .zip
-DIST_SUBDIR= ${PKGBASE}-20091207
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://fengoffice.com/web/community/community_index.php
-COMMENT= Easy to use Open Source Web Office
-LICENSE= gnu-gpl-v3
-
-DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring
-DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
-DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
-DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.1.0:../../textproc/php5-dom
-DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-WRKSRC= ${WRKDIR}/opengoo
-USE_TOOLS= pax
-NO_BUILD= yes
-
-OWN_DIRS_PERMS+= ${OG_DIR}/public/files ${BINOWN} ${APACHE_GROUP} 0775
-OWN_DIRS_PERMS+= ${OG_DIR}/upload ${BINOWN} ${APACHE_GROUP} 0770
-OWN_DIRS_PERMS+= ${OG_DIR}/cache ${BINOWN} ${APACHE_GROUP} 0770
-OWN_DIRS_PERMS+= ${OG_DIR}/tmp ${BINOWN} ${APACHE_GROUP} 0770
-OWN_DIRS_PERMS+= ${OG_DIR}/config ${BINOWN} ${APACHE_GROUP} 0770
-MAKE_DIRS_PERMS+= ${OG_DIR}/tmp/saveatt ${BINOWN} ${APACHE_GROUP} 0770
-
-BUILD_DEFS+= APACHE_GROUP APACHE_USER
-FILES_SUBST+= OG_DIR=${OG_DIR} APACHE_USER=${APACHE_USER}
-PLIST_SUBST+= OG_DIR=${OG_DIR}
-
-PRINT_PLIST_AWK+= /^${OG_DIR:S|/|\\/|g}/ \
- { gsub(/${OG_DIR:S|/|\\/|g}/, "$${OG_DIR}"); \
- print; next; }
-
-.include "../../mk/bsd.prefs.mk"
-
-OG_DIR?= share/opengoo
-
-post-extract:
- cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
-
-pre-install:
- cd ${WRKSRC}; ${RM} -f .htaccess .project \
- application/views/files/.cvsignore \
- environment/classes/.cvsignore \
- config/empty.config.php
-
-do-install:
- cd ${WRKSRC}; ${FIND} . -type f -print | \
- pax -rw ${DESTDIR}${PREFIX}/${OG_DIR}
-
-.include "../../lang/php/phpversion.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/opengoo/PLIST b/www/opengoo/PLIST
deleted file mode 100644
index 06f5785022e..00000000000
--- a/www/opengoo/PLIST
+++ /dev/null
@@ -1,3058 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2009/12/11 16:32:31 taca Exp $
-${OG_DIR}/application/application.php
-${OG_DIR}/application/controllers/AccessController.class.php
-${OG_DIR}/application/controllers/AccountController.class.php
-${OG_DIR}/application/controllers/AdministrationController.class.php
-${OG_DIR}/application/controllers/ApplicationController.class.php
-${OG_DIR}/application/controllers/BillingController.class.php
-${OG_DIR}/application/controllers/CommentController.class.php
-${OG_DIR}/application/controllers/CompanyController.class.php
-${OG_DIR}/application/controllers/ConfigController.class.php
-${OG_DIR}/application/controllers/ContactController.class.php
-${OG_DIR}/application/controllers/DashboardController.class.php
-${OG_DIR}/application/controllers/ErrorController.class.php
-${OG_DIR}/application/controllers/EventController.class.php
-${OG_DIR}/application/controllers/FeedController.class.php
-${OG_DIR}/application/controllers/FilesController.class.php
-${OG_DIR}/application/controllers/FormController.class.php
-${OG_DIR}/application/controllers/GroupController.class.php
-${OG_DIR}/application/controllers/GuiController.class.php
-${OG_DIR}/application/controllers/HelpController.class.php
-${OG_DIR}/application/controllers/MailController.class.php
-${OG_DIR}/application/controllers/MessageController.class.php
-${OG_DIR}/application/controllers/MilestoneController.class.php
-${OG_DIR}/application/controllers/ObjectController.class.php
-${OG_DIR}/application/controllers/ProjectController.class.php
-${OG_DIR}/application/controllers/PropertyController.class.php
-${OG_DIR}/application/controllers/ReportingController.class.php
-${OG_DIR}/application/controllers/SearchController.class.php
-${OG_DIR}/application/controllers/TagController.class.php
-${OG_DIR}/application/controllers/TaskController.class.php
-${OG_DIR}/application/controllers/TemplateController.class.php
-${OG_DIR}/application/controllers/TimeController.class.php
-${OG_DIR}/application/controllers/TimeslotController.class.php
-${OG_DIR}/application/controllers/ToolController.class.php
-${OG_DIR}/application/controllers/UserController.class.php
-${OG_DIR}/application/controllers/WebpageController.class.php
-${OG_DIR}/application/cron_functions.php
-${OG_DIR}/application/functions.php
-${OG_DIR}/application/helpers/application.php
-${OG_DIR}/application/helpers/breadcrumbs.php
-${OG_DIR}/application/helpers/calendar.php
-${OG_DIR}/application/helpers/common.php
-${OG_DIR}/application/helpers/company_website.php
-${OG_DIR}/application/helpers/form.php
-${OG_DIR}/application/helpers/format.php
-${OG_DIR}/application/helpers/page.php
-${OG_DIR}/application/helpers/pageactions.php
-${OG_DIR}/application/helpers/pagination.php
-${OG_DIR}/application/helpers/permissions.php
-${OG_DIR}/application/helpers/project_website.php
-${OG_DIR}/application/helpers/tabbednavigation.php
-${OG_DIR}/application/helpers/textile.php
-${OG_DIR}/application/hooks/opengoo_hooks.php
-${OG_DIR}/application/layouts/dialog.php
-${OG_DIR}/application/layouts/error.php
-${OG_DIR}/application/layouts/html.php
-${OG_DIR}/application/layouts/ical.php
-${OG_DIR}/application/layouts/iframe.php
-${OG_DIR}/application/layouts/javascripts.php
-${OG_DIR}/application/layouts/json.php
-${OG_DIR}/application/layouts/listeners.php
-${OG_DIR}/application/layouts/slideshow.php
-${OG_DIR}/application/layouts/website.php
-${OG_DIR}/application/layouts/xml.php
-${OG_DIR}/application/models/ApplicationDataObject.class.php
-${OG_DIR}/application/models/CompanyWebsite.class.php
-${OG_DIR}/application/models/ProjectDataObject.class.php
-${OG_DIR}/application/models/ProjectDataObjects.class.php
-${OG_DIR}/application/models/PublicFiles.class.php
-${OG_DIR}/application/models/VersionChecker.class.php
-${OG_DIR}/application/models/administration_tools/AdministrationTool.class.php
-${OG_DIR}/application/models/administration_tools/AdministrationTools.class.php
-${OG_DIR}/application/models/administration_tools/base/BaseAdministrationTool.class.php
-${OG_DIR}/application/models/administration_tools/base/BaseAdministrationTools.class.php
-${OG_DIR}/application/models/anonymous_users/AnonymousUser.class.php
-${OG_DIR}/application/models/application_logs/ApplicationLog.class.php
-${OG_DIR}/application/models/application_logs/ApplicationLogs.class.php
-${OG_DIR}/application/models/application_logs/base/BaseApplicationLog.class.php
-${OG_DIR}/application/models/application_logs/base/BaseApplicationLogs.class.php
-${OG_DIR}/application/models/billing_categories/BillingCategories.class.php
-${OG_DIR}/application/models/billing_categories/BillingCategory.class.php
-${OG_DIR}/application/models/billing_categories/base/BaseBillingCategories.class.php
-${OG_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php
-${OG_DIR}/application/models/comments/Comment.class.php
-${OG_DIR}/application/models/comments/Comments.class.php
-${OG_DIR}/application/models/comments/base/BaseComment.class.php
-${OG_DIR}/application/models/comments/base/BaseComments.class.php
-${OG_DIR}/application/models/companies/Companies.class.php
-${OG_DIR}/application/models/companies/Company.class.php
-${OG_DIR}/application/models/companies/base/BaseCompanies.class.php
-${OG_DIR}/application/models/companies/base/BaseCompany.class.php
-${OG_DIR}/application/models/config_categories/ConfigCategories.class.php
-${OG_DIR}/application/models/config_categories/ConfigCategory.class.php
-${OG_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
-${OG_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
-${OG_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/ConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php
-${OG_DIR}/application/models/config_handlers/general/TimeConfigHandler.class.php
-${OG_DIR}/application/models/config_options/ConfigOption.class.php
-${OG_DIR}/application/models/config_options/ConfigOptions.class.php
-${OG_DIR}/application/models/config_options/base/BaseConfigOption.class.php
-${OG_DIR}/application/models/config_options/base/BaseConfigOptions.class.php
-${OG_DIR}/application/models/contact_im_values/ContactImValue.class.php
-${OG_DIR}/application/models/contact_im_values/ContactImValues.class.php
-${OG_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php
-${OG_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php
-${OG_DIR}/application/models/contacts/Contact.class.php
-${OG_DIR}/application/models/contacts/Contacts.class.php
-${OG_DIR}/application/models/contacts/base/BaseContact.class.php
-${OG_DIR}/application/models/contacts/base/BaseContacts.class.php
-${OG_DIR}/application/models/cron_events/CronEvent.class.php
-${OG_DIR}/application/models/cron_events/CronEvents.class.php
-${OG_DIR}/application/models/cron_events/base/BaseCronEvent.class.php
-${OG_DIR}/application/models/cron_events/base/BaseCronEvents.class.php
-${OG_DIR}/application/models/custom_properties/CustomProperties.class.php
-${OG_DIR}/application/models/custom_properties/CustomProperty.class.php
-${OG_DIR}/application/models/custom_properties/base/BaseCustomProperties.class.php
-${OG_DIR}/application/models/custom_properties/base/BaseCustomProperty.class.php
-${OG_DIR}/application/models/custom_properties_by_co_type/CustomPropertiesByCoType.class.php
-${OG_DIR}/application/models/custom_properties_by_co_type/CustomPropertyByCoType.class.php
-${OG_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertiesByCoType.class.php
-${OG_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertyByCoType.class.php
-${OG_DIR}/application/models/custom_property_values/CustomPropertyValue.class.php
-${OG_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php
-${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php
-${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValues.class.php
-${OG_DIR}/application/models/errors/AdministratorDnxError.class.php
-${OG_DIR}/application/models/errors/OwnerCompanyDnxError.class.php
-${OG_DIR}/application/models/event_invitations/EventInvitation.class.php
-${OG_DIR}/application/models/event_invitations/EventInvitations.class.php
-${OG_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php
-${OG_DIR}/application/models/event_invitations/base/BaseEventInvitations.class.php
-${OG_DIR}/application/models/event_reminders/EventReminder.class.php
-${OG_DIR}/application/models/event_reminders/EventReminders.class.php
-${OG_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php
-${OG_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php
-${OG_DIR}/application/models/file_types/FileType.class.php
-${OG_DIR}/application/models/file_types/FileTypes.class.php
-${OG_DIR}/application/models/file_types/base/BaseFileType.class.php
-${OG_DIR}/application/models/file_types/base/BaseFileTypes.class.php
-${OG_DIR}/application/models/group_users/GroupUser.class.php
-${OG_DIR}/application/models/group_users/GroupUsers.class.php
-${OG_DIR}/application/models/group_users/base/BaseGroupUser.class.php
-${OG_DIR}/application/models/group_users/base/BaseGroupUsers.class.php
-${OG_DIR}/application/models/groups/Group.class.php
-${OG_DIR}/application/models/groups/Groups.class.php
-${OG_DIR}/application/models/groups/base/BaseGroup.class.php
-${OG_DIR}/application/models/groups/base/BaseGroups.class.php
-${OG_DIR}/application/models/im_types/ImType.class.php
-${OG_DIR}/application/models/im_types/ImTypes.class.php
-${OG_DIR}/application/models/im_types/base/BaseImType.class.php
-${OG_DIR}/application/models/im_types/base/BaseImTypes.class.php
-${OG_DIR}/application/models/linked_objects/LinkedObject.class.php
-${OG_DIR}/application/models/linked_objects/LinkedObjects.class.php
-${OG_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php
-${OG_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php
-${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php
-${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
-${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
-${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
-${OG_DIR}/application/models/mail_account_users/MailAccountUser.class.php
-${OG_DIR}/application/models/mail_account_users/MailAccountUsers.class.php
-${OG_DIR}/application/models/mail_account_users/base/BaseMailAccountUser.class.php
-${OG_DIR}/application/models/mail_account_users/base/BaseMailAccountUsers.class.php
-${OG_DIR}/application/models/mail_accounts/MailAccount.class.php
-${OG_DIR}/application/models/mail_accounts/MailAccounts.class.php
-${OG_DIR}/application/models/mail_accounts/base/BaseMailAccount.class.php
-${OG_DIR}/application/models/mail_accounts/base/BaseMailAccounts.class.php
-${OG_DIR}/application/models/mail_contents/MailContent.class.php
-${OG_DIR}/application/models/mail_contents/MailContents.class.php
-${OG_DIR}/application/models/mail_contents/base/BaseMailContent.class.php
-${OG_DIR}/application/models/mail_contents/base/BaseMailContents.class.php
-${OG_DIR}/application/models/notifier/Notifier.class.php
-${OG_DIR}/application/models/notifier/NotifierConnectionError.class.php
-${OG_DIR}/application/models/object_handins/ObjectHandin.class.php
-${OG_DIR}/application/models/object_handins/ObjectHandins.class.php
-${OG_DIR}/application/models/object_handins/base/BaseObjectHandin.class.php
-${OG_DIR}/application/models/object_handins/base/BaseObjectHandins.class.php
-${OG_DIR}/application/models/object_properties/ObjectProperties.class.php
-${OG_DIR}/application/models/object_properties/ObjectProperty.class.php
-${OG_DIR}/application/models/object_properties/base/BaseObjectProperties.class.php
-${OG_DIR}/application/models/object_properties/base/BaseObjectProperty.class.php
-${OG_DIR}/application/models/object_reminder_types/ObjectReminderType.class.php
-${OG_DIR}/application/models/object_reminder_types/ObjectReminderTypes.class.php
-${OG_DIR}/application/models/object_reminder_types/base/BaseObjectReminderType.class.php
-${OG_DIR}/application/models/object_reminder_types/base/BaseObjectReminderTypes.class.php
-${OG_DIR}/application/models/object_reminders/ObjectReminder.class.php
-${OG_DIR}/application/models/object_reminders/ObjectReminders.class.php
-${OG_DIR}/application/models/object_reminders/base/BaseObjectReminder.class.php
-${OG_DIR}/application/models/object_reminders/base/BaseObjectReminders.class.php
-${OG_DIR}/application/models/object_subscriptions/ObjectSubscription.class.php
-${OG_DIR}/application/models/object_subscriptions/ObjectSubscriptions.class.php
-${OG_DIR}/application/models/object_subscriptions/base/BaseObjectSubscription.class.php
-${OG_DIR}/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php
-${OG_DIR}/application/models/object_user_permissions/ObjectUserPermission.class.php
-${OG_DIR}/application/models/object_user_permissions/ObjectUserPermissions.class.php
-${OG_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermission.class.php
-${OG_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermissions.class.php
-${OG_DIR}/application/models/project_chart_params/ProjectChartParam.class.php
-${OG_DIR}/application/models/project_chart_params/ProjectChartParams.class.php
-${OG_DIR}/application/models/project_chart_params/base/BaseProjectChartParam.class.php
-${OG_DIR}/application/models/project_chart_params/base/BaseProjectChartParams.class.php
-${OG_DIR}/application/models/project_charts/ProjectChart.class.php
-${OG_DIR}/application/models/project_charts/ProjectChartFactory.class.php
-${OG_DIR}/application/models/project_charts/ProjectCharts.class.php
-${OG_DIR}/application/models/project_charts/base/BaseProjectChart.class.php
-${OG_DIR}/application/models/project_charts/base/BaseProjectCharts.class.php
-${OG_DIR}/application/models/project_charts/types/BudgetExecution.class.php
-${OG_DIR}/application/models/project_charts/types/BudgetExecutionTrack.class.php
-${OG_DIR}/application/models/project_charts/types/MonthlyBudgetExecution.class.php
-${OG_DIR}/application/models/project_charts/types/ObjectTypeCount.class.php
-${OG_DIR}/application/models/project_charts/types/ProjectBillingByUser.class.php
-${OG_DIR}/application/models/project_charts/types/TasksByDueDate.class.php
-${OG_DIR}/application/models/project_co_types/ProjectCoType.class.php
-${OG_DIR}/application/models/project_co_types/ProjectCoTypes.class.php
-${OG_DIR}/application/models/project_co_types/base/BaseProjectCoType.class.php
-${OG_DIR}/application/models/project_co_types/base/BaseProjectCoTypes.class.php
-${OG_DIR}/application/models/project_companies/ProjectCompanies.class.php
-${OG_DIR}/application/models/project_companies/ProjectCompany.class.php
-${OG_DIR}/application/models/project_companies/base/BaseProjectCompanies.class.php
-${OG_DIR}/application/models/project_companies/base/BaseProjectCompany.class.php
-${OG_DIR}/application/models/project_contacts/ProjectContact.class.php
-${OG_DIR}/application/models/project_contacts/ProjectContacts.class.php
-${OG_DIR}/application/models/project_contacts/base/BaseProjectContact.class.php
-${OG_DIR}/application/models/project_contacts/base/BaseProjectContacts.class.php
-${OG_DIR}/application/models/project_events/ProjectEvent.class.php
-${OG_DIR}/application/models/project_events/ProjectEvents.class.php
-${OG_DIR}/application/models/project_events/base/BaseProjectEvent.class.php
-${OG_DIR}/application/models/project_events/base/BaseProjectEvents.class.php
-${OG_DIR}/application/models/project_file_revisions/ProjectFileRevision.class.php
-${OG_DIR}/application/models/project_file_revisions/ProjectFileRevisions.class.php
-${OG_DIR}/application/models/project_file_revisions/base/BaseProjectFileRevision.class.php
-${OG_DIR}/application/models/project_file_revisions/base/BaseProjectFileRevisions.class.php
-${OG_DIR}/application/models/project_files/ProjectFile.class.php
-${OG_DIR}/application/models/project_files/ProjectFiles.class.php
-${OG_DIR}/application/models/project_files/base/BaseProjectFile.class.php
-${OG_DIR}/application/models/project_files/base/BaseProjectFiles.class.php
-${OG_DIR}/application/models/project_forms/ProjectForm.class.php
-${OG_DIR}/application/models/project_forms/ProjectForms.class.php
-${OG_DIR}/application/models/project_forms/base/BaseProjectForm.class.php
-${OG_DIR}/application/models/project_forms/base/BaseProjectForms.class.php
-${OG_DIR}/application/models/project_messages/ProjectMessage.class.php
-${OG_DIR}/application/models/project_messages/ProjectMessages.class.php
-${OG_DIR}/application/models/project_messages/base/BaseProjectMessage.class.php
-${OG_DIR}/application/models/project_messages/base/BaseProjectMessages.class.php
-${OG_DIR}/application/models/project_milestones/ProjectMilestone.class.php
-${OG_DIR}/application/models/project_milestones/ProjectMilestones.class.php
-${OG_DIR}/application/models/project_milestones/base/BaseProjectMilestone.class.php
-${OG_DIR}/application/models/project_milestones/base/BaseProjectMilestones.class.php
-${OG_DIR}/application/models/project_tasks/ProjectTask.class.php
-${OG_DIR}/application/models/project_tasks/ProjectTasks.class.php
-${OG_DIR}/application/models/project_tasks/base/BaseProjectTask.class.php
-${OG_DIR}/application/models/project_tasks/base/BaseProjectTasks.class.php
-${OG_DIR}/application/models/project_users/ProjectUser.class.php
-${OG_DIR}/application/models/project_users/ProjectUsers.class.php
-${OG_DIR}/application/models/project_users/base/BaseProjectUser.class.php
-${OG_DIR}/application/models/project_users/base/BaseProjectUsers.class.php
-${OG_DIR}/application/models/project_webpages/ProjectWebpage.class.php
-${OG_DIR}/application/models/project_webpages/ProjectWebpages.class.php
-${OG_DIR}/application/models/project_webpages/base/BaseProjectWebpage.class.php
-${OG_DIR}/application/models/project_webpages/base/BaseProjectWebpages.class.php
-${OG_DIR}/application/models/projects/Project.class.php
-${OG_DIR}/application/models/projects/Projects.class.php
-${OG_DIR}/application/models/projects/base/BaseProject.class.php
-${OG_DIR}/application/models/projects/base/BaseProjects.class.php
-${OG_DIR}/application/models/queued_emails/QueuedEmail.class.php
-${OG_DIR}/application/models/queued_emails/QueuedEmails.class.php
-${OG_DIR}/application/models/queued_emails/base/BaseQueuedEmail.class.php
-${OG_DIR}/application/models/queued_emails/base/BaseQueuedEmails.class.php
-${OG_DIR}/application/models/read_objects/ReadObject.class.php
-${OG_DIR}/application/models/read_objects/ReadObjects.class.php
-${OG_DIR}/application/models/read_objects/base/BaseReadObject.class.php
-${OG_DIR}/application/models/read_objects/base/BaseReadObjects.class.php
-${OG_DIR}/application/models/report_columns/ReportColumn.class.php
-${OG_DIR}/application/models/report_columns/ReportColumns.class.php
-${OG_DIR}/application/models/report_columns/base/BaseReportColumn.class.php
-${OG_DIR}/application/models/report_columns/base/BaseReportColumns.class.php
-${OG_DIR}/application/models/report_conditions/ReportCondition.class.php
-${OG_DIR}/application/models/report_conditions/ReportConditions.class.php
-${OG_DIR}/application/models/report_conditions/base/BaseReportCondition.class.php
-${OG_DIR}/application/models/report_conditions/base/BaseReportConditions.class.php
-${OG_DIR}/application/models/reports/Report.class.php
-${OG_DIR}/application/models/reports/Reports.class.php
-${OG_DIR}/application/models/reports/base/BaseReport.class.php
-${OG_DIR}/application/models/reports/base/BaseReports.class.php
-${OG_DIR}/application/models/searchable_objects/SearchableObject.class.php
-${OG_DIR}/application/models/searchable_objects/SearchableObjects.class.php
-${OG_DIR}/application/models/searchable_objects/base/BaseSearchableObject.class.php
-${OG_DIR}/application/models/searchable_objects/base/BaseSearchableObjects.class.php
-${OG_DIR}/application/models/shared_objects/SharedObject.class.php
-${OG_DIR}/application/models/shared_objects/SharedObjects.class.php
-${OG_DIR}/application/models/shared_objects/base/BaseSharedObject.class.php
-${OG_DIR}/application/models/shared_objects/base/BaseSharedObjects.class.php
-${OG_DIR}/application/models/tags/Tag.class.php
-${OG_DIR}/application/models/tags/Tags.class.php
-${OG_DIR}/application/models/tags/base/BaseTag.class.php
-${OG_DIR}/application/models/tags/base/BaseTags.class.php
-${OG_DIR}/application/models/template_object_properties/TemplateObjectProperties.class.php
-${OG_DIR}/application/models/template_object_properties/TemplateObjectProperty.class.php
-${OG_DIR}/application/models/template_object_properties/base/BaseTemplateObjectProperties.class.php
-${OG_DIR}/application/models/template_object_properties/base/BaseTemplateObjectProperty.class.php
-${OG_DIR}/application/models/template_objects/TemplateObject.class.php
-${OG_DIR}/application/models/template_objects/TemplateObjects.class.php
-${OG_DIR}/application/models/template_objects/base/BaseTemplateObject.class.php
-${OG_DIR}/application/models/template_objects/base/BaseTemplateObjects.class.php
-${OG_DIR}/application/models/template_parameters/TemplateParameter.class.php
-${OG_DIR}/application/models/template_parameters/TemplateParameters.class.php
-${OG_DIR}/application/models/template_parameters/base/BaseTemplateParameter.class.php
-${OG_DIR}/application/models/template_parameters/base/BaseTemplateParameters.class.php
-${OG_DIR}/application/models/templates/COTemplate.class.php
-${OG_DIR}/application/models/templates/COTemplates.class.php
-${OG_DIR}/application/models/templates/base/BaseCOTemplate.class.php
-${OG_DIR}/application/models/templates/base/BaseCOTemplates.class.php
-${OG_DIR}/application/models/timeslot/Timeslot.class.php
-${OG_DIR}/application/models/timeslot/Timeslots.class.php
-${OG_DIR}/application/models/timeslot/base/BaseTimeslot.class.php
-${OG_DIR}/application/models/timeslot/base/BaseTimeslots.class.php
-${OG_DIR}/application/models/trash/Trash.class.php
-${OG_DIR}/application/models/user_password/UserPassword.class.php
-${OG_DIR}/application/models/user_password/UserPasswords.class.php
-${OG_DIR}/application/models/user_password/base/BaseUserPassword.class.php
-${OG_DIR}/application/models/user_password/base/BaseUserPasswords.class.php
-${OG_DIR}/application/models/user_ws_config_categories/UserWsConfigCategories.class.php
-${OG_DIR}/application/models/user_ws_config_categories/UserWsConfigCategory.class.php
-${OG_DIR}/application/models/user_ws_config_categories/base/BaseUserWsConfigCategories.class.php
-${OG_DIR}/application/models/user_ws_config_categories/base/BaseUserWsConfigCategory.class.php
-${OG_DIR}/application/models/user_ws_config_options/UserWsConfigOption.class.php
-${OG_DIR}/application/models/user_ws_config_options/UserWsConfigOptions.class.php
-${OG_DIR}/application/models/user_ws_config_options/base/BaseUserWsConfigOption.class.php
-${OG_DIR}/application/models/user_ws_config_options/base/BaseUserWsConfigOptions.class.php
-${OG_DIR}/application/models/user_ws_config_options_values/UserWsConfigOptionValue.class.php
-${OG_DIR}/application/models/user_ws_config_options_values/UserWsConfigOptionValues.class.php
-${OG_DIR}/application/models/user_ws_config_options_values/base/BaseUserWsConfigOptionValue.class.php
-${OG_DIR}/application/models/user_ws_config_options_values/base/BaseUserWsConfigOptionValues.class.php
-${OG_DIR}/application/models/users/User.class.php
-${OG_DIR}/application/models/users/Users.class.php
-${OG_DIR}/application/models/users/base/BaseUser.class.php
-${OG_DIR}/application/models/users/base/BaseUsers.class.php
-${OG_DIR}/application/models/versons_feed/VersionsFeed.class.php
-${OG_DIR}/application/models/versons_feed/VersionsFeedDownloadLink.class.php
-${OG_DIR}/application/models/versons_feed/VersionsFeedEntry.class.php
-${OG_DIR}/application/models/workspace_billing/WorkspaceBilling.class.php
-${OG_DIR}/application/models/workspace_billing/WorkspaceBillings.class.php
-${OG_DIR}/application/models/workspace_billing/base/BaseWorkspaceBilling.class.php
-${OG_DIR}/application/models/workspace_billing/base/BaseWorkspaceBillings.class.php
-${OG_DIR}/application/models/workspace_object/WorkspaceObject.class.php
-${OG_DIR}/application/models/workspace_object/WorkspaceObjects.class.php
-${OG_DIR}/application/models/workspace_object/base/BaseWorkspaceObject.class.php
-${OG_DIR}/application/models/workspace_object/base/BaseWorkspaceObjects.class.php
-${OG_DIR}/application/models/workspace_template/WorkspaceTemplate.class.php
-${OG_DIR}/application/models/workspace_template/WorkspaceTemplates.class.php
-${OG_DIR}/application/models/workspace_template/base/BaseWorkspaceTemplate.class.php
-${OG_DIR}/application/models/workspace_template/base/BaseWorkspaceTemplates.class.php
-${OG_DIR}/application/views/access/change_password.php
-${OG_DIR}/application/views/access/complete_installation.php
-${OG_DIR}/application/views/access/forgot_password.php
-${OG_DIR}/application/views/access/login.php
-${OG_DIR}/application/views/access/reset_password.php
-${OG_DIR}/application/views/account/edit_avatar.php
-${OG_DIR}/application/views/account/edit_password.php
-${OG_DIR}/application/views/account/edit_profile.php
-${OG_DIR}/application/views/account/index.php
-${OG_DIR}/application/views/account/update_permissions.php
-${OG_DIR}/application/views/account/user_permissions_control.php
-${OG_DIR}/application/views/administration/auto_upgrade.php
-${OG_DIR}/application/views/administration/clients.php
-${OG_DIR}/application/views/administration/configuration.php
-${OG_DIR}/application/views/administration/cron_events.php
-${OG_DIR}/application/views/administration/custom_properties.php
-${OG_DIR}/application/views/administration/groups.php
-${OG_DIR}/application/views/administration/index.php
-${OG_DIR}/application/views/administration/list_users.php
-${OG_DIR}/application/views/administration/mail_accounts.php
-${OG_DIR}/application/views/administration/members.php
-${OG_DIR}/application/views/administration/password_autentify.php
-${OG_DIR}/application/views/administration/projects.php
-${OG_DIR}/application/views/administration/task_templates.php
-${OG_DIR}/application/views/administration/tool_mass_mailer.php
-${OG_DIR}/application/views/administration/tool_test_email.php
-${OG_DIR}/application/views/administration/tools.php
-${OG_DIR}/application/views/administration/upgrade.php
-${OG_DIR}/application/views/advanced_pagination.php
-${OG_DIR}/application/views/application/system_notices.php
-${OG_DIR}/application/views/application/user_box.php
-${OG_DIR}/application/views/back.php
-${OG_DIR}/application/views/billing/add.php
-${OG_DIR}/application/views/billing/assign_users.php
-${OG_DIR}/application/views/billing/index.php
-${OG_DIR}/application/views/co/view.php
-${OG_DIR}/application/views/comment/add_comment.php
-${OG_DIR}/application/views/comment/object_comments.php
-${OG_DIR}/application/views/comment/object_comments_for_print.php
-${OG_DIR}/application/views/comment/post_comment_form.php
-${OG_DIR}/application/views/company/add_company.php
-${OG_DIR}/application/views/company/card.php
-${OG_DIR}/application/views/company/company_card.php
-${OG_DIR}/application/views/company/company_content.php
-${OG_DIR}/application/views/company/edit_logo.php
-${OG_DIR}/application/views/company/update_permissions.php
-${OG_DIR}/application/views/company/view_company.php
-${OG_DIR}/application/views/config/default_user_preferences.php
-${OG_DIR}/application/views/config/update_category.php
-${OG_DIR}/application/views/config/update_default_user_preferences.php
-${OG_DIR}/application/views/contact/assign_to_project.php
-${OG_DIR}/application/views/contact/card.php
-${OG_DIR}/application/views/contact/card_content.php
-${OG_DIR}/application/views/contact/csv_export.php
-${OG_DIR}/application/views/contact/csv_import.php
-${OG_DIR}/application/views/contact/edit_contact.php
-${OG_DIR}/application/views/contact/edit_picture.php
-${OG_DIR}/application/views/contact/list_contacts.php
-${OG_DIR}/application/views/contact/vcard_import.php
-${OG_DIR}/application/views/cron/getmails.php
-${OG_DIR}/application/views/custom_properties/object_custom_properties.php
-${OG_DIR}/application/views/custom_properties/view.php
-${OG_DIR}/application/views/dashboard/index.php
-${OG_DIR}/application/views/dashboard/my_projects.php
-${OG_DIR}/application/views/dashboard/my_tasks.php
-${OG_DIR}/application/views/dashboard/widget.php
-${OG_DIR}/application/views/dashboard/widget_active_tasks.php
-${OG_DIR}/application/views/dashboard/widget_calendar.php
-${OG_DIR}/application/views/dashboard/widget_charts.php
-${OG_DIR}/application/views/dashboard/widget_comments.php
-${OG_DIR}/application/views/dashboard/widget_dashboard_info.php
-${OG_DIR}/application/views/dashboard/widget_documents.php
-${OG_DIR}/application/views/dashboard/widget_emails.php
-${OG_DIR}/application/views/dashboard/widget_getting_started.php
-${OG_DIR}/application/views/dashboard/widget_late_tasks.php
-${OG_DIR}/application/views/dashboard/widget_messages.php
-${OG_DIR}/application/views/dashboard/widget_pending_tasks.php
-${OG_DIR}/application/views/dashboard/widget_workspace_description.php
-${OG_DIR}/application/views/empty.php
-${OG_DIR}/application/views/error/db_connect.php
-${OG_DIR}/application/views/error/error_message.php
-${OG_DIR}/application/views/event/cal_export.php
-${OG_DIR}/application/views/event/cal_import.php
-${OG_DIR}/application/views/event/calendar.php
-${OG_DIR}/application/views/event/event.php
-${OG_DIR}/application/views/event/view_event.php
-${OG_DIR}/application/views/event/viewdate.php
-${OG_DIR}/application/views/event/viewevent.php
-${OG_DIR}/application/views/event/viewweek.php
-${OG_DIR}/application/views/feed/ical_export.php
-${OG_DIR}/application/views/feed/recent_activities.php
-${OG_DIR}/application/views/files/add_document.php
-${OG_DIR}/application/views/files/add_file.php
-${OG_DIR}/application/views/files/add_file_revision.php
-${OG_DIR}/application/views/files/add_folder.php
-${OG_DIR}/application/views/files/add_presentation.php
-${OG_DIR}/application/views/files/add_spreadsheet.php
-${OG_DIR}/application/views/files/download_file.php
-${OG_DIR}/application/views/files/empty.php
-${OG_DIR}/application/views/files/fckImagesBrowser.php
-${OG_DIR}/application/views/files/file_details.php
-${OG_DIR}/application/views/files/file_details_content.php
-${OG_DIR}/application/views/files/index.php
-${OG_DIR}/application/views/files/order_and_pagination.php
-${OG_DIR}/application/views/files/quick_add_files.php
-${OG_DIR}/application/views/files/slideshow.php
-${OG_DIR}/application/views/files/text_edit.php
-${OG_DIR}/application/views/form/add_project_form.php
-${OG_DIR}/application/views/form/index.php
-${OG_DIR}/application/views/form/submit.php
-${OG_DIR}/application/views/form_errors.php
-${OG_DIR}/application/views/group/add_group.php
-${OG_DIR}/application/views/group/group_permission_control.php
-${OG_DIR}/application/views/group/group_users_control.php
-${OG_DIR}/application/views/group/view_group.php
-${OG_DIR}/application/views/help/context_help.php
-${OG_DIR}/application/views/help/context_help_tasks.php
-${OG_DIR}/application/views/help/view_message.php
-${OG_DIR}/application/views/json.php
-${OG_DIR}/application/views/mail/add_account.php
-${OG_DIR}/application/views/mail/add_mail.php
-${OG_DIR}/application/views/mail/classify.php
-${OG_DIR}/application/views/mail/fetch_imap_folders.php
-${OG_DIR}/application/views/mail/llo_email_conversation.php
-${OG_DIR}/application/views/mail/print_view.php
-${OG_DIR}/application/views/mail/view.php
-${OG_DIR}/application/views/message/add_message.php
-${OG_DIR}/application/views/message/print_view.php
-${OG_DIR}/application/views/message/view.php
-${OG_DIR}/application/views/milestone/add_milestone.php
-${OG_DIR}/application/views/milestone/add_select_milestone.php
-${OG_DIR}/application/views/milestone/index.php
-${OG_DIR}/application/views/milestone/view.php
-${OG_DIR}/application/views/notifier/event_inv_response_notif.php
-${OG_DIR}/application/views/notifier/forgot_password.php
-${OG_DIR}/application/views/notifier/general.php
-${OG_DIR}/application/views/notifier/milestone_assigned.php
-${OG_DIR}/application/views/notifier/new_account.php
-${OG_DIR}/application/views/notifier/object_reminder.php
-${OG_DIR}/application/views/notifier/password_expiration_reminder.php
-${OG_DIR}/application/views/notifier/task_assigned.php
-${OG_DIR}/application/views/object/add_subscribers.php
-${OG_DIR}/application/views/object/add_subscribers_list.php
-${OG_DIR}/application/views/object/link_to_object.php
-${OG_DIR}/application/views/object/linked_objects.php
-${OG_DIR}/application/views/object/list_linked_objects.php
-${OG_DIR}/application/views/object/list_linked_objects_main.php
-${OG_DIR}/application/views/object/list_subscribers.php
-${OG_DIR}/application/views/object/llo_contact.php
-${OG_DIR}/application/views/object/llo_email.php
-${OG_DIR}/application/views/object/llo_generic.php
-${OG_DIR}/application/views/object/llo_task.php
-${OG_DIR}/application/views/object/send_reminders.php
-${OG_DIR}/application/views/object/share.php
-${OG_DIR}/application/views/object/view_history.php
-${OG_DIR}/application/views/project/add_project.php
-${OG_DIR}/application/views/project/add_ws_permissions.php
-${OG_DIR}/application/views/project/get_subws.php
-${OG_DIR}/application/views/project/people.php
-${OG_DIR}/application/views/project/permissions.php
-${OG_DIR}/application/views/project/pre_delete.php
-${OG_DIR}/application/views/project/search.php
-${OG_DIR}/application/views/project/workspace_permissions_control.php
-${OG_DIR}/application/views/reporting/add_chart.php
-${OG_DIR}/application/views/reporting/add_custom_report.php
-${OG_DIR}/application/views/reporting/chart_details.php
-${OG_DIR}/application/views/reporting/column_list.php
-${OG_DIR}/application/views/reporting/custom_report_parameters.php
-${OG_DIR}/application/views/reporting/index.php
-${OG_DIR}/application/views/reporting/report_printer.php
-${OG_DIR}/application/views/reporting/report_wrapper.php
-${OG_DIR}/application/views/reporting/total_task_times.php
-${OG_DIR}/application/views/reporting/total_task_times_p.php
-${OG_DIR}/application/views/reporting/total_task_times_vs_estimate_comparison_p.php
-${OG_DIR}/application/views/reporting/view_custom_report.php
-${OG_DIR}/application/views/search/search.php
-${OG_DIR}/application/views/search_pagination.php
-${OG_DIR}/application/views/tag/project_tag.php
-${OG_DIR}/application/views/task/add_task.php
-${OG_DIR}/application/views/task/index.php
-${OG_DIR}/application/views/task/new_list_tasks.php
-${OG_DIR}/application/views/task/print_task.php
-${OG_DIR}/application/views/task/print_view_all.php
-${OG_DIR}/application/views/task/task_list.php
-${OG_DIR}/application/views/task/view_list.php
-${OG_DIR}/application/views/task/view_milestones.php
-${OG_DIR}/application/views/task/view_tasks.php
-${OG_DIR}/application/views/template/add.php
-${OG_DIR}/application/views/template/add_to.php
-${OG_DIR}/application/views/template/assign_to_ws.php
-${OG_DIR}/application/views/template/content.php
-${OG_DIR}/application/views/template/index.php
-${OG_DIR}/application/views/template/instantiate_parameters.php
-${OG_DIR}/application/views/template/view.php
-${OG_DIR}/application/views/time/index.php
-${OG_DIR}/application/views/timeslot/add_timeslot.php
-${OG_DIR}/application/views/timeslot/object_timeslots.php
-${OG_DIR}/application/views/timeslot/post_open_timeslot_form.php
-${OG_DIR}/application/views/timeslot/post_timeslot_form.php
-${OG_DIR}/application/views/tool/checklang.php
-${OG_DIR}/application/views/tool/translate.php
-${OG_DIR}/application/views/user/add_user.php
-${OG_DIR}/application/views/user/card.php
-${OG_DIR}/application/views/user/confirm_delete_user.php
-${OG_DIR}/application/views/user/index.php
-${OG_DIR}/application/views/user/list_user_categories.php
-${OG_DIR}/application/views/user/update_user_preferences.php
-${OG_DIR}/application/views/user/user_card.php
-${OG_DIR}/application/views/webpage/add.php
-${OG_DIR}/application/views/webpage/view.php
-${OG_DIR}/application/views/webpage/view_content.php
-${OG_DIR}/console.php
-${OG_DIR}/cron.php
-${OG_DIR}/crossdomain.xml
-${OG_DIR}/dummy.php
-${OG_DIR}/environment/classes/AutoLoader.class.php
-${OG_DIR}/environment/classes/Cookie.class.php
-${OG_DIR}/environment/classes/CountryCodes.class.php
-${OG_DIR}/environment/classes/Env.class.php
-${OG_DIR}/environment/classes/Error.class.php
-${OG_DIR}/environment/classes/Inflector.class.php
-${OG_DIR}/environment/classes/Session.class.php
-${OG_DIR}/environment/classes/StringTwister.class.php
-${OG_DIR}/environment/classes/Timezones.class.php
-${OG_DIR}/environment/classes/ajax/AjaxResponse.class.php
-${OG_DIR}/environment/classes/ajax/ajax.php
-${OG_DIR}/environment/classes/container/Container.class.php
-${OG_DIR}/environment/classes/container/IContainer.class.php
-${OG_DIR}/environment/classes/container/ObjectContainer.class.php
-${OG_DIR}/environment/classes/controller/ApiController.class.php
-${OG_DIR}/environment/classes/controller/Controller.class.php
-${OG_DIR}/environment/classes/controller/PageController.class.php
-${OG_DIR}/environment/classes/dataaccess/DataManager.class.php
-${OG_DIR}/environment/classes/dataaccess/DataObject.class.php
-${OG_DIR}/environment/classes/dataaccess/DataPagination.class.php
-${OG_DIR}/environment/classes/dataloader/DataLoaderParams.class.php
-${OG_DIR}/environment/classes/dataloader/InitialDataLoader.class.php
-${OG_DIR}/environment/classes/dataloader/files/adjectives.txt
-${OG_DIR}/environment/classes/dataloader/files/adverbs.txt
-${OG_DIR}/environment/classes/dataloader/files/companies.txt
-${OG_DIR}/environment/classes/dataloader/files/first.txt
-${OG_DIR}/environment/classes/dataloader/files/last.txt
-${OG_DIR}/environment/classes/dataloader/files/nouns.txt
-${OG_DIR}/environment/classes/dataloader/files/verbs.txt
-${OG_DIR}/environment/classes/dataloader/files/words.txt
-${OG_DIR}/environment/classes/dataloader/resultDisplay.php
-${OG_DIR}/environment/classes/datetimevalue/DateTimeValue.class.php
-${OG_DIR}/environment/classes/datetimevalue/DateTimeValueLib.class.php
-${OG_DIR}/environment/classes/debug/BenchmarkTimer.class.php
-${OG_DIR}/environment/classes/encoding/EncodingConverter.class.php
-${OG_DIR}/environment/classes/errors/ControllerDnxError.class.php
-${OG_DIR}/environment/classes/errors/DAOValidationError.class.php
-${OG_DIR}/environment/classes/errors/DBConnectError.class.php
-${OG_DIR}/environment/classes/errors/DBQueryError.class.php
-${OG_DIR}/environment/classes/errors/FormSubmissionErrors.class.php
-${OG_DIR}/environment/classes/errors/InvalidControllerActionError.class.php
-${OG_DIR}/environment/classes/errors/InvalidEmailAddressError.class.php
-${OG_DIR}/environment/classes/errors/InvalidInstanceError.class.php
-${OG_DIR}/environment/classes/errors/InvalidParamError.class.php
-${OG_DIR}/environment/classes/errors/InvalidUploadError.class.php
-${OG_DIR}/environment/classes/errors/LibraryDnxError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/DirDnxError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/DirNotWritableError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/FailedToCreateFolderError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/FailedToMoveFileError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/FailedToWriteFileError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/FileDnxError.class.php
-${OG_DIR}/environment/classes/errors/filesystem/FileNotWriableError.class.php
-${OG_DIR}/environment/classes/event/CalFormatUtilities.php
-${OG_DIR}/environment/classes/event/Event.class.php
-${OG_DIR}/environment/classes/event/event.php
-${OG_DIR}/environment/classes/event/parse_ics.php
-${OG_DIR}/environment/classes/flash/Flash.class.php
-${OG_DIR}/environment/classes/flash/flash.php
-${OG_DIR}/environment/classes/help/help.php
-${OG_DIR}/environment/classes/hook/Hook.class.php
-${OG_DIR}/environment/classes/localization/Localization.class.php
-${OG_DIR}/environment/classes/localization/localization.php
-${OG_DIR}/environment/classes/logger/Logger.class.php
-${OG_DIR}/environment/classes/logger/Logger_Backend.class.php
-${OG_DIR}/environment/classes/logger/Logger_Entry.class.php
-${OG_DIR}/environment/classes/logger/Logger_Session.class.php
-${OG_DIR}/environment/classes/logger/backend/Logger_Backend_File.class.php
-${OG_DIR}/environment/classes/logger/backend/Logger_Backend_Null.class.php
-${OG_DIR}/environment/classes/mail/MailUtilities.class.php
-${OG_DIR}/environment/classes/mail/Mime_Types.class.php
-${OG_DIR}/environment/classes/mail/mime_parser.class.php
-${OG_DIR}/environment/classes/mail/mimetypes.txt
-${OG_DIR}/environment/classes/mail/rfc822_addresses.class.php
-${OG_DIR}/environment/classes/reporting/open-flash-chart.class.php
-${OG_DIR}/environment/classes/template/Template.class.php
-${OG_DIR}/environment/classes/template/template.php
-${OG_DIR}/environment/classes/timeit/TimeIt.class.php
-${OG_DIR}/environment/constants.php
-${OG_DIR}/environment/environment.php
-${OG_DIR}/environment/functions/files.php
-${OG_DIR}/environment/functions/general.php
-${OG_DIR}/environment/functions/utf.php
-${OG_DIR}/environment/library/LuceneDB.class.php
-${OG_DIR}/environment/library/database/DB.class.php
-${OG_DIR}/environment/library/database/DBResult.class.php
-${OG_DIR}/environment/library/database/adapters/AbstractDBAdapter.class.php
-${OG_DIR}/environment/library/database/adapters/MysqlDBAdapter.class.php
-${OG_DIR}/environment/library/database/adapters/PdoMysqlDBAdapter.class.php
-${OG_DIR}/environment/library/database/database.php
-${OG_DIR}/environment/library/database/errors/DBAdapterDnx.class.php
-${OG_DIR}/environment/library/database/errors/DBConnectError.class.php
-${OG_DIR}/environment/library/database/errors/DBQueryError.class.php
-${OG_DIR}/environment/templates/benchmark_timer_brief.php
-${OG_DIR}/environment/templates/benchmark_timer_full.php
-${OG_DIR}/environment/templates/dump_error.php
-${OG_DIR}/favicon.ico
-${OG_DIR}/index.php
-${OG_DIR}/init.php
-${OG_DIR}/language/ca_es/actions.php
-${OG_DIR}/language/ca_es/administration.php
-${OG_DIR}/language/ca_es/calendar.php
-${OG_DIR}/language/ca_es/countries.php
-${OG_DIR}/language/ca_es/emails.php
-${OG_DIR}/language/ca_es/errors.php
-${OG_DIR}/language/ca_es/fields.php
-${OG_DIR}/language/ca_es/general.php
-${OG_DIR}/language/ca_es/help.php
-${OG_DIR}/language/ca_es/lang.js
-${OG_DIR}/language/ca_es/messages.php
-${OG_DIR}/language/ca_es/objects.php
-${OG_DIR}/language/ca_es/project_interface.php
-${OG_DIR}/language/ca_es/reporting.php
-${OG_DIR}/language/ca_es/site_interface.php
-${OG_DIR}/language/ca_es/slimey.js
-${OG_DIR}/language/ca_es/timezones.php
-${OG_DIR}/language/ca_es/upgrade.php
-${OG_DIR}/language/cs_cz.php
-${OG_DIR}/language/cs_cz/actions.php
-${OG_DIR}/language/cs_cz/administration.php
-${OG_DIR}/language/cs_cz/calendar.php
-${OG_DIR}/language/cs_cz/countries.php
-${OG_DIR}/language/cs_cz/emails.php
-${OG_DIR}/language/cs_cz/errors.php
-${OG_DIR}/language/cs_cz/fields.php
-${OG_DIR}/language/cs_cz/general.php
-${OG_DIR}/language/cs_cz/help.php
-${OG_DIR}/language/cs_cz/help/account.html
-${OG_DIR}/language/cs_cz/help/dashboard.html
-${OG_DIR}/language/cs_cz/help/dummy.txt
-${OG_DIR}/language/cs_cz/help/no_help.html
-${OG_DIR}/language/cs_cz/lang.js
-${OG_DIR}/language/cs_cz/messages.php
-${OG_DIR}/language/cs_cz/objects.php
-${OG_DIR}/language/cs_cz/plugins/dummy.txt
-${OG_DIR}/language/cs_cz/project_interface.php
-${OG_DIR}/language/cs_cz/reporting.php
-${OG_DIR}/language/cs_cz/site_interface.php
-${OG_DIR}/language/cs_cz/slimey.js
-${OG_DIR}/language/cs_cz/timezones.php
-${OG_DIR}/language/cs_cz/upgrade.php
-${OG_DIR}/language/de_de.php
-${OG_DIR}/language/de_de/actions.php
-${OG_DIR}/language/de_de/administration.php
-${OG_DIR}/language/de_de/calendar.php
-${OG_DIR}/language/de_de/countries.php
-${OG_DIR}/language/de_de/emails.php
-${OG_DIR}/language/de_de/errors.php
-${OG_DIR}/language/de_de/export.php
-${OG_DIR}/language/de_de/fields.php
-${OG_DIR}/language/de_de/general.php
-${OG_DIR}/language/de_de/help.php
-${OG_DIR}/language/de_de/help/account.html
-${OG_DIR}/language/de_de/help/dashboard.html
-${OG_DIR}/language/de_de/help/dummy.txt
-${OG_DIR}/language/de_de/help/no_help.html
-${OG_DIR}/language/de_de/lang.js
-${OG_DIR}/language/de_de/messages.php
-${OG_DIR}/language/de_de/objects.php
-${OG_DIR}/language/de_de/plugins/backup.php
-${OG_DIR}/language/de_de/plugins/dummy.txt
-${OG_DIR}/language/de_de/project_interface.php
-${OG_DIR}/language/de_de/reporting.php
-${OG_DIR}/language/de_de/site_interface.php
-${OG_DIR}/language/de_de/slimey.js
-${OG_DIR}/language/de_de/timezones.php
-${OG_DIR}/language/de_de/upgrade.php
-${OG_DIR}/language/default.php
-${OG_DIR}/language/en_us.php
-${OG_DIR}/language/en_us/actions.php
-${OG_DIR}/language/en_us/administration.php
-${OG_DIR}/language/en_us/calendar.php
-${OG_DIR}/language/en_us/countries.php
-${OG_DIR}/language/en_us/emails.php
-${OG_DIR}/language/en_us/errors.php
-${OG_DIR}/language/en_us/fields.php
-${OG_DIR}/language/en_us/general.php
-${OG_DIR}/language/en_us/help.php
-${OG_DIR}/language/en_us/help/account.html
-${OG_DIR}/language/en_us/help/dashboard.html
-${OG_DIR}/language/en_us/help/no_help.html
-${OG_DIR}/language/en_us/lang.js
-${OG_DIR}/language/en_us/messages.php
-${OG_DIR}/language/en_us/objects.php
-${OG_DIR}/language/en_us/plugins/dummy.txt
-${OG_DIR}/language/en_us/project_interface.php
-${OG_DIR}/language/en_us/reporting.php
-${OG_DIR}/language/en_us/site_interface.php
-${OG_DIR}/language/en_us/slimey.js
-${OG_DIR}/language/en_us/timezones.php
-${OG_DIR}/language/en_us/upgrade.php
-${OG_DIR}/language/es_es.php
-${OG_DIR}/language/es_es/actions.php
-${OG_DIR}/language/es_es/administration.php
-${OG_DIR}/language/es_es/calendar.php
-${OG_DIR}/language/es_es/countries.php
-${OG_DIR}/language/es_es/emails.php
-${OG_DIR}/language/es_es/errors.php
-${OG_DIR}/language/es_es/fields.php
-${OG_DIR}/language/es_es/general.php
-${OG_DIR}/language/es_es/help.php
-${OG_DIR}/language/es_es/help/dummy.txt
-${OG_DIR}/language/es_es/lang.js
-${OG_DIR}/language/es_es/messages.php
-${OG_DIR}/language/es_es/objects.php
-${OG_DIR}/language/es_es/plugins/dummy.txt
-${OG_DIR}/language/es_es/project_interface.php
-${OG_DIR}/language/es_es/reporting.php
-${OG_DIR}/language/es_es/site_interface.php
-${OG_DIR}/language/es_es/slimey.js
-${OG_DIR}/language/es_es/timezones.php
-${OG_DIR}/language/es_es/upgrade.php
-${OG_DIR}/language/es_la.php
-${OG_DIR}/language/es_la/actions.php
-${OG_DIR}/language/es_la/administration.php
-${OG_DIR}/language/es_la/calendar.php
-${OG_DIR}/language/es_la/countries.php
-${OG_DIR}/language/es_la/emails.php
-${OG_DIR}/language/es_la/errors.php
-${OG_DIR}/language/es_la/fields.php
-${OG_DIR}/language/es_la/general.php
-${OG_DIR}/language/es_la/help.php
-${OG_DIR}/language/es_la/help/dummy.txt
-${OG_DIR}/language/es_la/lang.js
-${OG_DIR}/language/es_la/messages.php
-${OG_DIR}/language/es_la/objects.php
-${OG_DIR}/language/es_la/plugins/dummy.txt
-${OG_DIR}/language/es_la/project_interface.php
-${OG_DIR}/language/es_la/reporting.php
-${OG_DIR}/language/es_la/site_interface.php
-${OG_DIR}/language/es_la/slimey.js
-${OG_DIR}/language/es_la/timezones.php
-${OG_DIR}/language/es_la/upgrade.php
-${OG_DIR}/language/fr_fr.php
-${OG_DIR}/language/fr_fr/actions.php
-${OG_DIR}/language/fr_fr/administration.php
-${OG_DIR}/language/fr_fr/calendar.php
-${OG_DIR}/language/fr_fr/countries.php
-${OG_DIR}/language/fr_fr/emails.php
-${OG_DIR}/language/fr_fr/errors.php
-${OG_DIR}/language/fr_fr/export.php
-${OG_DIR}/language/fr_fr/fields.php
-${OG_DIR}/language/fr_fr/general.php
-${OG_DIR}/language/fr_fr/help.php
-${OG_DIR}/language/fr_fr/help/dummy.txt
-${OG_DIR}/language/fr_fr/lang.js
-${OG_DIR}/language/fr_fr/messages.php
-${OG_DIR}/language/fr_fr/objects.php
-${OG_DIR}/language/fr_fr/plugins/dummy.txt
-${OG_DIR}/language/fr_fr/plugins/html_to_pdf.php
-${OG_DIR}/language/fr_fr/plugins/new_window.php
-${OG_DIR}/language/fr_fr/project_interface.php
-${OG_DIR}/language/fr_fr/reporting.php
-${OG_DIR}/language/fr_fr/site_interface.php
-${OG_DIR}/language/fr_fr/slimey.js
-${OG_DIR}/language/fr_fr/timezones.php
-${OG_DIR}/language/fr_fr/upgrade.php
-${OG_DIR}/language/hu_hu.php
-${OG_DIR}/language/hu_hu/actions.php
-${OG_DIR}/language/hu_hu/administration.php
-${OG_DIR}/language/hu_hu/calendar.php
-${OG_DIR}/language/hu_hu/countries.php
-${OG_DIR}/language/hu_hu/emails.php
-${OG_DIR}/language/hu_hu/errors.php
-${OG_DIR}/language/hu_hu/fields.php
-${OG_DIR}/language/hu_hu/general.php
-${OG_DIR}/language/hu_hu/help.php
-${OG_DIR}/language/hu_hu/help/dummy.txt
-${OG_DIR}/language/hu_hu/lang.js
-${OG_DIR}/language/hu_hu/messages.php
-${OG_DIR}/language/hu_hu/new_window.php
-${OG_DIR}/language/hu_hu/objects.php
-${OG_DIR}/language/hu_hu/plugins/dummy.txt
-${OG_DIR}/language/hu_hu/project_interface.php
-${OG_DIR}/language/hu_hu/reporting.php
-${OG_DIR}/language/hu_hu/site_interface.php
-${OG_DIR}/language/hu_hu/timezones.php
-${OG_DIR}/language/hu_hu/upgrade.php
-${OG_DIR}/language/it_it.php
-${OG_DIR}/language/it_it/actions.php
-${OG_DIR}/language/it_it/administration.php
-${OG_DIR}/language/it_it/calendar.php
-${OG_DIR}/language/it_it/countries.php
-${OG_DIR}/language/it_it/emails.php
-${OG_DIR}/language/it_it/errors.php
-${OG_DIR}/language/it_it/fields.php
-${OG_DIR}/language/it_it/general.php
-${OG_DIR}/language/it_it/help.php
-${OG_DIR}/language/it_it/help/dummy.txt
-${OG_DIR}/language/it_it/lang.js
-${OG_DIR}/language/it_it/messages.php
-${OG_DIR}/language/it_it/objects.php
-${OG_DIR}/language/it_it/plugins/dummy.txt
-${OG_DIR}/language/it_it/project_interface.php
-${OG_DIR}/language/it_it/reporting.php
-${OG_DIR}/language/it_it/site_interface.php
-${OG_DIR}/language/it_it/slimey.js
-${OG_DIR}/language/it_it/timezones.php
-${OG_DIR}/language/it_it/upgrade.php
-${OG_DIR}/language/ja_jp.php
-${OG_DIR}/language/ja_jp/actions.php
-${OG_DIR}/language/ja_jp/administration.php
-${OG_DIR}/language/ja_jp/calendar.php
-${OG_DIR}/language/ja_jp/countries.php
-${OG_DIR}/language/ja_jp/emails.php
-${OG_DIR}/language/ja_jp/errors.php
-${OG_DIR}/language/ja_jp/fields.php
-${OG_DIR}/language/ja_jp/general.php
-${OG_DIR}/language/ja_jp/help.php
-${OG_DIR}/language/ja_jp/help/dummy.txt
-${OG_DIR}/language/ja_jp/lang.js
-${OG_DIR}/language/ja_jp/messages.php
-${OG_DIR}/language/ja_jp/objects.php
-${OG_DIR}/language/ja_jp/plugins/dummy.txt
-${OG_DIR}/language/ja_jp/project_interface.php
-${OG_DIR}/language/ja_jp/reporting.php
-${OG_DIR}/language/ja_jp/site_interface.php
-${OG_DIR}/language/ja_jp/slimey.js
-${OG_DIR}/language/ja_jp/timezones.php
-${OG_DIR}/language/ja_jp/upgrade.php
-${OG_DIR}/language/ko_kr/actions.php
-${OG_DIR}/language/ko_kr/administration.php
-${OG_DIR}/language/ko_kr/calendar.php
-${OG_DIR}/language/ko_kr/countries.php
-${OG_DIR}/language/ko_kr/emails.php
-${OG_DIR}/language/ko_kr/errors.php
-${OG_DIR}/language/ko_kr/fields.php
-${OG_DIR}/language/ko_kr/general.php
-${OG_DIR}/language/ko_kr/help.php
-${OG_DIR}/language/ko_kr/lang.js
-${OG_DIR}/language/ko_kr/messages.php
-${OG_DIR}/language/ko_kr/objects.php
-${OG_DIR}/language/ko_kr/project_interface.php
-${OG_DIR}/language/ko_kr/reporting.php
-${OG_DIR}/language/ko_kr/site_interface.php
-${OG_DIR}/language/ko_kr/timezones.php
-${OG_DIR}/language/ko_kr/upgrade.php
-${OG_DIR}/language/nl_nl.php
-${OG_DIR}/language/nl_nl/actions.php
-${OG_DIR}/language/nl_nl/administration.php
-${OG_DIR}/language/nl_nl/calendar.php
-${OG_DIR}/language/nl_nl/countries.php
-${OG_DIR}/language/nl_nl/emails.php
-${OG_DIR}/language/nl_nl/errors.php
-${OG_DIR}/language/nl_nl/fields.php
-${OG_DIR}/language/nl_nl/general.php
-${OG_DIR}/language/nl_nl/help.php
-${OG_DIR}/language/nl_nl/help/dummy.txt
-${OG_DIR}/language/nl_nl/lang.js
-${OG_DIR}/language/nl_nl/messages.php
-${OG_DIR}/language/nl_nl/objects.php
-${OG_DIR}/language/nl_nl/plugins/dummy.txt
-${OG_DIR}/language/nl_nl/project_interface.php
-${OG_DIR}/language/nl_nl/reporting.php
-${OG_DIR}/language/nl_nl/site_interface.php
-${OG_DIR}/language/nl_nl/slimey.js
-${OG_DIR}/language/nl_nl/timezones.php
-${OG_DIR}/language/nl_nl/upgrade.php
-${OG_DIR}/language/pl_pl.php
-${OG_DIR}/language/pl_pl/actions.php
-${OG_DIR}/language/pl_pl/administration.php
-${OG_DIR}/language/pl_pl/calendar.php
-${OG_DIR}/language/pl_pl/countries.php
-${OG_DIR}/language/pl_pl/emails.php
-${OG_DIR}/language/pl_pl/errors.php
-${OG_DIR}/language/pl_pl/export.php
-${OG_DIR}/language/pl_pl/fields.php
-${OG_DIR}/language/pl_pl/general.php
-${OG_DIR}/language/pl_pl/help.php
-${OG_DIR}/language/pl_pl/help/dummy.txt
-${OG_DIR}/language/pl_pl/lang.js
-${OG_DIR}/language/pl_pl/messages.php
-${OG_DIR}/language/pl_pl/objects.php
-${OG_DIR}/language/pl_pl/plugins/dummy.txt
-${OG_DIR}/language/pl_pl/project_interface.php
-${OG_DIR}/language/pl_pl/reporting.php
-${OG_DIR}/language/pl_pl/site_interface.php
-${OG_DIR}/language/pl_pl/slimey.js
-${OG_DIR}/language/pl_pl/timezones.php
-${OG_DIR}/language/pl_pl/upgrade.php
-${OG_DIR}/language/pt_br.php
-${OG_DIR}/language/pt_br/actions.php
-${OG_DIR}/language/pt_br/administration.php
-${OG_DIR}/language/pt_br/calendar.php
-${OG_DIR}/language/pt_br/countries.php
-${OG_DIR}/language/pt_br/emails.php
-${OG_DIR}/language/pt_br/errors.php
-${OG_DIR}/language/pt_br/export.php
-${OG_DIR}/language/pt_br/fields.php
-${OG_DIR}/language/pt_br/general.php
-${OG_DIR}/language/pt_br/help.php
-${OG_DIR}/language/pt_br/help/account.html
-${OG_DIR}/language/pt_br/help/dashboard.html
-${OG_DIR}/language/pt_br/help/dummy.txt
-${OG_DIR}/language/pt_br/help/no_help.html
-${OG_DIR}/language/pt_br/html_to_pdf.php
-${OG_DIR}/language/pt_br/lang.js
-${OG_DIR}/language/pt_br/messages.php
-${OG_DIR}/language/pt_br/new_window.php
-${OG_DIR}/language/pt_br/objects.php
-${OG_DIR}/language/pt_br/plugins/dummy.txt
-${OG_DIR}/language/pt_br/project_interface.php
-${OG_DIR}/language/pt_br/reporting.php
-${OG_DIR}/language/pt_br/site_interface.php
-${OG_DIR}/language/pt_br/slimey.js
-${OG_DIR}/language/pt_br/timezones.php
-${OG_DIR}/language/pt_br/upgrade.php
-${OG_DIR}/language/ru_ru.php
-${OG_DIR}/language/ru_ru/actions.php
-${OG_DIR}/language/ru_ru/administration.php
-${OG_DIR}/language/ru_ru/calendar.php
-${OG_DIR}/language/ru_ru/countries.php
-${OG_DIR}/language/ru_ru/emails.php
-${OG_DIR}/language/ru_ru/errors.php
-${OG_DIR}/language/ru_ru/fields.php
-${OG_DIR}/language/ru_ru/general.php
-${OG_DIR}/language/ru_ru/help.php
-${OG_DIR}/language/ru_ru/help/account.html
-${OG_DIR}/language/ru_ru/help/dashboard.html
-${OG_DIR}/language/ru_ru/help/dummy.txt
-${OG_DIR}/language/ru_ru/help/no_help.html
-${OG_DIR}/language/ru_ru/lang.js
-${OG_DIR}/language/ru_ru/messages.php
-${OG_DIR}/language/ru_ru/objects.php
-${OG_DIR}/language/ru_ru/plugins/dummy.txt
-${OG_DIR}/language/ru_ru/project_interface.php
-${OG_DIR}/language/ru_ru/readme_rus.txt
-${OG_DIR}/language/ru_ru/reporting.php
-${OG_DIR}/language/ru_ru/site_interface.php
-${OG_DIR}/language/ru_ru/slimey.js
-${OG_DIR}/language/ru_ru/timezones.php
-${OG_DIR}/language/ru_ru/unknown-words.txt
-${OG_DIR}/language/ru_ru/upgrade.php
-${OG_DIR}/language/zh_cn.php
-${OG_DIR}/language/zh_cn/README
-${OG_DIR}/language/zh_cn/actions.php
-${OG_DIR}/language/zh_cn/administration.php
-${OG_DIR}/language/zh_cn/calendar.php
-${OG_DIR}/language/zh_cn/countries.php
-${OG_DIR}/language/zh_cn/emails.php
-${OG_DIR}/language/zh_cn/errors.php
-${OG_DIR}/language/zh_cn/general.php
-${OG_DIR}/language/zh_cn/help/dummy.txt
-${OG_DIR}/language/zh_cn/lang.js
-${OG_DIR}/language/zh_cn/messages.php
-${OG_DIR}/language/zh_cn/objects.php
-${OG_DIR}/language/zh_cn/plugins/dummy.txt
-${OG_DIR}/language/zh_cn/project_interface.php
-${OG_DIR}/language/zh_cn/site_interface.php
-${OG_DIR}/language/zh_cn/timezones.php
-${OG_DIR}/language/zh_tw.php
-${OG_DIR}/language/zh_tw/actions.php
-${OG_DIR}/language/zh_tw/administration.php
-${OG_DIR}/language/zh_tw/calendar.php
-${OG_DIR}/language/zh_tw/countries.php
-${OG_DIR}/language/zh_tw/emails.php
-${OG_DIR}/language/zh_tw/errors.php
-${OG_DIR}/language/zh_tw/general.php
-${OG_DIR}/language/zh_tw/help/dummy.txt
-${OG_DIR}/language/zh_tw/lang.js
-${OG_DIR}/language/zh_tw/messages.php
-${OG_DIR}/language/zh_tw/objects.php
-${OG_DIR}/language/zh_tw/plugins/dummy.txt
-${OG_DIR}/language/zh_tw/project_interface.php
-${OG_DIR}/language/zh_tw/site_interface.php
-${OG_DIR}/language/zh_tw/timezones.php
-${OG_DIR}/library/PEAR/Auth/SASL.php
-${OG_DIR}/library/PEAR/Auth/SASL/Anonymous.php
-${OG_DIR}/library/PEAR/Auth/SASL/Common.php
-${OG_DIR}/library/PEAR/Auth/SASL/CramMD5.php
-${OG_DIR}/library/PEAR/Auth/SASL/DigestMD5.php
-${OG_DIR}/library/PEAR/Auth/SASL/Login.php
-${OG_DIR}/library/PEAR/Auth/SASL/Plain.php
-${OG_DIR}/library/PEAR/HTTP/Download.php
-${OG_DIR}/library/PEAR/HTTP/Download/Archive.php
-${OG_DIR}/library/PEAR/HTTP/Download/PgLOB.php
-${OG_DIR}/library/PEAR/HTTP/Header.php
-${OG_DIR}/library/PEAR/HTTP/Header/Cache.php
-${OG_DIR}/library/PEAR/HTTP/Request.php
-${OG_DIR}/library/PEAR/HTTP/Request/Listener.php
-${OG_DIR}/library/PEAR/HTTP/Session.php
-${OG_DIR}/library/PEAR/HTTP/Session/Container.php
-${OG_DIR}/library/PEAR/HTTP/Session/Container/DB.php
-${OG_DIR}/library/PEAR/HTTP/Session/Container/MDB.php
-${OG_DIR}/library/PEAR/HTTP/Session/Container/MDB2.php
-${OG_DIR}/library/PEAR/HTTP/Session/Container/Memcache.php
-${OG_DIR}/library/PEAR/HTTP/Upload.php
-${OG_DIR}/library/PEAR/Net/CheckIP.php
-${OG_DIR}/library/PEAR/Net/Curl.php
-${OG_DIR}/library/PEAR/Net/DIME.php
-${OG_DIR}/library/PEAR/Net/FTP.php
-${OG_DIR}/library/PEAR/Net/FTP/Observer.php
-${OG_DIR}/library/PEAR/Net/FTP/Socket.php
-${OG_DIR}/library/PEAR/Net/IDNA.php
-${OG_DIR}/library/PEAR/Net/IDNA/php4.php
-${OG_DIR}/library/PEAR/Net/IDNA/php5.php
-${OG_DIR}/library/PEAR/Net/IMAP.php
-${OG_DIR}/library/PEAR/Net/IMAPProtocol.php
-${OG_DIR}/library/PEAR/Net/IPv4.php
-${OG_DIR}/library/PEAR/Net/IPv6.php
-${OG_DIR}/library/PEAR/Net/POP3.php
-${OG_DIR}/library/PEAR/Net/SMTP.php
-${OG_DIR}/library/PEAR/Net/Socket.php
-${OG_DIR}/library/PEAR/Net/URL.php
-${OG_DIR}/library/PEAR/Net/URL2.php
-${OG_DIR}/library/PEAR/Net/UserAgent/Detect.php
-${OG_DIR}/library/PEAR/Net/UserAgent/Detect/APC.php
-${OG_DIR}/library/PEAR/PEAR.php
-${OG_DIR}/library/PEAR/PEAR/ErrorStack.php
-${OG_DIR}/library/PEAR/SOAP/Base.php
-${OG_DIR}/library/PEAR/SOAP/Client.php
-${OG_DIR}/library/PEAR/SOAP/Disco.php
-${OG_DIR}/library/PEAR/SOAP/Fault.php
-${OG_DIR}/library/PEAR/SOAP/Interop/config.php.dist
-${OG_DIR}/library/PEAR/SOAP/Interop/index.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round2Base.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round2GroupB.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round2GroupC.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round3GroupD.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_client.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_client_results.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_client_run.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_database.sql
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_test.php
-${OG_DIR}/library/PEAR/SOAP/Interop/interop_test_functions.php
-${OG_DIR}/library/PEAR/SOAP/Interop/params_Round2Base.php
-${OG_DIR}/library/PEAR/SOAP/Interop/params_Round2GroupB.php
-${OG_DIR}/library/PEAR/SOAP/Interop/params_Round2GroupC.php
-${OG_DIR}/library/PEAR/SOAP/Interop/params_Round3GroupD.php
-${OG_DIR}/library/PEAR/SOAP/Interop/params_classes.php
-${OG_DIR}/library/PEAR/SOAP/Interop/params_values.php
-${OG_DIR}/library/PEAR/SOAP/Interop/readme.txt
-${OG_DIR}/library/PEAR/SOAP/Interop/registrationAndNotification.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round2Base.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round2GroupB.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round2GroupC.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupD.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDCompound1.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDCompound2.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDDocLit.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDDocLitParams.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDEmptySA.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDImport1.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDImport2.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDImport3.php
-${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDRpcEnc.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestDocLit.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestDocLitParameters.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestExtensibility.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestExtensibilityRequired.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestList.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestRpcEnc.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestheaders.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/compound1.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/compound2.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/echoheadersvc.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/emptysa.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/import1.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/import2.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/import3.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported/import1B.wsdl
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported/import2B.wsdl
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported/import2B.xsd
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/interop.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/interopB.wsdl.php
-${OG_DIR}/library/PEAR/SOAP/Parser.php
-${OG_DIR}/library/PEAR/SOAP/Server.php
-${OG_DIR}/library/PEAR/SOAP/Server/Email.php
-${OG_DIR}/library/PEAR/SOAP/Server/Email_Gateway.php
-${OG_DIR}/library/PEAR/SOAP/Server/TCP.php
-${OG_DIR}/library/PEAR/SOAP/Transport.php
-${OG_DIR}/library/PEAR/SOAP/Transport/HTTP.php
-${OG_DIR}/library/PEAR/SOAP/Transport/SMTP.php
-${OG_DIR}/library/PEAR/SOAP/Transport/TCP.php
-${OG_DIR}/library/PEAR/SOAP/Transport/TEST.php
-${OG_DIR}/library/PEAR/SOAP/Type/dateTime.php
-${OG_DIR}/library/PEAR/SOAP/Type/duration.php
-${OG_DIR}/library/PEAR/SOAP/Type/hexBinary.php
-${OG_DIR}/library/PEAR/SOAP/Value.php
-${OG_DIR}/library/PEAR/SOAP/WSDL.php
-${OG_DIR}/library/PEAR/SOAP/tools/genproxy.php
-${OG_DIR}/library/browser/Browser.php
-${OG_DIR}/library/cssmin/CSSMin.class.php
-${OG_DIR}/library/feed/Angie_Feed.class.php
-${OG_DIR}/library/feed/Angie_Feed_Author.class.php
-${OG_DIR}/library/feed/Angie_Feed_Item.class.php
-${OG_DIR}/library/feed/Angie_Feed_Renderer.class.php
-${OG_DIR}/library/feed/renderer/Angie_Feed_Renderer_RSS2.class.php
-${OG_DIR}/library/filerepository/FileRepository.class.php
-${OG_DIR}/library/filerepository/backend/FileRepository_Backend.class.php
-${OG_DIR}/library/filerepository/backend/FileRepository_Backend_DB.class.php
-${OG_DIR}/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php
-${OG_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php
-${OG_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php
-${OG_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php
-${OG_DIR}/library/html2text/class.html2text.inc
-${OG_DIR}/library/htmlpurifier/HTMLPurifier.standalone.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Exception.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Namespace.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Validator.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema.ser
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormatParam.PurifierLinkifyDocURL.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormatParam.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.ExtractStyleBlocksEscaping.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.ExtractStyleBlocksScope.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.ExtractStyleBlocksTidyImpl.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Test.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.txt
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/3.3.0,aacfe2e21b552364077576cd0a636b92,1.ser
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/YouTube.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/classes/en-x-test.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PEARSax3.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PH5P.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/CSSDefinition.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.css
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.php
-${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/HTMLDefinition.php
-${OG_DIR}/library/icalendar/components/iCalendar_Calendar.class.php
-${OG_DIR}/library/icalendar/components/iCalendar_Component.class.php
-${OG_DIR}/library/icalendar/components/iCalendar_Event.class.php
-${OG_DIR}/library/icalendar/components/iCalendar_Todo.class.php
-${OG_DIR}/library/icalendar/error/iCalendar_InvalidComponentPropertyError.class.php
-${OG_DIR}/library/icalendar/error/iCalendar_InvalidComponentSubcomponentError.class.php
-${OG_DIR}/library/icalendar/iCalendar.class.php
-${OG_DIR}/library/icalendar/iCalendar_PropertyValue.class.php
-${OG_DIR}/library/jsmin/JSMin.class.php
-${OG_DIR}/library/json/JSON.class.php
-${OG_DIR}/library/json/json.php
-${OG_DIR}/library/simplegd/classes/SimpleGdImage.class.php
-${OG_DIR}/library/simplegd/errors/FailedToLoadImageError.class.php
-${OG_DIR}/library/simplegd/errors/FileNotImageError.class.php
-${OG_DIR}/library/simplegd/errors/ImageTypeNotSupportedError.class.php
-${OG_DIR}/library/swift/lib/Swift.php
-${OG_DIR}/library/swift/lib/Swift/Authenticator/CRAMMD5.php
-${OG_DIR}/library/swift/lib/Swift/Authenticator/LOGIN.php
-${OG_DIR}/library/swift/lib/Swift/Authenticator/PLAIN.php
-${OG_DIR}/library/swift/lib/Swift/Authenticator/POP3SMTP_.php
-${OG_DIR}/library/swift/lib/Swift/Authenticator/README
-${OG_DIR}/library/swift/lib/Swift/Connection/Multi.php
-${OG_DIR}/library/swift/lib/Swift/Connection/NativeMail.php
-${OG_DIR}/library/swift/lib/Swift/Connection/Rotator.php
-${OG_DIR}/library/swift/lib/Swift/Connection/SMTP.php
-${OG_DIR}/library/swift/lib/Swift/Connection/Sendmail.php
-${OG_DIR}/library/swift/lib/Swift/Plugin/AntiFlood.php
-${OG_DIR}/library/swift/lib/Swift/Plugin/ConnectionRotator.php
-${OG_DIR}/library/swift/lib/Swift/Plugin/Errors.php
-${OG_DIR}/library/swift/lib/Swift/Plugin/Example.php
-${OG_DIR}/library/swift/lib/Swift/Plugin/Template.php
-${OG_DIR}/library/swift/lib/Swift/Stream.php
-${OG_DIR}/library/swift/lib/Swift/Stream/MailProxy.php
-${OG_DIR}/library/swift/lib/Swift/Stream/Processor.php
-${OG_DIR}/library/swift/swift.php
-${OG_DIR}/library/textile/Textile.class.php
-${OG_DIR}/library/utf8/LICENSE
-${OG_DIR}/library/utf8/README
-${OG_DIR}/library/utf8/mbstring/core.php
-${OG_DIR}/library/utf8/native/core.php
-${OG_DIR}/library/utf8/ord.php
-${OG_DIR}/library/utf8/str_ireplace.php
-${OG_DIR}/library/utf8/str_pad.php
-${OG_DIR}/library/utf8/str_split.php
-${OG_DIR}/library/utf8/strcasecmp.php
-${OG_DIR}/library/utf8/strcspn.php
-${OG_DIR}/library/utf8/stristr.php
-${OG_DIR}/library/utf8/strrev.php
-${OG_DIR}/library/utf8/strspn.php
-${OG_DIR}/library/utf8/substr_replace.php
-${OG_DIR}/library/utf8/trim.php
-${OG_DIR}/library/utf8/ucfirst.php
-${OG_DIR}/library/utf8/ucwords.php
-${OG_DIR}/library/utf8/utf8.php
-${OG_DIR}/library/utf8/utils/ascii.php
-${OG_DIR}/library/utf8/utils/bad.php
-${OG_DIR}/library/utf8/utils/patterns.php
-${OG_DIR}/library/utf8/utils/position.php
-${OG_DIR}/library/utf8/utils/specials.php
-${OG_DIR}/library/utf8/utils/unicode.php
-${OG_DIR}/library/utf8/utils/validation.php
-${OG_DIR}/library/vcard/vcard.php
-${OG_DIR}/library/zend/Zend/Exception.php
-${OG_DIR}/library/zend/Zend/Search/Exception.php
-${OG_DIR}/library/zend/Zend/Search/Lucene.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Token.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Document.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Document/Html.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Exception.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/FSM.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/FSMAction.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Field.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/DictionaryLoader.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/FieldInfo.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfo.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfoPriorityQueue.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentMerger.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/Term.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/TermInfo.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Index/Writer.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Interface.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/LockManager.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/PriorityQueue.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Proxy.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Boolean.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Empty.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Fuzzy.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Insignificant.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/MultiTerm.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Phrase.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Range.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Term.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Wildcard.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Term.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryHit.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryLexer.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParser.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserContext.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserException.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryToken.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity/Default.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Boolean.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Empty.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/MultiTerm.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Phrase.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Term.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Filesystem.php
-${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Memory.php
-${OG_DIR}/library/zip/archive.class.php
-${OG_DIR}/library/zipimport/ImportLogger.class.php
-${OG_DIR}/library/zipimport/ZipImport.class.php
-${OG_DIR}/library/zipimport/zipImportConsole.php
-${OG_DIR}/license.txt
-${OG_DIR}/php.ini
-${OG_DIR}/public/assets/flash/SoundBridge.swf
-${OG_DIR}/public/assets/flash/open-flash-chart.swf
-${OG_DIR}/public/assets/flash/visorFreemind.swf
-${OG_DIR}/public/assets/javascript/ckeditor/.htaccess
-${OG_DIR}/public/assets/javascript/ckeditor/CHANGES.html
-${OG_DIR}/public/assets/javascript/ckeditor/INSTALL.html
-${OG_DIR}/public/assets/javascript/ckeditor/LICENSE.html
-${OG_DIR}/public/assets/javascript/ckeditor/ck_upload_handler.php
-${OG_DIR}/public/assets/javascript/ckeditor/ckeditor.js
-${OG_DIR}/public/assets/javascript/ckeditor/ckeditor.pack
-${OG_DIR}/public/assets/javascript/ckeditor/ckeditor_basic.js
-${OG_DIR}/public/assets/javascript/ckeditor/config.js
-${OG_DIR}/public/assets/javascript/ckeditor/contents.css
-${OG_DIR}/public/assets/javascript/ckeditor/images/spacer.gif
-${OG_DIR}/public/assets/javascript/ckeditor/lang/_languages.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/_translationstatus.txt
-${OG_DIR}/public/assets/javascript/ckeditor/lang/af.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ar.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/bg.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/bn.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/bs.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ca.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/cs.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/da.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/de.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/el.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/en-au.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/en-ca.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/en-uk.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/en.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/eo.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/es.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/et.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/eu.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/fa.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/fi.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/fo.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/fr-ca.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/fr.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/gl.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/gu.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/he.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/hi.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/hr.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/hu.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/is.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/it.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ja.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/km.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ko.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/lt.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/lv.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/mn.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ms.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/nb.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/nl.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/no.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/pl.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/pt-br.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/pt.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ro.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/ru.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/sk.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/sl.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/sr-latn.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/sr.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/sv.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/th.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/tr.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/uk.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/vi.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/zh-cn.js
-${OG_DIR}/public/assets/javascript/ckeditor/lang/zh.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/about/dialogs/about.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/about/dialogs/logo_ckeditor.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/about/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/basicstyles/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/blockquote/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/button/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/clipboard/dialogs/paste.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/clipboard/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/colorbutton/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/contextmenu/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/dialog/dialogDefinition.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/dialog/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/dialogui/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/domiterator/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/editingblock/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/elementspath/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/enterkey/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/entities/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/fakeobjects/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/find/dialogs/find.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/find/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/flash/dialogs/flash.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/flash/images/placeholder.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/flash/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/floatpanel/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/font/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/format/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/button.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/checkbox.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/form.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/hiddenfield.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/radio.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/select.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/textarea.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/textfield.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/forms/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/horizontalrule/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/htmldataprocessor/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/htmlwriter/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/iframedialog/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/image/dialogs/image.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/image/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/indent/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/justify/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/keystrokes/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/link/dialogs/anchor.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/link/dialogs/link.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/link/images/anchor.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/link/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/list/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/listblock/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/maximize/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/menu/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/menubutton/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/newpage/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/pagebreak/images/pagebreak.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/pagebreak/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/panel/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/panelbutton/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/pastefromword/dialogs/pastefromword.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/pastefromword/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/pastetext/dialogs/pastetext.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/pastetext/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/popup/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/preview/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/print/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/removeformat/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/resize/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/richcombo/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/save/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/scayt/dialogs/options.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/scayt/dialogs/toolbar.css
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/scayt/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/selection/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_address.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_blockquote.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_div.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_h1.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_h2.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_h3.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_h4.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_h5.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_h6.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_p.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_pre.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/dialogs/smiley.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/angel_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/angry_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/broken_heart.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/confused_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/cry_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/devil_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/embaressed_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/envelope.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/heart.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/kiss.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/lightbulb.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/omg_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/regular_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/sad_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/shades_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/teeth_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/thumbs_down.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/thumbs_up.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/tounge_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/wink_smile.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/smiley/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/sourcearea/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/specialchar/dialogs/specialchar.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/specialchar/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/styles/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/stylescombo/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/stylescombo/styles/default.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/tab/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/table/dialogs/table.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/table/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/tabletools/dialogs/tableCell.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/tabletools/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/templates/dialogs/templates.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/templates/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/templates/templates/default.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/templates/templates/images/template1.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/templates/templates/images/template2.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/templates/templates/images/template3.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/toolbar/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/dialogs/uicolor.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/lang/en.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/uicolor.gif
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/assets/yui.css
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/yui.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/undo/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/wsc/dialogs/ciframe.html
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/wsc/dialogs/wsc.css
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/wsc/dialogs/wsc.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/wsc/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/plugins/wysiwygarea/plugin.js
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/dialog.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/editor.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/icons.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/dialog_sides.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/dialog_sides.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/dialog_sides_rtl.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/mini.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/noimage.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/sprites.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/sprites_ie6.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/images/toolbar_start.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/skin.js
-${OG_DIR}/public/assets/javascript/ckeditor/skins/kama/templates.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/dialog.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/editor.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/icons.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/dialog_sides.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/dialog_sides.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/dialog_sides_rtl.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/mini.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/noimage.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/sprites.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/sprites_ie6.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/skin.js
-${OG_DIR}/public/assets/javascript/ckeditor/skins/office2003/templates.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/dialog.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/editor.css
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/icons.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/dialog_sides.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/dialog_sides.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/dialog_sides_rtl.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/mini.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/noimage.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/sprites.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/sprites_ie6.png
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/images/toolbar_start.gif
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/skin.js
-${OG_DIR}/public/assets/javascript/ckeditor/skins/v2/templates.css
-${OG_DIR}/public/assets/javascript/ckeditor/themes/default/theme.js
-${OG_DIR}/public/assets/javascript/extjs/LICENSE.txt
-${OG_DIR}/public/assets/javascript/extjs/adapter/ext/ext-base.js
-${OG_DIR}/public/assets/javascript/extjs/ext-all-debug.js
-${OG_DIR}/public/assets/javascript/extjs/ext-all.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-af-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-bg-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ca-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-cs-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-da-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-de-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-el_GR-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-en-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-en_GB-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-es-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-fa-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-fi-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-fr_FR.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-gr-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-he-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-hr-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-id-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-it-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ja-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ko-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-lt-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-lv-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-mk-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-nl-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NB-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NN-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-pl-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt_BR-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ro-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ru.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sk-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sl-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sr-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sv_SE-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-th-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-tr-min.js
-${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-zh_CN-min.js
-${OG_DIR}/public/assets/javascript/flashobject.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/application.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_api.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_dialogs.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_toolbars.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/colorPalette.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/configs.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/environment.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/fonts.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/application/openFile_dialogBox.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/comm/comm_manager.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/common/error.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/common/event_wrapper.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/common/functions.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/common/style_wrapper.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/controllers/command_controller.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/controllers/font_style_controller.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid_components.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid_events.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid_gui.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid_operations.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid_scrollbar.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/grid_selection.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/resize_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/vcell.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/vcolumn.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/grid/vrow.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/handlers/event_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/handlers/json_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/handlers/key_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/handlers/names_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/handlers/resize_handlerold.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/handlers/style_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/interface/img/_vti_cnf/cell.cur.ico
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/interface/img/_vti_cnf/cursores.jpg
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/interface/img/_vti_cnf/default_cursor.jpg
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/interface/img/white-top-bottom-lightold.gif
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/book.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/calculator.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/cell.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/column.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/formula_parser.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/functions.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/range.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/references.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/row.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/sheet.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/sheet_style_operations.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/logic/store.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/clipboard.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/model.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/model_events.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/model_navigation.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/model_selection.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/model_style_operations.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/model/selection_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/toolbar/toolbar.js
-${OG_DIR}/public/assets/javascript/gelSheet/client/dev/toolbar/toolbar_callback.js
-${OG_DIR}/public/assets/javascript/gelSheet/gelsheet.min.js
-${OG_DIR}/public/assets/javascript/gelSheet/index.php
-${OG_DIR}/public/assets/javascript/gelSheet/jsmin-1.1.1.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/Connection.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/comm/Message.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/comm/MessageHandler.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/config/classPath.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/config/settings.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/config/tableNames.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/BookController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/ExportController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/FormatController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/FrontController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/LanguageController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/OgSecurityController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/SecurityController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/SpreadsheetController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/controller/UserController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPCreator.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Calculation.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Calculation/FormulaParser.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Calculation/FormulaToken.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Calculation/Function.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Calculation/Functions.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Calculation/functionlist.txt
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Cell.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Cell/DataType.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Cell/DataValidation.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Comment.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/DocumentProperties.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/DocumentSecurity.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/HashTable.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/IComparable.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/IOFactory.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/NamedRange.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Reader/CSV.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Reader/Excel5.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Reader/IReader.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Reader/Serialized.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/ReferenceHelper.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/RichText.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/RichText/ITextElement.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/RichText/Run.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/RichText/TextElement.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/Date.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/Drawing.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/File.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/Font.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/OLE.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/OLE/OLE_File.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/OLE/OLE_PPS.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/OLE/OLE_Root.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/OLERead.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/courier.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helvetica.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helveticab.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helveticabi.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helveticai.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/symbol.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/times.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/timesb.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/timesbi.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/timesi.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/zapfdingbats.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PDF/fpdf.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/PasswordHasher.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/String.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Alignment.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Border.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Borders.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Color.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Conditional.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Fill.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Font.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/NumberFormat.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Style/Protection.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/BaseDrawing.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/ColumnDimension.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/Drawing.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooter.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/PageMargins.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/PageSetup.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/Protection.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Worksheet/RowDimension.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/CSV.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Comments.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Rels.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Style.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Theme.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Format.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Parser.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Workbook.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Writer.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/HTML.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/IWriter.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/PDF.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/Classes/PHPExcel/Writer/Serialized.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPExcel/sample.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPOds/AUTHORS
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPOds/LICENSE
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPOds/PHPOds.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/export/PHPOds/VERSION
-${OG_DIR}/public/assets/javascript/gelSheet/server/index.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/Book.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/BorderStyle.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/Cell.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/CellContainer.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/Column.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/FontStyle.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/LayoutStyle.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/Model.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/Row.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/Sheet.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/model/User.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/Tables.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/db_functions.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/helpers/OgHelper.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/lang/example.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/lang/lang_list.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/lang/languages.js.php
-${OG_DIR}/public/assets/javascript/gelSheet/server/util/lang/languages.php
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/ie.css
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/ie7.css
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/cell.cur.ico
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/col.cur.ico
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/cursores.jpg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/default_cursor.jpg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gelsheet_logo-113x54-transparent.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gelsheet_logo-113x54.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gelsheet_logo-132x51-Tab-transparent.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gelsheet_logo-132x51-Tab.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gelsheet_logo-85x41.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gelsheet_logo.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/gray-1px-50.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/HTML2-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/ODS-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/ODS-48x48.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/PDF-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/PDF-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/XLS-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/XLS-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/XLSX-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_center-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_center-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_justify-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_left-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_left-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_right-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/align_right-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/background-color.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/background-color.svg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/bgcolor-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/bgcolor.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/bold-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/bold.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/bold.svg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/border_bottom.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/border_left.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/border_none.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/border_right.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/border_top.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/decimal-decrease.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/decimal-increase.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/delete-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/drawing.svg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/excel_2007_icon.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/excel_2007_icon2.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/export.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/floppy_icon.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/floppy_icon.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/font-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/font-color-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/font-color.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/font-color.svg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/font.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/fx-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/italic-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/italic.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/italic.svg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/modify-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/name-selector-trigger.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/new-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/new-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/new-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/open-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/open-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/pencil-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/range.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/range2.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/redo-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/refresh-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/save-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/save-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/save-as-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/saveas-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/saveas-32x32.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/separator32x8.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/show-formula.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/sum.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/text2399.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/underline-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/underline.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/underline.svg
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/undo-16x16.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/unformat-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/valign_button-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/valign_center-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/icons/valign_top-16x16.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/row.cur.ico
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/row.cur2.ico
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/select-all.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/transp-1px.png
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/white-left-right.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/white-top-bottom-dark.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/white-top-bottom-light.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/white-top-bottom.gif
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/style.css
-${OG_DIR}/public/assets/javascript/gelSheet/themes/opengoo/toolbar.css
-${OG_DIR}/public/assets/javascript/og/ArchivedObjects.js
-${OG_DIR}/public/assets/javascript/og/CSVCombo.js
-${OG_DIR}/public/assets/javascript/og/CalendarFunctions.js
-${OG_DIR}/public/assets/javascript/og/CalendarManager.js
-${OG_DIR}/public/assets/javascript/og/CalendarToolbar.js
-${OG_DIR}/public/assets/javascript/og/ContactManager.js
-${OG_DIR}/public/assets/javascript/og/ContentPanel.js
-${OG_DIR}/public/assets/javascript/og/ContentPanelLayout.js
-${OG_DIR}/public/assets/javascript/og/CustomProperties.js
-${OG_DIR}/public/assets/javascript/og/CustomPropertyFunctions.js
-${OG_DIR}/public/assets/javascript/og/DateField.js
-${OG_DIR}/public/assets/javascript/og/EmailAccountMenu.js
-${OG_DIR}/public/assets/javascript/og/EmailCombo.js
-${OG_DIR}/public/assets/javascript/og/EventPopUp.js
-${OG_DIR}/public/assets/javascript/og/ExtendedDialog.js
-${OG_DIR}/public/assets/javascript/og/FileManager.js
-${OG_DIR}/public/assets/javascript/og/GooPlayer.js
-${OG_DIR}/public/assets/javascript/og/GooProxy.js
-${OG_DIR}/public/assets/javascript/og/HelpPanel.js
-${OG_DIR}/public/assets/javascript/og/Helpers.js
-${OG_DIR}/public/assets/javascript/og/HtmlPanel.js
-${OG_DIR}/public/assets/javascript/og/HttpProvider.js
-${OG_DIR}/public/assets/javascript/og/ImageChooser.js
-${OG_DIR}/public/assets/javascript/og/InfinitePagingToolbar.js
-${OG_DIR}/public/assets/javascript/og/LinkedObjectsManager.js
-${OG_DIR}/public/assets/javascript/og/LoginDialog.js
-${OG_DIR}/public/assets/javascript/og/MailManager.js
-${OG_DIR}/public/assets/javascript/og/MessageManager.js
-${OG_DIR}/public/assets/javascript/og/ObjectPicker.js
-${OG_DIR}/public/assets/javascript/og/OverviewManager.js
-${OG_DIR}/public/assets/javascript/og/Permissions.js
-${OG_DIR}/public/assets/javascript/og/QuickAdd.js
-${OG_DIR}/public/assets/javascript/og/Reminders.js
-${OG_DIR}/public/assets/javascript/og/ReportingFunctions.js
-${OG_DIR}/public/assets/javascript/og/ReportingManager.js
-${OG_DIR}/public/assets/javascript/og/Sound.js
-${OG_DIR}/public/assets/javascript/og/TagMenu.js
-${OG_DIR}/public/assets/javascript/og/TagPanel.js
-${OG_DIR}/public/assets/javascript/og/TrashCan.js
-${OG_DIR}/public/assets/javascript/og/UserGroupPicker.js
-${OG_DIR}/public/assets/javascript/og/WebpageManager.js
-${OG_DIR}/public/assets/javascript/og/WorkspaceChooser.js
-${OG_DIR}/public/assets/javascript/og/WorkspacePanel.js
-${OG_DIR}/public/assets/javascript/og/WorkspaceUtils.js
-${OG_DIR}/public/assets/javascript/og/app.js
-${OG_DIR}/public/assets/javascript/og/extfix.js
-${OG_DIR}/public/assets/javascript/og/layout.js
-${OG_DIR}/public/assets/javascript/og/mail/addMail.js
-${OG_DIR}/public/assets/javascript/og/modules/addContactForm.js
-${OG_DIR}/public/assets/javascript/og/modules/addFileForm.js
-${OG_DIR}/public/assets/javascript/og/modules/addMessageForm.js
-${OG_DIR}/public/assets/javascript/og/modules/addProjectForm.js
-${OG_DIR}/public/assets/javascript/og/modules/addTaskForm.js
-${OG_DIR}/public/assets/javascript/og/modules/addTemplate.js
-${OG_DIR}/public/assets/javascript/og/modules/addUserForm.js
-${OG_DIR}/public/assets/javascript/og/modules/doubleListSelCtrl.js
-${OG_DIR}/public/assets/javascript/og/modules/linkToObjectForm.js
-${OG_DIR}/public/assets/javascript/og/modules/massmailerForm.js
-${OG_DIR}/public/assets/javascript/og/modules/updatePermissionsForm.js
-${OG_DIR}/public/assets/javascript/og/og.js
-${OG_DIR}/public/assets/javascript/og/swfobject.js
-${OG_DIR}/public/assets/javascript/og/tasks/TasksBottomToolbar.js
-${OG_DIR}/public/assets/javascript/og/tasks/TasksTopToolbar.js
-${OG_DIR}/public/assets/javascript/og/tasks/addTask.js
-${OG_DIR}/public/assets/javascript/og/tasks/drawing.js
-${OG_DIR}/public/assets/javascript/og/tasks/main.js
-${OG_DIR}/public/assets/javascript/og/tasks/print.js
-${OG_DIR}/public/assets/javascript/og/time/drawing.js
-${OG_DIR}/public/assets/javascript/og/time/main.js
-${OG_DIR}/public/assets/javascript/ogmin.js
-${OG_DIR}/public/assets/javascript/slimey/actions.js
-${OG_DIR}/public/assets/javascript/slimey/editor.js
-${OG_DIR}/public/assets/javascript/slimey/favicon.ico
-${OG_DIR}/public/assets/javascript/slimey/functions.js
-${OG_DIR}/public/assets/javascript/slimey/images/addslide.png
-${OG_DIR}/public/assets/javascript/slimey/images/addslided.png
-${OG_DIR}/public/assets/javascript/slimey/images/addslideh.png
-${OG_DIR}/public/assets/javascript/slimey/images/addslidex.png
-${OG_DIR}/public/assets/javascript/slimey/images/bold.png
-${OG_DIR}/public/assets/javascript/slimey/images/boldd.png
-${OG_DIR}/public/assets/javascript/slimey/images/boldh.png
-${OG_DIR}/public/assets/javascript/slimey/images/boldx.png
-${OG_DIR}/public/assets/javascript/slimey/images/bringToFront.png
-${OG_DIR}/public/assets/javascript/slimey/images/bringToFrontd.png
-${OG_DIR}/public/assets/javascript/slimey/images/bringToFronth.png
-${OG_DIR}/public/assets/javascript/slimey/images/bringToFrontx.png
-${OG_DIR}/public/assets/javascript/slimey/images/center.png
-${OG_DIR}/public/assets/javascript/slimey/images/centerd.png
-${OG_DIR}/public/assets/javascript/slimey/images/centerh.png
-${OG_DIR}/public/assets/javascript/slimey/images/centerx.png
-${OG_DIR}/public/assets/javascript/slimey/images/color.png
-${OG_DIR}/public/assets/javascript/slimey/images/colord.png
-${OG_DIR}/public/assets/javascript/slimey/images/colorh.png
-${OG_DIR}/public/assets/javascript/slimey/images/colorx.png
-${OG_DIR}/public/assets/javascript/slimey/images/delete.png
-${OG_DIR}/public/assets/javascript/slimey/images/deleted.png
-${OG_DIR}/public/assets/javascript/slimey/images/deleteh.png
-${OG_DIR}/public/assets/javascript/slimey/images/deletex.png
-${OG_DIR}/public/assets/javascript/slimey/images/delslide.png
-${OG_DIR}/public/assets/javascript/slimey/images/delslided.png
-${OG_DIR}/public/assets/javascript/slimey/images/delslideh.png
-${OG_DIR}/public/assets/javascript/slimey/images/delslidex.png
-${OG_DIR}/public/assets/javascript/slimey/images/empty.png
-${OG_DIR}/public/assets/javascript/slimey/images/emptyd.png
-${OG_DIR}/public/assets/javascript/slimey/images/emptyh.png
-${OG_DIR}/public/assets/javascript/slimey/images/emptyx.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertImage.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertImaged.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertImageh.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertImagex.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertOList.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertOListd.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertOListh.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertOListx.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertText.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertTextd.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertTexth.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertTextx.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertUList.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertUListd.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertUListh.png
-${OG_DIR}/public/assets/javascript/slimey/images/insertUListx.png
-${OG_DIR}/public/assets/javascript/slimey/images/italic.png
-${OG_DIR}/public/assets/javascript/slimey/images/italicd.png
-${OG_DIR}/public/assets/javascript/slimey/images/italich.png
-${OG_DIR}/public/assets/javascript/slimey/images/italicx.png
-${OG_DIR}/public/assets/javascript/slimey/images/left.png
-${OG_DIR}/public/assets/javascript/slimey/images/leftd.png
-${OG_DIR}/public/assets/javascript/slimey/images/lefth.png
-${OG_DIR}/public/assets/javascript/slimey/images/leftx.png
-${OG_DIR}/public/assets/javascript/slimey/images/newslide.png
-${OG_DIR}/public/assets/javascript/slimey/images/preview.png
-${OG_DIR}/public/assets/javascript/slimey/images/previewd.png
-${OG_DIR}/public/assets/javascript/slimey/images/previewh.png
-${OG_DIR}/public/assets/javascript/slimey/images/previewx.png
-${OG_DIR}/public/assets/javascript/slimey/images/redo.png
-${OG_DIR}/public/assets/javascript/slimey/images/redod.png
-${OG_DIR}/public/assets/javascript/slimey/images/redoh.png
-${OG_DIR}/public/assets/javascript/slimey/images/redox.png
-${OG_DIR}/public/assets/javascript/slimey/images/right.png
-${OG_DIR}/public/assets/javascript/slimey/images/rightd.png
-${OG_DIR}/public/assets/javascript/slimey/images/righth.png
-${OG_DIR}/public/assets/javascript/slimey/images/rightx.png
-${OG_DIR}/public/assets/javascript/slimey/images/sample.png
-${OG_DIR}/public/assets/javascript/slimey/images/save.png
-${OG_DIR}/public/assets/javascript/slimey/images/saved.png
-${OG_DIR}/public/assets/javascript/slimey/images/saveh.png
-${OG_DIR}/public/assets/javascript/slimey/images/savex.png
-${OG_DIR}/public/assets/javascript/slimey/images/sendToBack.png
-${OG_DIR}/public/assets/javascript/slimey/images/sendToBackd.png
-${OG_DIR}/public/assets/javascript/slimey/images/sendToBackh.png
-${OG_DIR}/public/assets/javascript/slimey/images/sendToBackx.png
-${OG_DIR}/public/assets/javascript/slimey/images/sep.png
-${OG_DIR}/public/assets/javascript/slimey/images/slidedown.png
-${OG_DIR}/public/assets/javascript/slimey/images/slidedownd.png
-${OG_DIR}/public/assets/javascript/slimey/images/slidedownh.png
-${OG_DIR}/public/assets/javascript/slimey/images/slidedownx.png
-${OG_DIR}/public/assets/javascript/slimey/images/slideup.png
-${OG_DIR}/public/assets/javascript/slimey/images/slideupd.png
-${OG_DIR}/public/assets/javascript/slimey/images/slideuph.png
-${OG_DIR}/public/assets/javascript/slimey/images/slideupx.png
-${OG_DIR}/public/assets/javascript/slimey/images/underline.png
-${OG_DIR}/public/assets/javascript/slimey/images/underlined.png
-${OG_DIR}/public/assets/javascript/slimey/images/underlineh.png
-${OG_DIR}/public/assets/javascript/slimey/images/underlinex.png
-${OG_DIR}/public/assets/javascript/slimey/images/undo.png
-${OG_DIR}/public/assets/javascript/slimey/images/undod.png
-${OG_DIR}/public/assets/javascript/slimey/images/undoh.png
-${OG_DIR}/public/assets/javascript/slimey/images/undox.png
-${OG_DIR}/public/assets/javascript/slimey/images/viewSource.png
-${OG_DIR}/public/assets/javascript/slimey/images/viewSourced.png
-${OG_DIR}/public/assets/javascript/slimey/images/viewSourceh.png
-${OG_DIR}/public/assets/javascript/slimey/images/viewSourcex.png
-${OG_DIR}/public/assets/javascript/slimey/integration.js
-${OG_DIR}/public/assets/javascript/slimey/license.txt
-${OG_DIR}/public/assets/javascript/slimey/logo.png
-${OG_DIR}/public/assets/javascript/slimey/logo.svg
-${OG_DIR}/public/assets/javascript/slimey/navigation.js
-${OG_DIR}/public/assets/javascript/slimey/readme.txt
-${OG_DIR}/public/assets/javascript/slimey/save.php
-${OG_DIR}/public/assets/javascript/slimey/slang/en_us.js
-${OG_DIR}/public/assets/javascript/slimey/slang/es_la.js
-${OG_DIR}/public/assets/javascript/slimey/slime.html
-${OG_DIR}/public/assets/javascript/slimey/slimey.css
-${OG_DIR}/public/assets/javascript/slimey/slimey.html
-${OG_DIR}/public/assets/javascript/slimey/slimey.js
-${OG_DIR}/public/assets/javascript/slimey/stack.js
-${OG_DIR}/public/assets/javascript/slimey/toolbar.js
-${OG_DIR}/public/assets/javascript/slimey/tools.js
-${OG_DIR}/public/assets/javascript/wztooltip/wz_tooltip.js
-${OG_DIR}/public/assets/sounds/info.mp3
-${OG_DIR}/public/assets/themes/default/extjs/css/ext-all.css
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/corners-blue.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/corners.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/l-blue.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/l.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/r-blue.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/r.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/tb-blue.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/box/tb.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/button/btn-arrow.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/button/btn-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-add.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-no.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-yes.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/editor/tb-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/checkbox.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/clear-trigger.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/date-trigger.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/error-tip-corners.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/exclamation.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/radio.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/search-trigger.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/text-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/trigger-tpl.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/form/trigger.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/gradient-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/arrow-left-white.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/arrow-right-white.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/col-move-bottom.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/col-move-top.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/columns.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/dirty.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/done.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/drop-no.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/drop-yes.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/footer-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-blue-hd.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-blue-split.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-hrow.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-loading.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-split.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-vista-hd.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-hd-btn.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-hrow-over.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-hrow.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-special-col-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-special-col-sel-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/group-by.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/group-expand-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hd-pop.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-asc.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-desc.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-lock.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-lock.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-unlock.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-unlock.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/invalid_line.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/loading.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/mso-hd.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/nowait.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-first-disabled.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-first.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-last-disabled.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-last.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-next-disabled.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-next.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-prev-disabled.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-prev.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/pick-button.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/refresh.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-check-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-expand-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-over.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-sel.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/sort_asc.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/sort_desc.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/wait.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/collapse.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/expand.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/gradient-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-bottom.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-left.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-right.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-top.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/ns-collapse.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/ns-expand.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/panel-close.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/panel-title-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/panel-title-light-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/stick.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/stuck.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/tab-close-on.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/tab-close.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/checked.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/group-checked.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/item-over.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/menu-parent.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/menu.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/unchecked.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/corners-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/left-right.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/light-hd.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/tool-sprite-tpl.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/tool-sprites.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/tools-sprites-trans.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/top-bottom.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/top-bottom.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/white-corners-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/white-left-right.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/white-top-bottom.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/progress/progress-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip/bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip/close.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip/tip-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/s.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shadow-c.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shadow-lr.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shadow.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/blue-loading.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/calendar.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/glass-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/hd-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/large-loading.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/left-btn.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/loading-balls.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/right-btn.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/warning.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/e-handle-dark.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/e-handle.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/ne-handle-dark.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/ne-handle.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/nw-handle-dark.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/nw-handle.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/s-handle-dark.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/s-handle.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/se-handle-dark.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/se-handle.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/square.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/sw-handle-dark.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/sw-handle.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-bg.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-thumb.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-v-bg.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-v-thumb.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/scroll-left.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/scroll-right.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/scroller-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-inactive-left-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-inactive-right-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-left-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-right-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-close.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-strip-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-strip-bg.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-strip-btm-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tabs-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/btn-arrow-light.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/btn-arrow.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/btn-over-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/gray-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/tb-bg.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/tb-btn-sprite.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/arrows.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-add.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-between.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-no.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-over.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-under.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-yes.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-minus-nl.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-minus.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-plus-nl.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-plus.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-line.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-minus-nl.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-minus.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-plus-nl.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-plus.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/folder-open.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/folder.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/leaf.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/loading.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/s.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-error.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-info.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-question.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-warning.gif
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/left-corners.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/left-right.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/right-corners.png
-${OG_DIR}/public/assets/themes/default/extjs/images/default/window/top-bottom.png
-${OG_DIR}/public/assets/themes/default/extjs/license.txt
-${OG_DIR}/public/assets/themes/default/fckeditor/fck_dialog.css
-${OG_DIR}/public/assets/themes/default/fckeditor/fck_dialog_ie6.js
-${OG_DIR}/public/assets/themes/default/fckeditor/fck_editor.css
-${OG_DIR}/public/assets/themes/default/fckeditor/fck_strip.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/dialog.sides.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/dialog.sides.png
-${OG_DIR}/public/assets/themes/default/fckeditor/images/dialog.sides.rtl.png
-${OG_DIR}/public/assets/themes/default/fckeditor/images/sprites.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/sprites.png
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.arrowright.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.bg.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.buttonarrow.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.collapse.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.end.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.expand.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.separator.gif
-${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.start.gif
-${OG_DIR}/public/assets/themes/default/images/12x12/collapse.png
-${OG_DIR}/public/assets/themes/default/images/12x12/expand.png
-${OG_DIR}/public/assets/themes/default/images/16x16/2arrowleft.png
-${OG_DIR}/public/assets/themes/default/images/16x16/2arrowright.png
-${OG_DIR}/public/assets/themes/default/images/16x16/account.png
-${OG_DIR}/public/assets/themes/default/images/16x16/add.png
-${OG_DIR}/public/assets/themes/default/images/16x16/administration.png
-${OG_DIR}/public/assets/themes/default/images/16x16/all_16_16_vertical.png
-${OG_DIR}/public/assets/themes/default/images/16x16/archive_obj.png
-${OG_DIR}/public/assets/themes/default/images/16x16/arrowleft.png
-${OG_DIR}/public/assets/themes/default/images/16x16/arrowright.png
-${OG_DIR}/public/assets/themes/default/images/16x16/attach.png
-${OG_DIR}/public/assets/themes/default/images/16x16/back.png
-${OG_DIR}/public/assets/themes/default/images/16x16/calendar.png
-${OG_DIR}/public/assets/themes/default/images/16x16/checkin.png
-${OG_DIR}/public/assets/themes/default/images/16x16/checkout.png
-${OG_DIR}/public/assets/themes/default/images/16x16/chkoff.png
-${OG_DIR}/public/assets/themes/default/images/16x16/chkon.png
-${OG_DIR}/public/assets/themes/default/images/16x16/classify.png
-${OG_DIR}/public/assets/themes/default/images/16x16/collapse.png
-${OG_DIR}/public/assets/themes/default/images/16x16/comment.png
-${OG_DIR}/public/assets/themes/default/images/16x16/companies.png
-${OG_DIR}/public/assets/themes/default/images/16x16/company.png
-${OG_DIR}/public/assets/themes/default/images/16x16/complete.png
-${OG_DIR}/public/assets/themes/default/images/16x16/contacts.png
-${OG_DIR}/public/assets/themes/default/images/16x16/copy.png
-${OG_DIR}/public/assets/themes/default/images/16x16/dash_collapsed.png
-${OG_DIR}/public/assets/themes/default/images/16x16/dash_expanded.png
-${OG_DIR}/public/assets/themes/default/images/16x16/del.png
-${OG_DIR}/public/assets/themes/default/images/16x16/delete_task.png
-${OG_DIR}/public/assets/themes/default/images/16x16/details.png
-${OG_DIR}/public/assets/themes/default/images/16x16/doc.png
-${OG_DIR}/public/assets/themes/default/images/16x16/documents.png
-${OG_DIR}/public/assets/themes/default/images/16x16/down.png
-${OG_DIR}/public/assets/themes/default/images/16x16/download.png
-${OG_DIR}/public/assets/themes/default/images/16x16/email.png
-${OG_DIR}/public/assets/themes/default/images/16x16/expand.png
-${OG_DIR}/public/assets/themes/default/images/16x16/fax.png
-${OG_DIR}/public/assets/themes/default/images/16x16/folder.png
-${OG_DIR}/public/assets/themes/default/images/16x16/gooplayer.png
-${OG_DIR}/public/assets/themes/default/images/16x16/help.png
-${OG_DIR}/public/assets/themes/default/images/16x16/hide_messages.png
-${OG_DIR}/public/assets/themes/default/images/16x16/history.png
-${OG_DIR}/public/assets/themes/default/images/16x16/icons.png
-${OG_DIR}/public/assets/themes/default/images/16x16/linked-objects.png
-${OG_DIR}/public/assets/themes/default/images/16x16/load_from_ws.png
-${OG_DIR}/public/assets/themes/default/images/16x16/locked.png
-${OG_DIR}/public/assets/themes/default/images/16x16/logout.png
-${OG_DIR}/public/assets/themes/default/images/16x16/lower_task.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_forward.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_mark_read.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_mark_unread.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_receive.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_reply.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_replyall.png
-${OG_DIR}/public/assets/themes/default/images/16x16/mail_send.png
-${OG_DIR}/public/assets/themes/default/images/16x16/message.png
-${OG_DIR}/public/assets/themes/default/images/16x16/milestone.png
-${OG_DIR}/public/assets/themes/default/images/16x16/minus.gif
-${OG_DIR}/public/assets/themes/default/images/16x16/more.png
-${OG_DIR}/public/assets/themes/default/images/16x16/muted.png
-${OG_DIR}/public/assets/themes/default/images/16x16/new.png
-${OG_DIR}/public/assets/themes/default/images/16x16/next.png
-${OG_DIR}/public/assets/themes/default/images/16x16/nextmonth.png
-${OG_DIR}/public/assets/themes/default/images/16x16/open.png
-${OG_DIR}/public/assets/themes/default/images/16x16/openlink.png
-${OG_DIR}/public/assets/themes/default/images/16x16/overview.png
-${OG_DIR}/public/assets/themes/default/images/16x16/password.png
-${OG_DIR}/public/assets/themes/default/images/16x16/pause.png
-${OG_DIR}/public/assets/themes/default/images/16x16/permissions.png
-${OG_DIR}/public/assets/themes/default/images/16x16/phone.png
-${OG_DIR}/public/assets/themes/default/images/16x16/picture.png
-${OG_DIR}/public/assets/themes/default/images/16x16/play.png
-${OG_DIR}/public/assets/themes/default/images/16x16/playlist_clear.png
-${OG_DIR}/public/assets/themes/default/images/16x16/playlist_refresh.png
-${OG_DIR}/public/assets/themes/default/images/16x16/plus.gif
-${OG_DIR}/public/assets/themes/default/images/16x16/previous.png
-${OG_DIR}/public/assets/themes/default/images/16x16/prevmonth.png
-${OG_DIR}/public/assets/themes/default/images/16x16/print.png
-${OG_DIR}/public/assets/themes/default/images/16x16/properties.png
-${OG_DIR}/public/assets/themes/default/images/16x16/prsn.png
-${OG_DIR}/public/assets/themes/default/images/16x16/queue.png
-${OG_DIR}/public/assets/themes/default/images/16x16/random.png
-${OG_DIR}/public/assets/themes/default/images/16x16/read.png
-${OG_DIR}/public/assets/themes/default/images/16x16/recurrent.png
-${OG_DIR}/public/assets/themes/default/images/16x16/refresh.png
-${OG_DIR}/public/assets/themes/default/images/16x16/remember.png
-${OG_DIR}/public/assets/themes/default/images/16x16/rename.png
-${OG_DIR}/public/assets/themes/default/images/16x16/reopen.png
-${OG_DIR}/public/assets/themes/default/images/16x16/repeat.png
-${OG_DIR}/public/assets/themes/default/images/16x16/reporting.png
-${OG_DIR}/public/assets/themes/default/images/16x16/revisions.png
-${OG_DIR}/public/assets/themes/default/images/16x16/rss.png
-${OG_DIR}/public/assets/themes/default/images/16x16/save.png
-${OG_DIR}/public/assets/themes/default/images/16x16/save_as.png
-${OG_DIR}/public/assets/themes/default/images/16x16/save_new.png
-${OG_DIR}/public/assets/themes/default/images/16x16/search.png
-${OG_DIR}/public/assets/themes/default/images/16x16/select.png
-${OG_DIR}/public/assets/themes/default/images/16x16/share.png
-${OG_DIR}/public/assets/themes/default/images/16x16/slideshow.png
-${OG_DIR}/public/assets/themes/default/images/16x16/sort_321.png
-${OG_DIR}/public/assets/themes/default/images/16x16/sort_abc.png
-${OG_DIR}/public/assets/themes/default/images/16x16/sort_asc.png
-${OG_DIR}/public/assets/themes/default/images/16x16/sort_desc.png
-${OG_DIR}/public/assets/themes/default/images/16x16/sound.png
-${OG_DIR}/public/assets/themes/default/images/16x16/sprd.png
-${OG_DIR}/public/assets/themes/default/images/16x16/stop.png
-${OG_DIR}/public/assets/themes/default/images/16x16/tags.png
-${OG_DIR}/public/assets/themes/default/images/16x16/task-high.png
-${OG_DIR}/public/assets/themes/default/images/16x16/task-low.png
-${OG_DIR}/public/assets/themes/default/images/16x16/task_end.png
-${OG_DIR}/public/assets/themes/default/images/16x16/task_start.png
-${OG_DIR}/public/assets/themes/default/images/16x16/tasks.png
-${OG_DIR}/public/assets/themes/default/images/16x16/template.png
-${OG_DIR}/public/assets/themes/default/images/16x16/time.png
-${OG_DIR}/public/assets/themes/default/images/16x16/time_pause.png
-${OG_DIR}/public/assets/themes/default/images/16x16/time_play.png
-${OG_DIR}/public/assets/themes/default/images/16x16/time_stop.png
-${OG_DIR}/public/assets/themes/default/images/16x16/today.png
-${OG_DIR}/public/assets/themes/default/images/16x16/trash.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-pdf.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.ms-excel.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.ms-powerpoint.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.ms-word.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.chart.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.database.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.formula.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.graphics.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.image.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.presentation-template.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.presentation.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.spreadsheet-template.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.spreadsheet.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.text.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-xspf-xml.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application-zip.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/application.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/audio.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/classify.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/company.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/contact.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/email.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/event.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/file.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/group.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/image.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/message.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/milestone.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/prsn.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/sprd.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/task.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/text-html.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/text-xml.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/text.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/txt.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/unknown.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/user.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/video.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/webfile.png
-${OG_DIR}/public/assets/themes/default/images/16x16/types/webpage.png
-${OG_DIR}/public/assets/themes/default/images/16x16/unarchive_obj.png
-${OG_DIR}/public/assets/themes/default/images/16x16/unclassify.png
-${OG_DIR}/public/assets/themes/default/images/16x16/undo.png
-${OG_DIR}/public/assets/themes/default/images/16x16/unlocked.png
-${OG_DIR}/public/assets/themes/default/images/16x16/unread.png
-${OG_DIR}/public/assets/themes/default/images/16x16/up.png
-${OG_DIR}/public/assets/themes/default/images/16x16/upload.png
-${OG_DIR}/public/assets/themes/default/images/16x16/user_pagination_active.png
-${OG_DIR}/public/assets/themes/default/images/16x16/view.png
-${OG_DIR}/public/assets/themes/default/images/16x16/view_as_db.png
-${OG_DIR}/public/assets/themes/default/images/16x16/view_as_list.png
-${OG_DIR}/public/assets/themes/default/images/16x16/view_calendar_month.png
-${OG_DIR}/public/assets/themes/default/images/16x16/view_calendar_week.png
-${OG_DIR}/public/assets/themes/default/images/16x16/webpages.png
-${OG_DIR}/public/assets/themes/default/images/16x16/workspace.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/Imagen1.xcf
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/Imagen2.xcf
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/WorkspaceBullet.xcf
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color0.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color1.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color10.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color11.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color12.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color13.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color14.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color15.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color16.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color17.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color18.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color19.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color2.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color20.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color21.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color22.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color23.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color24.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color3.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color4.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color5.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color6.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color7.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color8.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color9.png
-${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/colorWhite.png
-${OG_DIR}/public/assets/themes/default/images/16x16/zip-add.png
-${OG_DIR}/public/assets/themes/default/images/16x16/zip-extract.png
-${OG_DIR}/public/assets/themes/default/images/22x22/chronometer.png
-${OG_DIR}/public/assets/themes/default/images/22x22/chronometer_pause.png
-${OG_DIR}/public/assets/themes/default/images/32x32/tasks.png
-${OG_DIR}/public/assets/themes/default/images/32x32/view_calendar_month.png
-${OG_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png
-${OG_DIR}/public/assets/themes/default/images/32x32/warning.png
-${OG_DIR}/public/assets/themes/default/images/48x48/billing.png
-${OG_DIR}/public/assets/themes/default/images/48x48/chart.png
-${OG_DIR}/public/assets/themes/default/images/48x48/company.png
-${OG_DIR}/public/assets/themes/default/images/48x48/company_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/company_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/configuration.png
-${OG_DIR}/public/assets/themes/default/images/48x48/contact.png
-${OG_DIR}/public/assets/themes/default/images/48x48/contact_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/contact_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/cron.png
-${OG_DIR}/public/assets/themes/default/images/48x48/custom_properties.png
-${OG_DIR}/public/assets/themes/default/images/48x48/email.png
-${OG_DIR}/public/assets/themes/default/images/48x48/email_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/email_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/event_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/event_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/files.png
-${OG_DIR}/public/assets/themes/default/images/48x48/files_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/files_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/gooplayer.png
-${OG_DIR}/public/assets/themes/default/images/48x48/groups.png
-${OG_DIR}/public/assets/themes/default/images/48x48/milestone.png
-${OG_DIR}/public/assets/themes/default/images/48x48/milestone_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/milestone_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/note.png
-${OG_DIR}/public/assets/themes/default/images/48x48/note_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/note_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/report.png
-${OG_DIR}/public/assets/themes/default/images/48x48/tasks.png
-${OG_DIR}/public/assets/themes/default/images/48x48/tasks_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/tasks_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/template.png
-${OG_DIR}/public/assets/themes/default/images/48x48/template_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/template_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/tools.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-pdf.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.ms-excel.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.ms-powerpoint.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.ms-word.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.chart.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.database.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.formula.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.graphics.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.image.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.presentation-template.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.presentation.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.spreadsheet-template.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.spreadsheet.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.text.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-xspf-xml.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/application-zip.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/audio.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/file.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/image.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/message.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/prsn.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/sprd.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/text-html.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/text-xml.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/text.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/txt.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/unknown.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/video.png
-${OG_DIR}/public/assets/themes/default/images/48x48/types/webfile.png
-${OG_DIR}/public/assets/themes/default/images/48x48/upgrade.png
-${OG_DIR}/public/assets/themes/default/images/48x48/user.png
-${OG_DIR}/public/assets/themes/default/images/48x48/view_calendar_day.png
-${OG_DIR}/public/assets/themes/default/images/48x48/weblink.png
-${OG_DIR}/public/assets/themes/default/images/48x48/weblink_archived.png
-${OG_DIR}/public/assets/themes/default/images/48x48/weblink_trashed.png
-${OG_DIR}/public/assets/themes/default/images/48x48/workspace.png
-${OG_DIR}/public/assets/themes/default/images/avatar.gif
-${OG_DIR}/public/assets/themes/default/images/box/box.xcf
-${OG_DIR}/public/assets/themes/default/images/box/corners-blue.gif
-${OG_DIR}/public/assets/themes/default/images/box/corners.gif
-${OG_DIR}/public/assets/themes/default/images/box/corners.png
-${OG_DIR}/public/assets/themes/default/images/box/l.gif
-${OG_DIR}/public/assets/themes/default/images/box/left.png
-${OG_DIR}/public/assets/themes/default/images/box/middle.png
-${OG_DIR}/public/assets/themes/default/images/box/r-blue.gif
-${OG_DIR}/public/assets/themes/default/images/box/r.gif
-${OG_DIR}/public/assets/themes/default/images/box/right.png
-${OG_DIR}/public/assets/themes/default/images/box/tb-blue.gif
-${OG_DIR}/public/assets/themes/default/images/box/tb.gif
-${OG_DIR}/public/assets/themes/default/images/file/contact.png
-${OG_DIR}/public/assets/themes/default/images/file/del.png
-${OG_DIR}/public/assets/themes/default/images/file/doc.png
-${OG_DIR}/public/assets/themes/default/images/file/download.png
-${OG_DIR}/public/assets/themes/default/images/file/event.png
-${OG_DIR}/public/assets/themes/default/images/file/more.png
-${OG_DIR}/public/assets/themes/default/images/file/new.png
-${OG_DIR}/public/assets/themes/default/images/file/properties.png
-${OG_DIR}/public/assets/themes/default/images/file/prsn.png
-${OG_DIR}/public/assets/themes/default/images/file/refresh.png
-${OG_DIR}/public/assets/themes/default/images/file/revisions.png
-${OG_DIR}/public/assets/themes/default/images/file/slideshow.png
-${OG_DIR}/public/assets/themes/default/images/file/sprd.png
-${OG_DIR}/public/assets/themes/default/images/file/tag.png
-${OG_DIR}/public/assets/themes/default/images/file/task.png
-${OG_DIR}/public/assets/themes/default/images/file/upload.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/archive.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/audio.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/doc.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/font.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/image.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/mov.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/pdf.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/prsn.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/psd.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/rm.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/sprd.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/svg.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/swf.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/unknown.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/video.png
-${OG_DIR}/public/assets/themes/default/images/filetypes/xls.png
-${OG_DIR}/public/assets/themes/default/images/icons/attach.png
-${OG_DIR}/public/assets/themes/default/images/icons/bullet_drop_down.gif
-${OG_DIR}/public/assets/themes/default/images/icons/cancel_gray.gif
-${OG_DIR}/public/assets/themes/default/images/icons/checked.jpg
-${OG_DIR}/public/assets/themes/default/images/icons/classify.png
-${OG_DIR}/public/assets/themes/default/images/icons/edit.gif
-${OG_DIR}/public/assets/themes/default/images/icons/feed.gif
-${OG_DIR}/public/assets/themes/default/images/icons/go_gray.gif
-${OG_DIR}/public/assets/themes/default/images/icons/icalendar.png
-${OG_DIR}/public/assets/themes/default/images/icons/more_down.gif
-${OG_DIR}/public/assets/themes/default/images/icons/not-checked.jpg
-${OG_DIR}/public/assets/themes/default/images/icons/ok.gif
-${OG_DIR}/public/assets/themes/default/images/icons/private.gif
-${OG_DIR}/public/assets/themes/default/images/im/aim.gif
-${OG_DIR}/public/assets/themes/default/images/im/icq.gif
-${OG_DIR}/public/assets/themes/default/images/im/jabber.gif
-${OG_DIR}/public/assets/themes/default/images/im/msn.gif
-${OG_DIR}/public/assets/themes/default/images/im/skype.gif
-${OG_DIR}/public/assets/themes/default/images/im/yahoo.gif
-${OG_DIR}/public/assets/themes/default/images/layout/header_bottom.gif
-${OG_DIR}/public/assets/themes/default/images/layout/loading.gif
-${OG_DIR}/public/assets/themes/default/images/layout/logo.png
-${OG_DIR}/public/assets/themes/default/images/layout/options.png
-${OG_DIR}/public/assets/themes/default/images/layout/search/search_bl.png
-${OG_DIR}/public/assets/themes/default/images/layout/search/search_br.png
-${OG_DIR}/public/assets/themes/default/images/layout/search/search_ul.png
-${OG_DIR}/public/assets/themes/default/images/layout/search/search_ur.png
-${OG_DIR}/public/assets/themes/default/images/layout/selected_report_menu.png
-${OG_DIR}/public/assets/themes/default/images/layout/shadow.png
-${OG_DIR}/public/assets/themes/default/images/layout/shb.png
-${OG_DIR}/public/assets/themes/default/images/layout/shcorner.png
-${OG_DIR}/public/assets/themes/default/images/layout/shcornerbottom.png
-${OG_DIR}/public/assets/themes/default/images/layout/shcornertop.png
-${OG_DIR}/public/assets/themes/default/images/layout/shr.png
-${OG_DIR}/public/assets/themes/default/images/layout/tag-close.gif
-${OG_DIR}/public/assets/themes/default/images/layout/taskgroupheader.png
-${OG_DIR}/public/assets/themes/default/images/layout/userborder.png
-${OG_DIR}/public/assets/themes/default/images/logo.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/companies.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/contacts.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectfilerevisions.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectfiles.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectfolders.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectforms.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectmessages.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectmilestones.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projects.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projecttasklists.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projecttasks.gif
-${OG_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif
-${OG_DIR}/public/assets/themes/default/images/rx/grid_drag.png
-${OG_DIR}/public/assets/themes/default/reesecal/default.css
-${OG_DIR}/public/assets/themes/default/slimey/images/addslide.png
-${OG_DIR}/public/assets/themes/default/slimey/images/addslided.png
-${OG_DIR}/public/assets/themes/default/slimey/images/addslideh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/addslidex.png
-${OG_DIR}/public/assets/themes/default/slimey/images/bold.png
-${OG_DIR}/public/assets/themes/default/slimey/images/boldd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/boldh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/boldx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/bringToFront.png
-${OG_DIR}/public/assets/themes/default/slimey/images/bringToFrontd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/bringToFronth.png
-${OG_DIR}/public/assets/themes/default/slimey/images/bringToFrontx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/center.png
-${OG_DIR}/public/assets/themes/default/slimey/images/centerd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/centerh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/centerx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/color.png
-${OG_DIR}/public/assets/themes/default/slimey/images/colord.png
-${OG_DIR}/public/assets/themes/default/slimey/images/colorh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/colorx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/delete.png
-${OG_DIR}/public/assets/themes/default/slimey/images/deleted.png
-${OG_DIR}/public/assets/themes/default/slimey/images/deleteh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/deletex.png
-${OG_DIR}/public/assets/themes/default/slimey/images/delslide.png
-${OG_DIR}/public/assets/themes/default/slimey/images/delslided.png
-${OG_DIR}/public/assets/themes/default/slimey/images/delslideh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/delslidex.png
-${OG_DIR}/public/assets/themes/default/slimey/images/empty.png
-${OG_DIR}/public/assets/themes/default/slimey/images/emptyd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/emptyh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/emptyx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertImage.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertImaged.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertImageh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertImagex.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertOList.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertOListd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertOListh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertOListx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertText.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertTextd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertTexth.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertTextx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertUList.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertUListd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertUListh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/insertUListx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/italic.png
-${OG_DIR}/public/assets/themes/default/slimey/images/italicd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/italich.png
-${OG_DIR}/public/assets/themes/default/slimey/images/italicx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/left.png
-${OG_DIR}/public/assets/themes/default/slimey/images/leftd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/lefth.png
-${OG_DIR}/public/assets/themes/default/slimey/images/leftx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/preview.png
-${OG_DIR}/public/assets/themes/default/slimey/images/previewd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/previewh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/previewx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/redo.png
-${OG_DIR}/public/assets/themes/default/slimey/images/redod.png
-${OG_DIR}/public/assets/themes/default/slimey/images/redoh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/redox.png
-${OG_DIR}/public/assets/themes/default/slimey/images/right.png
-${OG_DIR}/public/assets/themes/default/slimey/images/rightd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/righth.png
-${OG_DIR}/public/assets/themes/default/slimey/images/rightx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/sample.png
-${OG_DIR}/public/assets/themes/default/slimey/images/save.png
-${OG_DIR}/public/assets/themes/default/slimey/images/saved.png
-${OG_DIR}/public/assets/themes/default/slimey/images/saveh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/savex.png
-${OG_DIR}/public/assets/themes/default/slimey/images/sendToBack.png
-${OG_DIR}/public/assets/themes/default/slimey/images/sendToBackd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/sendToBackh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/sendToBackx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/sep.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slidedown.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slidedownd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slidedownh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slidedownx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slideup.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slideupd.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slideuph.png
-${OG_DIR}/public/assets/themes/default/slimey/images/slideupx.png
-${OG_DIR}/public/assets/themes/default/slimey/images/underline.png
-${OG_DIR}/public/assets/themes/default/slimey/images/underlined.png
-${OG_DIR}/public/assets/themes/default/slimey/images/underlineh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/underlinex.png
-${OG_DIR}/public/assets/themes/default/slimey/images/undo.png
-${OG_DIR}/public/assets/themes/default/slimey/images/undod.png
-${OG_DIR}/public/assets/themes/default/slimey/images/undoh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/undox.png
-${OG_DIR}/public/assets/themes/default/slimey/images/viewSource.png
-${OG_DIR}/public/assets/themes/default/slimey/images/viewSourced.png
-${OG_DIR}/public/assets/themes/default/slimey/images/viewSourceh.png
-${OG_DIR}/public/assets/themes/default/slimey/images/viewSourcex.png
-${OG_DIR}/public/assets/themes/default/slimey/slimey.css
-${OG_DIR}/public/assets/themes/default/stylesheets/admin/admin.css
-${OG_DIR}/public/assets/themes/default/stylesheets/dialog.css
-${OG_DIR}/public/assets/themes/default/stylesheets/event/day.css
-${OG_DIR}/public/assets/themes/default/stylesheets/event/week.css
-${OG_DIR}/public/assets/themes/default/stylesheets/file/types.css
-${OG_DIR}/public/assets/themes/default/stylesheets/general/construction.css
-${OG_DIR}/public/assets/themes/default/stylesheets/general/forms.css
-${OG_DIR}/public/assets/themes/default/stylesheets/general/layout.css
-${OG_DIR}/public/assets/themes/default/stylesheets/general/rewrites.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/administration.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/co.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/co_input.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/dashboard.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/ext_modify.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/goo_player.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/image_chooser.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/object_picker.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/og.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/printTasks.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/reporting.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/search.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/tag_panel.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/tasks.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/time.css
-${OG_DIR}/public/assets/themes/default/stylesheets/og/workspace_panel.css
-${OG_DIR}/public/assets/themes/default/stylesheets/ogmin.css
-${OG_DIR}/public/assets/themes/default/stylesheets/ogmin1.5-beta.css
-${OG_DIR}/public/assets/themes/default/stylesheets/project/project.css
-${OG_DIR}/public/assets/themes/default/stylesheets/website.css
-${OG_DIR}/public/help/help.html
-${OG_DIR}/public/help/index.html
-${OG_DIR}/public/index.php
-${OG_DIR}/public/install/assets/style.css
-${OG_DIR}/public/install/console.php
-${OG_DIR}/public/install/include.php
-${OG_DIR}/public/install/index.php
-${OG_DIR}/public/install/installation/acInstallation.class.php
-${OG_DIR}/public/install/installation/installation.php
-${OG_DIR}/public/install/installation/steps/ChecksStep.class.php
-${OG_DIR}/public/install/installation/steps/FinishStep.class.php
-${OG_DIR}/public/install/installation/steps/SystemConfigStep.class.php
-${OG_DIR}/public/install/installation/steps/WelcomeStep.class.php
-${OG_DIR}/public/install/installation/templates/__step_controls.php
-${OG_DIR}/public/install/installation/templates/__step_errors.php
-${OG_DIR}/public/install/installation/templates/checks.php
-${OG_DIR}/public/install/installation/templates/config_file.php
-${OG_DIR}/public/install/installation/templates/finish.php
-${OG_DIR}/public/install/installation/templates/installed_version.php
-${OG_DIR}/public/install/installation/templates/layout.php
-${OG_DIR}/public/install/installation/templates/sql/mysql_initial_data.php
-${OG_DIR}/public/install/installation/templates/sql/mysql_schema.php
-${OG_DIR}/public/install/installation/templates/sql/plugins/dummy.txt
-${OG_DIR}/public/install/installation/templates/system_config_form.php
-${OG_DIR}/public/install/installation/templates/welcome.php
-${OG_DIR}/public/install/library/classes/ChecklistItem.class.php
-${OG_DIR}/public/install/library/classes/Output.class.php
-${OG_DIR}/public/install/library/classes/Output_Console.class.php
-${OG_DIR}/public/install/library/classes/Output_Html.class.php
-${OG_DIR}/public/install/library/classes/ScriptInstaller.class.php
-${OG_DIR}/public/install/library/classes/ScriptInstallerStep.class.php
-${OG_DIR}/public/install/library/classes/Template.class.php
-${OG_DIR}/public/install/library/constants.php
-${OG_DIR}/public/install/library/functions.php
-${OG_DIR}/public/tools/access.php
-${OG_DIR}/public/tools/checklang.php
-${OG_DIR}/public/tools/combine.php
-${OG_DIR}/public/tools/export.php
-${OG_DIR}/public/tools/frompo.php
-${OG_DIR}/public/tools/index.php
-${OG_DIR}/public/tools/minify.php
-${OG_DIR}/public/tools/topot.php
-${OG_DIR}/public/tools/translate.php
-${OG_DIR}/public/upgrade/assets/style.css
-${OG_DIR}/public/upgrade/console.php
-${OG_DIR}/public/upgrade/include.php
-${OG_DIR}/public/upgrade/index.php
-${OG_DIR}/public/upgrade/library/classes/ChecklistItem.class.php
-${OG_DIR}/public/upgrade/library/classes/Localization.class.php
-${OG_DIR}/public/upgrade/library/classes/Output.class.php
-${OG_DIR}/public/upgrade/library/classes/Output_Console.class.php
-${OG_DIR}/public/upgrade/library/classes/Output_Html.class.php
-${OG_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php
-${OG_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php
-${OG_DIR}/public/upgrade/library/classes/Template.class.php
-${OG_DIR}/public/upgrade/library/functions.php
-${OG_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/FigazzaUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/NutriaUpgradeScript.class.php
-${OG_DIR}/public/upgrade/scripts/TortaFritaUpgradeScript.class.php
-${OG_DIR}/public/upgrade/templates/checklist.php
-${OG_DIR}/public/upgrade/templates/config_file.php
-${OG_DIR}/public/upgrade/templates/db_migration/0_6_6_dulceDeLeche.php
-${OG_DIR}/public/upgrade/templates/db_migration/0_7_tortaFrita.php
-${OG_DIR}/public/upgrade/templates/db_migration/0_8_churro.php
-${OG_DIR}/public/upgrade/templates/db_migration/0_9_empanada.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_0_milanga.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_1_bondiola.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_2_chinchulin.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_3_matambrito.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_4_nutria.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_5_figazza.php
-${OG_DIR}/public/upgrade/templates/db_migration/1_6_chivito.php
-${OG_DIR}/public/upgrade/templates/installed_version.php
-${OG_DIR}/public/upgrade/templates/layout.php
-${OG_DIR}/public/webservices/FilesServices.php
-${OG_DIR}/public/webservices/TagsServices.php
-${OG_DIR}/public/webservices/WebServicesBase.php
-${OG_DIR}/public/webservices/WorkspaceServices.php
-${OG_DIR}/readme.txt
-${OG_DIR}/robots.txt
-${OG_DIR}/s.gif
-${OG_DIR}/version.php
diff --git a/www/opengoo/distinfo b/www/opengoo/distinfo
deleted file mode 100644
index 0de08ff400e..00000000000
--- a/www/opengoo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.8 2009/12/11 16:32:31 taca Exp $
-
-SHA1 (opengoo-20091207/opengoo_1.6.zip) = e03d0b2f1cfe7ce39c683e72f133ca4fa82d6e1c
-RMD160 (opengoo-20091207/opengoo_1.6.zip) = e4a15f4deaedc6c5536b72e1d834d72441aadff4
-Size (opengoo-20091207/opengoo_1.6.zip) = 7198310 bytes