Bug 92197 - New port: www/ojs2 Open Journal Systems
Summary: New port: www/ojs2 Open Journal Systems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 12:30 UTC by Filipe Rocha
Modified: 2006-07-10 00:46 UTC (History)
0 users

See Also:


Attachments
ojs2.shar (78.58 KB, application/x-shar)
2006-03-04 17:36 UTC, Filipe Rocha
no flags Details
ojs2.shar (78.58 KB, text/plain; charset="iso-8859-1")
2006-05-03 00:38 UTC, Filipe Rocha
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filipe Rocha 2006-01-23 12:30:06 UTC
Open Journal Systems (OJS) is an open access metadata compliant journal system. It has been developed by the Public Knowledge Project.

How-To-Repeat: # This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/www/ojs2/
#	/usr/ports/www/ojs2/pkg-message
#	/usr/ports/www/ojs2/distinfo
#	/usr/ports/www/ojs2/Makefile
#	/usr/ports/www/ojs2/pkg-descr
#	/usr/ports/www/ojs2/pkg-plist
#	/usr/ports/www/ojs2/files
#	/usr/ports/www/ojs2/files/patch-AdminHandler.php
#
echo c - /usr/ports/www/ojs2/
mkdir -p /usr/ports/www/ojs2/ > /dev/null 2>&1
echo x - /usr/ports/www/ojs2/pkg-message
sed 's/^X//' >/usr/ports/www/ojs2/pkg-message << 'END-of-/usr/ports/www/ojs2/pkg-message'
X===================================================
XPlease read docs/README for more instalation 
Xinformation
X
XForum: <http://pkp.sfu.ca/support/forum/>
X===================================================
END-of-/usr/ports/www/ojs2/pkg-message
echo x - /usr/ports/www/ojs2/distinfo
sed 's/^X//' >/usr/ports/www/ojs2/distinfo << 'END-of-/usr/ports/www/ojs2/distinfo'
XMD5 (ojs/ojs-2.0.2-1.tar.gz) = 7224ab8b81e9e3053e3edf1c32fee0c1
XSHA256 (ojs/ojs-2.0.2-1.tar.gz) = 78825538836b12aa4b742ce39fb41df456a1398dda395e5320fca1aa8afc758b
XSIZE (ojs/ojs-2.0.2-1.tar.gz) = 1781639
END-of-/usr/ports/www/ojs2/distinfo
echo x - /usr/ports/www/ojs2/Makefile
sed 's/^X//' >/usr/ports/www/ojs2/Makefile << 'END-of-/usr/ports/www/ojs2/Makefile'
X# New ports collection makefile for:	ojs
X# Date created:				21 December 2005
X# Whom:					Filipe Rocha <filiperocha@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ojs
XPORTVERSION=	2.0.2
XPORTREVISION=	1
XCATEGORIES=	www
XMASTER_SITES=	http://pkp.sfu.ca/ojs/download/
XDISTNAME=	ojs-2.0.2-1
X
XMAINTAINER=	filiperocha@gmail.com
XCOMMENT=	Open Journal Systems
X
XDIST_SUBDIR=	${PORTNAME}
XNO_BUILD=	yes
XUSE_PHP=
XWANT_PHP_WEB=	YES
X
XOJSDIR?=	www/ojs2
X
XOPTIONS=	MYSQL "Use a MYSQL Database" on \
X		PGSQL "Use a PosgreSQL Database" off
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_MYSQL) && defined(WITH_MYSQL)
XRUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/mysql.so:${PORTSDIR}/${mysql_DEPENDS}
X.endif
X
X.if !defined(WITHOUT_PGSQL) && defined(WITH_PGSQL)
XRUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pgsql.so:${PORTSDIR}/${mysql_DEPENDS}
X.endif
X
Xdo-install:
X	${INSTALL_DATA} -d ${PREFIX}/${OJSDIR}
X	${CP} -Rn ${WRKSRC}/* ${PREFIX}/${OJSDIR}
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${OJSDIR}
X	${FIND} ${PREFIX}/${OJSDIR} -type d -exec ${CHMOD} a+x {} \;
X	${FIND} ${PREFIX}/${OJSDIR}/templates/t_cache/ -type d -exec ${CHMOD} -R +rw {} \;
X	${FIND} ${PREFIX}/${OJSDIR}/templates/t_compile/ -type d -exec ${CHMOD} -R +rw {} \;
X	${FIND} ${PREFIX}/${OJSDIR}/help/cache/ -type d -exec ${CHMOD} -R +rw {} \;
X	${FIND} ${PREFIX}/${OJSDIR}/locale/cache/ -type d -exec ${CHMOD} -R +rw {} \;
X	${FIND} ${PREFIX}/${OJSDIR}/config.inc.php -type d -exec ${CHMOD} -R +rw {} \;
X	${FIND} ${PREFIX}/${OJSDIR}/public/ -type d -exec ${CHMOD} -R +rw {} \;
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/www/ojs2/Makefile
echo x - /usr/ports/www/ojs2/pkg-descr
sed 's/^X//' >/usr/ports/www/ojs2/pkg-descr << 'END-of-/usr/ports/www/ojs2/pkg-descr'
XOpen Journal Systems (OJS) is an open access metadata 
Xcompliant journal system. It has been developed by the 
XPublic Knowledge Project.
XFor general information about OJS and other open research
X systems, visit the PKP site
XWWW: http://pkp.sfu.ca/
END-of-/usr/ports/www/ojs2/pkg-descr
echo x - /usr/ports/www/ojs2/pkg-plist
sed 's/^X//' >/usr/ports/www/ojs2/pkg-plist << 'END-of-/usr/ports/www/ojs2/pkg-plist'
Xwww/ojs2/classes/admin/form/ImportOJS1Form.inc.php
Xwww/ojs2/classes/admin/form/JournalSiteSettingsForm.inc.php
Xwww/ojs2/classes/admin/form/SiteSettingsForm.inc.php
Xwww/ojs2/classes/article/Article.inc.php
Xwww/ojs2/classes/article/ArticleComment.inc.php
Xwww/ojs2/classes/article/ArticleCommentDAO.inc.php
Xwww/ojs2/classes/article/ArticleDAO.inc.php
Xwww/ojs2/classes/article/ArticleFile.inc.php
Xwww/ojs2/classes/article/ArticleFileDAO.inc.php
Xwww/ojs2/classes/article/ArticleGalley.inc.php
Xwww/ojs2/classes/article/ArticleGalleyDAO.inc.php
Xwww/ojs2/classes/article/ArticleHTMLGalley.inc.php
Xwww/ojs2/classes/article/ArticleNote.inc.php
Xwww/ojs2/classes/article/ArticleNoteDAO.inc.php
Xwww/ojs2/classes/article/Author.inc.php
Xwww/ojs2/classes/article/AuthorDAO.inc.php
Xwww/ojs2/classes/article/PublishedArticle.inc.php
Xwww/ojs2/classes/article/PublishedArticleDAO.inc.php
Xwww/ojs2/classes/article/SuppFile.inc.php
Xwww/ojs2/classes/article/SuppFileDAO.inc.php
Xwww/ojs2/classes/article/log/ArticleEmailLogDAO.inc.php
Xwww/ojs2/classes/article/log/ArticleEmailLogEntry.inc.php
Xwww/ojs2/classes/article/log/ArticleEventLogDAO.inc.php
Xwww/ojs2/classes/article/log/ArticleEventLogEntry.inc.php
Xwww/ojs2/classes/article/log/ArticleLog.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitForm.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitStep1Form.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitStep2Form.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitStep3Form.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitStep4Form.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitStep5Form.inc.php
Xwww/ojs2/classes/author/form/submit/AuthorSubmitSuppFileForm.inc.php
Xwww/ojs2/classes/comment/Comment.inc.php
Xwww/ojs2/classes/comment/CommentDAO.inc.php
Xwww/ojs2/classes/comment/form/CommentForm.inc.php
Xwww/ojs2/classes/config/Config.inc.php
Xwww/ojs2/classes/config/ConfigParser.inc.php
Xwww/ojs2/classes/core/ArrayItemIterator.inc.php
Xwww/ojs2/classes/core/Core.inc.php
Xwww/ojs2/classes/core/DataObject.inc.php
Xwww/ojs2/classes/core/Handler.inc.php
Xwww/ojs2/classes/core/ItemIterator.inc.php
Xwww/ojs2/classes/core/Registry.inc.php
Xwww/ojs2/classes/core/Request.inc.php
Xwww/ojs2/classes/core/String.inc.php
Xwww/ojs2/classes/core/VirtualArrayIterator.inc.php
Xwww/ojs2/classes/db/DAO.inc.php
Xwww/ojs2/classes/db/DAORegistry.inc.php
Xwww/ojs2/classes/db/DAOResultFactory.inc.php
Xwww/ojs2/classes/db/DBConnection.inc.php
Xwww/ojs2/classes/db/DBDataXMLParser.inc.php
Xwww/ojs2/classes/db/DBResultRange.inc.php
Xwww/ojs2/classes/db/DBRowIterator.inc.php
Xwww/ojs2/classes/db/SQLParser.inc.php
Xwww/ojs2/classes/db/XMLDAO.inc.php
Xwww/ojs2/classes/file/ArticleFileManager.inc.php
Xwww/ojs2/classes/file/FileManager.inc.php
Xwww/ojs2/classes/file/PublicFileManager.inc.php
Xwww/ojs2/classes/file/TemporaryFile.inc.php
Xwww/ojs2/classes/file/TemporaryFileDAO.inc.php
Xwww/ojs2/classes/file/TemporaryFileManager.inc.php
Xwww/ojs2/classes/form/Form.inc.php
Xwww/ojs2/classes/form/FormError.inc.php
Xwww/ojs2/classes/form/validation/FormValidator.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorAlphaNum.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorArray.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorCustom.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorEmail.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorInSet.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorLength.inc.php
Xwww/ojs2/classes/form/validation/FormValidatorRegExp.inc.php
Xwww/ojs2/classes/help/Help.inc.php
Xwww/ojs2/classes/help/HelpToc.inc.php
Xwww/ojs2/classes/help/HelpTocDAO.inc.php
Xwww/ojs2/classes/help/HelpTopic.inc.php
Xwww/ojs2/classes/help/HelpTopicDAO.inc.php
Xwww/ojs2/classes/help/HelpTopicSection.inc.php
Xwww/ojs2/classes/i18n/Locale.inc.php
Xwww/ojs2/classes/install/Install.inc.php
Xwww/ojs2/classes/install/Installer.inc.php
Xwww/ojs2/classes/install/Upgrade.inc.php
Xwww/ojs2/classes/install/form/InstallForm.inc.php
Xwww/ojs2/classes/install/form/UpgradeForm.inc.php
Xwww/ojs2/classes/issue/Issue.inc.php
Xwww/ojs2/classes/issue/IssueAction.inc.php
Xwww/ojs2/classes/issue/IssueDAO.inc.php
Xwww/ojs2/classes/issue/form/IssueForm.inc.php
Xwww/ojs2/classes/journal/Journal.inc.php
Xwww/ojs2/classes/journal/JournalDAO.inc.php
Xwww/ojs2/classes/journal/JournalSettingsDAO.inc.php
Xwww/ojs2/classes/journal/NotificationStatusDAO.inc.php
Xwww/ojs2/classes/journal/Section.inc.php
Xwww/ojs2/classes/journal/SectionDAO.inc.php
Xwww/ojs2/classes/journal/SectionEditorsDAO.inc.php
Xwww/ojs2/classes/mail/ArticleMailTemplate.inc.php
Xwww/ojs2/classes/mail/EmailTemplate.inc.php
Xwww/ojs2/classes/mail/EmailTemplateDAO.inc.php
Xwww/ojs2/classes/mail/Mail.inc.php
Xwww/ojs2/classes/mail/MailTemplate.inc.php
Xwww/ojs2/classes/mail/SMTPMailer.inc.php
Xwww/ojs2/classes/manager/form/EmailTemplateForm.inc.php
Xwww/ojs2/classes/manager/form/LanguageSettingsForm.inc.php
Xwww/ojs2/classes/manager/form/SectionForm.inc.php
Xwww/ojs2/classes/manager/form/SubscriptionForm.inc.php
Xwww/ojs2/classes/manager/form/SubscriptionTypeForm.inc.php
Xwww/ojs2/classes/manager/form/UserManagementForm.inc.php
Xwww/ojs2/classes/manager/form/setup/JournalSetupForm.inc.php
Xwww/ojs2/classes/manager/form/setup/JournalSetupStep1Form.inc.php
Xwww/ojs2/classes/manager/form/setup/JournalSetupStep2Form.inc.php
Xwww/ojs2/classes/manager/form/setup/JournalSetupStep3Form.inc.php
Xwww/ojs2/classes/manager/form/setup/JournalSetupStep4Form.inc.php
Xwww/ojs2/classes/manager/form/setup/JournalSetupStep5Form.inc.php
Xwww/ojs2/classes/oai/OAI.inc.php
Xwww/ojs2/classes/oai/OAIStruct.inc.php
Xwww/ojs2/classes/oai/format/OAIMetadataFormat_DC.inc.php
Xwww/ojs2/classes/oai/format/OAIMetadataFormat_MARC.inc.php
Xwww/ojs2/classes/oai/format/OAIMetadataFormat_MARC21.inc.php
Xwww/ojs2/classes/oai/format/OAIMetadataFormat_RFC1807.inc.php
Xwww/ojs2/classes/oai/ojs/JournalOAI.inc.php
Xwww/ojs2/classes/oai/ojs/OAIDAO.inc.php
Xwww/ojs2/classes/plugins/ImportExportPlugin.inc.php
Xwww/ojs2/classes/plugins/Plugin.inc.php
Xwww/ojs2/classes/plugins/PluginRegistry.inc.php
Xwww/ojs2/classes/rt/RT.inc.php
Xwww/ojs2/classes/rt/RTAdmin.inc.php
Xwww/ojs2/classes/rt/RTStruct.inc.php
Xwww/ojs2/classes/rt/RTXMLParser.inc.php
Xwww/ojs2/classes/rt/ojs/JournalRT.inc.php
Xwww/ojs2/classes/rt/ojs/JournalRTAdmin.inc.php
Xwww/ojs2/classes/rt/ojs/RTDAO.inc.php
Xwww/ojs2/classes/rt/ojs/form/ContextForm.inc.php
Xwww/ojs2/classes/rt/ojs/form/SearchForm.inc.php
Xwww/ojs2/classes/rt/ojs/form/VersionForm.inc.php
Xwww/ojs2/classes/scheduledTask/ScheduledTask.inc.php
Xwww/ojs2/classes/scheduledTask/ScheduledTaskDAO.inc.php
Xwww/ojs2/classes/search/ArticleSearch.inc.php
Xwww/ojs2/classes/search/ArticleSearchDAO.inc.php
Xwww/ojs2/classes/search/ArticleSearchIndex.inc.php
Xwww/ojs2/classes/search/SearchFileParser.inc.php
Xwww/ojs2/classes/search/SearchHTMLParser.inc.php
Xwww/ojs2/classes/search/SearchHelperParser.inc.php
Xwww/ojs2/classes/security/Role.inc.php
Xwww/ojs2/classes/security/RoleDAO.inc.php
Xwww/ojs2/classes/security/Validation.inc.php
Xwww/ojs2/classes/session/Session.inc.php
Xwww/ojs2/classes/session/SessionDAO.inc.php
Xwww/ojs2/classes/session/SessionManager.inc.php
Xwww/ojs2/classes/site/ImportOJS1.inc.php
Xwww/ojs2/classes/site/Site.inc.php
Xwww/ojs2/classes/site/SiteDAO.inc.php
Xwww/ojs2/classes/site/Version.inc.php
Xwww/ojs2/classes/site/VersionCheck.inc.php
Xwww/ojs2/classes/site/VersionDAO.inc.php
Xwww/ojs2/classes/submission/author/AuthorAction.inc.php
Xwww/ojs2/classes/submission/author/AuthorSubmission.inc.php
Xwww/ojs2/classes/submission/author/AuthorSubmissionDAO.inc.php
Xwww/ojs2/classes/submission/common/Action.inc.php
Xwww/ojs2/classes/submission/copyAssignment/CopyAssignment.inc.php
Xwww/ojs2/classes/submission/copyAssignment/CopyAssignmentDAO.inc.php
Xwww/ojs2/classes/submission/copyeditor/CopyeditorAction.inc.php
Xwww/ojs2/classes/submission/copyeditor/CopyeditorSubmission.inc.php
Xwww/ojs2/classes/submission/copyeditor/CopyeditorSubmissionDAO.inc.php
Xwww/ojs2/classes/submission/editAssignment/EditAssignment.inc.php
Xwww/ojs2/classes/submission/editAssignment/EditAssignmentDAO.inc.php
Xwww/ojs2/classes/submission/editor/EditorAction.inc.php
Xwww/ojs2/classes/submission/editor/EditorSubmission.inc.php
Xwww/ojs2/classes/submission/editor/EditorSubmissionDAO.inc.php
Xwww/ojs2/classes/submission/form/ArticleGalleyForm.inc.php
Xwww/ojs2/classes/submission/form/MetadataForm.inc.php
Xwww/ojs2/classes/submission/form/SuppFileForm.inc.php
Xwww/ojs2/classes/submission/form/comment/CommentForm.inc.php
Xwww/ojs2/classes/submission/form/comment/CopyeditCommentForm.inc.php
Xwww/ojs2/classes/submission/form/comment/EditCommentForm.inc.php
Xwww/ojs2/classes/submission/form/comment/EditorDecisionCommentForm.inc.php
Xwww/ojs2/classes/submission/form/comment/LayoutCommentForm.inc.php
Xwww/ojs2/classes/submission/form/comment/PeerReviewCommentForm.inc.php
Xwww/ojs2/classes/submission/form/comment/ProofreadCommentForm.inc.php
Xwww/ojs2/classes/submission/layoutAssignment/LayoutAssignment.inc.php
Xwww/ojs2/classes/submission/layoutAssignment/LayoutAssignmentDAO.inc.php
Xwww/ojs2/classes/submission/layoutEditor/LayoutEditorAction.inc.php
Xwww/ojs2/classes/submission/layoutEditor/LayoutEditorSubmission.inc.php
Xwww/ojs2/classes/submission/layoutEditor/LayoutEditorSubmissionDAO.inc.php
Xwww/ojs2/classes/submission/proofAssignment/ProofAssignment.inc.php
Xwww/ojs2/classes/submission/proofAssignment/ProofAssignmentDAO.inc.php
Xwww/ojs2/classes/submission/proofreader/ProofreaderAction.inc.php
Xwww/ojs2/classes/submission/proofreader/ProofreaderSubmission.inc.php
Xwww/ojs2/classes/submission/proofreader/ProofreaderSubmissionDAO.inc.php
Xwww/ojs2/classes/submission/reviewAssignment/ReviewAssignment.inc.php
Xwww/ojs2/classes/submission/reviewAssignment/ReviewAssignmentDAO.inc.php
Xwww/ojs2/classes/submission/reviewer/ReviewerAction.inc.php
Xwww/ojs2/classes/submission/reviewer/ReviewerSubmission.inc.php
Xwww/ojs2/classes/submission/reviewer/ReviewerSubmissionDAO.inc.php
Xwww/ojs2/classes/submission/sectionEditor/SectionEditorAction.inc.php
Xwww/ojs2/classes/submission/sectionEditor/SectionEditorSubmission.inc.php
Xwww/ojs2/classes/submission/sectionEditor/SectionEditorSubmissionDAO.inc.php
Xwww/ojs2/classes/subscription/Currency.inc.php
Xwww/ojs2/classes/subscription/CurrencyDAO.inc.php
Xwww/ojs2/classes/subscription/Subscription.inc.php
Xwww/ojs2/classes/subscription/SubscriptionDAO.inc.php
Xwww/ojs2/classes/subscription/SubscriptionType.inc.php
Xwww/ojs2/classes/subscription/SubscriptionTypeDAO.inc.php
Xwww/ojs2/classes/tasks/ReviewReminder.inc.php
Xwww/ojs2/classes/template/TemplateManager.inc.php
Xwww/ojs2/classes/user/User.inc.php
Xwww/ojs2/classes/user/UserDAO.inc.php
Xwww/ojs2/classes/user/form/ChangePasswordForm.inc.php
Xwww/ojs2/classes/user/form/LoginChangePasswordForm.inc.php
Xwww/ojs2/classes/user/form/ProfileForm.inc.php
Xwww/ojs2/classes/user/form/RegistrationForm.inc.php
Xwww/ojs2/classes/xml/XMLNode.inc.php
Xwww/ojs2/classes/xml/XMLParser.inc.php
Xwww/ojs2/classes/xml/XMLParserDOMHandler.inc.php
Xwww/ojs2/classes/xml/XMLWriter.inc.php
Xwww/ojs2/config.TEMPLATE.inc.php
Xwww/ojs2/config.inc.php
Xwww/ojs2/dbscripts/xml/data/currencies.xml
Xwww/ojs2/dbscripts/xml/data/email_templates.xml
Xwww/ojs2/dbscripts/xml/data/locale/en_US/email_templates_data.xml
Xwww/ojs2/dbscripts/xml/dtd/install.dtd
Xwww/ojs2/dbscripts/xml/dtd/xmldata.dtd
Xwww/ojs2/dbscripts/xml/dtd/xmlschema.dtd
Xwww/ojs2/dbscripts/xml/install.xml
Xwww/ojs2/dbscripts/xml/ojs_schema.xml
Xwww/ojs2/dbscripts/xml/upgrade.xml
Xwww/ojs2/dbscripts/xml/upgrade/2.0.1_update.xml
Xwww/ojs2/dbscripts/xml/upgrade/2.0.2_preupdate.xml
Xwww/ojs2/dbscripts/xml/upgrade/2.0.2_update.xml
Xwww/ojs2/dbscripts/xml/version.xml
Xwww/ojs2/docs/COPYING
Xwww/ojs2/docs/ChangeLog
Xwww/ojs2/docs/FAQ
Xwww/ojs2/docs/IMPORTEXPORT
Xwww/ojs2/docs/INSTALL
Xwww/ojs2/docs/LICENSE
Xwww/ojs2/docs/README
Xwww/ojs2/docs/README-CVS
Xwww/ojs2/docs/README-DEV
Xwww/ojs2/docs/RELEASE
Xwww/ojs2/docs/REPORTING-BUGS
Xwww/ojs2/docs/UPGRADE
Xwww/ojs2/docs/release-notes/ChangeLog-2.0.1
Xwww/ojs2/docs/release-notes/ChangeLog-2.0.2
Xwww/ojs2/docs/release-notes/README-2.0.1
Xwww/ojs2/docs/release-notes/README-2.0.2
Xwww/ojs2/help/cache/en_US.editorial.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000001.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000002.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000003.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000004.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000005.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000006.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000007.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000008.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000009.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000010.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000011.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000012.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000013.inc.php
Xwww/ojs2/help/cache/en_US.editorial.toc.000014.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000002.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000003.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000004.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000005.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000006.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000007.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000008.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000009.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000010.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000011.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000012.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000013.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000014.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000015.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000016.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000017.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000018.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000019.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000020.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000021.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000022.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000023.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000024.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000025.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000026.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000027.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000028.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000029.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000030.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000031.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000032.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000033.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000034.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000035.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000036.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000037.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000038.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000039.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000040.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000041.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000042.inc.php
Xwww/ojs2/help/cache/en_US.editorial.topic.000043.inc.php
Xwww/ojs2/help/cache/en_US.index.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.index.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.intro.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.intro.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.intro.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.journal.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.journal.toc.000001.inc.php
Xwww/ojs2/help/cache/en_US.journal.toc.000002.inc.php
Xwww/ojs2/help/cache/en_US.journal.toc.000003.inc.php
Xwww/ojs2/help/cache/en_US.journal.toc.000005.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000002.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000003.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000004.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000005.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000006.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000007.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000008.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000009.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000010.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000011.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000012.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000013.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000014.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000015.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000016.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000017.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000018.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000019.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000020.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000021.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000022.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000023.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000025.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000026.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000027.inc.php
Xwww/ojs2/help/cache/en_US.journal.topic.000028.inc.php
Xwww/ojs2/help/cache/en_US.publishing.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.publishing.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.publishing.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.publishing.topic.000002.inc.php
Xwww/ojs2/help/cache/en_US.publishing.topic.000003.inc.php
Xwww/ojs2/help/cache/en_US.publishing.topic.000004.inc.php
Xwww/ojs2/help/cache/en_US.site.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.site.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.site.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.site.topic.000002.inc.php
Xwww/ojs2/help/cache/en_US.site.topic.000003.inc.php
Xwww/ojs2/help/cache/en_US.submission.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.submission.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.submission.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.submission.topic.000002.inc.php
Xwww/ojs2/help/cache/en_US.submission.topic.000003.inc.php
Xwww/ojs2/help/cache/en_US.submission.topic.000004.inc.php
Xwww/ojs2/help/cache/en_US.user.toc.000000.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000000.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000001.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000002.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000003.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000004.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000005.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000006.inc.php
Xwww/ojs2/help/cache/en_US.user.topic.000007.inc.php
Xwww/ojs2/help/en_US/editorial/toc/000000.xml
Xwww/ojs2/help/en_US/editorial/toc/000001.xml
Xwww/ojs2/help/en_US/editorial/toc/000002.xml
Xwww/ojs2/help/en_US/editorial/toc/000003.xml
Xwww/ojs2/help/en_US/editorial/toc/000004.xml
Xwww/ojs2/help/en_US/editorial/toc/000005.xml
Xwww/ojs2/help/en_US/editorial/toc/000006.xml
Xwww/ojs2/help/en_US/editorial/toc/000007.xml
Xwww/ojs2/help/en_US/editorial/toc/000008.xml
Xwww/ojs2/help/en_US/editorial/toc/000009.xml
Xwww/ojs2/help/en_US/editorial/toc/000010.xml
Xwww/ojs2/help/en_US/editorial/toc/000011.xml
Xwww/ojs2/help/en_US/editorial/toc/000012.xml
Xwww/ojs2/help/en_US/editorial/toc/000013.xml
Xwww/ojs2/help/en_US/editorial/toc/000014.xml
Xwww/ojs2/help/en_US/editorial/topic/000000.xml
Xwww/ojs2/help/en_US/editorial/topic/000001.xml
Xwww/ojs2/help/en_US/editorial/topic/000002.xml
Xwww/ojs2/help/en_US/editorial/topic/000003.xml
Xwww/ojs2/help/en_US/editorial/topic/000004.xml
Xwww/ojs2/help/en_US/editorial/topic/000005.xml
Xwww/ojs2/help/en_US/editorial/topic/000006.xml
Xwww/ojs2/help/en_US/editorial/topic/000007.xml
Xwww/ojs2/help/en_US/editorial/topic/000008.xml
Xwww/ojs2/help/en_US/editorial/topic/000009.xml
Xwww/ojs2/help/en_US/editorial/topic/000010.xml
Xwww/ojs2/help/en_US/editorial/topic/000011.xml
Xwww/ojs2/help/en_US/editorial/topic/000012.xml
Xwww/ojs2/help/en_US/editorial/topic/000013.xml
Xwww/ojs2/help/en_US/editorial/topic/000014.xml
Xwww/ojs2/help/en_US/editorial/topic/000015.xml
Xwww/ojs2/help/en_US/editorial/topic/000016.xml
Xwww/ojs2/help/en_US/editorial/topic/000017.xml
Xwww/ojs2/help/en_US/editorial/topic/000018.xml
Xwww/ojs2/help/en_US/editorial/topic/000019.xml
Xwww/ojs2/help/en_US/editorial/topic/000020.xml
Xwww/ojs2/help/en_US/editorial/topic/000021.xml
Xwww/ojs2/help/en_US/editorial/topic/000022.xml
Xwww/ojs2/help/en_US/editorial/topic/000023.xml
Xwww/ojs2/help/en_US/editorial/topic/000024.xml
Xwww/ojs2/help/en_US/editorial/topic/000025.xml
Xwww/ojs2/help/en_US/editorial/topic/000026.xml
Xwww/ojs2/help/en_US/editorial/topic/000027.xml
Xwww/ojs2/help/en_US/editorial/topic/000028.xml
Xwww/ojs2/help/en_US/editorial/topic/000029.xml
Xwww/ojs2/help/en_US/editorial/topic/000030.xml
Xwww/ojs2/help/en_US/editorial/topic/000031.xml
Xwww/ojs2/help/en_US/editorial/topic/000032.xml
Xwww/ojs2/help/en_US/editorial/topic/000033.xml
Xwww/ojs2/help/en_US/editorial/topic/000034.xml
Xwww/ojs2/help/en_US/editorial/topic/000035.xml
Xwww/ojs2/help/en_US/editorial/topic/000036.xml
Xwww/ojs2/help/en_US/editorial/topic/000037.xml
Xwww/ojs2/help/en_US/editorial/topic/000038.xml
Xwww/ojs2/help/en_US/editorial/topic/000039.xml
Xwww/ojs2/help/en_US/editorial/topic/000040.xml
Xwww/ojs2/help/en_US/editorial/topic/000041.xml
Xwww/ojs2/help/en_US/editorial/topic/000042.xml
Xwww/ojs2/help/en_US/editorial/topic/000043.xml
Xwww/ojs2/help/en_US/index/toc/000000.xml
Xwww/ojs2/help/en_US/index/topic/000000.xml
Xwww/ojs2/help/en_US/intro/toc/000000.xml
Xwww/ojs2/help/en_US/intro/topic/000000.xml
Xwww/ojs2/help/en_US/intro/topic/000001.xml
Xwww/ojs2/help/en_US/journal/toc/000000.xml
Xwww/ojs2/help/en_US/journal/toc/000001.xml
Xwww/ojs2/help/en_US/journal/toc/000002.xml
Xwww/ojs2/help/en_US/journal/toc/000003.xml
Xwww/ojs2/help/en_US/journal/toc/000005.xml
Xwww/ojs2/help/en_US/journal/topic/000000.xml
Xwww/ojs2/help/en_US/journal/topic/000001.xml
Xwww/ojs2/help/en_US/journal/topic/000002.xml
Xwww/ojs2/help/en_US/journal/topic/000003.xml
Xwww/ojs2/help/en_US/journal/topic/000004.xml
Xwww/ojs2/help/en_US/journal/topic/000005.xml
Xwww/ojs2/help/en_US/journal/topic/000006.xml
Xwww/ojs2/help/en_US/journal/topic/000007.xml
Xwww/ojs2/help/en_US/journal/topic/000008.xml
Xwww/ojs2/help/en_US/journal/topic/000009.xml
Xwww/ojs2/help/en_US/journal/topic/000010.xml
Xwww/ojs2/help/en_US/journal/topic/000011.xml
Xwww/ojs2/help/en_US/journal/topic/000012.xml
Xwww/ojs2/help/en_US/journal/topic/000013.xml
Xwww/ojs2/help/en_US/journal/topic/000014.xml
Xwww/ojs2/help/en_US/journal/topic/000015.xml
Xwww/ojs2/help/en_US/journal/topic/000016.xml
Xwww/ojs2/help/en_US/journal/topic/000017.xml
Xwww/ojs2/help/en_US/journal/topic/000018.xml
Xwww/ojs2/help/en_US/journal/topic/000019.xml
Xwww/ojs2/help/en_US/journal/topic/000020.xml
Xwww/ojs2/help/en_US/journal/topic/000021.xml
Xwww/ojs2/help/en_US/journal/topic/000022.xml
Xwww/ojs2/help/en_US/journal/topic/000023.xml
Xwww/ojs2/help/en_US/journal/topic/000025.xml
Xwww/ojs2/help/en_US/journal/topic/000026.xml
Xwww/ojs2/help/en_US/journal/topic/000027.xml
Xwww/ojs2/help/en_US/journal/topic/000028.xml
Xwww/ojs2/help/en_US/publishing/toc/000000.xml
Xwww/ojs2/help/en_US/publishing/topic/000000.xml
Xwww/ojs2/help/en_US/publishing/topic/000001.xml
Xwww/ojs2/help/en_US/publishing/topic/000002.xml
Xwww/ojs2/help/en_US/publishing/topic/000003.xml
Xwww/ojs2/help/en_US/publishing/topic/000004.xml
Xwww/ojs2/help/en_US/site/toc/000000.xml
Xwww/ojs2/help/en_US/site/topic/000000.xml
Xwww/ojs2/help/en_US/site/topic/000001.xml
Xwww/ojs2/help/en_US/site/topic/000002.xml
Xwww/ojs2/help/en_US/site/topic/000003.xml
Xwww/ojs2/help/en_US/submission/toc/000000.xml
Xwww/ojs2/help/en_US/submission/topic/000000.xml
Xwww/ojs2/help/en_US/submission/topic/000001.xml
Xwww/ojs2/help/en_US/submission/topic/000002.xml
Xwww/ojs2/help/en_US/submission/topic/000003.xml
Xwww/ojs2/help/en_US/submission/topic/000004.xml
Xwww/ojs2/help/en_US/user/toc/000000.xml
Xwww/ojs2/help/en_US/user/topic/000000.xml
Xwww/ojs2/help/en_US/user/topic/000001.xml
Xwww/ojs2/help/en_US/user/topic/000002.xml
Xwww/ojs2/help/en_US/user/topic/000003.xml
Xwww/ojs2/help/en_US/user/topic/000004.xml
Xwww/ojs2/help/en_US/user/topic/000005.xml
Xwww/ojs2/help/en_US/user/topic/000006.xml
Xwww/ojs2/help/en_US/user/topic/000007.xml
Xwww/ojs2/help/help.dtd
Xwww/ojs2/help/help.xml
Xwww/ojs2/help/toc.dtd
Xwww/ojs2/help/topic.dtd
Xwww/ojs2/includes/driver.inc.php
Xwww/ojs2/includes/functions.inc.php
Xwww/ojs2/index.php
Xwww/ojs2/js/general.js
Xwww/ojs2/lib/adodb/adodb-csvlib.inc.php
Xwww/ojs2/lib/adodb/adodb-datadict.inc.php
Xwww/ojs2/lib/adodb/adodb-error.inc.php
Xwww/ojs2/lib/adodb/adodb-errorhandler.inc.php
Xwww/ojs2/lib/adodb/adodb-errorpear.inc.php
Xwww/ojs2/lib/adodb/adodb-exceptions.inc.php
Xwww/ojs2/lib/adodb/adodb-iterator.inc.php
Xwww/ojs2/lib/adodb/adodb-lib.inc.php
Xwww/ojs2/lib/adodb/adodb-pager.inc.php
Xwww/ojs2/lib/adodb/adodb-pear.inc.php
Xwww/ojs2/lib/adodb/adodb-perf.inc.php
Xwww/ojs2/lib/adodb/adodb-php4.inc.php
Xwww/ojs2/lib/adodb/adodb-time.inc.php
Xwww/ojs2/lib/adodb/adodb-xmlschema.inc.php
Xwww/ojs2/lib/adodb/adodb.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-access.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-db2.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-firebird.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-generic.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-ibase.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-informix.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-mssql.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-mysql.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-oci8.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-postgres.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-sapdb.inc.php
Xwww/ojs2/lib/adodb/datadict/datadict-sybase.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-access.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-ado.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-ado5.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-ado_access.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-ado_mssql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-borland_ibase.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-csv.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-db2.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-fbsql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-firebird.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-ibase.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-informix.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-informix72.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-ldap.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-mssql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-mssqlpo.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-mysql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-mysqli.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-mysqlt.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-netezza.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-oci8.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-oci805.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-oci8po.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-odbc.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-odbc_mssql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-odbc_oracle.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-odbtp.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-odbtp_unicode.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-oracle.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-pdo.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-pdo_mysql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-pdo_oci.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-pdo_pgsql.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-postgres.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-postgres64.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-postgres7.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-postgres8.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-proxy.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-sapdb.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-sqlanywhere.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-sqlite.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-sqlitepo.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-sybase.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-sybase_ase.inc.php
Xwww/ojs2/lib/adodb/drivers/adodb-vfp.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-ar.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-bg.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-bgutf8.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-ca.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-cn.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-cz.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-da.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-de.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-en.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-es.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-esperanto.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-fr.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-hu.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-it.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-nl.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-pl.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-pt-br.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-ro.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-ru1251.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-sv.inc.php
Xwww/ojs2/lib/adodb/lang/adodb-uk1251.inc.php
Xwww/ojs2/lib/adodb/license.txt
Xwww/ojs2/lib/adodb/perf/perf-db2.inc.php
Xwww/ojs2/lib/adodb/perf/perf-informix.inc.php
Xwww/ojs2/lib/adodb/perf/perf-mssql.inc.php
Xwww/ojs2/lib/adodb/perf/perf-mysql.inc.php
Xwww/ojs2/lib/adodb/perf/perf-oci8.inc.php
Xwww/ojs2/lib/adodb/perf/perf-postgres.inc.php
Xwww/ojs2/lib/adodb/pivottable.inc.php
Xwww/ojs2/lib/adodb/readme.txt
Xwww/ojs2/lib/adodb/rsfilter.inc.php
Xwww/ojs2/lib/adodb/toexport.inc.php
Xwww/ojs2/lib/adodb/tohtml.inc.php
Xwww/ojs2/lib/adodb/xmlschema.dtd
Xwww/ojs2/lib/libraries.txt
Xwww/ojs2/lib/smarty/COPYING.lib
Xwww/ojs2/lib/smarty/Config_File.class.php
Xwww/ojs2/lib/smarty/Smarty.class.php
Xwww/ojs2/lib/smarty/Smarty_Compiler.class.php
Xwww/ojs2/lib/smarty/debug.tpl
Xwww/ojs2/lib/smarty/internals/core.assemble_plugin_filepath.php
Xwww/ojs2/lib/smarty/internals/core.assign_smarty_interface.php
Xwww/ojs2/lib/smarty/internals/core.create_dir_structure.php
Xwww/ojs2/lib/smarty/internals/core.display_debug_console.php
Xwww/ojs2/lib/smarty/internals/core.get_include_path.php
Xwww/ojs2/lib/smarty/internals/core.get_microtime.php
Xwww/ojs2/lib/smarty/internals/core.get_php_resource.php
Xwww/ojs2/lib/smarty/internals/core.is_secure.php
Xwww/ojs2/lib/smarty/internals/core.is_trusted.php
Xwww/ojs2/lib/smarty/internals/core.load_plugins.php
Xwww/ojs2/lib/smarty/internals/core.load_resource_plugin.php
Xwww/ojs2/lib/smarty/internals/core.process_cached_inserts.php
Xwww/ojs2/lib/smarty/internals/core.process_compiled_include.php
Xwww/ojs2/lib/smarty/internals/core.read_cache_file.php
Xwww/ojs2/lib/smarty/internals/core.rm_auto.php
Xwww/ojs2/lib/smarty/internals/core.rmdir.php
Xwww/ojs2/lib/smarty/internals/core.run_insert_handler.php
Xwww/ojs2/lib/smarty/internals/core.smarty_include_php.php
Xwww/ojs2/lib/smarty/internals/core.write_cache_file.php
Xwww/ojs2/lib/smarty/internals/core.write_compiled_include.php
Xwww/ojs2/lib/smarty/internals/core.write_compiled_resource.php
Xwww/ojs2/lib/smarty/internals/core.write_file.php
Xwww/ojs2/lib/smarty/plugins/block.textformat.php
Xwww/ojs2/lib/smarty/plugins/compiler.assign.php
Xwww/ojs2/lib/smarty/plugins/function.assign_debug_info.php
Xwww/ojs2/lib/smarty/plugins/function.config_load.php
Xwww/ojs2/lib/smarty/plugins/function.counter.php
Xwww/ojs2/lib/smarty/plugins/function.cycle.php
Xwww/ojs2/lib/smarty/plugins/function.debug.php
Xwww/ojs2/lib/smarty/plugins/function.eval.php
Xwww/ojs2/lib/smarty/plugins/function.fetch.php
Xwww/ojs2/lib/smarty/plugins/function.html_checkboxes.php
Xwww/ojs2/lib/smarty/plugins/function.html_image.php
Xwww/ojs2/lib/smarty/plugins/function.html_options.php
Xwww/ojs2/lib/smarty/plugins/function.html_radios.php
Xwww/ojs2/lib/smarty/plugins/function.html_select_date.php
Xwww/ojs2/lib/smarty/plugins/function.html_select_time.php
Xwww/ojs2/lib/smarty/plugins/function.html_table.php
Xwww/ojs2/lib/smarty/plugins/function.mailto.php
Xwww/ojs2/lib/smarty/plugins/function.math.php
Xwww/ojs2/lib/smarty/plugins/function.popup.php
Xwww/ojs2/lib/smarty/plugins/function.popup_init.php
Xwww/ojs2/lib/smarty/plugins/modifier.capitalize.php
Xwww/ojs2/lib/smarty/plugins/modifier.cat.php
Xwww/ojs2/lib/smarty/plugins/modifier.count_characters.php
Xwww/ojs2/lib/smarty/plugins/modifier.count_paragraphs.php
Xwww/ojs2/lib/smarty/plugins/modifier.count_sentences.php
Xwww/ojs2/lib/smarty/plugins/modifier.count_words.php
Xwww/ojs2/lib/smarty/plugins/modifier.date_format.php
Xwww/ojs2/lib/smarty/plugins/modifier.debug_print_var.php
Xwww/ojs2/lib/smarty/plugins/modifier.default.php
Xwww/ojs2/lib/smarty/plugins/modifier.escape.php
Xwww/ojs2/lib/smarty/plugins/modifier.indent.php
Xwww/ojs2/lib/smarty/plugins/modifier.lower.php
Xwww/ojs2/lib/smarty/plugins/modifier.nl2br.php
Xwww/ojs2/lib/smarty/plugins/modifier.regex_replace.php
Xwww/ojs2/lib/smarty/plugins/modifier.replace.php
Xwww/ojs2/lib/smarty/plugins/modifier.spacify.php
Xwww/ojs2/lib/smarty/plugins/modifier.string_format.php
Xwww/ojs2/lib/smarty/plugins/modifier.strip.php
Xwww/ojs2/lib/smarty/plugins/modifier.strip_tags.php
Xwww/ojs2/lib/smarty/plugins/modifier.truncate.php
Xwww/ojs2/lib/smarty/plugins/modifier.upper.php
Xwww/ojs2/lib/smarty/plugins/modifier.wordwrap.php
Xwww/ojs2/lib/smarty/plugins/outputfilter.trimwhitespace.php
Xwww/ojs2/lib/smarty/plugins/shared.escape_special_chars.php
Xwww/ojs2/lib/smarty/plugins/shared.make_timestamp.php
Xwww/ojs2/locale/cache/en_US.inc.php
Xwww/ojs2/locale/cache/locales.inc.php
Xwww/ojs2/locale/en_US/locale.xml
Xwww/ojs2/locale/locale.dtd
Xwww/ojs2/pages/about/AboutHandler.inc.php
Xwww/ojs2/pages/about/index.php
Xwww/ojs2/pages/admin/AdminFunctionsHandler.inc.php
Xwww/ojs2/pages/admin/AdminHandler.inc.php
Xwww/ojs2/pages/admin/AdminHandler.inc.php.orig
Xwww/ojs2/pages/admin/AdminJournalHandler.inc.php
Xwww/ojs2/pages/admin/AdminLanguagesHandler.inc.php
Xwww/ojs2/pages/admin/AdminSettingsHandler.inc.php
Xwww/ojs2/pages/admin/index.php
Xwww/ojs2/pages/article/ArticleHandler.inc.php
Xwww/ojs2/pages/article/index.php
Xwww/ojs2/pages/author/AuthorHandler.inc.php
Xwww/ojs2/pages/author/SubmissionCommentsHandler.inc.php
Xwww/ojs2/pages/author/SubmitHandler.inc.php
Xwww/ojs2/pages/author/TrackSubmissionHandler.inc.php
Xwww/ojs2/pages/author/index.php
Xwww/ojs2/pages/comment/CommentHandler.inc.php
Xwww/ojs2/pages/comment/index.php
Xwww/ojs2/pages/copyeditor/CopyeditorHandler.inc.php
Xwww/ojs2/pages/copyeditor/SubmissionCommentsHandler.inc.php
Xwww/ojs2/pages/copyeditor/SubmissionCopyeditHandler.inc.php
Xwww/ojs2/pages/copyeditor/index.php
Xwww/ojs2/pages/editor/EditorHandler.inc.php
Xwww/ojs2/pages/editor/IssueManagementHandler.inc.php
Xwww/ojs2/pages/editor/index.php
Xwww/ojs2/pages/gateway/GatewayHandler.inc.php
Xwww/ojs2/pages/gateway/index.php
Xwww/ojs2/pages/help/HelpHandler.inc.php
Xwww/ojs2/pages/help/index.php
Xwww/ojs2/pages/index/IndexHandler.inc.php
Xwww/ojs2/pages/index/index.php
Xwww/ojs2/pages/information/InformationHandler.inc.php
Xwww/ojs2/pages/information/index.php
Xwww/ojs2/pages/install/InstallHandler.inc.php
Xwww/ojs2/pages/install/index.php
Xwww/ojs2/pages/issue/IssueHandler.inc.php
Xwww/ojs2/pages/issue/index.php
Xwww/ojs2/pages/layoutEditor/LayoutEditorHandler.inc.php
Xwww/ojs2/pages/layoutEditor/SubmissionCommentsHandler.inc.php
Xwww/ojs2/pages/layoutEditor/SubmissionLayoutHandler.inc.php
Xwww/ojs2/pages/layoutEditor/index.php
Xwww/ojs2/pages/login/LoginHandler.inc.php
Xwww/ojs2/pages/login/index.php
Xwww/ojs2/pages/manager/EmailHandler.inc.php
Xwww/ojs2/pages/manager/FilesHandler.inc.php
Xwww/ojs2/pages/manager/ImportExportHandler.inc.php
Xwww/ojs2/pages/manager/JournalLanguagesHandler.inc.php
Xwww/ojs2/pages/manager/ManagerHandler.inc.php
Xwww/ojs2/pages/manager/PeopleHandler.inc.php
Xwww/ojs2/pages/manager/SectionHandler.inc.php
Xwww/ojs2/pages/manager/SetupHandler.inc.php
Xwww/ojs2/pages/manager/SubscriptionHandler.inc.php
Xwww/ojs2/pages/manager/index.php
Xwww/ojs2/pages/oai/OAIHandler.inc.php
Xwww/ojs2/pages/oai/index.php
Xwww/ojs2/pages/proofreader/ProofreaderHandler.inc.php
Xwww/ojs2/pages/proofreader/SubmissionCommentsHandler.inc.php
Xwww/ojs2/pages/proofreader/SubmissionProofreadHandler.inc.php
Xwww/ojs2/pages/proofreader/index.php
Xwww/ojs2/pages/reviewer/ReviewerHandler.inc.php
Xwww/ojs2/pages/reviewer/SubmissionCommentsHandler.inc.php
Xwww/ojs2/pages/reviewer/SubmissionReviewHandler.inc.php
Xwww/ojs2/pages/reviewer/index.php
Xwww/ojs2/pages/rt/RTHandler.inc.php
Xwww/ojs2/pages/rt/index.php
Xwww/ojs2/pages/rtadmin/RTAdminHandler.inc.php
Xwww/ojs2/pages/rtadmin/RTContextHandler.inc.php
Xwww/ojs2/pages/rtadmin/RTSearchHandler.inc.php
Xwww/ojs2/pages/rtadmin/RTSetupHandler.inc.php
Xwww/ojs2/pages/rtadmin/RTVersionHandler.inc.php
Xwww/ojs2/pages/rtadmin/index.php
Xwww/ojs2/pages/search/SearchHandler.inc.php
Xwww/ojs2/pages/search/index.php
Xwww/ojs2/pages/sectionEditor/SectionEditorHandler.inc.php
Xwww/ojs2/pages/sectionEditor/SubmissionCommentsHandler.inc.php
Xwww/ojs2/pages/sectionEditor/SubmissionEditHandler.inc.php
Xwww/ojs2/pages/sectionEditor/index.php
Xwww/ojs2/pages/user/EmailHandler.inc.php
Xwww/ojs2/pages/user/ProfileHandler.inc.php
Xwww/ojs2/pages/user/RegistrationHandler.inc.php
Xwww/ojs2/pages/user/UserHandler.inc.php
Xwww/ojs2/pages/user/index.php
Xwww/ojs2/plugins/importexport/erudit/EruditExportDom.inc.php
Xwww/ojs2/plugins/importexport/erudit/EruditExportPlugin.inc.php
Xwww/ojs2/plugins/importexport/erudit/index.php
Xwww/ojs2/plugins/importexport/erudit/index.tpl
Xwww/ojs2/plugins/importexport/erudit/locale/en_US/locale.xml
Xwww/ojs2/plugins/importexport/native/NativeExportDom.inc.php
Xwww/ojs2/plugins/importexport/native/NativeImportDom.inc.php
Xwww/ojs2/plugins/importexport/native/NativeImportExportPlugin.inc.php
Xwww/ojs2/plugins/importexport/native/README
Xwww/ojs2/plugins/importexport/native/articleContext.tpl
Xwww/ojs2/plugins/importexport/native/articles.tpl
Xwww/ojs2/plugins/importexport/native/importError.tpl
Xwww/ojs2/plugins/importexport/native/importSuccess.tpl
Xwww/ojs2/plugins/importexport/native/index.php
Xwww/ojs2/plugins/importexport/native/index.tpl
Xwww/ojs2/plugins/importexport/native/issues.tpl
Xwww/ojs2/plugins/importexport/native/locale/en_US/locale.xml
Xwww/ojs2/plugins/importexport/native/native.dtd
Xwww/ojs2/plugins/importexport/native/sample.xml
Xwww/ojs2/plugins/importexport/sample/SampleImportExportPlugin.inc.php
Xwww/ojs2/plugins/importexport/sample/index.php
Xwww/ojs2/plugins/importexport/sample/issues.tpl
Xwww/ojs2/plugins/importexport/sample/locale/en_US/locale.xml
Xwww/ojs2/plugins/importexport/users/README
Xwww/ojs2/plugins/importexport/users/UserExportDom.inc.php
Xwww/ojs2/plugins/importexport/users/UserImportExportPlugin.inc.php
Xwww/ojs2/plugins/importexport/users/UserXMLParser.inc.php
Xwww/ojs2/plugins/importexport/users/importUsersConfirm.tpl
Xwww/ojs2/plugins/importexport/users/importUsersResults.tpl
Xwww/ojs2/plugins/importexport/users/index.php
Xwww/ojs2/plugins/importexport/users/index.tpl
Xwww/ojs2/plugins/importexport/users/locale/en_US/locale.xml
Xwww/ojs2/plugins/importexport/users/sample.xml
Xwww/ojs2/plugins/importexport/users/users.dtd
Xwww/ojs2/public/index.html
Xwww/ojs2/registry/journalSettings.xml
Xwww/ojs2/registry/locales.xml
Xwww/ojs2/registry/scheduledTasks.xml
Xwww/ojs2/registry/stopwords.txt
Xwww/ojs2/rt/en_US/Agriculture.xml
Xwww/ojs2/rt/en_US/Art_Architecture.xml
Xwww/ojs2/rt/en_US/Astrophysics.xml
Xwww/ojs2/rt/en_US/Biology.xml
Xwww/ojs2/rt/en_US/Business.xml
Xwww/ojs2/rt/en_US/Chemistry.xml
Xwww/ojs2/rt/en_US/Cognitive_Science.xml
Xwww/ojs2/rt/en_US/Computer_Science.xml
Xwww/ojs2/rt/en_US/Economics.xml
Xwww/ojs2/rt/en_US/Education.xml
Xwww/ojs2/rt/en_US/Environment.xml
Xwww/ojs2/rt/en_US/General_Science.xml
Xwww/ojs2/rt/en_US/Generic.xml
Xwww/ojs2/rt/en_US/Humanities.xml
Xwww/ojs2/rt/en_US/Life_Sciences.xml
Xwww/ojs2/rt/en_US/Mathematics.xml
Xwww/ojs2/rt/en_US/Music.xml
Xwww/ojs2/rt/en_US/Physics.xml
Xwww/ojs2/rt/en_US/Social_Sciences.xml
Xwww/ojs2/rt/rt-version.dtd
Xwww/ojs2/styles/articleView.css
Xwww/ojs2/styles/comments.css
Xwww/ojs2/styles/common.css
Xwww/ojs2/styles/help.css
Xwww/ojs2/styles/rt.css
Xwww/ojs2/templates/about/aboutThisPublishingSystem.tpl
Xwww/ojs2/templates/about/contact.tpl
Xwww/ojs2/templates/about/editorialPolicies.tpl
Xwww/ojs2/templates/about/editorialTeam.tpl
Xwww/ojs2/templates/about/index.tpl
Xwww/ojs2/templates/about/journalSponsorship.tpl
Xwww/ojs2/templates/about/site.tpl
Xwww/ojs2/templates/about/siteMap.tpl
Xwww/ojs2/templates/about/submissions.tpl
Xwww/ojs2/templates/about/subscriptions.tpl
Xwww/ojs2/templates/admin/importOJS1.tpl
Xwww/ojs2/templates/admin/index.tpl
Xwww/ojs2/templates/admin/journalSettings.tpl
Xwww/ojs2/templates/admin/journals.tpl
Xwww/ojs2/templates/admin/languages.tpl
Xwww/ojs2/templates/admin/settings.tpl
Xwww/ojs2/templates/admin/systemConfig.tpl
Xwww/ojs2/templates/admin/systemConfigUpdated.tpl
Xwww/ojs2/templates/admin/systemInfo.tpl
Xwww/ojs2/templates/article/article.tpl
Xwww/ojs2/templates/article/interstitial.tpl
Xwww/ojs2/templates/article/pdfInterstitial.tpl
Xwww/ojs2/templates/article/view.tpl
Xwww/ojs2/templates/author/active.tpl
Xwww/ojs2/templates/author/completed.tpl
Xwww/ojs2/templates/author/index.tpl
Xwww/ojs2/templates/author/navsidebar.tpl
Xwww/ojs2/templates/author/submission.tpl
Xwww/ojs2/templates/author/submission/copyedit.tpl
Xwww/ojs2/templates/author/submission/editorDecision.tpl
Xwww/ojs2/templates/author/submission/layout.tpl
Xwww/ojs2/templates/author/submission/management.tpl
Xwww/ojs2/templates/author/submission/metadata.tpl
Xwww/ojs2/templates/author/submission/peerReview.tpl
Xwww/ojs2/templates/author/submission/proofread.tpl
Xwww/ojs2/templates/author/submission/status.tpl
Xwww/ojs2/templates/author/submission/summary.tpl
Xwww/ojs2/templates/author/submissionEditing.tpl
Xwww/ojs2/templates/author/submissionReview.tpl
Xwww/ojs2/templates/author/submit/complete.tpl
Xwww/ojs2/templates/author/submit/step1.tpl
Xwww/ojs2/templates/author/submit/step2.tpl
Xwww/ojs2/templates/author/submit/step3.tpl
Xwww/ojs2/templates/author/submit/step4.tpl
Xwww/ojs2/templates/author/submit/step5.tpl
Xwww/ojs2/templates/author/submit/submitHeader.tpl
Xwww/ojs2/templates/author/submit/submitSidebar.tpl
Xwww/ojs2/templates/author/submit/suppFile.tpl
Xwww/ojs2/templates/comment/comment.tpl
Xwww/ojs2/templates/comment/comments.tpl
Xwww/ojs2/templates/common/error.tpl
Xwww/ojs2/templates/common/footer.tpl
Xwww/ojs2/templates/common/formErrors.tpl
Xwww/ojs2/templates/common/header.tpl
Xwww/ojs2/templates/common/message.tpl
Xwww/ojs2/templates/common/sidebar.tpl
Xwww/ojs2/templates/copyeditor/active.tpl
Xwww/ojs2/templates/copyeditor/completed.tpl
Xwww/ojs2/templates/copyeditor/index.tpl
Xwww/ojs2/templates/copyeditor/navsidebar.tpl
Xwww/ojs2/templates/copyeditor/submission.tpl
Xwww/ojs2/templates/copyeditor/submission/copyedit.tpl
Xwww/ojs2/templates/copyeditor/submission/layout.tpl
Xwww/ojs2/templates/copyeditor/submission/summary.tpl
Xwww/ojs2/templates/editor/index.tpl
Xwww/ojs2/templates/editor/issues/backIssues.tpl
Xwww/ojs2/templates/editor/issues/createIssue.tpl
Xwww/ojs2/templates/editor/issues/futureIssues.tpl
Xwww/ojs2/templates/editor/issues/issueData.tpl
Xwww/ojs2/templates/editor/issues/issueToc.tpl
Xwww/ojs2/templates/editor/navsidebar.tpl
Xwww/ojs2/templates/editor/notifyUsers.tpl
Xwww/ojs2/templates/editor/notifyUsersEmail.tpl
Xwww/ojs2/templates/editor/schedulingQueue.tpl
Xwww/ojs2/templates/editor/selectSectionEditor.tpl
Xwww/ojs2/templates/editor/submissions.tpl
Xwww/ojs2/templates/editor/submissionsArchives.tpl
Xwww/ojs2/templates/editor/submissionsInEditing.tpl
Xwww/ojs2/templates/editor/submissionsInReview.tpl
Xwww/ojs2/templates/editor/submissionsUnassigned.tpl
Xwww/ojs2/templates/email/email.tpl
Xwww/ojs2/templates/gateway/lockss.tpl
Xwww/ojs2/templates/help/footer.tpl
Xwww/ojs2/templates/help/header.tpl
Xwww/ojs2/templates/help/helpToc.tpl
Xwww/ojs2/templates/help/searchResults.tpl
Xwww/ojs2/templates/help/toc.tpl
Xwww/ojs2/templates/help/topic.tpl
Xwww/ojs2/templates/help/view.tpl
Xwww/ojs2/templates/images/edprocess.png
Xwww/ojs2/templates/images/edprocesslarge.png
Xwww/ojs2/templates/images/help.gif
Xwww/ojs2/templates/images/icons/comment.gif
Xwww/ojs2/templates/images/icons/comment_disabled.gif
Xwww/ojs2/templates/images/icons/delete.gif
Xwww/ojs2/templates/images/icons/delete_disabled.gif
Xwww/ojs2/templates/images/icons/edit.gif
Xwww/ojs2/templates/images/icons/edit_disabled.gif
Xwww/ojs2/templates/images/icons/folder.gif
Xwww/ojs2/templates/images/icons/letter.gif
Xwww/ojs2/templates/images/icons/mail.gif
Xwww/ojs2/templates/images/icons/mail_disabled.gif
Xwww/ojs2/templates/images/icons/view.gif
Xwww/ojs2/templates/images/info.gif
Xwww/ojs2/templates/images/letter.gif
Xwww/ojs2/templates/images/lockss.gif
Xwww/ojs2/templates/images/mail.gif
Xwww/ojs2/templates/images/menulist.gif
Xwww/ojs2/templates/images/pkp.gif
Xwww/ojs2/templates/index/journal.tpl
Xwww/ojs2/templates/index/site.tpl
Xwww/ojs2/templates/information/information.tpl
Xwww/ojs2/templates/install/install.tpl
Xwww/ojs2/templates/install/installComplete.tpl
Xwww/ojs2/templates/install/upgrade.tpl
Xwww/ojs2/templates/install/upgradeComplete.tpl
Xwww/ojs2/templates/issue/archive.tpl
Xwww/ojs2/templates/issue/current.tpl
Xwww/ojs2/templates/issue/issue.tpl
Xwww/ojs2/templates/issue/view.tpl
Xwww/ojs2/templates/issue/viewPage.tpl
Xwww/ojs2/templates/layoutEditor/active.tpl
Xwww/ojs2/templates/layoutEditor/completed.tpl
Xwww/ojs2/templates/layoutEditor/index.tpl
Xwww/ojs2/templates/layoutEditor/navsidebar.tpl
Xwww/ojs2/templates/layoutEditor/submission.tpl
Xwww/ojs2/templates/layoutEditor/submission/layout.tpl
Xwww/ojs2/templates/layoutEditor/submission/proofread.tpl
Xwww/ojs2/templates/layoutEditor/submission/summary.tpl
Xwww/ojs2/templates/manager/emails/emailTemplateForm.tpl
Xwww/ojs2/templates/manager/emails/emails.tpl
Xwww/ojs2/templates/manager/files/index.tpl
Xwww/ojs2/templates/manager/importexport/plugins.tpl
Xwww/ojs2/templates/manager/index.tpl
Xwww/ojs2/templates/manager/languageSettings.tpl
Xwww/ojs2/templates/manager/people/email.tpl
Xwww/ojs2/templates/manager/people/enrollSync.tpl
Xwww/ojs2/templates/manager/people/enrollment.tpl
Xwww/ojs2/templates/manager/people/searchUsers.tpl
Xwww/ojs2/templates/manager/people/selectTemplate.tpl
Xwww/ojs2/templates/manager/people/userProfile.tpl
Xwww/ojs2/templates/manager/people/userProfileForm.tpl
Xwww/ojs2/templates/manager/sections/sectionForm.tpl
Xwww/ojs2/templates/manager/sections/sections.tpl
Xwww/ojs2/templates/manager/setup/index.tpl
Xwww/ojs2/templates/manager/setup/settingsSaved.tpl
Xwww/ojs2/templates/manager/setup/setupHeader.tpl
Xwww/ojs2/templates/manager/setup/step1.tpl
Xwww/ojs2/templates/manager/setup/step2.tpl
Xwww/ojs2/templates/manager/setup/step3.tpl
Xwww/ojs2/templates/manager/setup/step4.tpl
Xwww/ojs2/templates/manager/setup/step5.tpl
Xwww/ojs2/templates/manager/subscription/subscriptionForm.tpl
Xwww/ojs2/templates/manager/subscription/subscriptionTypeForm.tpl
Xwww/ojs2/templates/manager/subscription/subscriptionTypes.tpl
Xwww/ojs2/templates/manager/subscription/subscriptions.tpl
Xwww/ojs2/templates/manager/subscription/users.tpl
Xwww/ojs2/templates/proofreader/active.tpl
Xwww/ojs2/templates/proofreader/completed.tpl
Xwww/ojs2/templates/proofreader/index.tpl
Xwww/ojs2/templates/proofreader/navsidebar.tpl
Xwww/ojs2/templates/proofreader/submission.tpl
Xwww/ojs2/templates/proofreader/submission/layout.tpl
Xwww/ojs2/templates/proofreader/submission/proofread.tpl
Xwww/ojs2/templates/proofreader/submission/summary.tpl
Xwww/ojs2/templates/reviewer/active.tpl
Xwww/ojs2/templates/reviewer/completed.tpl
Xwww/ojs2/templates/reviewer/index.tpl
Xwww/ojs2/templates/reviewer/navsidebar.tpl
Xwww/ojs2/templates/reviewer/submission.tpl
Xwww/ojs2/templates/rt/bio.tpl
Xwww/ojs2/templates/rt/captureCite.tpl
Xwww/ojs2/templates/rt/citeEndNote.tpl
Xwww/ojs2/templates/rt/citeProCite.tpl
Xwww/ojs2/templates/rt/citeReferenceManager.tpl
Xwww/ojs2/templates/rt/context.tpl
Xwww/ojs2/templates/rt/email.tpl
Xwww/ojs2/templates/rt/footer.tpl
Xwww/ojs2/templates/rt/header.tpl
Xwww/ojs2/templates/rt/index.html
Xwww/ojs2/templates/rt/metadata.tpl
Xwww/ojs2/templates/rt/printerFriendly.tpl
Xwww/ojs2/templates/rt/rt.tpl
Xwww/ojs2/templates/rt/sent.tpl
Xwww/ojs2/templates/rt/suppFileView.tpl
Xwww/ojs2/templates/rt/suppFiles.tpl
Xwww/ojs2/templates/rtadmin/context.tpl
Xwww/ojs2/templates/rtadmin/contexts.tpl
Xwww/ojs2/templates/rtadmin/exportXml.tpl
Xwww/ojs2/templates/rtadmin/index.tpl
Xwww/ojs2/templates/rtadmin/journals.tpl
Xwww/ojs2/templates/rtadmin/search.tpl
Xwww/ojs2/templates/rtadmin/searches.tpl
Xwww/ojs2/templates/rtadmin/settings.tpl
Xwww/ojs2/templates/rtadmin/validate.tpl
Xwww/ojs2/templates/rtadmin/version.tpl
Xwww/ojs2/templates/rtadmin/versions.tpl
Xwww/ojs2/templates/search/advancedSearch.tpl
Xwww/ojs2/templates/search/authorDetails.tpl
Xwww/ojs2/templates/search/authorIndex.tpl
Xwww/ojs2/templates/search/searchResults.tpl
Xwww/ojs2/templates/search/titleIndex.tpl
Xwww/ojs2/templates/sectionEditor/index.tpl
Xwww/ojs2/templates/sectionEditor/navsidebar.tpl
Xwww/ojs2/templates/sectionEditor/reviewerRecommendation.tpl
Xwww/ojs2/templates/sectionEditor/searchUsers.tpl
Xwww/ojs2/templates/sectionEditor/selectReviewer.tpl
Xwww/ojs2/templates/sectionEditor/selectUser.tpl
Xwww/ojs2/templates/sectionEditor/setDueDate.tpl
Xwww/ojs2/templates/sectionEditor/submission.tpl
Xwww/ojs2/templates/sectionEditor/submission/copyedit.tpl
Xwww/ojs2/templates/sectionEditor/submission/editorDecision.tpl
Xwww/ojs2/templates/sectionEditor/submission/layout.tpl
Xwww/ojs2/templates/sectionEditor/submission/management.tpl
Xwww/ojs2/templates/sectionEditor/submission/metadata.tpl
Xwww/ojs2/templates/sectionEditor/submission/peerReview.tpl
Xwww/ojs2/templates/sectionEditor/submission/proofread.tpl
Xwww/ojs2/templates/sectionEditor/submission/rounds.tpl
Xwww/ojs2/templates/sectionEditor/submission/status.tpl
Xwww/ojs2/templates/sectionEditor/submission/summary.tpl
Xwww/ojs2/templates/sectionEditor/submissionEditing.tpl
Xwww/ojs2/templates/sectionEditor/submissionEmailLog.tpl
Xwww/ojs2/templates/sectionEditor/submissionEmailLogEntry.tpl
Xwww/ojs2/templates/sectionEditor/submissionEventLog.tpl
Xwww/ojs2/templates/sectionEditor/submissionEventLogEntry.tpl
Xwww/ojs2/templates/sectionEditor/submissionHistory.tpl
Xwww/ojs2/templates/sectionEditor/submissionNotes.tpl
Xwww/ojs2/templates/sectionEditor/submissionRegrets.tpl
Xwww/ojs2/templates/sectionEditor/submissionReview.tpl
Xwww/ojs2/templates/sectionEditor/submissionsArchives.tpl
Xwww/ojs2/templates/sectionEditor/submissionsInEditing.tpl
Xwww/ojs2/templates/sectionEditor/submissionsInReview.tpl
Xwww/ojs2/templates/sectionEditor/userProfile.tpl
Xwww/ojs2/templates/submission/comment/comment.tpl
Xwww/ojs2/templates/submission/comment/commentEmail.tpl
Xwww/ojs2/templates/submission/comment/editComment.tpl
Xwww/ojs2/templates/submission/comment/editorDecisionComment.tpl
Xwww/ojs2/templates/submission/comment/footer.tpl
Xwww/ojs2/templates/submission/comment/header.tpl
Xwww/ojs2/templates/submission/comment/peerReviewComment.tpl
Xwww/ojs2/templates/submission/instructions.tpl
Xwww/ojs2/templates/submission/layout/galleyForm.tpl
Xwww/ojs2/templates/submission/layout/galleyView.tpl
Xwww/ojs2/templates/submission/layout/proofGalley.tpl
Xwww/ojs2/templates/submission/layout/proofGalleyHTML.tpl
Xwww/ojs2/templates/submission/layout/proofGalleyTop.tpl
Xwww/ojs2/templates/submission/metadata/metadataEdit.tpl
Xwww/ojs2/templates/submission/metadata/metadataView.tpl
Xwww/ojs2/templates/submission/suppFile/suppFile.tpl
Xwww/ojs2/templates/submission/suppFile/suppFileView.tpl
Xwww/ojs2/templates/t_compile/%%00^006^006265F5%%copyedit.tpl.php
Xwww/ojs2/templates/t_compile/%%02^029^029F1BCC%%authorIndex.tpl.php
Xwww/ojs2/templates/t_compile/%%04^047^047D7122%%sectionForm.tpl.php
Xwww/ojs2/templates/t_compile/%%04^04C^04C3D1BA%%step1.tpl.php
Xwww/ojs2/templates/t_compile/%%05^054^054EE7AF%%view.tpl.php
Xwww/ojs2/templates/t_compile/%%07^07C^07C815F4%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%08^084^0849D27C%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%08^08A^08AF99E3%%metadata.tpl.php
Xwww/ojs2/templates/t_compile/%%09^097^09706EC3%%selectSectionEditor.tpl.php
Xwww/ojs2/templates/t_compile/%%0A^0A3^0A3E53F8%%footer.tpl.php
Xwww/ojs2/templates/t_compile/%%0B^0B3^0B3AA59B%%enrollment.tpl.php
Xwww/ojs2/templates/t_compile/%%0C^0C4^0C47B79C%%layout.tpl.php
Xwww/ojs2/templates/t_compile/%%0D^0D5^0D56FD2D%%metadata.tpl.php
Xwww/ojs2/templates/t_compile/%%0F^0F6^0F6D24D0%%suppFileView.tpl.php
Xwww/ojs2/templates/t_compile/%%0F^0FA^0FA2D17F%%citeEndNote.tpl.php
Xwww/ojs2/templates/t_compile/%%10^106^10682937%%context.tpl.php
Xwww/ojs2/templates/t_compile/%%10^10D^10D19D04%%email.tpl.php
Xwww/ojs2/templates/t_compile/%%10^10E^10EBC047%%submitSidebar.tpl.php
Xwww/ojs2/templates/t_compile/%%12^122^122DF3AC%%layout.tpl.php
Xwww/ojs2/templates/t_compile/%%12^124^124234EB%%selectReviewer.tpl.php
Xwww/ojs2/templates/t_compile/%%12^12B^12BC9318%%createIssue.tpl.php
Xwww/ojs2/templates/t_compile/%%14^142^14235B5A%%setDueDate.tpl.php
Xwww/ojs2/templates/t_compile/%%16^16D^16D2EB6F%%submissionNotes.tpl.php
Xwww/ojs2/templates/t_compile/%%17^17F^17F04482%%viewPage.tpl.php
Xwww/ojs2/templates/t_compile/%%18^183^183067D8%%submission.tpl.php
Xwww/ojs2/templates/t_compile/%%19^19D^19DCFE45%%aboutThisPublishingSystem.tpl.php
Xwww/ojs2/templates/t_compile/%%19^19E^19EDCFBF%%changePassword.tpl.php
Xwww/ojs2/templates/t_compile/%%1A^1AB^1AB7EFA8%%footer.tpl.php
Xwww/ojs2/templates/t_compile/%%1B^1B2^1B258F23%%rt.tpl.php
Xwww/ojs2/templates/t_compile/%%1B^1B3^1B300B73%%sections.tpl.php
Xwww/ojs2/templates/t_compile/%%1B^1B5^1B515AF7%%submissionEditing.tpl.php
Xwww/ojs2/templates/t_compile/%%20^202^202C2883%%loginChangePassword.tpl.php
Xwww/ojs2/templates/t_compile/%%20^205^205B9C0F%%navsidebar.tpl.php
Xwww/ojs2/templates/t_compile/%%21^216^216C6813%%installComplete.tpl.php
Xwww/ojs2/templates/t_compile/%%21^217^2172EFD1%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%23^233^233F8E5A%%searchUsers.tpl.php
Xwww/ojs2/templates/t_compile/%%23^236^236E0F2D%%submissionEventLog.tpl.php
Xwww/ojs2/templates/t_compile/%%23^237^2379D0D1%%summary.tpl.php
Xwww/ojs2/templates/t_compile/%%24^244^244D71F5%%information.tpl.php
Xwww/ojs2/templates/t_compile/%%24^246^246E5A53%%completed.tpl.php
Xwww/ojs2/templates/t_compile/%%25^250^25085D26%%selectTemplate.tpl.php
Xwww/ojs2/templates/t_compile/%%26^26D^26D6B7FC%%journals.tpl.php
Xwww/ojs2/templates/t_compile/%%28^281^281FB91C%%toc.tpl.php
Xwww/ojs2/templates/t_compile/%%29^291^29193AD4%%searchResults.tpl.php
Xwww/ojs2/templates/t_compile/%%29^29C^29C2266D%%submissionEventLogEntry.tpl.php
Xwww/ojs2/templates/t_compile/%%2C^2C1^2C1F000D%%issue.tpl.php
Xwww/ojs2/templates/t_compile/%%2C^2C8^2C84B445%%metadata.tpl.php
Xwww/ojs2/templates/t_compile/%%2E^2ED^2EDF65E3%%submissionReview.tpl.php
Xwww/ojs2/templates/t_compile/%%30^309^309A5EF8%%site.tpl.php
Xwww/ojs2/templates/t_compile/%%31^314^314AFF35%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%32^329^32915119%%submissionsUnassigned.tpl.php
Xwww/ojs2/templates/t_compile/%%32^32D^32D13D85%%header.tpl.php
Xwww/ojs2/templates/t_compile/%%34^346^346F0F59%%registerSite.tpl.php
Xwww/ojs2/templates/t_compile/%%36^360^36085188%%navsidebar.tpl.php
Xwww/ojs2/templates/t_compile/%%36^364^364A6690%%upgrade.tpl.php
Xwww/ojs2/templates/t_compile/%%37^37F^37F26BBC%%profile.tpl.php
Xwww/ojs2/templates/t_compile/%%38^38C^38C51E22%%email.tpl.php
Xwww/ojs2/templates/t_compile/%%38^38D^38D7420B%%article.tpl.php
Xwww/ojs2/templates/t_compile/%%40^409^40906566%%userProfile.tpl.php
Xwww/ojs2/templates/t_compile/%%42^426^4268BFBC%%emails.tpl.php
Xwww/ojs2/templates/t_compile/%%42^42F^42FD737A%%editorialTeam.tpl.php
Xwww/ojs2/templates/t_compile/%%43^434^43405ECF%%message.tpl.php
Xwww/ojs2/templates/t_compile/%%43^436^4363AB6A%%step2.tpl.php
Xwww/ojs2/templates/t_compile/%%43^43E^43E5BED6%%submitHeader.tpl.php
Xwww/ojs2/templates/t_compile/%%44^441^4412547D%%status.tpl.php
Xwww/ojs2/templates/t_compile/%%45^459^4590D0E6%%interstitial.tpl.php
Xwww/ojs2/templates/t_compile/%%45^45C^45C40DE5%%summary.tpl.php
Xwww/ojs2/templates/t_compile/%%47^47B^47BE6831%%navsidebar.tpl.php
Xwww/ojs2/templates/t_compile/%%48^481^4812090A%%peerReview.tpl.php
Xwww/ojs2/templates/t_compile/%%49^493^4931D6FD%%systemConfigUpdated.tpl.php
Xwww/ojs2/templates/t_compile/%%4A^4A0^4A0EB5AC%%step5.tpl.php
Xwww/ojs2/templates/t_compile/%%4A^4AE^4AE1127F%%journalSettings.tpl.php
Xwww/ojs2/templates/t_compile/%%4E^4E2^4E246DB0%%issueData.tpl.php
Xwww/ojs2/templates/t_compile/%%4E^4EA^4EA3FA32%%emailTemplateForm.tpl.php
Xwww/ojs2/templates/t_compile/%%4F^4FA^4FA4FFF7%%navsidebar.tpl.php
Xwww/ojs2/templates/t_compile/%%50^50A^50AAA4F9%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%50^50B^50B828D9%%systemConfig.tpl.php
Xwww/ojs2/templates/t_compile/%%54^546^546AF219%%citeReferenceManager.tpl.php
Xwww/ojs2/templates/t_compile/%%56^563^5637D8B1%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%57^577^5778BFEB%%footer.tpl.php
Xwww/ojs2/templates/t_compile/%%58^58F^58F971B1%%metadataEdit.tpl.php
Xwww/ojs2/templates/t_compile/%%59^597^59704308%%comments.tpl.php
Xwww/ojs2/templates/t_compile/%%59^59A^59AE3651%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%59^59E^59EB6A90%%importUsersConfirm.tpl.php
Xwww/ojs2/templates/t_compile/%%5A^5A5^5A5A0067%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%5A^5AA^5AA9AD09%%management.tpl.php
Xwww/ojs2/templates/t_compile/%%5B^5B5^5B53CC71%%active.tpl.php
Xwww/ojs2/templates/t_compile/%%5B^5BF^5BFCA184%%current.tpl.php
Xwww/ojs2/templates/t_compile/%%5B^5BF^5BFFD773%%languages.tpl.php
Xwww/ojs2/templates/t_compile/%%5C^5C2^5C21797E%%site.tpl.php
Xwww/ojs2/templates/t_compile/%%5D^5DD^5DDD4904%%view.tpl.php
Xwww/ojs2/templates/t_compile/%%5F^5F5^5F5AA392%%settings.tpl.php
Xwww/ojs2/templates/t_compile/%%5F^5FB^5FB5FC5A%%galleyForm.tpl.php
Xwww/ojs2/templates/t_compile/%%61^61E^61E0D8FF%%lostPassword.tpl.php
Xwww/ojs2/templates/t_compile/%%62^628^6281BA49%%editorDecisionComment.tpl.php
Xwww/ojs2/templates/t_compile/%%62^629^6295B20B%%completed.tpl.php
Xwww/ojs2/templates/t_compile/%%63^630^6303570D%%summary.tpl.php
Xwww/ojs2/templates/t_compile/%%64^648^6487B017%%email.tpl.php
Xwww/ojs2/templates/t_compile/%%66^666^666DCE67%%upgradeComplete.tpl.php
Xwww/ojs2/templates/t_compile/%%68^683^683843E0%%proofread.tpl.php
Xwww/ojs2/templates/t_compile/%%69^696^696396EF%%contact.tpl.php
Xwww/ojs2/templates/t_compile/%%6B^6B6^6B6CA2D8%%email.tpl.php
Xwww/ojs2/templates/t_compile/%%6B^6B8^6B88F648%%users.tpl.php
Xwww/ojs2/templates/t_compile/%%6B^6BE^6BED0318%%submissionsInReview.tpl.php
Xwww/ojs2/templates/t_compile/%%6B^6BF^6BF9BE7F%%version.tpl.php
Xwww/ojs2/templates/t_compile/%%6C^6C6^6C6DAB8F%%submissionEmailLog.tpl.php
Xwww/ojs2/templates/t_compile/%%6D^6D3^6D3D2F1D%%layout.tpl.php
Xwww/ojs2/templates/t_compile/%%6E^6E3^6E387A31%%pdfInterstitial.tpl.php
Xwww/ojs2/templates/t_compile/%%6E^6E8^6E8A3102%%complete.tpl.php
Xwww/ojs2/templates/t_compile/%%70^703^703BB0EC%%settingsSaved.tpl.php
Xwww/ojs2/templates/t_compile/%%70^70D^70D99612%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%72^720^720ACFDF%%journal.tpl.php
Xwww/ojs2/templates/t_compile/%%72^72A^72A158C2%%issueToc.tpl.php
Xwww/ojs2/templates/t_compile/%%74^745^745467F1%%exportXml.tpl.php
Xwww/ojs2/templates/t_compile/%%74^745^745D454B%%galleyView.tpl.php
Xwww/ojs2/templates/t_compile/%%77^776^776E9C1C%%step4.tpl.php
Xwww/ojs2/templates/t_compile/%%77^777^7771F032%%submission.tpl.php
Xwww/ojs2/templates/t_compile/%%78^78F^78F700AE%%systemInfo.tpl.php
Xwww/ojs2/templates/t_compile/%%79^791^7916D042%%instructions.tpl.php
Xwww/ojs2/templates/t_compile/%%7C^7C5^7C509DA7%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%7D^7DC^7DC17B21%%install.tpl.php
Xwww/ojs2/templates/t_compile/%%7D^7DC^7DC645F6%%submission.tpl.php
Xwww/ojs2/templates/t_compile/%%7E^7E0^7E0382DA%%step3.tpl.php
Xwww/ojs2/templates/t_compile/%%7E^7E1^7E1EBAAB%%editorialPolicies.tpl.php
Xwww/ojs2/templates/t_compile/%%7E^7EF^7EFE44DB%%submissionsArchives.tpl.php
Xwww/ojs2/templates/t_compile/%%81^815^815391BC%%futureIssues.tpl.php
Xwww/ojs2/templates/t_compile/%%81^818^8187AA06%%proofread.tpl.php
Xwww/ojs2/templates/t_compile/%%81^818^818BA855%%proofGalley.tpl.php
Xwww/ojs2/templates/t_compile/%%83^835^8357E339%%active.tpl.php
Xwww/ojs2/templates/t_compile/%%87^870^87070182%%setupHeader.tpl.php
Xwww/ojs2/templates/t_compile/%%87^878^878FC2A8%%index.tpl.php
Xwww/ojs2/templates/t_compile/%%89^89D^89D0B816%%formErrors.tpl.php
Xwww/ojs2/templates/t_compile/%%8A^8A9^8A9DBDDF%%submissionsInEditing.tpl.php
Xwww/ojs2/templates/t_compile/%%8B^8B9^8B904A63%%active.tpl.php
Xwww/ojs2/templates/t_compile/%%8D^8D7^8D7E485F%%submissionRegrets.tpl.php
Xwww/ojs2/templates/t_compile/%%8E^8E6^8E6E19C0%%advancedSearch.tpl.php
Xwww/ojs2/templates/t_compile/%%8E^8EE^8EE58914%%commentEmail.tpl.php
Xwww/ojs2/templates/t_compile/%%8F^8F0^8F08B0A0%%submission.tpl.php
Xwww/ojs2/templates/t_compile/%%90^900^900639B1%%proofGalleyHTML.tpl.php
X
Comment 1 Aaron Dalton freebsd_committer freebsd_triage 2006-02-20 18:11:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->aaron

Take.
Comment 2 Aaron Dalton freebsd_committer freebsd_triage 2006-02-20 21:48:23 UTC
Hi, Filipe!  A couple of things please.

1) There is no need to include the .tgz files themselves.  The shar is 
more than sufficient.

2) Shar files should be generated from the immediate parent directory. 
In your case you should:
   $ cd /usr/ports/www
   $ shar `find ojs2` > ojs2.shar

Please regenerate your shar and resubmit it as a follow-up to this PR. 
There is no need to open a new PR.  Thanks!

-- 
Aaron Dalton
aaron@FreeBSD.org
FreeBSD Ports Committer
Comment 3 Aaron Dalton freebsd_committer freebsd_triage 2006-02-20 21:48:25 UTC
State Changed
From-To: open->feedback

Ask for submitter fix.
Comment 4 Filipe Rocha 2006-03-04 17:36:39 UTC
Hi Aaron,
I've updated the port to ojs2.1 and here is the new shar file.
I've misread the porters-handbook. I thought I had to tgz the port
directory structure, but now I see... It's much easier than that :D
Thank you for the support,
Filipe
Comment 5 sat freebsd_committer freebsd_triage 2006-05-09 00:02:24 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2006-07-01 07:43:58 UTC
Responsible Changed
From-To: aaron->freebsd-ports-bugs

Reassign to pool.  The assignee has had this PR for some time, and did not 
respond to email asking about its status.
Comment 7 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-10 00:25:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 8 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-10 00:46:40 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!