freebsd-ports/www/ojs2/pkg-plist
Baptiste Daroussin 671c24a36e Convert to @sample
2015-09-24 23:07:02 +00:00

3210 lines
165 KiB
Text

@dir %%WWWDIR%%/cache/_db
@dir %%WWWDIR%%/cache/t_cache
@dir %%WWWDIR%%/cache/t_compile
@dir %%WWWDIR%%/cache/t_config
%%WWWDIR%%/classes/admin/form/ImportOJS1Form.inc.php
%%WWWDIR%%/classes/admin/form/JournalSiteSettingsForm.inc.php
%%WWWDIR%%/classes/admin/form/SiteSettingsForm.inc.php
%%WWWDIR%%/classes/announcement/Announcement.inc.php
%%WWWDIR%%/classes/announcement/AnnouncementDAO.inc.php
%%WWWDIR%%/classes/announcement/AnnouncementType.inc.php
%%WWWDIR%%/classes/announcement/AnnouncementTypeDAO.inc.php
%%WWWDIR%%/classes/article/Article.inc.php
%%WWWDIR%%/classes/article/ArticleComment.inc.php
%%WWWDIR%%/classes/article/ArticleCommentDAO.inc.php
%%WWWDIR%%/classes/article/ArticleDAO.inc.php
%%WWWDIR%%/classes/article/ArticleFile.inc.php
%%WWWDIR%%/classes/article/ArticleFileDAO.inc.php
%%WWWDIR%%/classes/article/ArticleGalley.inc.php
%%WWWDIR%%/classes/article/ArticleGalleyDAO.inc.php
%%WWWDIR%%/classes/article/ArticleHTMLGalley.inc.php
%%WWWDIR%%/classes/article/ArticleNote.inc.php
%%WWWDIR%%/classes/article/ArticleNoteDAO.inc.php
%%WWWDIR%%/classes/article/Author.inc.php
%%WWWDIR%%/classes/article/AuthorDAO.inc.php
%%WWWDIR%%/classes/article/PublishedArticle.inc.php
%%WWWDIR%%/classes/article/PublishedArticleDAO.inc.php
%%WWWDIR%%/classes/article/SuppFile.inc.php
%%WWWDIR%%/classes/article/SuppFileDAO.inc.php
%%WWWDIR%%/classes/article/log/ArticleEmailLogDAO.inc.php
%%WWWDIR%%/classes/article/log/ArticleEmailLogEntry.inc.php
%%WWWDIR%%/classes/article/log/ArticleEventLogDAO.inc.php
%%WWWDIR%%/classes/article/log/ArticleEventLogEntry.inc.php
%%WWWDIR%%/classes/article/log/ArticleLog.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitForm.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitStep1Form.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitStep2Form.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitStep3Form.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitStep4Form.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitStep5Form.inc.php
%%WWWDIR%%/classes/author/form/submit/AuthorSubmitSuppFileForm.inc.php
%%WWWDIR%%/classes/cache/CacheManager.inc.php
%%WWWDIR%%/classes/cache/FileCache.inc.php
%%WWWDIR%%/classes/cache/GenericCache.inc.php
%%WWWDIR%%/classes/cache/MemcacheCache.inc.php
%%WWWDIR%%/classes/captcha/Captcha.inc.php
%%WWWDIR%%/classes/captcha/CaptchaDAO.inc.php
%%WWWDIR%%/classes/captcha/CaptchaManager.inc.php
%%WWWDIR%%/classes/comment/Comment.inc.php
%%WWWDIR%%/classes/comment/CommentDAO.inc.php
%%WWWDIR%%/classes/comment/form/CommentForm.inc.php
%%WWWDIR%%/classes/config/Config.inc.php
%%WWWDIR%%/classes/config/ConfigParser.inc.php
%%WWWDIR%%/classes/core/ArrayItemIterator.inc.php
%%WWWDIR%%/classes/core/Core.inc.php
%%WWWDIR%%/classes/core/DataObject.inc.php
%%WWWDIR%%/classes/core/Handler.inc.php
%%WWWDIR%%/classes/core/ItemIterator.inc.php
%%WWWDIR%%/classes/core/Registry.inc.php
%%WWWDIR%%/classes/core/Request.inc.php
%%WWWDIR%%/classes/core/String.inc.php
%%WWWDIR%%/classes/core/Transcoder.inc.php
%%WWWDIR%%/classes/core/VirtualArrayIterator.inc.php
%%WWWDIR%%/classes/currency/Currency.inc.php
%%WWWDIR%%/classes/currency/CurrencyDAO.inc.php
%%WWWDIR%%/classes/db/DAO.inc.php
%%WWWDIR%%/classes/db/DAORegistry.inc.php
%%WWWDIR%%/classes/db/DAOResultFactory.inc.php
%%WWWDIR%%/classes/db/DBConnection.inc.php
%%WWWDIR%%/classes/db/DBDataXMLParser.inc.php
%%WWWDIR%%/classes/db/DBResultRange.inc.php
%%WWWDIR%%/classes/db/DBRowIterator.inc.php
%%WWWDIR%%/classes/db/SQLParser.inc.php
%%WWWDIR%%/classes/db/XMLDAO.inc.php
%%WWWDIR%%/classes/file/ArticleFileManager.inc.php
%%WWWDIR%%/classes/file/EditableFile.inc.php
%%WWWDIR%%/classes/file/FileManager.inc.php
%%WWWDIR%%/classes/file/FileWrapper.inc.php
%%WWWDIR%%/classes/file/JournalFileManager.inc.php
%%WWWDIR%%/classes/file/PublicFileManager.inc.php
%%WWWDIR%%/classes/file/TemporaryFile.inc.php
%%WWWDIR%%/classes/file/TemporaryFileDAO.inc.php
%%WWWDIR%%/classes/file/TemporaryFileManager.inc.php
%%WWWDIR%%/classes/form/Form.inc.php
%%WWWDIR%%/classes/form/FormError.inc.php
%%WWWDIR%%/classes/form/validation/FormValidator.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorAlphaNum.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorArray.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorArrayCustom.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorCaptcha.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorCustom.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorEmail.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorInSet.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorLength.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorLocale.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorLocaleEmail.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorPost.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorRegExp.inc.php
%%WWWDIR%%/classes/form/validation/FormValidatorUrl.inc.php
%%WWWDIR%%/classes/group/Group.inc.php
%%WWWDIR%%/classes/group/GroupDAO.inc.php
%%WWWDIR%%/classes/group/GroupMembership.inc.php
%%WWWDIR%%/classes/group/GroupMembershipDAO.inc.php
%%WWWDIR%%/classes/help/Help.inc.php
%%WWWDIR%%/classes/help/HelpMappingFile.inc.php
%%WWWDIR%%/classes/help/HelpToc.inc.php
%%WWWDIR%%/classes/help/HelpTocDAO.inc.php
%%WWWDIR%%/classes/help/HelpTopic.inc.php
%%WWWDIR%%/classes/help/HelpTopicDAO.inc.php
%%WWWDIR%%/classes/help/HelpTopicSection.inc.php
%%WWWDIR%%/classes/help/OJSHelpMappingFile.inc.php
%%WWWDIR%%/classes/help/PluginHelpMappingFile.inc.php
%%WWWDIR%%/classes/i18n/EditableEmailFile.inc.php
%%WWWDIR%%/classes/i18n/EditableLocaleFile.inc.php
%%WWWDIR%%/classes/i18n/LanguageAction.inc.php
%%WWWDIR%%/classes/i18n/Locale.inc.php
%%WWWDIR%%/classes/i18n/LocaleFile.inc.php
%%WWWDIR%%/classes/install/Install.inc.php
%%WWWDIR%%/classes/install/Installer.inc.php
%%WWWDIR%%/classes/install/Upgrade.inc.php
%%WWWDIR%%/classes/install/form/InstallForm.inc.php
%%WWWDIR%%/classes/install/form/UpgradeForm.inc.php
%%WWWDIR%%/classes/issue/Issue.inc.php
%%WWWDIR%%/classes/issue/IssueAction.inc.php
%%WWWDIR%%/classes/issue/IssueDAO.inc.php
%%WWWDIR%%/classes/issue/form/IssueForm.inc.php
%%WWWDIR%%/classes/journal/Journal.inc.php
%%WWWDIR%%/classes/journal/JournalDAO.inc.php
%%WWWDIR%%/classes/journal/JournalReportIterator.inc.php
%%WWWDIR%%/classes/journal/JournalSettingsDAO.inc.php
%%WWWDIR%%/classes/journal/JournalStatisticsDAO.inc.php
%%WWWDIR%%/classes/journal/NotificationStatusDAO.inc.php
%%WWWDIR%%/classes/journal/Section.inc.php
%%WWWDIR%%/classes/journal/SectionDAO.inc.php
%%WWWDIR%%/classes/journal/SectionEditorsDAO.inc.php
%%WWWDIR%%/classes/mail/ArticleMailTemplate.inc.php
%%WWWDIR%%/classes/mail/EmailTemplate.inc.php
%%WWWDIR%%/classes/mail/EmailTemplateDAO.inc.php
%%WWWDIR%%/classes/mail/Mail.inc.php
%%WWWDIR%%/classes/mail/MailTemplate.inc.php
%%WWWDIR%%/classes/mail/MassMail.inc.php
%%WWWDIR%%/classes/mail/SMTPMailer.inc.php
%%WWWDIR%%/classes/manager/form/AnnouncementForm.inc.php
%%WWWDIR%%/classes/manager/form/AnnouncementTypeForm.inc.php
%%WWWDIR%%/classes/manager/form/EmailTemplateForm.inc.php
%%WWWDIR%%/classes/manager/form/GroupForm.inc.php
%%WWWDIR%%/classes/manager/form/LanguageSettingsForm.inc.php
%%WWWDIR%%/classes/manager/form/PayMethodSettingsForm.inc.php
%%WWWDIR%%/classes/manager/form/PaymentSettingsForm.inc.php
%%WWWDIR%%/classes/manager/form/ReviewFormElementForm.inc.php
%%WWWDIR%%/classes/manager/form/ReviewFormForm.inc.php
%%WWWDIR%%/classes/manager/form/SectionForm.inc.php
%%WWWDIR%%/classes/manager/form/UserManagementForm.inc.php
%%WWWDIR%%/classes/manager/form/setup/JournalSetupForm.inc.php
%%WWWDIR%%/classes/manager/form/setup/JournalSetupStep1Form.inc.php
%%WWWDIR%%/classes/manager/form/setup/JournalSetupStep2Form.inc.php
%%WWWDIR%%/classes/manager/form/setup/JournalSetupStep3Form.inc.php
%%WWWDIR%%/classes/manager/form/setup/JournalSetupStep4Form.inc.php
%%WWWDIR%%/classes/manager/form/setup/JournalSetupStep5Form.inc.php
%%WWWDIR%%/classes/oai/OAI.inc.php
%%WWWDIR%%/classes/oai/OAIStruct.inc.php
%%WWWDIR%%/classes/oai/format/OAIMetadataFormat_DC.inc.php
%%WWWDIR%%/classes/oai/format/OAIMetadataFormat_MARC.inc.php
%%WWWDIR%%/classes/oai/format/OAIMetadataFormat_MARC21.inc.php
%%WWWDIR%%/classes/oai/format/OAIMetadataFormat_RFC1807.inc.php
%%WWWDIR%%/classes/oai/ojs/JournalOAI.inc.php
%%WWWDIR%%/classes/oai/ojs/OAIDAO.inc.php
%%WWWDIR%%/classes/payment/Payment.inc.php
%%WWWDIR%%/classes/payment/PaymentManager.inc.php
%%WWWDIR%%/classes/payment/QueuedPayment.inc.php
%%WWWDIR%%/classes/payment/QueuedPaymentDAO.inc.php
%%WWWDIR%%/classes/payment/ojs/OJSCompletedPayment.inc.php
%%WWWDIR%%/classes/payment/ojs/OJSCompletedPaymentDAO.inc.php
%%WWWDIR%%/classes/payment/ojs/OJSPaymentManager.inc.php
%%WWWDIR%%/classes/payment/ojs/OJSQueuedPayment.inc.php
%%WWWDIR%%/classes/plugins/AuthPlugin.inc.php
%%WWWDIR%%/classes/plugins/BlockPlugin.inc.php
%%WWWDIR%%/classes/plugins/CitationPlugin.inc.php
%%WWWDIR%%/classes/plugins/GatewayPlugin.inc.php
%%WWWDIR%%/classes/plugins/GenericPlugin.inc.php
%%WWWDIR%%/classes/plugins/HookRegistry.inc.php
%%WWWDIR%%/classes/plugins/ImplicitAuthPlugin.inc.php
%%WWWDIR%%/classes/plugins/ImportExportPlugin.inc.php
%%WWWDIR%%/classes/plugins/PaymethodPlugin.inc.php
%%WWWDIR%%/classes/plugins/Plugin.inc.php
%%WWWDIR%%/classes/plugins/PluginRegistry.inc.php
%%WWWDIR%%/classes/plugins/PluginSettingsDAO.inc.php
%%WWWDIR%%/classes/plugins/ReportPlugin.inc.php
%%WWWDIR%%/classes/plugins/ThemePlugin.inc.php
%%WWWDIR%%/classes/reviewForm/ReviewForm.inc.php
%%WWWDIR%%/classes/reviewForm/ReviewFormDAO.inc.php
%%WWWDIR%%/classes/reviewForm/ReviewFormElement.inc.php
%%WWWDIR%%/classes/reviewForm/ReviewFormElementDAO.inc.php
%%WWWDIR%%/classes/reviewForm/ReviewFormResponse.inc.php
%%WWWDIR%%/classes/reviewForm/ReviewFormResponseDAO.inc.php
%%WWWDIR%%/classes/rt/RT.inc.php
%%WWWDIR%%/classes/rt/RTAdmin.inc.php
%%WWWDIR%%/classes/rt/RTStruct.inc.php
%%WWWDIR%%/classes/rt/RTXMLParser.inc.php
%%WWWDIR%%/classes/rt/ojs/JournalRT.inc.php
%%WWWDIR%%/classes/rt/ojs/JournalRTAdmin.inc.php
%%WWWDIR%%/classes/rt/ojs/RTDAO.inc.php
%%WWWDIR%%/classes/rt/ojs/form/ContextForm.inc.php
%%WWWDIR%%/classes/rt/ojs/form/SearchForm.inc.php
%%WWWDIR%%/classes/rt/ojs/form/VersionForm.inc.php
%%WWWDIR%%/classes/scheduledTask/ScheduledTask.inc.php
%%WWWDIR%%/classes/scheduledTask/ScheduledTaskDAO.inc.php
%%WWWDIR%%/classes/search/ArticleSearch.inc.php
%%WWWDIR%%/classes/search/ArticleSearchDAO.inc.php
%%WWWDIR%%/classes/search/ArticleSearchIndex.inc.php
%%WWWDIR%%/classes/search/SearchFileParser.inc.php
%%WWWDIR%%/classes/search/SearchHTMLParser.inc.php
%%WWWDIR%%/classes/search/SearchHelperParser.inc.php
%%WWWDIR%%/classes/sectionEditor/form/CreateReviewerForm.inc.php
%%WWWDIR%%/classes/security/AccessKey.inc.php
%%WWWDIR%%/classes/security/AccessKeyDAO.inc.php
%%WWWDIR%%/classes/security/AccessKeyManager.inc.php
%%WWWDIR%%/classes/security/AuthSource.inc.php
%%WWWDIR%%/classes/security/AuthSourceDAO.inc.php
%%WWWDIR%%/classes/security/Role.inc.php
%%WWWDIR%%/classes/security/RoleDAO.inc.php
%%WWWDIR%%/classes/security/Validation.inc.php
%%WWWDIR%%/classes/security/form/AuthSourceSettingsForm.inc.php
%%WWWDIR%%/classes/session/Session.inc.php
%%WWWDIR%%/classes/session/SessionDAO.inc.php
%%WWWDIR%%/classes/session/SessionManager.inc.php
%%WWWDIR%%/classes/site/ImportOJS1.inc.php
%%WWWDIR%%/classes/site/Site.inc.php
%%WWWDIR%%/classes/site/SiteDAO.inc.php
%%WWWDIR%%/classes/site/SiteSettingsDAO.inc.php
%%WWWDIR%%/classes/site/Version.inc.php
%%WWWDIR%%/classes/site/VersionCheck.inc.php
%%WWWDIR%%/classes/site/VersionDAO.inc.php
%%WWWDIR%%/classes/submission/author/AuthorAction.inc.php
%%WWWDIR%%/classes/submission/author/AuthorSubmission.inc.php
%%WWWDIR%%/classes/submission/author/AuthorSubmissionDAO.inc.php
%%WWWDIR%%/classes/submission/common/Action.inc.php
%%WWWDIR%%/classes/submission/copyAssignment/CopyAssignment.inc.php
%%WWWDIR%%/classes/submission/copyAssignment/CopyAssignmentDAO.inc.php
%%WWWDIR%%/classes/submission/copyeditor/CopyeditorAction.inc.php
%%WWWDIR%%/classes/submission/copyeditor/CopyeditorSubmission.inc.php
%%WWWDIR%%/classes/submission/copyeditor/CopyeditorSubmissionDAO.inc.php
%%WWWDIR%%/classes/submission/editAssignment/EditAssignment.inc.php
%%WWWDIR%%/classes/submission/editAssignment/EditAssignmentDAO.inc.php
%%WWWDIR%%/classes/submission/editor/EditorAction.inc.php
%%WWWDIR%%/classes/submission/editor/EditorSubmission.inc.php
%%WWWDIR%%/classes/submission/editor/EditorSubmissionDAO.inc.php
%%WWWDIR%%/classes/submission/form/ArticleGalleyForm.inc.php
%%WWWDIR%%/classes/submission/form/MetadataForm.inc.php
%%WWWDIR%%/classes/submission/form/ReviewFormResponseForm.inc.php
%%WWWDIR%%/classes/submission/form/SuppFileForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/CommentForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/CopyeditCommentForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/EditCommentForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/EditorDecisionCommentForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/LayoutCommentForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/PeerReviewCommentForm.inc.php
%%WWWDIR%%/classes/submission/form/comment/ProofreadCommentForm.inc.php
%%WWWDIR%%/classes/submission/layoutAssignment/LayoutAssignment.inc.php
%%WWWDIR%%/classes/submission/layoutAssignment/LayoutAssignmentDAO.inc.php
%%WWWDIR%%/classes/submission/layoutEditor/LayoutEditorAction.inc.php
%%WWWDIR%%/classes/submission/layoutEditor/LayoutEditorSubmission.inc.php
%%WWWDIR%%/classes/submission/layoutEditor/LayoutEditorSubmissionDAO.inc.php
%%WWWDIR%%/classes/submission/proofAssignment/ProofAssignment.inc.php
%%WWWDIR%%/classes/submission/proofAssignment/ProofAssignmentDAO.inc.php
%%WWWDIR%%/classes/submission/proofreader/ProofreaderAction.inc.php
%%WWWDIR%%/classes/submission/proofreader/ProofreaderSubmission.inc.php
%%WWWDIR%%/classes/submission/proofreader/ProofreaderSubmissionDAO.inc.php
%%WWWDIR%%/classes/submission/reviewAssignment/ReviewAssignment.inc.php
%%WWWDIR%%/classes/submission/reviewAssignment/ReviewAssignmentDAO.inc.php
%%WWWDIR%%/classes/submission/reviewer/ReviewerAction.inc.php
%%WWWDIR%%/classes/submission/reviewer/ReviewerSubmission.inc.php
%%WWWDIR%%/classes/submission/reviewer/ReviewerSubmissionDAO.inc.php
%%WWWDIR%%/classes/submission/sectionEditor/SectionEditorAction.inc.php
%%WWWDIR%%/classes/submission/sectionEditor/SectionEditorSubmission.inc.php
%%WWWDIR%%/classes/submission/sectionEditor/SectionEditorSubmissionDAO.inc.php
%%WWWDIR%%/classes/subscription/Subscription.inc.php
%%WWWDIR%%/classes/subscription/SubscriptionDAO.inc.php
%%WWWDIR%%/classes/subscription/SubscriptionType.inc.php
%%WWWDIR%%/classes/subscription/SubscriptionTypeDAO.inc.php
%%WWWDIR%%/classes/subscription/form/SubscriptionForm.inc.php
%%WWWDIR%%/classes/subscription/form/SubscriptionPolicyForm.inc.php
%%WWWDIR%%/classes/subscription/form/SubscriptionTypeForm.inc.php
%%WWWDIR%%/classes/tasks/OpenAccessNotification.inc.php
%%WWWDIR%%/classes/tasks/ReviewReminder.inc.php
%%WWWDIR%%/classes/tasks/SubscriptionExpiryReminder.inc.php
%%WWWDIR%%/classes/template/TemplateManager.inc.php
%%WWWDIR%%/classes/user/CountryDAO.inc.php
%%WWWDIR%%/classes/user/User.inc.php
%%WWWDIR%%/classes/user/UserDAO.inc.php
%%WWWDIR%%/classes/user/UserSettingsDAO.inc.php
%%WWWDIR%%/classes/user/form/ChangePasswordForm.inc.php
%%WWWDIR%%/classes/user/form/LoginChangePasswordForm.inc.php
%%WWWDIR%%/classes/user/form/ProfileForm.inc.php
%%WWWDIR%%/classes/user/form/RegistrationForm.inc.php
%%WWWDIR%%/classes/xml/XMLCustomWriter.inc.php
%%WWWDIR%%/classes/xml/XMLNode.inc.php
%%WWWDIR%%/classes/xml/XMLParser.inc.php
%%WWWDIR%%/classes/xml/XMLParserDOMHandler.inc.php
@sample %%WWWDIR%%/config.inc.php.sample
%%WWWDIR%%/dbscripts/xml/data/email_templates.xml
%%WWWDIR%%/dbscripts/xml/data/locale/de_DE/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/el_GR/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/en_US/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/es_ES/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/fr_CA/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/hr_HR/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/it_IT/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/ja_JP/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/no_NO/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/pt_BR/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/ru_RU/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/tr_TR/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/vi_VN/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/data/locale/zh_TW/email_templates_data.xml
%%WWWDIR%%/dbscripts/xml/dtd/install.dtd
%%WWWDIR%%/dbscripts/xml/dtd/locales.dtd
%%WWWDIR%%/dbscripts/xml/dtd/pluginSettings.dtd
%%WWWDIR%%/dbscripts/xml/dtd/xmldata.dtd
%%WWWDIR%%/dbscripts/xml/dtd/xmlschema.dtd
%%WWWDIR%%/dbscripts/xml/install.xml
%%WWWDIR%%/dbscripts/xml/ojs_schema.xml
%%WWWDIR%%/dbscripts/xml/ojs_schema_stage1.xml
%%WWWDIR%%/dbscripts/xml/upgrade.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.0.1_update.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.0.2_preupdate.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.0.2_update.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.1.0_update.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.1.1_update.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.0_localize.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.0_preupdate.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.0_update.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.0_usersettings.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.0_usersettings2.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.1_preupdate.xml
%%WWWDIR%%/dbscripts/xml/upgrade/2.2.1_update.xml
%%WWWDIR%%/dbscripts/xml/upgrade/public_issue_ids.xml
%%WWWDIR%%/dbscripts/xml/version.xml
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/COPYING_pt
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/FAQ_pt
%%PORTDOCS%%%%DOCSDIR%%/IMPORTEXPORT
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/INSTALL_pt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/LICENSE_pt
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README-CVS
%%PORTDOCS%%%%DOCSDIR%%/README-CVS_pt
%%PORTDOCS%%%%DOCSDIR%%/README-DEV
%%PORTDOCS%%%%DOCSDIR%%/README_jp
%%PORTDOCS%%%%DOCSDIR%%/README_pt
%%PORTDOCS%%%%DOCSDIR%%/RELEASE
%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS
%%PORTDOCS%%%%DOCSDIR%%/REPORTING-BUGS_pt
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE_pt
%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.0.1
%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.0.2
%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.1
%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.1.1
%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.2
%%PORTDOCS%%%%DOCSDIR%%/release-notes/ChangeLog-2.2.1
%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.0.1
%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.0.2
%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.1.0
%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.1.1
%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.2.0
%%PORTDOCS%%%%DOCSDIR%%/release-notes/README-2.2.1
%%WWWDIR%%/help/el_GR/editorial/toc/000000.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000001.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000002.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000003.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000004.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000005.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000006.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000007.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000008.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000009.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000010.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000011.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000012.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000013.xml
%%WWWDIR%%/help/el_GR/editorial/toc/000014.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000000.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000001.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000002.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000003.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000004.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000005.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000006.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000007.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000008.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000009.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000010.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000011.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000012.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000013.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000014.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000015.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000016.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000017.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000018.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000019.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000020.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000021.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000022.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000023.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000024.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000025.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000026.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000027.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000028.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000029.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000030.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000031.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000032.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000033.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000034.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000035.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000036.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000037.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000038.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000039.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000040.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000041.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000042.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000043.xml
%%WWWDIR%%/help/el_GR/editorial/topic/000044.xml
%%WWWDIR%%/help/el_GR/index/toc/000000.xml
%%WWWDIR%%/help/el_GR/index/topic/000000.xml
%%WWWDIR%%/help/el_GR/intro/toc/000000.xml
%%WWWDIR%%/help/el_GR/intro/topic/000000.xml
%%WWWDIR%%/help/el_GR/intro/topic/000001.xml
%%WWWDIR%%/help/el_GR/journal/toc/000000.xml
%%WWWDIR%%/help/el_GR/journal/toc/000001.xml
%%WWWDIR%%/help/el_GR/journal/toc/000002.xml
%%WWWDIR%%/help/el_GR/journal/toc/000003.xml
%%WWWDIR%%/help/el_GR/journal/toc/000005.xml
%%WWWDIR%%/help/el_GR/journal/topic/000000.xml
%%WWWDIR%%/help/el_GR/journal/topic/000001.xml
%%WWWDIR%%/help/el_GR/journal/topic/000002.xml
%%WWWDIR%%/help/el_GR/journal/topic/000003.xml
%%WWWDIR%%/help/el_GR/journal/topic/000004.xml
%%WWWDIR%%/help/el_GR/journal/topic/000005.xml
%%WWWDIR%%/help/el_GR/journal/topic/000006.xml
%%WWWDIR%%/help/el_GR/journal/topic/000007.xml
%%WWWDIR%%/help/el_GR/journal/topic/000008.xml
%%WWWDIR%%/help/el_GR/journal/topic/000009.xml
%%WWWDIR%%/help/el_GR/journal/topic/000010.xml
%%WWWDIR%%/help/el_GR/journal/topic/000011.xml
%%WWWDIR%%/help/el_GR/journal/topic/000012.xml
%%WWWDIR%%/help/el_GR/journal/topic/000013.xml
%%WWWDIR%%/help/el_GR/journal/topic/000014.xml
%%WWWDIR%%/help/el_GR/journal/topic/000015.xml
%%WWWDIR%%/help/el_GR/journal/topic/000016.xml
%%WWWDIR%%/help/el_GR/journal/topic/000017.xml
%%WWWDIR%%/help/el_GR/journal/topic/000018.xml
%%WWWDIR%%/help/el_GR/journal/topic/000019.xml
%%WWWDIR%%/help/el_GR/journal/topic/000020.xml
%%WWWDIR%%/help/el_GR/journal/topic/000021.xml
%%WWWDIR%%/help/el_GR/journal/topic/000022.xml
%%WWWDIR%%/help/el_GR/journal/topic/000023.xml
%%WWWDIR%%/help/el_GR/journal/topic/000025.xml
%%WWWDIR%%/help/el_GR/journal/topic/000026.xml
%%WWWDIR%%/help/el_GR/journal/topic/000027.xml
%%WWWDIR%%/help/el_GR/journal/topic/000028.xml
%%WWWDIR%%/help/el_GR/journal/topic/000029.xml
%%WWWDIR%%/help/el_GR/journal/topic/000030.xml
%%WWWDIR%%/help/el_GR/journal/topic/000031.xml
%%WWWDIR%%/help/el_GR/journal/topic/000032.xml
%%WWWDIR%%/help/el_GR/journal/topic/000033.xml
%%WWWDIR%%/help/el_GR/journal/topic/000034.xml
%%WWWDIR%%/help/el_GR/journal/topic/000035.xml
%%WWWDIR%%/help/el_GR/publishing/toc/000000.xml
%%WWWDIR%%/help/el_GR/publishing/topic/000000.xml
%%WWWDIR%%/help/el_GR/publishing/topic/000001.xml
%%WWWDIR%%/help/el_GR/publishing/topic/000002.xml
%%WWWDIR%%/help/el_GR/publishing/topic/000003.xml
%%WWWDIR%%/help/el_GR/publishing/topic/000004.xml
%%WWWDIR%%/help/el_GR/site/toc/000000.xml
%%WWWDIR%%/help/el_GR/site/topic/000000.xml
%%WWWDIR%%/help/el_GR/site/topic/000001.xml
%%WWWDIR%%/help/el_GR/site/topic/000002.xml
%%WWWDIR%%/help/el_GR/site/topic/000003.xml
%%WWWDIR%%/help/el_GR/submission/toc/000000.xml
%%WWWDIR%%/help/el_GR/submission/topic/000000.xml
%%WWWDIR%%/help/el_GR/submission/topic/000001.xml
%%WWWDIR%%/help/el_GR/submission/topic/000002.xml
%%WWWDIR%%/help/el_GR/submission/topic/000003.xml
%%WWWDIR%%/help/el_GR/submission/topic/000004.xml
%%WWWDIR%%/help/el_GR/user/toc/000000.xml
%%WWWDIR%%/help/el_GR/user/topic/000000.xml
%%WWWDIR%%/help/el_GR/user/topic/000001.xml
%%WWWDIR%%/help/el_GR/user/topic/000002.xml
%%WWWDIR%%/help/el_GR/user/topic/000003.xml
%%WWWDIR%%/help/el_GR/user/topic/000004.xml
%%WWWDIR%%/help/el_GR/user/topic/000005.xml
%%WWWDIR%%/help/el_GR/user/topic/000006.xml
%%WWWDIR%%/help/el_GR/user/topic/000007.xml
%%WWWDIR%%/help/en_US/editorial/toc/000000.xml
%%WWWDIR%%/help/en_US/editorial/toc/000001.xml
%%WWWDIR%%/help/en_US/editorial/toc/000002.xml
%%WWWDIR%%/help/en_US/editorial/toc/000003.xml
%%WWWDIR%%/help/en_US/editorial/toc/000004.xml
%%WWWDIR%%/help/en_US/editorial/toc/000005.xml
%%WWWDIR%%/help/en_US/editorial/toc/000006.xml
%%WWWDIR%%/help/en_US/editorial/toc/000007.xml
%%WWWDIR%%/help/en_US/editorial/toc/000008.xml
%%WWWDIR%%/help/en_US/editorial/toc/000009.xml
%%WWWDIR%%/help/en_US/editorial/toc/000010.xml
%%WWWDIR%%/help/en_US/editorial/toc/000011.xml
%%WWWDIR%%/help/en_US/editorial/toc/000012.xml
%%WWWDIR%%/help/en_US/editorial/toc/000013.xml
%%WWWDIR%%/help/en_US/editorial/toc/000014.xml
%%WWWDIR%%/help/en_US/editorial/topic/000000.xml
%%WWWDIR%%/help/en_US/editorial/topic/000001.xml
%%WWWDIR%%/help/en_US/editorial/topic/000002.xml
%%WWWDIR%%/help/en_US/editorial/topic/000003.xml
%%WWWDIR%%/help/en_US/editorial/topic/000004.xml
%%WWWDIR%%/help/en_US/editorial/topic/000005.xml
%%WWWDIR%%/help/en_US/editorial/topic/000006.xml
%%WWWDIR%%/help/en_US/editorial/topic/000007.xml
%%WWWDIR%%/help/en_US/editorial/topic/000008.xml
%%WWWDIR%%/help/en_US/editorial/topic/000009.xml
%%WWWDIR%%/help/en_US/editorial/topic/000010.xml
%%WWWDIR%%/help/en_US/editorial/topic/000011.xml
%%WWWDIR%%/help/en_US/editorial/topic/000012.xml
%%WWWDIR%%/help/en_US/editorial/topic/000013.xml
%%WWWDIR%%/help/en_US/editorial/topic/000014.xml
%%WWWDIR%%/help/en_US/editorial/topic/000015.xml
%%WWWDIR%%/help/en_US/editorial/topic/000016.xml
%%WWWDIR%%/help/en_US/editorial/topic/000017.xml
%%WWWDIR%%/help/en_US/editorial/topic/000018.xml
%%WWWDIR%%/help/en_US/editorial/topic/000019.xml
%%WWWDIR%%/help/en_US/editorial/topic/000020.xml
%%WWWDIR%%/help/en_US/editorial/topic/000021.xml
%%WWWDIR%%/help/en_US/editorial/topic/000022.xml
%%WWWDIR%%/help/en_US/editorial/topic/000023.xml
%%WWWDIR%%/help/en_US/editorial/topic/000024.xml
%%WWWDIR%%/help/en_US/editorial/topic/000025.xml
%%WWWDIR%%/help/en_US/editorial/topic/000026.xml
%%WWWDIR%%/help/en_US/editorial/topic/000027.xml
%%WWWDIR%%/help/en_US/editorial/topic/000028.xml
%%WWWDIR%%/help/en_US/editorial/topic/000029.xml
%%WWWDIR%%/help/en_US/editorial/topic/000030.xml
%%WWWDIR%%/help/en_US/editorial/topic/000031.xml
%%WWWDIR%%/help/en_US/editorial/topic/000032.xml
%%WWWDIR%%/help/en_US/editorial/topic/000033.xml
%%WWWDIR%%/help/en_US/editorial/topic/000034.xml
%%WWWDIR%%/help/en_US/editorial/topic/000035.xml
%%WWWDIR%%/help/en_US/editorial/topic/000036.xml
%%WWWDIR%%/help/en_US/editorial/topic/000037.xml
%%WWWDIR%%/help/en_US/editorial/topic/000038.xml
%%WWWDIR%%/help/en_US/editorial/topic/000039.xml
%%WWWDIR%%/help/en_US/editorial/topic/000040.xml
%%WWWDIR%%/help/en_US/editorial/topic/000041.xml
%%WWWDIR%%/help/en_US/editorial/topic/000042.xml
%%WWWDIR%%/help/en_US/editorial/topic/000043.xml
%%WWWDIR%%/help/en_US/editorial/topic/000044.xml
%%WWWDIR%%/help/en_US/index/toc/000000.xml
%%WWWDIR%%/help/en_US/index/topic/000000.xml
%%WWWDIR%%/help/en_US/intro/toc/000000.xml
%%WWWDIR%%/help/en_US/intro/topic/000000.xml
%%WWWDIR%%/help/en_US/intro/topic/000001.xml
%%WWWDIR%%/help/en_US/journal/toc/000000.xml
%%WWWDIR%%/help/en_US/journal/toc/000001.xml
%%WWWDIR%%/help/en_US/journal/toc/000002.xml
%%WWWDIR%%/help/en_US/journal/toc/000003.xml
%%WWWDIR%%/help/en_US/journal/toc/000005.xml
%%WWWDIR%%/help/en_US/journal/topic/000000.xml
%%WWWDIR%%/help/en_US/journal/topic/000001.xml
%%WWWDIR%%/help/en_US/journal/topic/000002.xml
%%WWWDIR%%/help/en_US/journal/topic/000003.xml
%%WWWDIR%%/help/en_US/journal/topic/000004.xml
%%WWWDIR%%/help/en_US/journal/topic/000005.xml
%%WWWDIR%%/help/en_US/journal/topic/000006.xml
%%WWWDIR%%/help/en_US/journal/topic/000007.xml
%%WWWDIR%%/help/en_US/journal/topic/000008.xml
%%WWWDIR%%/help/en_US/journal/topic/000009.xml
%%WWWDIR%%/help/en_US/journal/topic/000010.xml
%%WWWDIR%%/help/en_US/journal/topic/000011.xml
%%WWWDIR%%/help/en_US/journal/topic/000012.xml
%%WWWDIR%%/help/en_US/journal/topic/000013.xml
%%WWWDIR%%/help/en_US/journal/topic/000014.xml
%%WWWDIR%%/help/en_US/journal/topic/000015.xml
%%WWWDIR%%/help/en_US/journal/topic/000016.xml
%%WWWDIR%%/help/en_US/journal/topic/000017.xml
%%WWWDIR%%/help/en_US/journal/topic/000018.xml
%%WWWDIR%%/help/en_US/journal/topic/000019.xml
%%WWWDIR%%/help/en_US/journal/topic/000020.xml
%%WWWDIR%%/help/en_US/journal/topic/000021.xml
%%WWWDIR%%/help/en_US/journal/topic/000022.xml
%%WWWDIR%%/help/en_US/journal/topic/000023.xml
%%WWWDIR%%/help/en_US/journal/topic/000025.xml
%%WWWDIR%%/help/en_US/journal/topic/000026.xml
%%WWWDIR%%/help/en_US/journal/topic/000027.xml
%%WWWDIR%%/help/en_US/journal/topic/000028.xml
%%WWWDIR%%/help/en_US/journal/topic/000029.xml
%%WWWDIR%%/help/en_US/journal/topic/000030.xml
%%WWWDIR%%/help/en_US/journal/topic/000031.xml
%%WWWDIR%%/help/en_US/journal/topic/000032.xml
%%WWWDIR%%/help/en_US/journal/topic/000033.xml
%%WWWDIR%%/help/en_US/journal/topic/000034.xml
%%WWWDIR%%/help/en_US/journal/topic/000035.xml
%%WWWDIR%%/help/en_US/journal/topic/000036.xml
%%WWWDIR%%/help/en_US/publishing/toc/000000.xml
%%WWWDIR%%/help/en_US/publishing/topic/000000.xml
%%WWWDIR%%/help/en_US/publishing/topic/000001.xml
%%WWWDIR%%/help/en_US/publishing/topic/000002.xml
%%WWWDIR%%/help/en_US/publishing/topic/000003.xml
%%WWWDIR%%/help/en_US/publishing/topic/000004.xml
%%WWWDIR%%/help/en_US/site/toc/000000.xml
%%WWWDIR%%/help/en_US/site/topic/000000.xml
%%WWWDIR%%/help/en_US/site/topic/000001.xml
%%WWWDIR%%/help/en_US/site/topic/000002.xml
%%WWWDIR%%/help/en_US/site/topic/000003.xml
%%WWWDIR%%/help/en_US/submission/toc/000000.xml
%%WWWDIR%%/help/en_US/submission/topic/000000.xml
%%WWWDIR%%/help/en_US/submission/topic/000001.xml
%%WWWDIR%%/help/en_US/submission/topic/000002.xml
%%WWWDIR%%/help/en_US/submission/topic/000003.xml
%%WWWDIR%%/help/en_US/submission/topic/000004.xml
%%WWWDIR%%/help/en_US/user/toc/000000.xml
%%WWWDIR%%/help/en_US/user/topic/000000.xml
%%WWWDIR%%/help/en_US/user/topic/000001.xml
%%WWWDIR%%/help/en_US/user/topic/000002.xml
%%WWWDIR%%/help/en_US/user/topic/000003.xml
%%WWWDIR%%/help/en_US/user/topic/000004.xml
%%WWWDIR%%/help/en_US/user/topic/000005.xml
%%WWWDIR%%/help/en_US/user/topic/000006.xml
%%WWWDIR%%/help/en_US/user/topic/000007.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000000.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000001.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000002.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000003.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000004.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000005.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000006.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000007.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000008.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000009.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000010.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000011.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000012.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000013.xml
%%WWWDIR%%/help/fr_CA/editorial/toc/000014.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000000.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000001.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000002.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000003.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000004.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000005.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000006.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000007.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000008.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000009.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000010.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000011.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000012.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000013.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000014.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000015.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000016.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000017.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000018.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000019.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000020.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000021.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000022.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000023.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000024.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000025.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000026.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000027.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000028.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000029.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000030.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000031.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000032.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000033.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000034.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000035.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000036.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000037.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000038.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000039.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000040.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000041.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000042.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000043.xml
%%WWWDIR%%/help/fr_CA/editorial/topic/000044.xml
%%WWWDIR%%/help/fr_CA/index/toc/000000.xml
%%WWWDIR%%/help/fr_CA/index/topic/000000.xml
%%WWWDIR%%/help/fr_CA/intro/toc/000000.xml
%%WWWDIR%%/help/fr_CA/intro/topic/000000.xml
%%WWWDIR%%/help/fr_CA/intro/topic/000001.xml
%%WWWDIR%%/help/fr_CA/journal/toc/000000.xml
%%WWWDIR%%/help/fr_CA/journal/toc/000001.xml
%%WWWDIR%%/help/fr_CA/journal/toc/000002.xml
%%WWWDIR%%/help/fr_CA/journal/toc/000003.xml
%%WWWDIR%%/help/fr_CA/journal/toc/000005.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000000.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000001.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000002.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000003.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000004.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000005.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000006.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000007.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000008.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000009.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000010.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000011.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000012.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000013.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000014.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000015.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000016.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000017.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000018.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000019.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000020.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000021.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000022.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000023.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000025.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000026.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000027.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000028.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000029.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000030.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000031.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000032.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000033.xml
%%WWWDIR%%/help/fr_CA/journal/topic/000034.xml
%%WWWDIR%%/help/fr_CA/publishing/toc/000000.xml
%%WWWDIR%%/help/fr_CA/publishing/topic/000000.xml
%%WWWDIR%%/help/fr_CA/publishing/topic/000001.xml
%%WWWDIR%%/help/fr_CA/publishing/topic/000002.xml
%%WWWDIR%%/help/fr_CA/publishing/topic/000003.xml
%%WWWDIR%%/help/fr_CA/publishing/topic/000004.xml
%%WWWDIR%%/help/fr_CA/site/toc/000000.xml
%%WWWDIR%%/help/fr_CA/site/topic/000000.xml
%%WWWDIR%%/help/fr_CA/site/topic/000001.xml
%%WWWDIR%%/help/fr_CA/site/topic/000002.xml
%%WWWDIR%%/help/fr_CA/site/topic/000003.xml
%%WWWDIR%%/help/fr_CA/submission/toc/000000.xml
%%WWWDIR%%/help/fr_CA/submission/topic/000000.xml
%%WWWDIR%%/help/fr_CA/submission/topic/000001.xml
%%WWWDIR%%/help/fr_CA/submission/topic/000002.xml
%%WWWDIR%%/help/fr_CA/submission/topic/000003.xml
%%WWWDIR%%/help/fr_CA/submission/topic/000004.xml
%%WWWDIR%%/help/fr_CA/user/toc/000000.xml
%%WWWDIR%%/help/fr_CA/user/topic/000000.xml
%%WWWDIR%%/help/fr_CA/user/topic/000001.xml
%%WWWDIR%%/help/fr_CA/user/topic/000002.xml
%%WWWDIR%%/help/fr_CA/user/topic/000003.xml
%%WWWDIR%%/help/fr_CA/user/topic/000004.xml
%%WWWDIR%%/help/fr_CA/user/topic/000005.xml
%%WWWDIR%%/help/fr_CA/user/topic/000006.xml
%%WWWDIR%%/help/fr_CA/user/topic/000007.xml
%%WWWDIR%%/help/help.dtd
%%WWWDIR%%/help/help.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000000.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000001.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000002.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000003.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000004.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000005.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000006.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000007.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000008.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000009.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000010.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000011.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000012.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000013.xml
%%WWWDIR%%/help/it_IT/editorial/toc/000014.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000000.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000001.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000002.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000003.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000004.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000005.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000006.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000007.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000008.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000009.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000010.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000011.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000012.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000013.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000014.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000015.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000016.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000017.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000018.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000019.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000020.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000021.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000022.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000023.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000024.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000025.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000026.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000027.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000028.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000029.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000030.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000031.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000032.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000033.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000034.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000035.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000036.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000037.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000038.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000039.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000040.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000041.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000042.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000043.xml
%%WWWDIR%%/help/it_IT/editorial/topic/000044.xml
%%WWWDIR%%/help/it_IT/index/toc/000000.xml
%%WWWDIR%%/help/it_IT/index/topic/000000.xml
%%WWWDIR%%/help/it_IT/intro/toc/000000.xml
%%WWWDIR%%/help/it_IT/intro/topic/000000.xml
%%WWWDIR%%/help/it_IT/intro/topic/000001.xml
%%WWWDIR%%/help/it_IT/journal/toc/000000.xml
%%WWWDIR%%/help/it_IT/journal/toc/000001.xml
%%WWWDIR%%/help/it_IT/journal/toc/000002.xml
%%WWWDIR%%/help/it_IT/journal/toc/000003.xml
%%WWWDIR%%/help/it_IT/journal/toc/000005.xml
%%WWWDIR%%/help/it_IT/journal/topic/000000.xml
%%WWWDIR%%/help/it_IT/journal/topic/000001.xml
%%WWWDIR%%/help/it_IT/journal/topic/000002.xml
%%WWWDIR%%/help/it_IT/journal/topic/000003.xml
%%WWWDIR%%/help/it_IT/journal/topic/000004.xml
%%WWWDIR%%/help/it_IT/journal/topic/000005.xml
%%WWWDIR%%/help/it_IT/journal/topic/000006.xml
%%WWWDIR%%/help/it_IT/journal/topic/000007.xml
%%WWWDIR%%/help/it_IT/journal/topic/000008.xml
%%WWWDIR%%/help/it_IT/journal/topic/000009.xml
%%WWWDIR%%/help/it_IT/journal/topic/000010.xml
%%WWWDIR%%/help/it_IT/journal/topic/000011.xml
%%WWWDIR%%/help/it_IT/journal/topic/000012.xml
%%WWWDIR%%/help/it_IT/journal/topic/000013.xml
%%WWWDIR%%/help/it_IT/journal/topic/000014.xml
%%WWWDIR%%/help/it_IT/journal/topic/000015.xml
%%WWWDIR%%/help/it_IT/journal/topic/000016.xml
%%WWWDIR%%/help/it_IT/journal/topic/000017.xml
%%WWWDIR%%/help/it_IT/journal/topic/000018.xml
%%WWWDIR%%/help/it_IT/journal/topic/000019.xml
%%WWWDIR%%/help/it_IT/journal/topic/000020.xml
%%WWWDIR%%/help/it_IT/journal/topic/000021.xml
%%WWWDIR%%/help/it_IT/journal/topic/000022.xml
%%WWWDIR%%/help/it_IT/journal/topic/000023.xml
%%WWWDIR%%/help/it_IT/journal/topic/000025.xml
%%WWWDIR%%/help/it_IT/journal/topic/000026.xml
%%WWWDIR%%/help/it_IT/journal/topic/000027.xml
%%WWWDIR%%/help/it_IT/journal/topic/000028.xml
%%WWWDIR%%/help/it_IT/journal/topic/000029.xml
%%WWWDIR%%/help/it_IT/journal/topic/000030.xml
%%WWWDIR%%/help/it_IT/journal/topic/000031.xml
%%WWWDIR%%/help/it_IT/journal/topic/000032.xml
%%WWWDIR%%/help/it_IT/journal/topic/000033.xml
%%WWWDIR%%/help/it_IT/journal/topic/000034.xml
%%WWWDIR%%/help/it_IT/publishing/toc/000000.xml
%%WWWDIR%%/help/it_IT/publishing/topic/000000.xml
%%WWWDIR%%/help/it_IT/publishing/topic/000001.xml
%%WWWDIR%%/help/it_IT/publishing/topic/000002.xml
%%WWWDIR%%/help/it_IT/publishing/topic/000003.xml
%%WWWDIR%%/help/it_IT/publishing/topic/000004.xml
%%WWWDIR%%/help/it_IT/site/toc/000000.xml
%%WWWDIR%%/help/it_IT/site/topic/000000.xml
%%WWWDIR%%/help/it_IT/site/topic/000001.xml
%%WWWDIR%%/help/it_IT/site/topic/000002.xml
%%WWWDIR%%/help/it_IT/site/topic/000003.xml
%%WWWDIR%%/help/it_IT/submission/toc/000000.xml
%%WWWDIR%%/help/it_IT/submission/topic/000000.xml
%%WWWDIR%%/help/it_IT/submission/topic/000001.xml
%%WWWDIR%%/help/it_IT/submission/topic/000002.xml
%%WWWDIR%%/help/it_IT/submission/topic/000003.xml
%%WWWDIR%%/help/it_IT/submission/topic/000004.xml
%%WWWDIR%%/help/it_IT/user/toc/000000.xml
%%WWWDIR%%/help/it_IT/user/topic/000000.xml
%%WWWDIR%%/help/it_IT/user/topic/000001.xml
%%WWWDIR%%/help/it_IT/user/topic/000002.xml
%%WWWDIR%%/help/it_IT/user/topic/000003.xml
%%WWWDIR%%/help/it_IT/user/topic/000004.xml
%%WWWDIR%%/help/it_IT/user/topic/000005.xml
%%WWWDIR%%/help/it_IT/user/topic/000006.xml
%%WWWDIR%%/help/it_IT/user/topic/000007.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000000.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000001.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000002.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000003.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000004.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000005.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000006.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000007.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000008.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000009.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000010.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000011.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000012.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000013.xml
%%WWWDIR%%/help/ja_JP/editorial/toc/000014.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000000.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000001.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000002.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000003.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000004.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000005.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000006.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000007.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000008.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000009.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000010.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000011.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000012.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000013.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000014.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000015.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000016.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000017.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000018.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000019.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000020.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000021.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000022.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000023.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000024.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000025.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000026.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000027.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000028.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000029.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000030.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000031.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000032.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000033.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000034.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000035.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000036.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000037.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000038.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000039.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000040.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000041.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000042.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000043.xml
%%WWWDIR%%/help/ja_JP/editorial/topic/000044.xml
%%WWWDIR%%/help/ja_JP/index/toc/000000.xml
%%WWWDIR%%/help/ja_JP/index/topic/000000.xml
%%WWWDIR%%/help/ja_JP/intro/toc/000000.xml
%%WWWDIR%%/help/ja_JP/intro/topic/000000.xml
%%WWWDIR%%/help/ja_JP/intro/topic/000001.xml
%%WWWDIR%%/help/ja_JP/journal/toc/000000.xml
%%WWWDIR%%/help/ja_JP/journal/toc/000001.xml
%%WWWDIR%%/help/ja_JP/journal/toc/000002.xml
%%WWWDIR%%/help/ja_JP/journal/toc/000003.xml
%%WWWDIR%%/help/ja_JP/journal/toc/000005.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000000.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000001.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000002.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000003.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000004.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000005.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000006.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000007.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000008.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000009.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000010.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000011.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000012.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000013.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000014.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000015.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000016.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000017.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000018.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000019.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000020.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000021.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000022.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000023.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000025.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000026.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000027.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000028.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000029.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000030.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000031.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000032.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000033.xml
%%WWWDIR%%/help/ja_JP/journal/topic/000034.xml
%%WWWDIR%%/help/ja_JP/publishing/toc/000000.xml
%%WWWDIR%%/help/ja_JP/publishing/topic/000000.xml
%%WWWDIR%%/help/ja_JP/publishing/topic/000001.xml
%%WWWDIR%%/help/ja_JP/publishing/topic/000002.xml
%%WWWDIR%%/help/ja_JP/publishing/topic/000003.xml
%%WWWDIR%%/help/ja_JP/publishing/topic/000004.xml
%%WWWDIR%%/help/ja_JP/site/toc/000000.xml
%%WWWDIR%%/help/ja_JP/site/topic/000000.xml
%%WWWDIR%%/help/ja_JP/site/topic/000001.xml
%%WWWDIR%%/help/ja_JP/site/topic/000002.xml
%%WWWDIR%%/help/ja_JP/site/topic/000003.xml
%%WWWDIR%%/help/ja_JP/submission/toc/000000.xml
%%WWWDIR%%/help/ja_JP/submission/topic/000000.xml
%%WWWDIR%%/help/ja_JP/submission/topic/000001.xml
%%WWWDIR%%/help/ja_JP/submission/topic/000002.xml
%%WWWDIR%%/help/ja_JP/submission/topic/000003.xml
%%WWWDIR%%/help/ja_JP/submission/topic/000004.xml
%%WWWDIR%%/help/ja_JP/user/toc/000000.xml
%%WWWDIR%%/help/ja_JP/user/topic/000000.xml
%%WWWDIR%%/help/ja_JP/user/topic/000001.xml
%%WWWDIR%%/help/ja_JP/user/topic/000002.xml
%%WWWDIR%%/help/ja_JP/user/topic/000003.xml
%%WWWDIR%%/help/ja_JP/user/topic/000004.xml
%%WWWDIR%%/help/ja_JP/user/topic/000005.xml
%%WWWDIR%%/help/ja_JP/user/topic/000006.xml
%%WWWDIR%%/help/ja_JP/user/topic/000007.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000000.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000001.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000002.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000003.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000004.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000005.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000006.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000007.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000008.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000009.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000010.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000011.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000012.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000013.xml
%%WWWDIR%%/help/pt_BR/editorial/toc/000014.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000000.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000001.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000002.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000003.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000004.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000005.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000006.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000007.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000008.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000009.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000010.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000011.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000012.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000013.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000014.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000015.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000016.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000017.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000018.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000019.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000020.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000021.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000022.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000023.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000024.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000025.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000026.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000027.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000028.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000029.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000030.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000031.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000032.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000033.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000034.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000035.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000036.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000037.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000038.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000039.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000040.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000041.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000042.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000043.xml
%%WWWDIR%%/help/pt_BR/editorial/topic/000044.xml
%%WWWDIR%%/help/pt_BR/index/toc/000000.xml
%%WWWDIR%%/help/pt_BR/index/topic/000000.xml
%%WWWDIR%%/help/pt_BR/intro/toc/000000.xml
%%WWWDIR%%/help/pt_BR/intro/topic/000000.xml
%%WWWDIR%%/help/pt_BR/intro/topic/000001.xml
%%WWWDIR%%/help/pt_BR/journal/toc/000000.xml
%%WWWDIR%%/help/pt_BR/journal/toc/000001.xml
%%WWWDIR%%/help/pt_BR/journal/toc/000002.xml
%%WWWDIR%%/help/pt_BR/journal/toc/000003.xml
%%WWWDIR%%/help/pt_BR/journal/toc/000005.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000000.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000001.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000002.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000003.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000004.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000005.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000006.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000007.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000008.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000009.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000010.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000011.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000012.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000013.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000014.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000015.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000016.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000017.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000018.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000019.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000020.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000021.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000022.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000023.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000025.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000026.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000027.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000028.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000029.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000030.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000031.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000032.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000033.xml
%%WWWDIR%%/help/pt_BR/journal/topic/000034.xml
%%WWWDIR%%/help/pt_BR/publishing/toc/000000.xml
%%WWWDIR%%/help/pt_BR/publishing/topic/000000.xml
%%WWWDIR%%/help/pt_BR/publishing/topic/000001.xml
%%WWWDIR%%/help/pt_BR/publishing/topic/000002.xml
%%WWWDIR%%/help/pt_BR/publishing/topic/000003.xml
%%WWWDIR%%/help/pt_BR/publishing/topic/000004.xml
%%WWWDIR%%/help/pt_BR/site/toc/000000.xml
%%WWWDIR%%/help/pt_BR/site/topic/000000.xml
%%WWWDIR%%/help/pt_BR/site/topic/000001.xml
%%WWWDIR%%/help/pt_BR/site/topic/000002.xml
%%WWWDIR%%/help/pt_BR/site/topic/000003.xml
%%WWWDIR%%/help/pt_BR/submission/toc/000000.xml
%%WWWDIR%%/help/pt_BR/submission/topic/000000.xml
%%WWWDIR%%/help/pt_BR/submission/topic/000001.xml
%%WWWDIR%%/help/pt_BR/submission/topic/000002.xml
%%WWWDIR%%/help/pt_BR/submission/topic/000003.xml
%%WWWDIR%%/help/pt_BR/submission/topic/000004.xml
%%WWWDIR%%/help/pt_BR/user/toc/000000.xml
%%WWWDIR%%/help/pt_BR/user/topic/000000.xml
%%WWWDIR%%/help/pt_BR/user/topic/000001.xml
%%WWWDIR%%/help/pt_BR/user/topic/000002.xml
%%WWWDIR%%/help/pt_BR/user/topic/000003.xml
%%WWWDIR%%/help/pt_BR/user/topic/000004.xml
%%WWWDIR%%/help/pt_BR/user/topic/000005.xml
%%WWWDIR%%/help/pt_BR/user/topic/000006.xml
%%WWWDIR%%/help/pt_BR/user/topic/000007.xml
%%WWWDIR%%/help/toc.dtd
%%WWWDIR%%/help/topic.dtd
%%WWWDIR%%/help/tr_TR/editorial/toc/000000.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000001.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000002.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000003.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000004.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000005.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000006.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000007.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000008.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000009.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000010.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000011.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000012.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000013.xml
%%WWWDIR%%/help/tr_TR/editorial/toc/000014.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000000.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000001.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000002.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000003.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000004.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000005.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000006.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000007.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000008.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000009.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000010.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000011.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000012.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000013.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000014.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000015.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000016.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000017.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000018.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000019.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000020.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000021.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000022.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000023.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000024.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000025.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000026.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000027.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000028.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000029.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000030.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000031.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000032.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000033.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000034.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000035.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000036.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000037.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000038.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000039.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000040.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000041.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000042.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000043.xml
%%WWWDIR%%/help/tr_TR/editorial/topic/000044.xml
%%WWWDIR%%/help/tr_TR/index/toc/000000.xml
%%WWWDIR%%/help/tr_TR/index/topic/000000.xml
%%WWWDIR%%/help/tr_TR/intro/toc/000000.xml
%%WWWDIR%%/help/tr_TR/intro/topic/000000.xml
%%WWWDIR%%/help/tr_TR/intro/topic/000001.xml
%%WWWDIR%%/help/tr_TR/journal/toc/000000.xml
%%WWWDIR%%/help/tr_TR/journal/toc/000001.xml
%%WWWDIR%%/help/tr_TR/journal/toc/000002.xml
%%WWWDIR%%/help/tr_TR/journal/toc/000003.xml
%%WWWDIR%%/help/tr_TR/journal/toc/000005.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000000.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000001.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000002.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000003.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000004.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000005.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000006.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000007.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000008.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000009.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000010.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000011.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000012.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000013.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000014.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000015.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000016.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000017.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000018.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000019.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000020.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000021.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000022.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000023.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000025.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000026.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000027.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000028.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000029.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000030.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000031.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000032.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000033.xml
%%WWWDIR%%/help/tr_TR/journal/topic/000034.xml
%%WWWDIR%%/help/tr_TR/publishing/toc/000000.xml
%%WWWDIR%%/help/tr_TR/publishing/topic/000000.xml
%%WWWDIR%%/help/tr_TR/publishing/topic/000001.xml
%%WWWDIR%%/help/tr_TR/publishing/topic/000002.xml
%%WWWDIR%%/help/tr_TR/publishing/topic/000003.xml
%%WWWDIR%%/help/tr_TR/publishing/topic/000004.xml
%%WWWDIR%%/help/tr_TR/site/toc/000000.xml
%%WWWDIR%%/help/tr_TR/site/topic/000000.xml
%%WWWDIR%%/help/tr_TR/site/topic/000001.xml
%%WWWDIR%%/help/tr_TR/site/topic/000002.xml
%%WWWDIR%%/help/tr_TR/site/topic/000003.xml
%%WWWDIR%%/help/tr_TR/submission/toc/000000.xml
%%WWWDIR%%/help/tr_TR/submission/topic/000000.xml
%%WWWDIR%%/help/tr_TR/submission/topic/000001.xml
%%WWWDIR%%/help/tr_TR/submission/topic/000002.xml
%%WWWDIR%%/help/tr_TR/submission/topic/000003.xml
%%WWWDIR%%/help/tr_TR/submission/topic/000004.xml
%%WWWDIR%%/help/tr_TR/user/toc/000000.xml
%%WWWDIR%%/help/tr_TR/user/topic/000000.xml
%%WWWDIR%%/help/tr_TR/user/topic/000001.xml
%%WWWDIR%%/help/tr_TR/user/topic/000002.xml
%%WWWDIR%%/help/tr_TR/user/topic/000003.xml
%%WWWDIR%%/help/tr_TR/user/topic/000004.xml
%%WWWDIR%%/help/tr_TR/user/topic/000005.xml
%%WWWDIR%%/help/tr_TR/user/topic/000006.xml
%%WWWDIR%%/help/tr_TR/user/topic/000007.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000000.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000001.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000002.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000003.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000004.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000005.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000006.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000007.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000008.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000009.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000010.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000011.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000012.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000013.xml
%%WWWDIR%%/help/vi_VN/editorial/toc/000014.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000000.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000001.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000002.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000003.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000004.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000005.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000006.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000007.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000008.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000009.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000010.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000011.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000012.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000013.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000014.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000015.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000016.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000017.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000018.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000019.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000020.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000021.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000022.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000023.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000024.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000025.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000026.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000027.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000028.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000029.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000030.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000031.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000032.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000033.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000034.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000035.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000036.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000037.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000038.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000039.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000040.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000041.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000042.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000043.xml
%%WWWDIR%%/help/vi_VN/editorial/topic/000044.xml
%%WWWDIR%%/help/vi_VN/index/toc/000000.xml
%%WWWDIR%%/help/vi_VN/index/topic/000000.xml
%%WWWDIR%%/help/vi_VN/intro/toc/000000.xml
%%WWWDIR%%/help/vi_VN/intro/topic/000000.xml
%%WWWDIR%%/help/vi_VN/intro/topic/000001.xml
%%WWWDIR%%/help/vi_VN/journal/toc/000000.xml
%%WWWDIR%%/help/vi_VN/journal/toc/000001.xml
%%WWWDIR%%/help/vi_VN/journal/toc/000002.xml
%%WWWDIR%%/help/vi_VN/journal/toc/000003.xml
%%WWWDIR%%/help/vi_VN/journal/toc/000005.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000000.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000001.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000002.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000003.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000004.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000005.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000006.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000007.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000008.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000009.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000010.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000011.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000012.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000013.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000014.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000015.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000016.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000017.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000018.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000019.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000020.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000021.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000022.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000023.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000025.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000026.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000027.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000028.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000029.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000030.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000031.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000032.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000033.xml
%%WWWDIR%%/help/vi_VN/journal/topic/000034.xml
%%WWWDIR%%/help/vi_VN/publishing/toc/000000.xml
%%WWWDIR%%/help/vi_VN/publishing/topic/000000.xml
%%WWWDIR%%/help/vi_VN/publishing/topic/000001.xml
%%WWWDIR%%/help/vi_VN/publishing/topic/000002.xml
%%WWWDIR%%/help/vi_VN/publishing/topic/000003.xml
%%WWWDIR%%/help/vi_VN/publishing/topic/000004.xml
%%WWWDIR%%/help/vi_VN/site/toc/000000.xml
%%WWWDIR%%/help/vi_VN/site/topic/000000.xml
%%WWWDIR%%/help/vi_VN/site/topic/000001.xml
%%WWWDIR%%/help/vi_VN/site/topic/000002.xml
%%WWWDIR%%/help/vi_VN/site/topic/000003.xml
%%WWWDIR%%/help/vi_VN/submission/toc/000000.xml
%%WWWDIR%%/help/vi_VN/submission/topic/000000.xml
%%WWWDIR%%/help/vi_VN/submission/topic/000001.xml
%%WWWDIR%%/help/vi_VN/submission/topic/000002.xml
%%WWWDIR%%/help/vi_VN/submission/topic/000003.xml
%%WWWDIR%%/help/vi_VN/submission/topic/000004.xml
%%WWWDIR%%/help/vi_VN/user/toc/000000.xml
%%WWWDIR%%/help/vi_VN/user/topic/000000.xml
%%WWWDIR%%/help/vi_VN/user/topic/000001.xml
%%WWWDIR%%/help/vi_VN/user/topic/000002.xml
%%WWWDIR%%/help/vi_VN/user/topic/000003.xml
%%WWWDIR%%/help/vi_VN/user/topic/000004.xml
%%WWWDIR%%/help/vi_VN/user/topic/000005.xml
%%WWWDIR%%/help/vi_VN/user/topic/000006.xml
%%WWWDIR%%/help/vi_VN/user/topic/000007.xml
%%WWWDIR%%/includes/driver.inc.php
%%WWWDIR%%/includes/functions.inc.php
%%WWWDIR%%/index.php
%%WWWDIR%%/js/general.js
%%WWWDIR%%/js/sizer.js
%%WWWDIR%%/lib/adodb/adodb-active-record.inc.php
%%WWWDIR%%/lib/adodb/adodb-csvlib.inc.php
%%WWWDIR%%/lib/adodb/adodb-datadict.inc.php
%%WWWDIR%%/lib/adodb/adodb-error.inc.php
%%WWWDIR%%/lib/adodb/adodb-errorhandler.inc.php
%%WWWDIR%%/lib/adodb/adodb-errorpear.inc.php
%%WWWDIR%%/lib/adodb/adodb-exceptions.inc.php
%%WWWDIR%%/lib/adodb/adodb-iterator.inc.php
%%WWWDIR%%/lib/adodb/adodb-lib.inc.php
%%WWWDIR%%/lib/adodb/adodb-pager.inc.php
%%WWWDIR%%/lib/adodb/adodb-pear.inc.php
%%WWWDIR%%/lib/adodb/adodb-perf.inc.php
%%WWWDIR%%/lib/adodb/adodb-php4.inc.php
%%WWWDIR%%/lib/adodb/adodb-time.inc.php
%%WWWDIR%%/lib/adodb/adodb-xmlschema.inc.php
%%WWWDIR%%/lib/adodb/adodb-xmlschema03.inc.php
%%WWWDIR%%/lib/adodb/adodb.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-access.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-db2.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-firebird.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-generic.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-ibase.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-informix.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-mssql.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-mysql.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-oci8.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-postgres.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-sapdb.inc.php
%%WWWDIR%%/lib/adodb/datadict/datadict-sybase.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-access.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-ado.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-ado5.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-ado_access.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-ado_mssql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-borland_ibase.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-csv.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-db2.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-fbsql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-firebird.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-ibase.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-informix.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-informix72.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-ldap.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-mssql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-mssqlpo.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-mysql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-mysqli.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-mysqlt.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-netezza.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-oci8.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-oci805.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-oci8po.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-odbc.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-odbc_db2.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-odbc_mssql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-odbc_oracle.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-odbtp.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-odbtp_unicode.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-oracle.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-pdo.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-pdo_mssql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-pdo_mysql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-pdo_oci.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-pdo_pgsql.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-postgres.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-postgres64.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-postgres7.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-postgres8.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-proxy.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-sapdb.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-sqlanywhere.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-sqlite.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-sqlitepo.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-sybase.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-sybase_ase.inc.php
%%WWWDIR%%/lib/adodb/drivers/adodb-vfp.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-ar.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-bg.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-bgutf8.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-ca.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-cn.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-cz.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-da.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-de.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-en.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-es.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-esperanto.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-fr.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-hu.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-it.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-nl.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-pl.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-pt-br.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-ro.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-ru1251.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-sv.inc.php
%%WWWDIR%%/lib/adodb/lang/adodb-uk1251.inc.php
%%WWWDIR%%/lib/adodb/license.txt
%%WWWDIR%%/lib/adodb/perf/perf-db2.inc.php
%%WWWDIR%%/lib/adodb/perf/perf-informix.inc.php
%%WWWDIR%%/lib/adodb/perf/perf-mssql.inc.php
%%WWWDIR%%/lib/adodb/perf/perf-mysql.inc.php
%%WWWDIR%%/lib/adodb/perf/perf-oci8.inc.php
%%WWWDIR%%/lib/adodb/perf/perf-postgres.inc.php
%%WWWDIR%%/lib/adodb/pivottable.inc.php
%%WWWDIR%%/lib/adodb/readme.txt
%%WWWDIR%%/lib/adodb/rsfilter.inc.php
%%WWWDIR%%/lib/adodb/toexport.inc.php
%%WWWDIR%%/lib/adodb/tohtml.inc.php
%%WWWDIR%%/lib/adodb/xmlschema.dtd
%%WWWDIR%%/lib/adodb/xmlschema03.dtd
%%WWWDIR%%/lib/libraries.txt
%%WWWDIR%%/lib/smarty/COPYING.lib
%%WWWDIR%%/lib/smarty/Config_File.class.php
%%WWWDIR%%/lib/smarty/Smarty.class.php
%%WWWDIR%%/lib/smarty/Smarty_Compiler.class.php
%%WWWDIR%%/lib/smarty/debug.tpl
%%WWWDIR%%/lib/smarty/internals/core.assemble_plugin_filepath.php
%%WWWDIR%%/lib/smarty/internals/core.assign_smarty_interface.php
%%WWWDIR%%/lib/smarty/internals/core.create_dir_structure.php
%%WWWDIR%%/lib/smarty/internals/core.display_debug_console.php
%%WWWDIR%%/lib/smarty/internals/core.get_include_path.php
%%WWWDIR%%/lib/smarty/internals/core.get_microtime.php
%%WWWDIR%%/lib/smarty/internals/core.get_php_resource.php
%%WWWDIR%%/lib/smarty/internals/core.is_secure.php
%%WWWDIR%%/lib/smarty/internals/core.is_trusted.php
%%WWWDIR%%/lib/smarty/internals/core.load_plugins.php
%%WWWDIR%%/lib/smarty/internals/core.load_resource_plugin.php
%%WWWDIR%%/lib/smarty/internals/core.process_cached_inserts.php
%%WWWDIR%%/lib/smarty/internals/core.process_compiled_include.php
%%WWWDIR%%/lib/smarty/internals/core.read_cache_file.php
%%WWWDIR%%/lib/smarty/internals/core.rm_auto.php
%%WWWDIR%%/lib/smarty/internals/core.rmdir.php
%%WWWDIR%%/lib/smarty/internals/core.run_insert_handler.php
%%WWWDIR%%/lib/smarty/internals/core.smarty_include_php.php
%%WWWDIR%%/lib/smarty/internals/core.write_cache_file.php
%%WWWDIR%%/lib/smarty/internals/core.write_compiled_include.php
%%WWWDIR%%/lib/smarty/internals/core.write_compiled_resource.php
%%WWWDIR%%/lib/smarty/internals/core.write_file.php
%%WWWDIR%%/lib/smarty/plugins/block.textformat.php
%%WWWDIR%%/lib/smarty/plugins/compiler.assign.php
%%WWWDIR%%/lib/smarty/plugins/function.assign_debug_info.php
%%WWWDIR%%/lib/smarty/plugins/function.config_load.php
%%WWWDIR%%/lib/smarty/plugins/function.counter.php
%%WWWDIR%%/lib/smarty/plugins/function.cycle.php
%%WWWDIR%%/lib/smarty/plugins/function.debug.php
%%WWWDIR%%/lib/smarty/plugins/function.eval.php
%%WWWDIR%%/lib/smarty/plugins/function.fetch.php
%%WWWDIR%%/lib/smarty/plugins/function.html_checkboxes.php
%%WWWDIR%%/lib/smarty/plugins/function.html_image.php
%%WWWDIR%%/lib/smarty/plugins/function.html_options.php
%%WWWDIR%%/lib/smarty/plugins/function.html_radios.php
%%WWWDIR%%/lib/smarty/plugins/function.html_select_date.php
%%WWWDIR%%/lib/smarty/plugins/function.html_select_time.php
%%WWWDIR%%/lib/smarty/plugins/function.html_table.php
%%WWWDIR%%/lib/smarty/plugins/function.mailto.php
%%WWWDIR%%/lib/smarty/plugins/function.math.php
%%WWWDIR%%/lib/smarty/plugins/function.popup.php
%%WWWDIR%%/lib/smarty/plugins/function.popup_init.php
%%WWWDIR%%/lib/smarty/plugins/modifier.capitalize.php
%%WWWDIR%%/lib/smarty/plugins/modifier.cat.php
%%WWWDIR%%/lib/smarty/plugins/modifier.count_characters.php
%%WWWDIR%%/lib/smarty/plugins/modifier.count_paragraphs.php
%%WWWDIR%%/lib/smarty/plugins/modifier.count_sentences.php
%%WWWDIR%%/lib/smarty/plugins/modifier.count_words.php
%%WWWDIR%%/lib/smarty/plugins/modifier.date_format.php
%%WWWDIR%%/lib/smarty/plugins/modifier.debug_print_var.php
%%WWWDIR%%/lib/smarty/plugins/modifier.default.php
%%WWWDIR%%/lib/smarty/plugins/modifier.escape.php
%%WWWDIR%%/lib/smarty/plugins/modifier.indent.php
%%WWWDIR%%/lib/smarty/plugins/modifier.lower.php
%%WWWDIR%%/lib/smarty/plugins/modifier.nl2br.php
%%WWWDIR%%/lib/smarty/plugins/modifier.regex_replace.php
%%WWWDIR%%/lib/smarty/plugins/modifier.replace.php
%%WWWDIR%%/lib/smarty/plugins/modifier.spacify.php
%%WWWDIR%%/lib/smarty/plugins/modifier.string_format.php
%%WWWDIR%%/lib/smarty/plugins/modifier.strip.php
%%WWWDIR%%/lib/smarty/plugins/modifier.strip_tags.php
%%WWWDIR%%/lib/smarty/plugins/modifier.truncate.php
%%WWWDIR%%/lib/smarty/plugins/modifier.upper.php
%%WWWDIR%%/lib/smarty/plugins/modifier.wordwrap.php
%%WWWDIR%%/lib/smarty/plugins/outputfilter.trimwhitespace.php
%%WWWDIR%%/lib/smarty/plugins/shared.escape_special_chars.php
%%WWWDIR%%/lib/smarty/plugins/shared.make_timestamp.php
%%WWWDIR%%/lib/tinymce/examples/css/content.css
%%WWWDIR%%/lib/tinymce/examples/css/word.css
%%WWWDIR%%/lib/tinymce/examples/full.html
%%WWWDIR%%/lib/tinymce/examples/index.html
%%WWWDIR%%/lib/tinymce/examples/lists/image_list.js
%%WWWDIR%%/lib/tinymce/examples/lists/link_list.js
%%WWWDIR%%/lib/tinymce/examples/lists/media_list.js
%%WWWDIR%%/lib/tinymce/examples/lists/template_list.js
%%WWWDIR%%/lib/tinymce/examples/media/logo.jpg
%%WWWDIR%%/lib/tinymce/examples/media/logo_over.jpg
%%WWWDIR%%/lib/tinymce/examples/media/sample.avi
%%WWWDIR%%/lib/tinymce/examples/media/sample.dcr
%%WWWDIR%%/lib/tinymce/examples/media/sample.mov
%%WWWDIR%%/lib/tinymce/examples/media/sample.ram
%%WWWDIR%%/lib/tinymce/examples/media/sample.rm
%%WWWDIR%%/lib/tinymce/examples/media/sample.swf
%%WWWDIR%%/lib/tinymce/examples/menu.html
%%WWWDIR%%/lib/tinymce/examples/simple.html
%%WWWDIR%%/lib/tinymce/examples/skins.html
%%WWWDIR%%/lib/tinymce/examples/templates/layout1.htm
%%WWWDIR%%/lib/tinymce/examples/templates/snippet1.htm
%%WWWDIR%%/lib/tinymce/examples/word.html
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/langs/en.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/license.txt
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advhr/js/rule.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/compat2x/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/compat2x/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cry.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-frown.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-wink.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-yell.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/js/emotions.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/dialog.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/img/example.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/template.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/css/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/css/media.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/flash.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/flv_player.swf
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/quicktime.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/realmedia.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/shockwave.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/img/windowsmedia.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/js/embed.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/js/media.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/media/media.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/trans.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/css/pasteword.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/preview/example.html
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/spellchecker/css/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/spellchecker/img/wline.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/style/css/props.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/style/js/props.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/style/props.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/cell.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/css/row.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/css/table.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/js/cell.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/js/merge_cells.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/js/row.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/js/table.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/row.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/table/table.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/blank.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/css/template.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/js/template.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/template/template.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/about.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/image.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/anchor.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/charmap.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/color_picker.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/image.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/link.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/js/source_editor.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/link.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/img/icons.gif
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/langs/en.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/skins/default/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ui.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/content.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ui.css
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/tiny_mce.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/tiny_mce_popup.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/tiny_mce_src.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/utils/editable_selects.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/utils/form_utils.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/utils/mctabs.js
%%WWWDIR%%/lib/tinymce/jscripts/tiny_mce/utils/validate.js
%%WWWDIR%%/locale/de_DE/currencies.xml
%%WWWDIR%%/locale/de_DE/edprocess.png
%%WWWDIR%%/locale/de_DE/edprocesslarge.png
%%WWWDIR%%/locale/de_DE/locale.xml
%%WWWDIR%%/locale/el_GR/currencies.xml
%%WWWDIR%%/locale/el_GR/locale.xml
%%WWWDIR%%/locale/en_US/currencies.xml
%%WWWDIR%%/locale/en_US/edprocess.png
%%WWWDIR%%/locale/en_US/edprocesslarge.png
%%WWWDIR%%/locale/en_US/locale.xml
%%WWWDIR%%/locale/es_ES/currencies.xml
%%WWWDIR%%/locale/es_ES/edprocess.png
%%WWWDIR%%/locale/es_ES/edprocesslarge.png
%%WWWDIR%%/locale/es_ES/locale.xml
%%WWWDIR%%/locale/fr_CA/currencies.xml
%%WWWDIR%%/locale/fr_CA/edprocess.png
%%WWWDIR%%/locale/fr_CA/edprocesslarge.png
%%WWWDIR%%/locale/fr_CA/locale.xml
%%WWWDIR%%/locale/hr_HR/currencies.xml
%%WWWDIR%%/locale/hr_HR/edprocesslarge.png
%%WWWDIR%%/locale/hr_HR/locale.xml
%%WWWDIR%%/locale/it_IT/currencies.xml
%%WWWDIR%%/locale/it_IT/edprocess.png
%%WWWDIR%%/locale/it_IT/edprocesslarge.png
%%WWWDIR%%/locale/it_IT/locale.xml
%%WWWDIR%%/locale/ja_JP/currencies.xml
%%WWWDIR%%/locale/ja_JP/locale.xml
%%WWWDIR%%/locale/locale.dtd
%%WWWDIR%%/locale/no_NO/currencies.xml
%%WWWDIR%%/locale/no_NO/locale.xml
%%WWWDIR%%/locale/pt_BR/currencies.xml
%%WWWDIR%%/locale/pt_BR/edprocess.png
%%WWWDIR%%/locale/pt_BR/edprocesslarge.png
%%WWWDIR%%/locale/pt_BR/locale.xml
%%WWWDIR%%/locale/ru_RU/currencies.xml
%%WWWDIR%%/locale/ru_RU/edprocess.png
%%WWWDIR%%/locale/ru_RU/edprocesslarge.png
%%WWWDIR%%/locale/ru_RU/locale.xml
%%WWWDIR%%/locale/tr_TR/currencies.xml
%%WWWDIR%%/locale/tr_TR/edprocess.png
%%WWWDIR%%/locale/tr_TR/edprocesslarge.png
%%WWWDIR%%/locale/tr_TR/locale.xml
%%WWWDIR%%/locale/vi_VN/currencies.xml
%%WWWDIR%%/locale/vi_VN/locale.xml
%%WWWDIR%%/locale/zh_TW/locale.xml
%%WWWDIR%%/pages/about/AboutHandler.inc.php
%%WWWDIR%%/pages/about/index.php
%%WWWDIR%%/pages/admin/AdminFunctionsHandler.inc.php
%%WWWDIR%%/pages/admin/AdminHandler.inc.php
%%WWWDIR%%/pages/admin/AdminJournalHandler.inc.php
%%WWWDIR%%/pages/admin/AdminLanguagesHandler.inc.php
%%WWWDIR%%/pages/admin/AdminPeopleHandler.inc.php
%%WWWDIR%%/pages/admin/AdminSettingsHandler.inc.php
%%WWWDIR%%/pages/admin/AuthSourcesHandler.inc.php
%%WWWDIR%%/pages/admin/index.php
%%WWWDIR%%/pages/announcement/AnnouncementHandler.inc.php
%%WWWDIR%%/pages/announcement/index.php
%%WWWDIR%%/pages/article/ArticleHandler.inc.php
%%WWWDIR%%/pages/article/index.php
%%WWWDIR%%/pages/author/AuthorHandler.inc.php
%%WWWDIR%%/pages/author/SubmissionCommentsHandler.inc.php
%%WWWDIR%%/pages/author/SubmitHandler.inc.php
%%WWWDIR%%/pages/author/TrackSubmissionHandler.inc.php
%%WWWDIR%%/pages/author/index.php
%%WWWDIR%%/pages/comment/CommentHandler.inc.php
%%WWWDIR%%/pages/comment/index.php
%%WWWDIR%%/pages/copyeditor/CopyeditorHandler.inc.php
%%WWWDIR%%/pages/copyeditor/SubmissionCommentsHandler.inc.php
%%WWWDIR%%/pages/copyeditor/SubmissionCopyeditHandler.inc.php
%%WWWDIR%%/pages/copyeditor/index.php
%%WWWDIR%%/pages/donations/DonationsHandler.inc.php
%%WWWDIR%%/pages/donations/index.php
%%WWWDIR%%/pages/editor/EditorHandler.inc.php
%%WWWDIR%%/pages/editor/IssueManagementHandler.inc.php
%%WWWDIR%%/pages/editor/index.php
%%WWWDIR%%/pages/gateway/GatewayHandler.inc.php
%%WWWDIR%%/pages/gateway/index.php
%%WWWDIR%%/pages/help/HelpHandler.inc.php
%%WWWDIR%%/pages/help/index.php
%%WWWDIR%%/pages/index/IndexHandler.inc.php
%%WWWDIR%%/pages/index/index.php
%%WWWDIR%%/pages/information/InformationHandler.inc.php
%%WWWDIR%%/pages/information/index.php
%%WWWDIR%%/pages/install/InstallHandler.inc.php
%%WWWDIR%%/pages/install/index.php
%%WWWDIR%%/pages/issue/IssueHandler.inc.php
%%WWWDIR%%/pages/issue/index.php
%%WWWDIR%%/pages/layoutEditor/LayoutEditorHandler.inc.php
%%WWWDIR%%/pages/layoutEditor/SubmissionCommentsHandler.inc.php
%%WWWDIR%%/pages/layoutEditor/SubmissionLayoutHandler.inc.php
%%WWWDIR%%/pages/layoutEditor/index.php
%%WWWDIR%%/pages/login/LoginHandler.inc.php
%%WWWDIR%%/pages/login/index.php
%%WWWDIR%%/pages/manager/AnnouncementHandler.inc.php
%%WWWDIR%%/pages/manager/EmailHandler.inc.php
%%WWWDIR%%/pages/manager/FilesHandler.inc.php
%%WWWDIR%%/pages/manager/GroupHandler.inc.php
%%WWWDIR%%/pages/manager/ImportExportHandler.inc.php
%%WWWDIR%%/pages/manager/JournalLanguagesHandler.inc.php
%%WWWDIR%%/pages/manager/ManagerHandler.inc.php
%%WWWDIR%%/pages/manager/ManagerPaymentHandler.inc.php
%%WWWDIR%%/pages/manager/PeopleHandler.inc.php
%%WWWDIR%%/pages/manager/PluginHandler.inc.php
%%WWWDIR%%/pages/manager/ReviewFormHandler.inc.php
%%WWWDIR%%/pages/manager/SectionHandler.inc.php
%%WWWDIR%%/pages/manager/SetupHandler.inc.php
%%WWWDIR%%/pages/manager/StatisticsHandler.inc.php
%%WWWDIR%%/pages/manager/SubscriptionHandler.inc.php
%%WWWDIR%%/pages/manager/index.php
%%WWWDIR%%/pages/oai/OAIHandler.inc.php
%%WWWDIR%%/pages/oai/index.php
%%WWWDIR%%/pages/payment/PaymentHandler.inc.php
%%WWWDIR%%/pages/payment/index.php
%%WWWDIR%%/pages/proofreader/ProofreaderHandler.inc.php
%%WWWDIR%%/pages/proofreader/SubmissionCommentsHandler.inc.php
%%WWWDIR%%/pages/proofreader/SubmissionProofreadHandler.inc.php
%%WWWDIR%%/pages/proofreader/index.php
%%WWWDIR%%/pages/reviewer/ReviewerHandler.inc.php
%%WWWDIR%%/pages/reviewer/SubmissionCommentsHandler.inc.php
%%WWWDIR%%/pages/reviewer/SubmissionReviewHandler.inc.php
%%WWWDIR%%/pages/reviewer/index.php
%%WWWDIR%%/pages/rt/RTHandler.inc.php
%%WWWDIR%%/pages/rt/index.php
%%WWWDIR%%/pages/rtadmin/RTAdminHandler.inc.php
%%WWWDIR%%/pages/rtadmin/RTContextHandler.inc.php
%%WWWDIR%%/pages/rtadmin/RTSearchHandler.inc.php
%%WWWDIR%%/pages/rtadmin/RTSetupHandler.inc.php
%%WWWDIR%%/pages/rtadmin/RTVersionHandler.inc.php
%%WWWDIR%%/pages/rtadmin/index.php
%%WWWDIR%%/pages/search/SearchHandler.inc.php
%%WWWDIR%%/pages/search/index.php
%%WWWDIR%%/pages/sectionEditor/SectionEditorHandler.inc.php
%%WWWDIR%%/pages/sectionEditor/SubmissionCommentsHandler.inc.php
%%WWWDIR%%/pages/sectionEditor/SubmissionEditHandler.inc.php
%%WWWDIR%%/pages/sectionEditor/index.php
%%WWWDIR%%/pages/subscriptionManager/SubscriptionManagerHandler.inc.php
%%WWWDIR%%/pages/subscriptionManager/index.php
%%WWWDIR%%/pages/user/EmailHandler.inc.php
%%WWWDIR%%/pages/user/ProfileHandler.inc.php
%%WWWDIR%%/pages/user/RegistrationHandler.inc.php
%%WWWDIR%%/pages/user/UserHandler.inc.php
%%WWWDIR%%/pages/user/index.php
%%WWWDIR%%/plugins/auth/ldap/LDAPAuthPlugin.inc.php
%%WWWDIR%%/plugins/auth/ldap/index.php
%%WWWDIR%%/plugins/auth/ldap/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/en_US/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/ru_RU/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/tr_TR/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/auth/ldap/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/auth/ldap/settings.tpl
%%WWWDIR%%/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/developedBy/block.tpl
%%WWWDIR%%/plugins/blocks/developedBy/index.php
%%WWWDIR%%/plugins/blocks/developedBy/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/developedBy/settings.xml
%%WWWDIR%%/plugins/blocks/donation/DonationBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/donation/block.tpl
%%WWWDIR%%/plugins/blocks/donation/index.php
%%WWWDIR%%/plugins/blocks/donation/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/donation/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/donation/settings.xml
%%WWWDIR%%/plugins/blocks/fontSize/FontSizeBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/fontSize/block.tpl
%%WWWDIR%%/plugins/blocks/fontSize/index.php
%%WWWDIR%%/plugins/blocks/fontSize/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/fontSize/settings.xml
%%WWWDIR%%/plugins/blocks/help/HelpBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/help/block.tpl
%%WWWDIR%%/plugins/blocks/help/index.php
%%WWWDIR%%/plugins/blocks/help/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/help/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/help/settings.xml
%%WWWDIR%%/plugins/blocks/information/InformationBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/information/block.tpl
%%WWWDIR%%/plugins/blocks/information/index.php
%%WWWDIR%%/plugins/blocks/information/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/information/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/information/settings.xml
%%WWWDIR%%/plugins/blocks/languageToggle/LanguageToggleBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/languageToggle/block.tpl
%%WWWDIR%%/plugins/blocks/languageToggle/index.php
%%WWWDIR%%/plugins/blocks/languageToggle/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/languageToggle/settings.xml
%%WWWDIR%%/plugins/blocks/navigation/NavigationBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/navigation/block.tpl
%%WWWDIR%%/plugins/blocks/navigation/index.php
%%WWWDIR%%/plugins/blocks/navigation/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/navigation/settings.xml
%%WWWDIR%%/plugins/blocks/role/RoleBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/role/author.tpl
%%WWWDIR%%/plugins/blocks/role/copyeditor.tpl
%%WWWDIR%%/plugins/blocks/role/editor.tpl
%%WWWDIR%%/plugins/blocks/role/index.php
%%WWWDIR%%/plugins/blocks/role/layoutEditor.tpl
%%WWWDIR%%/plugins/blocks/role/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/role/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/role/proofreader.tpl
%%WWWDIR%%/plugins/blocks/role/reviewer.tpl
%%WWWDIR%%/plugins/blocks/role/sectionEditor.tpl
%%WWWDIR%%/plugins/blocks/role/settings.xml
%%WWWDIR%%/plugins/blocks/subscription/SubscriptionBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/subscription/block.tpl
%%WWWDIR%%/plugins/blocks/subscription/index.php
%%WWWDIR%%/plugins/blocks/subscription/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/subscription/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/subscription/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/subscription/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/subscription/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/subscription/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/subscription/settings.xml
%%WWWDIR%%/plugins/blocks/user/UserBlockPlugin.inc.php
%%WWWDIR%%/plugins/blocks/user/block.tpl
%%WWWDIR%%/plugins/blocks/user/index.php
%%WWWDIR%%/plugins/blocks/user/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/en_US/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/blocks/user/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/blocks/user/settings.xml
%%WWWDIR%%/plugins/citationFormats/abnt/AbntCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/abnt/citation.tpl
%%WWWDIR%%/plugins/citationFormats/abnt/index.php
%%WWWDIR%%/plugins/citationFormats/abnt/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/abnt/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/ApaCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/apa/citation.tpl
%%WWWDIR%%/plugins/citationFormats/apa/index.php
%%WWWDIR%%/plugins/citationFormats/apa/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/apa/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/BibtexCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/bibtex/citation.tpl
%%WWWDIR%%/plugins/citationFormats/bibtex/index.php
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/bibtex/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/CbeCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/cbe/citation.tpl
%%WWWDIR%%/plugins/citationFormats/cbe/index.php
%%WWWDIR%%/plugins/citationFormats/cbe/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/cbe/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/EndNoteCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/endNote/citation.tpl
%%WWWDIR%%/plugins/citationFormats/endNote/index.php
%%WWWDIR%%/plugins/citationFormats/endNote/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/endNote/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/MlaCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/mla/citation.tpl
%%WWWDIR%%/plugins/citationFormats/mla/index.php
%%WWWDIR%%/plugins/citationFormats/mla/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/mla/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/ProCiteCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/proCite/citation.tpl
%%WWWDIR%%/plugins/citationFormats/proCite/index.php
%%WWWDIR%%/plugins/citationFormats/proCite/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/proCite/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/RefManCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/refMan/citation.tpl
%%WWWDIR%%/plugins/citationFormats/refMan/index.php
%%WWWDIR%%/plugins/citationFormats/refMan/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/refMan/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/RefWorksCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/refWorks/citation.tpl
%%WWWDIR%%/plugins/citationFormats/refWorks/index.php
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/refWorks/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/TurabianCitationPlugin.inc.php
%%WWWDIR%%/plugins/citationFormats/turabian/citation.tpl
%%WWWDIR%%/plugins/citationFormats/turabian/index.php
%%WWWDIR%%/plugins/citationFormats/turabian/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/en_US/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/citationFormats/turabian/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/MetsExportDom.inc.php
%%WWWDIR%%/plugins/gateways/metsGateway/MetsGatewayPlugin.inc.php
%%WWWDIR%%/plugins/gateways/metsGateway/README
%%WWWDIR%%/plugins/gateways/metsGateway/SettingsForm.inc.php
%%WWWDIR%%/plugins/gateways/metsGateway/index.php
%%WWWDIR%%/plugins/gateways/metsGateway/locale/en_US/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/gateways/metsGateway/settingsForm.tpl
%%WWWDIR%%/plugins/gateways/resolver/README
%%WWWDIR%%/plugins/gateways/resolver/ResolverPlugin.inc.php
%%WWWDIR%%/plugins/gateways/resolver/index.php
%%WWWDIR%%/plugins/gateways/resolver/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/en_US/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/tr_TR/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/gateways/resolver/settings.xml
%%WWWDIR%%/plugins/generic/announcementFeed/AnnouncementFeedBlockPlugin.inc.php
%%WWWDIR%%/plugins/generic/announcementFeed/AnnouncementFeedGatewayPlugin.inc.php
%%WWWDIR%%/plugins/generic/announcementFeed/AnnouncementFeedPlugin.inc.php
%%WWWDIR%%/plugins/generic/announcementFeed/SettingsForm.inc.php
%%WWWDIR%%/plugins/generic/announcementFeed/index.php
%%WWWDIR%%/plugins/generic/announcementFeed/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/announcementFeed/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/announcementFeed/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/announcementFeed/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/announcementFeed/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/announcementFeed/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/announcementFeed/settingsForm.tpl
%%WWWDIR%%/plugins/generic/announcementFeed/templates/atom.tpl
%%WWWDIR%%/plugins/generic/announcementFeed/templates/block.tpl
%%WWWDIR%%/plugins/generic/announcementFeed/templates/images/atom10_logo.gif
%%WWWDIR%%/plugins/generic/announcementFeed/templates/images/rss10_logo.gif
%%WWWDIR%%/plugins/generic/announcementFeed/templates/images/rss20_logo.gif
%%WWWDIR%%/plugins/generic/announcementFeed/templates/rss.tpl
%%WWWDIR%%/plugins/generic/announcementFeed/templates/rss2.tpl
%%WWWDIR%%/plugins/generic/cms/CmsBlockPlugin.inc.php
%%WWWDIR%%/plugins/generic/cms/CmsHandler.inc.php
%%WWWDIR%%/plugins/generic/cms/CmsPlugin.inc.php
%%WWWDIR%%/plugins/generic/cms/CmsSettingsForm.inc.php
%%WWWDIR%%/plugins/generic/cms/ContentManager.inc.php
%%WWWDIR%%/plugins/generic/cms/README.rtf
%%WWWDIR%%/plugins/generic/cms/block.tpl
%%WWWDIR%%/plugins/generic/cms/content.tpl
%%WWWDIR%%/plugins/generic/cms/index.php
%%WWWDIR%%/plugins/generic/cms/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/cms/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/cms/settingsForm.tpl
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/editor_plugin.js
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/images/h1.gif
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/images/h2.gif
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/images/h3.gif
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/images/h4.gif
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/images/h5.gif
%%WWWDIR%%/plugins/generic/cms/tinyMCEPlugins/heading/images/h6.gif
%%WWWDIR%%/plugins/generic/cmsRSS/CmsRssPlugin.inc.php
%%WWWDIR%%/plugins/generic/cmsRSS/CmsRssSettingsForm.inc.php
%%WWWDIR%%/plugins/generic/cmsRSS/README.rtf
%%WWWDIR%%/plugins/generic/cmsRSS/SimplePie.inc.php
%%WWWDIR%%/plugins/generic/cmsRSS/index.php
%%WWWDIR%%/plugins/generic/cmsRSS/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/cmsRSS/rss.tpl
%%WWWDIR%%/plugins/generic/cmsRSS/settingsForm.tpl
%%WWWDIR%%/plugins/generic/coins/CoinsPlugin.inc.php
%%WWWDIR%%/plugins/generic/coins/index.php
%%WWWDIR%%/plugins/generic/coins/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/coins/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/coins/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/coins/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/coins/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/coins/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/coins/settings.xml
%%WWWDIR%%/plugins/generic/counter/CounterHandler.inc.php
%%WWWDIR%%/plugins/generic/counter/CounterPlugin.inc.php
%%WWWDIR%%/plugins/generic/counter/LogEntry.inc.php
%%WWWDIR%%/plugins/generic/counter/LogEntryDAO.inc.php
%%WWWDIR%%/plugins/generic/counter/README
%%WWWDIR%%/plugins/generic/counter/browser.tpl
%%WWWDIR%%/plugins/generic/counter/index.php
%%WWWDIR%%/plugins/generic/counter/index.tpl
%%WWWDIR%%/plugins/generic/counter/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/generic/counter/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/CustomLocaleAction.inc.php
%%WWWDIR%%/plugins/generic/customLocale/CustomLocaleHandler.inc.php
%%WWWDIR%%/plugins/generic/customLocale/CustomLocalePlugin.inc.php
%%WWWDIR%%/plugins/generic/customLocale/index.php
%%WWWDIR%%/plugins/generic/customLocale/index.tpl
%%WWWDIR%%/plugins/generic/customLocale/locale.tpl
%%WWWDIR%%/plugins/generic/customLocale/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/customLocale/localeFile.tpl
%%WWWDIR%%/plugins/generic/googleAnalytics/GoogleAnalyticsPlugin.inc.php
%%WWWDIR%%/plugins/generic/googleAnalytics/GoogleAnalyticsSettingsForm.inc.php
%%WWWDIR%%/plugins/generic/googleAnalytics/index.php
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/googleAnalytics/pageTagGa.tpl
%%WWWDIR%%/plugins/generic/googleAnalytics/pageTagUrchin.tpl
%%WWWDIR%%/plugins/generic/googleAnalytics/settingsForm.tpl
%%WWWDIR%%/plugins/generic/openAds/Ad.inc.php
%%WWWDIR%%/plugins/generic/openAds/OpenAdsBlockPlugin.inc.php
%%WWWDIR%%/plugins/generic/openAds/OpenAdsConnection.inc.php
%%WWWDIR%%/plugins/generic/openAds/OpenAdsPlugin.inc.php
%%WWWDIR%%/plugins/generic/openAds/OpenAdsSettingsForm.inc.php
%%WWWDIR%%/plugins/generic/openAds/README
%%WWWDIR%%/plugins/generic/openAds/index.php
%%WWWDIR%%/plugins/generic/openAds/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/openAds/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/openAds/settingsForm.tpl
%%WWWDIR%%/plugins/generic/phpMyVisites/PhpMyVisitesPlugin.inc.php
%%WWWDIR%%/plugins/generic/phpMyVisites/PhpMyVisitesSettingsForm.inc.php
%%WWWDIR%%/plugins/generic/phpMyVisites/index.php
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/phpMyVisites/pageTag.tpl
%%WWWDIR%%/plugins/generic/phpMyVisites/settingsForm.tpl
%%WWWDIR%%/plugins/generic/roundedCorners/RoundedCornersPlugin.inc.php
%%WWWDIR%%/plugins/generic/roundedCorners/index.php
%%WWWDIR%%/plugins/generic/roundedCorners/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/roundedCorners/roundedcorners.css
%%WWWDIR%%/plugins/generic/sehl/SehlPlugin.inc.php
%%WWWDIR%%/plugins/generic/sehl/index.php
%%WWWDIR%%/plugins/generic/sehl/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/sehl/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/sehl/sehl.css
%%WWWDIR%%/plugins/generic/thesis/StudentThesisForm.inc.php
%%WWWDIR%%/plugins/generic/thesis/Thesis.inc.php
%%WWWDIR%%/plugins/generic/thesis/ThesisDAO.inc.php
%%WWWDIR%%/plugins/generic/thesis/ThesisForm.inc.php
%%WWWDIR%%/plugins/generic/thesis/ThesisHandler.inc.php
%%WWWDIR%%/plugins/generic/thesis/ThesisPlugin.inc.php
%%WWWDIR%%/plugins/generic/thesis/ThesisSettingsForm.inc.php
%%WWWDIR%%/plugins/generic/thesis/data.xml
%%WWWDIR%%/plugins/generic/thesis/index.php
%%WWWDIR%%/plugins/generic/thesis/index.tpl
%%WWWDIR%%/plugins/generic/thesis/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/generic/thesis/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/generic/thesis/metadata.tpl
%%WWWDIR%%/plugins/generic/thesis/schema.xml
%%WWWDIR%%/plugins/generic/thesis/settingsForm.tpl
%%WWWDIR%%/plugins/generic/thesis/studentThesisForm.tpl
%%WWWDIR%%/plugins/generic/thesis/theses.tpl
%%WWWDIR%%/plugins/generic/thesis/thesisForm.tpl
%%WWWDIR%%/plugins/generic/thesis/view.tpl
%%WWWDIR%%/plugins/generic/thesisFeed/SettingsForm.inc.php
%%WWWDIR%%/plugins/generic/thesisFeed/ThesisFeedBlockPlugin.inc.php
%%WWWDIR%%/plugins/generic/thesisFeed/ThesisFeedGatewayPlugin.inc.php
%%WWWDIR%%/plugins/generic/thesisFeed/ThesisFeedPlugin.inc.php
%%WWWDIR%%/plugins/generic/thesisFeed/index.php
%%WWWDIR%%/plugins/generic/thesisFeed/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/thesisFeed/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/thesisFeed/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/thesisFeed/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/thesisFeed/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/thesisFeed/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/thesisFeed/settingsForm.tpl
%%WWWDIR%%/plugins/generic/thesisFeed/templates/atom.tpl
%%WWWDIR%%/plugins/generic/thesisFeed/templates/block.tpl
%%WWWDIR%%/plugins/generic/thesisFeed/templates/images/atom10_logo.gif
%%WWWDIR%%/plugins/generic/thesisFeed/templates/images/rss10_logo.gif
%%WWWDIR%%/plugins/generic/thesisFeed/templates/images/rss20_logo.gif
%%WWWDIR%%/plugins/generic/thesisFeed/templates/rss.tpl
%%WWWDIR%%/plugins/generic/thesisFeed/templates/rss2.tpl
%%WWWDIR%%/plugins/generic/tinymce/README
%%WWWDIR%%/plugins/generic/tinymce/TinyMCEPlugin.inc.php
%%WWWDIR%%/plugins/generic/tinymce/index.php
%%WWWDIR%%/plugins/generic/tinymce/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/ru_RU/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/generic/tinymce/settings.xml
%%WWWDIR%%/plugins/generic/translator/TranslatorAction.inc.php
%%WWWDIR%%/plugins/generic/translator/TranslatorHandler.inc.php
%%WWWDIR%%/plugins/generic/translator/TranslatorPlugin.inc.php
%%WWWDIR%%/plugins/generic/translator/editEmail.tpl
%%WWWDIR%%/plugins/generic/translator/editMiscFile.tpl
%%WWWDIR%%/plugins/generic/translator/errors.tpl
%%WWWDIR%%/plugins/generic/translator/help.xml
%%WWWDIR%%/plugins/generic/translator/help/en_US/TranslatorPlugin/toc/000000.xml
%%WWWDIR%%/plugins/generic/translator/help/en_US/TranslatorPlugin/topic/000000.xml
%%WWWDIR%%/plugins/generic/translator/index.php
%%WWWDIR%%/plugins/generic/translator/index.tpl
%%WWWDIR%%/plugins/generic/translator/locale.tpl
%%WWWDIR%%/plugins/generic/translator/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/translator/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/translator/localeFile.tpl
%%WWWDIR%%/plugins/generic/webFeed/README
%%WWWDIR%%/plugins/generic/webFeed/SettingsForm.inc.php
%%WWWDIR%%/plugins/generic/webFeed/WebFeedBlockPlugin.inc.php
%%WWWDIR%%/plugins/generic/webFeed/WebFeedGatewayPlugin.inc.php
%%WWWDIR%%/plugins/generic/webFeed/WebFeedPlugin.inc.php
%%WWWDIR%%/plugins/generic/webFeed/index.php
%%WWWDIR%%/plugins/generic/webFeed/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/generic/webFeed/settingsForm.tpl
%%WWWDIR%%/plugins/generic/webFeed/templates/atom.tpl
%%WWWDIR%%/plugins/generic/webFeed/templates/block.tpl
%%WWWDIR%%/plugins/generic/webFeed/templates/images/atom10_logo.gif
%%WWWDIR%%/plugins/generic/webFeed/templates/images/rss10_logo.gif
%%WWWDIR%%/plugins/generic/webFeed/templates/images/rss20_logo.gif
%%WWWDIR%%/plugins/generic/webFeed/templates/rss.tpl
%%WWWDIR%%/plugins/generic/webFeed/templates/rss2.tpl
%%WWWDIR%%/plugins/generic/xmlGalley/ArticleXMLGalley.inc.php
%%WWWDIR%%/plugins/generic/xmlGalley/ArticleXMLGalleyDAO.inc.php
%%WWWDIR%%/plugins/generic/xmlGalley/README
%%WWWDIR%%/plugins/generic/xmlGalley/XMLGalleyPlugin.inc.php
%%WWWDIR%%/plugins/generic/xmlGalley/XMLGalleySettingsForm.inc.php
%%WWWDIR%%/plugins/generic/xmlGalley/index.php
%%WWWDIR%%/plugins/generic/xmlGalley/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/en_US/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/generic/xmlGalley/schema.xml
%%WWWDIR%%/plugins/generic/xmlGalley/settingsForm.tpl
%%WWWDIR%%/plugins/generic/xmlGalley/transform/nlm/functions.inc.xsl
%%WWWDIR%%/plugins/generic/xmlGalley/transform/nlm/nlm-fo.xsl
%%WWWDIR%%/plugins/generic/xmlGalley/transform/nlm/nlm-xhtml.xsl
%%WWWDIR%%/plugins/generic/xmlGalley/transform/nlm/viewnlm-v2.xsl
%%WWWDIR%%/plugins/generic/xmlGalley/transform/test.xml
%%WWWDIR%%/plugins/generic/xmlGalley/transform/test.xsl
%%WWWDIR%%/plugins/implicitAuth/shibboleth/README-Shibboleth
%%WWWDIR%%/plugins/implicitAuth/shibboleth/ShibAuthPlugin.inc.php
%%WWWDIR%%/plugins/implicitAuth/shibboleth/index.php
%%WWWDIR%%/plugins/implicitAuth/shibboleth/locale/en_US/locale.xml
%%WWWDIR%%/plugins/implicitAuth/shibboleth/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/implicitAuth/shibboleth/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/implicitAuth/shibboleth/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/implicitAuth/shibboleth/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/implicitAuth/shibboleth/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/CrossRefExportDom.inc.php
%%WWWDIR%%/plugins/importexport/crossref/CrossRefExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/crossref/README
%%WWWDIR%%/plugins/importexport/crossref/articles.tpl
%%WWWDIR%%/plugins/importexport/crossref/index.php
%%WWWDIR%%/plugins/importexport/crossref/index.tpl
%%WWWDIR%%/plugins/importexport/crossref/issues.tpl
%%WWWDIR%%/plugins/importexport/crossref/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/importexport/crossref/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/importexport/doaj/DOAJExportDom.inc.php
%%WWWDIR%%/plugins/importexport/doaj/DOAJPlugin.inc.php
%%WWWDIR%%/plugins/importexport/doaj/data.xml
%%WWWDIR%%/plugins/importexport/doaj/doajArticles.xsd
%%WWWDIR%%/plugins/importexport/doaj/index.php
%%WWWDIR%%/plugins/importexport/doaj/index.tpl
%%WWWDIR%%/plugins/importexport/doaj/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/doaj/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/doaj/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/doaj/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/doaj/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/doaj/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/EruditExportDom.inc.php
%%WWWDIR%%/plugins/importexport/erudit/EruditExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/erudit/index.php
%%WWWDIR%%/plugins/importexport/erudit/index.tpl
%%WWWDIR%%/plugins/importexport/erudit/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/ru_RU/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/tr_TR/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/importexport/erudit/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/importexport/mets/MetsExportDom.inc.php
%%WWWDIR%%/plugins/importexport/mets/MetsExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/mets/README
%%WWWDIR%%/plugins/importexport/mets/index.php
%%WWWDIR%%/plugins/importexport/mets/index.tpl
%%WWWDIR%%/plugins/importexport/mets/issues.tpl
%%WWWDIR%%/plugins/importexport/mets/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/mets/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/mets/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/mets/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/mets/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/mets/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/native/NativeExportDom.inc.php
%%WWWDIR%%/plugins/importexport/native/NativeImportDom.inc.php
%%WWWDIR%%/plugins/importexport/native/NativeImportExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/native/README
%%WWWDIR%%/plugins/importexport/native/articleContext.tpl
%%WWWDIR%%/plugins/importexport/native/articles.tpl
%%WWWDIR%%/plugins/importexport/native/importError.tpl
%%WWWDIR%%/plugins/importexport/native/importSuccess.tpl
%%WWWDIR%%/plugins/importexport/native/index.php
%%WWWDIR%%/plugins/importexport/native/index.tpl
%%WWWDIR%%/plugins/importexport/native/issues.tpl
%%WWWDIR%%/plugins/importexport/native/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/ru_RU/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/tr_TR/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/importexport/native/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/importexport/native/native-sample.xml
%%WWWDIR%%/plugins/importexport/native/native.dtd
%%WWWDIR%%/plugins/importexport/native/ojs1-to-ojs2.xsl
%%WWWDIR%%/plugins/importexport/native/sample.xml
%%WWWDIR%%/plugins/importexport/pubmed/PubMedExportDom.inc.php
%%WWWDIR%%/plugins/importexport/pubmed/PubMedExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/pubmed/README
%%WWWDIR%%/plugins/importexport/pubmed/articles.tpl
%%WWWDIR%%/plugins/importexport/pubmed/index.php
%%WWWDIR%%/plugins/importexport/pubmed/index.tpl
%%WWWDIR%%/plugins/importexport/pubmed/issues.tpl
%%WWWDIR%%/plugins/importexport/pubmed/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/importexport/pubmed/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/importexport/sample/SampleImportExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/sample/index.php
%%WWWDIR%%/plugins/importexport/sample/issues.tpl
%%WWWDIR%%/plugins/importexport/sample/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/ru_RU/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/tr_TR/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/importexport/sample/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/importexport/users/README
%%WWWDIR%%/plugins/importexport/users/UserExportDom.inc.php
%%WWWDIR%%/plugins/importexport/users/UserImportExportPlugin.inc.php
%%WWWDIR%%/plugins/importexport/users/UserXMLParser.inc.php
%%WWWDIR%%/plugins/importexport/users/importUsersConfirm.tpl
%%WWWDIR%%/plugins/importexport/users/importUsersResults.tpl
%%WWWDIR%%/plugins/importexport/users/index.php
%%WWWDIR%%/plugins/importexport/users/index.tpl
%%WWWDIR%%/plugins/importexport/users/locale/de_DE/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/en_US/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/ru_RU/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/tr_TR/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/vi_VN/locale.xml
%%WWWDIR%%/plugins/importexport/users/locale/zh_TW/locale.xml
%%WWWDIR%%/plugins/importexport/users/sample.xml
%%WWWDIR%%/plugins/importexport/users/users.dtd
%%WWWDIR%%/plugins/paymethod/manual/ManualPaymentPlugin.inc.php
%%WWWDIR%%/plugins/paymethod/manual/data.xml
%%WWWDIR%%/plugins/paymethod/manual/index.php
%%WWWDIR%%/plugins/paymethod/manual/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/en_US/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/paymethod/manual/templates/paymentForm.tpl
%%WWWDIR%%/plugins/paymethod/manual/templates/settingsForm.tpl
%%WWWDIR%%/plugins/paymethod/paypal/PayPalDAO.inc.php
%%WWWDIR%%/plugins/paymethod/paypal/PayPalPlugin.inc.php
%%WWWDIR%%/plugins/paymethod/paypal/data.xml
%%WWWDIR%%/plugins/paymethod/paypal/images/paypal_cards.png
%%WWWDIR%%/plugins/paymethod/paypal/images/paypal_medium.png
%%WWWDIR%%/plugins/paymethod/paypal/images/paypal_small.png
%%WWWDIR%%/plugins/paymethod/paypal/index.php
%%WWWDIR%%/plugins/paymethod/paypal/locale/el_GR/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/en_US/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/ja_JP/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/paymethod/paypal/schema.xml
%%WWWDIR%%/plugins/paymethod/paypal/templates/paymentForm.tpl
%%WWWDIR%%/plugins/paymethod/paypal/templates/settingsForm.tpl
%%WWWDIR%%/plugins/reports/articles/ArticleReportDAO.inc.php
%%WWWDIR%%/plugins/reports/articles/ArticleReportPlugin.inc.php
%%WWWDIR%%/plugins/reports/articles/index.php
%%WWWDIR%%/plugins/reports/articles/locale/en_US/locale.xml
%%WWWDIR%%/plugins/reports/articles/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/reports/articles/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/reports/articles/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/reports/articles/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/reports/articles/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/themes/classicBlue/ClassicBlueThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/classicBlue/classicBlue.css
%%WWWDIR%%/plugins/themes/classicBlue/index.php
%%WWWDIR%%/plugins/themes/classicBrown/ClassicBrownThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/classicBrown/classicBrown.css
%%WWWDIR%%/plugins/themes/classicBrown/index.php
%%WWWDIR%%/plugins/themes/classicGreen/ClassicGreenThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/classicGreen/classicGreen.css
%%WWWDIR%%/plugins/themes/classicGreen/index.php
%%WWWDIR%%/plugins/themes/classicNavy/ClassicNavyThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/classicNavy/classicNavy.css
%%WWWDIR%%/plugins/themes/classicNavy/index.php
%%WWWDIR%%/plugins/themes/classicRed/ClassicRedThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/classicRed/classicRed.css
%%WWWDIR%%/plugins/themes/classicRed/index.php
%%WWWDIR%%/plugins/themes/custom/CustomThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/custom/CustomThemeSettingsForm.inc.php
%%WWWDIR%%/plugins/themes/custom/custom.css
%%WWWDIR%%/plugins/themes/custom/index.php
%%WWWDIR%%/plugins/themes/custom/locale/en_US/locale.xml
%%WWWDIR%%/plugins/themes/custom/locale/es_ES/locale.xml
%%WWWDIR%%/plugins/themes/custom/locale/fr_CA/locale.xml
%%WWWDIR%%/plugins/themes/custom/locale/hr_HR/locale.xml
%%WWWDIR%%/plugins/themes/custom/locale/it_IT/locale.xml
%%WWWDIR%%/plugins/themes/custom/locale/pt_BR/locale.xml
%%WWWDIR%%/plugins/themes/custom/picker.css
%%WWWDIR%%/plugins/themes/custom/picker.js
%%WWWDIR%%/plugins/themes/custom/settingsForm.tpl
%%WWWDIR%%/plugins/themes/desert/DesertThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/desert/desert.css
%%WWWDIR%%/plugins/themes/desert/index.php
%%WWWDIR%%/plugins/themes/lilac/LilacThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/lilac/index.php
%%WWWDIR%%/plugins/themes/lilac/lilac.css
%%WWWDIR%%/plugins/themes/night/NightThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/night/index.php
%%WWWDIR%%/plugins/themes/night/night.css
%%WWWDIR%%/plugins/themes/redbar/RedbarThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/redbar/index.php
%%WWWDIR%%/plugins/themes/redbar/redbar.css
%%WWWDIR%%/plugins/themes/steel/SteelThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/steel/index.php
%%WWWDIR%%/plugins/themes/steel/steel.css
%%WWWDIR%%/plugins/themes/uncommon/UncommonThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/uncommon/index.php
%%WWWDIR%%/plugins/themes/uncommon/uncommon.css
%%WWWDIR%%/plugins/themes/vanilla/VanillaThemePlugin.inc.php
%%WWWDIR%%/plugins/themes/vanilla/index.php
%%WWWDIR%%/plugins/themes/vanilla/vanilla.css
%%WWWDIR%%/public/index.html
%%WWWDIR%%/registry/botAgents.txt
%%WWWDIR%%/registry/inlineTypes.txt
%%WWWDIR%%/registry/journalSettings.xml
%%WWWDIR%%/registry/locale/de_DE/countries.xml
%%WWWDIR%%/registry/locale/el_GR/countries.xml
%%WWWDIR%%/registry/locale/en_US/countries.xml
%%WWWDIR%%/registry/locale/es_ES/countries.xml
%%WWWDIR%%/registry/locale/fr_CA/countries.xml
%%WWWDIR%%/registry/locale/hr_HR/countries.xml
%%WWWDIR%%/registry/locale/it_IT/countries.xml
%%WWWDIR%%/registry/locale/ja_JP/countries.xml
%%WWWDIR%%/registry/locale/no_NO/countries.xml
%%WWWDIR%%/registry/locale/pt_BR/countries.xml
%%WWWDIR%%/registry/locale/ru_RU/countries.xml
%%WWWDIR%%/registry/locale/tr_TR/countries.xml
%%WWWDIR%%/registry/locale/vi_VN/countries.xml
%%WWWDIR%%/registry/locales.xml
%%WWWDIR%%/registry/scheduledTasks.xml
%%WWWDIR%%/registry/stopwords.txt
%%WWWDIR%%/rt/en_US/Agriculture.xml
%%WWWDIR%%/rt/en_US/Art_Architecture.xml
%%WWWDIR%%/rt/en_US/Astrophysics.xml
%%WWWDIR%%/rt/en_US/Biology.xml
%%WWWDIR%%/rt/en_US/Business.xml
%%WWWDIR%%/rt/en_US/Chemistry.xml
%%WWWDIR%%/rt/en_US/Cognitive_Science.xml
%%WWWDIR%%/rt/en_US/Computer_Science.xml
%%WWWDIR%%/rt/en_US/Economics.xml
%%WWWDIR%%/rt/en_US/Education.xml
%%WWWDIR%%/rt/en_US/Environment.xml
%%WWWDIR%%/rt/en_US/General_Science.xml
%%WWWDIR%%/rt/en_US/Generic.xml
%%WWWDIR%%/rt/en_US/Humanities.xml
%%WWWDIR%%/rt/en_US/Life_Sciences.xml
%%WWWDIR%%/rt/en_US/Mathematics.xml
%%WWWDIR%%/rt/en_US/Music.xml
%%WWWDIR%%/rt/en_US/Physics.xml
%%WWWDIR%%/rt/en_US/Social_Sciences.xml
%%WWWDIR%%/rt/rt-version.dtd
%%WWWDIR%%/styles/articleView.css
%%WWWDIR%%/styles/bothSidebars.css
%%WWWDIR%%/styles/comments.css
%%WWWDIR%%/styles/common.css
%%WWWDIR%%/styles/fontLarge.css
%%WWWDIR%%/styles/fontMedium.css
%%WWWDIR%%/styles/fontSmall.css
%%WWWDIR%%/styles/help.css
%%WWWDIR%%/styles/leftSidebar.css
%%WWWDIR%%/styles/rightSidebar.css
%%WWWDIR%%/styles/rt.css
%%WWWDIR%%/styles/sidebar.css
%%WWWDIR%%/templates/about/aboutThisPublishingSystem.tpl
%%WWWDIR%%/templates/about/contact.tpl
%%WWWDIR%%/templates/about/displayMembership.tpl
%%WWWDIR%%/templates/about/editorialPolicies.tpl
%%WWWDIR%%/templates/about/editorialTeam.tpl
%%WWWDIR%%/templates/about/editorialTeamBio.tpl
%%WWWDIR%%/templates/about/editorialTeamBoard.tpl
%%WWWDIR%%/templates/about/index.tpl
%%WWWDIR%%/templates/about/journalSponsorship.tpl
%%WWWDIR%%/templates/about/memberships.tpl
%%WWWDIR%%/templates/about/site.tpl
%%WWWDIR%%/templates/about/siteMap.tpl
%%WWWDIR%%/templates/about/statistics.tpl
%%WWWDIR%%/templates/about/submissions.tpl
%%WWWDIR%%/templates/about/subscriptions.tpl
%%WWWDIR%%/templates/admin/auth/sourceSettings.tpl
%%WWWDIR%%/templates/admin/auth/sources.tpl
%%WWWDIR%%/templates/admin/importComplete.tpl
%%WWWDIR%%/templates/admin/importOJS1.tpl
%%WWWDIR%%/templates/admin/index.tpl
%%WWWDIR%%/templates/admin/journalSettings.tpl
%%WWWDIR%%/templates/admin/journals.tpl
%%WWWDIR%%/templates/admin/languageDownloadErrors.tpl
%%WWWDIR%%/templates/admin/languages.tpl
%%WWWDIR%%/templates/admin/selectMergeUser.tpl
%%WWWDIR%%/templates/admin/settings.tpl
%%WWWDIR%%/templates/admin/systemConfig.tpl
%%WWWDIR%%/templates/admin/systemConfigUpdated.tpl
%%WWWDIR%%/templates/admin/systemInfo.tpl
%%WWWDIR%%/templates/announcement/index.tpl
%%WWWDIR%%/templates/announcement/list.tpl
%%WWWDIR%%/templates/announcement/view.tpl
%%WWWDIR%%/templates/article/article.tpl
%%WWWDIR%%/templates/article/dublincore.tpl
%%WWWDIR%%/templates/article/googlescholar.tpl
%%WWWDIR%%/templates/article/interstitial.tpl
%%WWWDIR%%/templates/article/pdfInterstitial.tpl
%%WWWDIR%%/templates/article/view.tpl
%%WWWDIR%%/templates/author/active.tpl
%%WWWDIR%%/templates/author/completed.tpl
%%WWWDIR%%/templates/author/index.tpl
%%WWWDIR%%/templates/author/submission.tpl
%%WWWDIR%%/templates/author/submission/authorFees.tpl
%%WWWDIR%%/templates/author/submission/copyedit.tpl
%%WWWDIR%%/templates/author/submission/editorDecision.tpl
%%WWWDIR%%/templates/author/submission/layout.tpl
%%WWWDIR%%/templates/author/submission/management.tpl
%%WWWDIR%%/templates/author/submission/metadata.tpl
%%WWWDIR%%/templates/author/submission/peerReview.tpl
%%WWWDIR%%/templates/author/submission/proofread.tpl
%%WWWDIR%%/templates/author/submission/status.tpl
%%WWWDIR%%/templates/author/submission/summary.tpl
%%WWWDIR%%/templates/author/submissionEditing.tpl
%%WWWDIR%%/templates/author/submissionReview.tpl
%%WWWDIR%%/templates/author/submit/authorFees.tpl
%%WWWDIR%%/templates/author/submit/complete.tpl
%%WWWDIR%%/templates/author/submit/step1.tpl
%%WWWDIR%%/templates/author/submit/step2.tpl
%%WWWDIR%%/templates/author/submit/step3.tpl
%%WWWDIR%%/templates/author/submit/step4.tpl
%%WWWDIR%%/templates/author/submit/step5.tpl
%%WWWDIR%%/templates/author/submit/submitHeader.tpl
%%WWWDIR%%/templates/author/submit/suppFile.tpl
%%WWWDIR%%/templates/comment/comment.tpl
%%WWWDIR%%/templates/comment/comments.tpl
%%WWWDIR%%/templates/common/error.tpl
%%WWWDIR%%/templates/common/footer.tpl
%%WWWDIR%%/templates/common/formErrors.tpl
%%WWWDIR%%/templates/common/header.tpl
%%WWWDIR%%/templates/common/message.tpl
%%WWWDIR%%/templates/common/progress.tpl
%%WWWDIR%%/templates/common/sizer.tpl
%%WWWDIR%%/templates/copyeditor/active.tpl
%%WWWDIR%%/templates/copyeditor/completed.tpl
%%WWWDIR%%/templates/copyeditor/index.tpl
%%WWWDIR%%/templates/copyeditor/submission.tpl
%%WWWDIR%%/templates/copyeditor/submission/copyedit.tpl
%%WWWDIR%%/templates/copyeditor/submission/layout.tpl
%%WWWDIR%%/templates/copyeditor/submission/summary.tpl
%%WWWDIR%%/templates/editor/index.tpl
%%WWWDIR%%/templates/editor/issues/backIssues.tpl
%%WWWDIR%%/templates/editor/issues/createIssue.tpl
%%WWWDIR%%/templates/editor/issues/futureIssues.tpl
%%WWWDIR%%/templates/editor/issues/issueData.tpl
%%WWWDIR%%/templates/editor/issues/issueToc.tpl
%%WWWDIR%%/templates/editor/notifyUsers.tpl
%%WWWDIR%%/templates/editor/notifyUsersEmail.tpl
%%WWWDIR%%/templates/editor/selectSectionEditor.tpl
%%WWWDIR%%/templates/editor/submissions.tpl
%%WWWDIR%%/templates/editor/submissionsArchives.tpl
%%WWWDIR%%/templates/editor/submissionsInEditing.tpl
%%WWWDIR%%/templates/editor/submissionsInReview.tpl
%%WWWDIR%%/templates/editor/submissionsUnassigned.tpl
%%WWWDIR%%/templates/email/email.tpl
%%WWWDIR%%/templates/gateway/lockss.tpl
%%WWWDIR%%/templates/help/footer.tpl
%%WWWDIR%%/templates/help/header.tpl
%%WWWDIR%%/templates/help/helpToc.tpl
%%WWWDIR%%/templates/help/searchResults.tpl
%%WWWDIR%%/templates/help/toc.tpl
%%WWWDIR%%/templates/help/topic.tpl
%%WWWDIR%%/templates/help/view.tpl
%%WWWDIR%%/templates/images/help.gif
%%WWWDIR%%/templates/images/icons/checked.gif
%%WWWDIR%%/templates/images/icons/comment.gif
%%WWWDIR%%/templates/images/icons/comment_disabled.gif
%%WWWDIR%%/templates/images/icons/delete.gif
%%WWWDIR%%/templates/images/icons/delete_disabled.gif
%%WWWDIR%%/templates/images/icons/edit.gif
%%WWWDIR%%/templates/images/icons/edit_disabled.gif
%%WWWDIR%%/templates/images/icons/folder.gif
%%WWWDIR%%/templates/images/icons/font_large.gif
%%WWWDIR%%/templates/images/icons/font_medium.gif
%%WWWDIR%%/templates/images/icons/font_small.gif
%%WWWDIR%%/templates/images/icons/fulltext_open_large.gif
%%WWWDIR%%/templates/images/icons/fulltext_open_medium.gif
%%WWWDIR%%/templates/images/icons/fulltext_open_small.gif
%%WWWDIR%%/templates/images/icons/fulltext_restricted_large.gif
%%WWWDIR%%/templates/images/icons/fulltext_restricted_medium.gif
%%WWWDIR%%/templates/images/icons/fulltext_restricted_small.gif
%%WWWDIR%%/templates/images/icons/letter.gif
%%WWWDIR%%/templates/images/icons/mail.gif
%%WWWDIR%%/templates/images/icons/mail_disabled.gif
%%WWWDIR%%/templates/images/icons/unchecked.gif
%%WWWDIR%%/templates/images/icons/view.gif
%%WWWDIR%%/templates/images/info.gif
%%WWWDIR%%/templates/images/letter.gif
%%WWWDIR%%/templates/images/lockss.gif
%%WWWDIR%%/templates/images/mail.gif
%%WWWDIR%%/templates/images/menulist.gif
%%WWWDIR%%/templates/images/pkp.gif
%%WWWDIR%%/templates/images/progbar.gif
%%WWWDIR%%/templates/images/progbg.gif
%%WWWDIR%%/templates/index/journal.tpl
%%WWWDIR%%/templates/index/site.tpl
%%WWWDIR%%/templates/information/information.tpl
%%WWWDIR%%/templates/install/install.tpl
%%WWWDIR%%/templates/install/installComplete.tpl
%%WWWDIR%%/templates/install/upgrade.tpl
%%WWWDIR%%/templates/install/upgradeComplete.tpl
%%WWWDIR%%/templates/issue/archive.tpl
%%WWWDIR%%/templates/issue/issue.tpl
%%WWWDIR%%/templates/issue/view.tpl
%%WWWDIR%%/templates/issue/viewPage.tpl
%%WWWDIR%%/templates/layoutEditor/active.tpl
%%WWWDIR%%/templates/layoutEditor/completed.tpl
%%WWWDIR%%/templates/layoutEditor/futureIssues.tpl
%%WWWDIR%%/templates/layoutEditor/index.tpl
%%WWWDIR%%/templates/layoutEditor/submission.tpl
%%WWWDIR%%/templates/layoutEditor/submission/layout.tpl
%%WWWDIR%%/templates/layoutEditor/submission/proofread.tpl
%%WWWDIR%%/templates/layoutEditor/submission/scheduling.tpl
%%WWWDIR%%/templates/layoutEditor/submission/summary.tpl
%%WWWDIR%%/templates/layoutEditor/submissions.tpl
%%WWWDIR%%/templates/manager/announcement/announcementForm.tpl
%%WWWDIR%%/templates/manager/announcement/announcementTypeForm.tpl
%%WWWDIR%%/templates/manager/announcement/announcementTypes.tpl
%%WWWDIR%%/templates/manager/announcement/announcements.tpl
%%WWWDIR%%/templates/manager/emails/emailTemplateForm.tpl
%%WWWDIR%%/templates/manager/emails/emails.tpl
%%WWWDIR%%/templates/manager/files/index.tpl
%%WWWDIR%%/templates/manager/groups/groupForm.tpl
%%WWWDIR%%/templates/manager/groups/groups.tpl
%%WWWDIR%%/templates/manager/groups/memberships.tpl
%%WWWDIR%%/templates/manager/groups/selectUser.tpl
%%WWWDIR%%/templates/manager/importexport/plugins.tpl
%%WWWDIR%%/templates/manager/index.tpl
%%WWWDIR%%/templates/manager/languageSettings.tpl
%%WWWDIR%%/templates/manager/payments/payMethodSettingsForm.tpl
%%WWWDIR%%/templates/manager/payments/paymentSettings.tpl
%%WWWDIR%%/templates/manager/payments/viewPayment.tpl
%%WWWDIR%%/templates/manager/payments/viewPayments.tpl
%%WWWDIR%%/templates/manager/people/email.tpl
%%WWWDIR%%/templates/manager/people/enrollSync.tpl
%%WWWDIR%%/templates/manager/people/enrollment.tpl
%%WWWDIR%%/templates/manager/people/searchUsers.tpl
%%WWWDIR%%/templates/manager/people/selectMergeUser.tpl
%%WWWDIR%%/templates/manager/people/userProfile.tpl
%%WWWDIR%%/templates/manager/people/userProfileForm.tpl
%%WWWDIR%%/templates/manager/plugins/plugins.tpl
%%WWWDIR%%/templates/manager/reviewForms/previewReviewForm.tpl
%%WWWDIR%%/templates/manager/reviewForms/reviewFormElementForm.tpl
%%WWWDIR%%/templates/manager/reviewForms/reviewFormElements.tpl
%%WWWDIR%%/templates/manager/reviewForms/reviewFormForm.tpl
%%WWWDIR%%/templates/manager/reviewForms/reviewForms.tpl
%%WWWDIR%%/templates/manager/sections/sectionForm.tpl
%%WWWDIR%%/templates/manager/sections/sections.tpl
%%WWWDIR%%/templates/manager/setup/index.tpl
%%WWWDIR%%/templates/manager/setup/settingsSaved.tpl
%%WWWDIR%%/templates/manager/setup/setupHeader.tpl
%%WWWDIR%%/templates/manager/setup/step1.tpl
%%WWWDIR%%/templates/manager/setup/step2.tpl
%%WWWDIR%%/templates/manager/setup/step3.tpl
%%WWWDIR%%/templates/manager/setup/step4.tpl
%%WWWDIR%%/templates/manager/setup/step5.tpl
%%WWWDIR%%/templates/manager/statistics/index.tpl
%%WWWDIR%%/templates/manager/statistics/reportGenerator.tpl
%%WWWDIR%%/templates/manager/statistics/statistics.tpl
%%WWWDIR%%/templates/proofreader/active.tpl
%%WWWDIR%%/templates/proofreader/completed.tpl
%%WWWDIR%%/templates/proofreader/index.tpl
%%WWWDIR%%/templates/proofreader/submission.tpl
%%WWWDIR%%/templates/proofreader/submission/layout.tpl
%%WWWDIR%%/templates/proofreader/submission/proofread.tpl
%%WWWDIR%%/templates/proofreader/submission/scheduling.tpl
%%WWWDIR%%/templates/proofreader/submission/summary.tpl
%%WWWDIR%%/templates/reviewer/active.tpl
%%WWWDIR%%/templates/reviewer/completed.tpl
%%WWWDIR%%/templates/reviewer/index.tpl
%%WWWDIR%%/templates/reviewer/submission.tpl
%%WWWDIR%%/templates/rt/bio.tpl
%%WWWDIR%%/templates/rt/captureCite.tpl
%%WWWDIR%%/templates/rt/context.tpl
%%WWWDIR%%/templates/rt/email.tpl
%%WWWDIR%%/templates/rt/findingReferences.tpl
%%WWWDIR%%/templates/rt/footer.tpl
%%WWWDIR%%/templates/rt/header.tpl
%%WWWDIR%%/templates/rt/index.html
%%WWWDIR%%/templates/rt/metadata.tpl
%%WWWDIR%%/templates/rt/printerFriendly.tpl
%%WWWDIR%%/templates/rt/rt.tpl
%%WWWDIR%%/templates/rt/sent.tpl
%%WWWDIR%%/templates/rt/suppFileView.tpl
%%WWWDIR%%/templates/rt/suppFiles.tpl
%%WWWDIR%%/templates/rtadmin/context.tpl
%%WWWDIR%%/templates/rtadmin/contexts.tpl
%%WWWDIR%%/templates/rtadmin/exportXml.tpl
%%WWWDIR%%/templates/rtadmin/index.tpl
%%WWWDIR%%/templates/rtadmin/journals.tpl
%%WWWDIR%%/templates/rtadmin/search.tpl
%%WWWDIR%%/templates/rtadmin/searches.tpl
%%WWWDIR%%/templates/rtadmin/settings.tpl
%%WWWDIR%%/templates/rtadmin/validate.tpl
%%WWWDIR%%/templates/rtadmin/version.tpl
%%WWWDIR%%/templates/rtadmin/versions.tpl
%%WWWDIR%%/templates/search/advancedSearch.tpl
%%WWWDIR%%/templates/search/authorDetails.tpl
%%WWWDIR%%/templates/search/authorIndex.tpl
%%WWWDIR%%/templates/search/searchResults.tpl
%%WWWDIR%%/templates/search/titleIndex.tpl
%%WWWDIR%%/templates/sectionEditor/createReviewerForm.tpl
%%WWWDIR%%/templates/sectionEditor/index.tpl
%%WWWDIR%%/templates/sectionEditor/previewReviewForm.tpl
%%WWWDIR%%/templates/sectionEditor/reviewerRecommendation.tpl
%%WWWDIR%%/templates/sectionEditor/searchUsers.tpl
%%WWWDIR%%/templates/sectionEditor/selectReviewForm.tpl
%%WWWDIR%%/templates/sectionEditor/selectReviewer.tpl
%%WWWDIR%%/templates/sectionEditor/selectUser.tpl
%%WWWDIR%%/templates/sectionEditor/setDueDate.tpl
%%WWWDIR%%/templates/sectionEditor/submission.tpl
%%WWWDIR%%/templates/sectionEditor/submission/authorFees.tpl
%%WWWDIR%%/templates/sectionEditor/submission/copyedit.tpl
%%WWWDIR%%/templates/sectionEditor/submission/editorDecision.tpl
%%WWWDIR%%/templates/sectionEditor/submission/editors.tpl
%%WWWDIR%%/templates/sectionEditor/submission/layout.tpl
%%WWWDIR%%/templates/sectionEditor/submission/management.tpl
%%WWWDIR%%/templates/sectionEditor/submission/metadata.tpl
%%WWWDIR%%/templates/sectionEditor/submission/peerReview.tpl
%%WWWDIR%%/templates/sectionEditor/submission/proofread.tpl
%%WWWDIR%%/templates/sectionEditor/submission/rounds.tpl
%%WWWDIR%%/templates/sectionEditor/submission/scheduling.tpl
%%WWWDIR%%/templates/sectionEditor/submission/status.tpl
%%WWWDIR%%/templates/sectionEditor/submission/summary.tpl
%%WWWDIR%%/templates/sectionEditor/submissionEditing.tpl
%%WWWDIR%%/templates/sectionEditor/submissionEmailLog.tpl
%%WWWDIR%%/templates/sectionEditor/submissionEmailLogEntry.tpl
%%WWWDIR%%/templates/sectionEditor/submissionEventLog.tpl
%%WWWDIR%%/templates/sectionEditor/submissionEventLogEntry.tpl
%%WWWDIR%%/templates/sectionEditor/submissionHistory.tpl
%%WWWDIR%%/templates/sectionEditor/submissionNotes.tpl
%%WWWDIR%%/templates/sectionEditor/submissionRegrets.tpl
%%WWWDIR%%/templates/sectionEditor/submissionReview.tpl
%%WWWDIR%%/templates/sectionEditor/submissionsArchives.tpl
%%WWWDIR%%/templates/sectionEditor/submissionsInEditing.tpl
%%WWWDIR%%/templates/sectionEditor/submissionsInReview.tpl
%%WWWDIR%%/templates/sectionEditor/userProfile.tpl
%%WWWDIR%%/templates/submission/comment/comment.tpl
%%WWWDIR%%/templates/submission/comment/commentEmail.tpl
%%WWWDIR%%/templates/submission/comment/editComment.tpl
%%WWWDIR%%/templates/submission/comment/editorDecisionComment.tpl
%%WWWDIR%%/templates/submission/comment/editorDecisionEmail.tpl
%%WWWDIR%%/templates/submission/comment/footer.tpl
%%WWWDIR%%/templates/submission/comment/header.tpl
%%WWWDIR%%/templates/submission/comment/peerReviewComment.tpl
%%WWWDIR%%/templates/submission/instructions.tpl
%%WWWDIR%%/templates/submission/layout/galleyForm.tpl
%%WWWDIR%%/templates/submission/layout/galleyView.tpl
%%WWWDIR%%/templates/submission/layout/proofGalley.tpl
%%WWWDIR%%/templates/submission/layout/proofGalleyHTML.tpl
%%WWWDIR%%/templates/submission/layout/proofGalleyTop.tpl
%%WWWDIR%%/templates/submission/metadata/metadataEdit.tpl
%%WWWDIR%%/templates/submission/metadata/metadataView.tpl
%%WWWDIR%%/templates/submission/reviewForm/reviewFormResponse.tpl
%%WWWDIR%%/templates/submission/suppFile/suppFile.tpl
%%WWWDIR%%/templates/submission/suppFile/suppFileView.tpl
%%WWWDIR%%/templates/subscription/openAccessNotifyEmail.tpl
%%WWWDIR%%/templates/subscription/subscriptionForm.tpl
%%WWWDIR%%/templates/subscription/subscriptionPolicyForm.tpl
%%WWWDIR%%/templates/subscription/subscriptionTypeForm.tpl
%%WWWDIR%%/templates/subscription/subscriptionTypes.tpl
%%WWWDIR%%/templates/subscription/subscriptions.tpl
%%WWWDIR%%/templates/subscription/users.tpl
%%WWWDIR%%/templates/user/changePassword.tpl
%%WWWDIR%%/templates/user/index.tpl
%%WWWDIR%%/templates/user/login.tpl
%%WWWDIR%%/templates/user/loginChangePassword.tpl
%%WWWDIR%%/templates/user/lostPassword.tpl
%%WWWDIR%%/templates/user/profile.tpl
%%WWWDIR%%/templates/user/publicProfile.tpl
%%WWWDIR%%/templates/user/register.tpl
%%WWWDIR%%/templates/user/registerSite.tpl
%%WWWDIR%%/tools/dbXMLtoSQL.php
%%WWWDIR%%/tools/importExport.php
%%WWWDIR%%/tools/includes/cliTool.inc.php
%%WWWDIR%%/tools/install.php
%%WWWDIR%%/tools/localeCheck.php
%%WWWDIR%%/tools/mergeUsers.php
%%WWWDIR%%/tools/migrate.php
%%WWWDIR%%/tools/poToCountries.php
%%WWWDIR%%/tools/poToCurrencies.php
%%WWWDIR%%/tools/preCompile.php
%%WWWDIR%%/tools/rebuildSearchIndex.php
%%WWWDIR%%/tools/runScheduledTasks.php
%%WWWDIR%%/tools/upgrade.php
%%WWWDIR%%/cache/fc-locale-list.php
@dir %%WWWDIR%%/locale/en_US/images
@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_config 2>/dev/null || true
@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_compile 2>/dev/null || true
@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/t_cache 2>/dev/null || true
@unexec /bin/rm -rf %D/%%WWWDIR%%/cache/_db 2>/dev/null || true