mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/hotcrp: undeprecate the port (update to the latest version)
- Version 3.0.0 was released in March 2024 for PHP 8.2 and 8.3 - ZIP archives are now generated natively instead of using the external program, adjust dependencies accordingly - Expand the port description text and fix some minor Makefile issues while I'm here
This commit is contained in:
parent
ffecc90317
commit
c0b151adb2
4 changed files with 291 additions and 67 deletions
|
@ -1,30 +1,24 @@
|
|||
PORTNAME= hotcrp
|
||||
PORTVERSION= 2.102
|
||||
PORTREVISION= 18
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/
|
||||
MASTER_SITES= ${WWW}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Web based conference management software
|
||||
COMMENT= Web-based conference management software
|
||||
WWW= https://www.read.seas.harvard.edu/~kohler/hotcrp/
|
||||
|
||||
DEPRECATED= Outdated, current version was released in 2018 and is unsupported upstream
|
||||
EXPIRATION_DATE=2024-05-31
|
||||
|
||||
RUN_DEPENDS= pdftohtml:graphics/poppler-utils \
|
||||
zip:archivers/zip
|
||||
|
||||
USES= php mysql:server
|
||||
USE_PHP= mysqli gd session ctype
|
||||
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= pdftohtml:graphics/poppler-utils
|
||||
|
||||
USES= php mysql:server
|
||||
USE_PHP= ctype gd mysqli session zlib
|
||||
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1615566556
|
||||
SHA256 (hotcrp-2.102.tar.gz) = 09be01f2e427cb7f424871c619925e19db03e058b6de4b7321960e31c5e31eaf
|
||||
SIZE (hotcrp-2.102.tar.gz) = 1571868
|
||||
TIMESTAMP = 1710434900
|
||||
SHA256 (hotcrp-3.0.0.tar.gz) = 4cc2664677303a009e46fa60e06ee2c9e6d51192a2059af4b6d41aa60db9eb09
|
||||
SIZE (hotcrp-3.0.0.tar.gz) = 1983729
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
HotCRP is conference management software: it accepts paper submissions
|
||||
and manages the review process.
|
||||
and manages the review process. Many conference management packages are
|
||||
available, including EasyChair. HotCRP is especially good at navigating
|
||||
from paper to paper, searching for papers, tagging papers, and managing
|
||||
complex submission and review policies.
|
||||
|
|
|
@ -5,23 +5,30 @@
|
|||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/api.php
|
||||
%%WWWDIR%%/assign.php
|
||||
%%WWWDIR%%/authorize.php
|
||||
%%WWWDIR%%/autoassign.php
|
||||
%%WWWDIR%%/batch/.htaccess
|
||||
%%WWWDIR%%/batch/addusers.php
|
||||
%%WWWDIR%%/batch/assign.php
|
||||
%%WWWDIR%%/batch/autoassign.php
|
||||
%%WWWDIR%%/batch/backupdb.php
|
||||
%%WWWDIR%%/batch/checkinvariants.php
|
||||
%%WWWDIR%%/batch/deletepapers.php
|
||||
%%WWWDIR%%/batch/fixdelegation.php
|
||||
%%WWWDIR%%/batch/killinactivedoc.php
|
||||
%%WWWDIR%%/batch/paperjson.php
|
||||
%%WWWDIR%%/batch/reviewcsv.php
|
||||
%%WWWDIR%%/batch/s3test.php
|
||||
%%WWWDIR%%/batch/s3transfer.php
|
||||
%%WWWDIR%%/batch/s3verifyall.php
|
||||
%%WWWDIR%%/batch/savepapers.php
|
||||
%%WWWDIR%%/batch/saveusers.php
|
||||
%%WWWDIR%%/batch/search.php
|
||||
%%WWWDIR%%/batch/settings.php
|
||||
%%WWWDIR%%/batch/updatecontactdb.php
|
||||
%%WWWDIR%%/bulkassign.php
|
||||
%%WWWDIR%%/buzzer.php
|
||||
%%WWWDIR%%/cacheable.php
|
||||
%%WWWDIR%%/checkupdates.php
|
||||
%%WWWDIR%%/comment.php
|
||||
%%WWWDIR%%/conf/.htaccess
|
||||
%%WWWDIR%%/conflictassign.php
|
||||
%%WWWDIR%%/deadlines.php
|
||||
|
@ -31,20 +38,29 @@
|
|||
%%WWWDIR%%/etc/affiliationmatchers.json
|
||||
%%WWWDIR%%/etc/apifunctions.json
|
||||
%%WWWDIR%%/etc/assignmentparsers.json
|
||||
%%WWWDIR%%/etc/emojicodes.json
|
||||
%%WWWDIR%%/etc/autoassigners.json
|
||||
%%WWWDIR%%/etc/capabilityhandlers.json
|
||||
%%WWWDIR%%/etc/distoptions.php
|
||||
%%WWWDIR%%/etc/formulafunctions.json
|
||||
%%WWWDIR%%/etc/helptopics.json
|
||||
%%WWWDIR%%/etc/intrinsicoptions.json
|
||||
%%WWWDIR%%/etc/listactions.json
|
||||
%%WWWDIR%%/etc/mailkeywords.json
|
||||
%%WWWDIR%%/etc/mailtemplates.json
|
||||
%%WWWDIR%%/etc/msgs.json
|
||||
%%WWWDIR%%/etc/optiontypes.json
|
||||
%%WWWDIR%%/etc/pages.json
|
||||
%%WWWDIR%%/etc/papercolumns.json
|
||||
%%WWWDIR%%/etc/profilegroups.json
|
||||
%%WWWDIR%%/etc/reviewformlibrary.json
|
||||
%%WWWDIR%%/etc/reviewfieldlibrary.json
|
||||
%%WWWDIR%%/etc/reviewfieldtypes.json
|
||||
%%WWWDIR%%/etc/sample.pdf
|
||||
%%WWWDIR%%/etc/searchkeywords.json
|
||||
%%WWWDIR%%/etc/settingdescriptions.md
|
||||
%%WWWDIR%%/etc/settinggroups.json
|
||||
%%WWWDIR%%/etc/settings.json
|
||||
%%WWWDIR%%/etc/submissioneditgroups.json
|
||||
%%WWWDIR%%/etc/settinginfo.json
|
||||
%%WWWDIR%%/etc/submissionfieldlibrary.json
|
||||
%%WWWDIR%%/forgotpassword.php
|
||||
%%WWWDIR%%/graph.php
|
||||
%%WWWDIR%%/help.php
|
||||
%%WWWDIR%%/images/.htaccess
|
||||
|
@ -67,11 +83,7 @@
|
|||
%%WWWDIR%%/images/generic24.png
|
||||
%%WWWDIR%%/images/genericf.png
|
||||
%%WWWDIR%%/images/genericf24.png
|
||||
%%WWWDIR%%/images/headgrad.png
|
||||
%%WWWDIR%%/images/homegrad.png
|
||||
%%WWWDIR%%/images/info45.png
|
||||
%%WWWDIR%%/images/next.png
|
||||
%%WWWDIR%%/images/override24.png
|
||||
%%WWWDIR%%/images/pageresultsex.png
|
||||
%%WWWDIR%%/images/pdf.png
|
||||
%%WWWDIR%%/images/pdf24.png
|
||||
|
@ -85,12 +97,9 @@
|
|||
%%WWWDIR%%/images/postscript24.png
|
||||
%%WWWDIR%%/images/postscriptf.png
|
||||
%%WWWDIR%%/images/postscriptf24.png
|
||||
%%WWWDIR%%/images/prev.png
|
||||
%%WWWDIR%%/images/quicksearchex.png
|
||||
%%WWWDIR%%/images/review24.png
|
||||
%%WWWDIR%%/images/review48.png
|
||||
%%WWWDIR%%/images/sortdown.png
|
||||
%%WWWDIR%%/images/sortup.png
|
||||
%%WWWDIR%%/images/stophand45.png
|
||||
%%WWWDIR%%/images/txt.png
|
||||
%%WWWDIR%%/images/txt24.png
|
||||
|
@ -103,49 +112,66 @@
|
|||
%%WWWDIR%%/lib/backupdb.sh
|
||||
%%WWWDIR%%/lib/base.php
|
||||
%%WWWDIR%%/lib/cleanhtml.php
|
||||
%%WWWDIR%%/lib/collatorshim.php
|
||||
%%WWWDIR%%/lib/column.php
|
||||
%%WWWDIR%%/lib/countmatcher.php
|
||||
%%WWWDIR%%/lib/countries.php
|
||||
%%WWWDIR%%/lib/createdb.sh
|
||||
%%WWWDIR%%/lib/csv.php
|
||||
%%WWWDIR%%/lib/curls3document.php
|
||||
%%WWWDIR%%/lib/curls3result.php
|
||||
%%WWWDIR%%/lib/dbhelper.sh
|
||||
%%WWWDIR%%/lib/dbl.php
|
||||
%%WWWDIR%%/lib/diff_match_patch.php
|
||||
%%WWWDIR%%/lib/dkimsigner.php
|
||||
%%WWWDIR%%/lib/downloader.php
|
||||
%%WWWDIR%%/lib/filer.php
|
||||
%%WWWDIR%%/lib/fmt.php
|
||||
%%WWWDIR%%/lib/ftext.php
|
||||
%%WWWDIR%%/lib/getopt.php
|
||||
%%WWWDIR%%/lib/gmpshim.php
|
||||
%%WWWDIR%%/lib/hashanalysis.php
|
||||
%%WWWDIR%%/lib/hclcolor.php
|
||||
%%WWWDIR%%/lib/ht.php
|
||||
%%WWWDIR%%/lib/icons.php
|
||||
%%WWWDIR%%/lib/intlmsgset.php
|
||||
%%WWWDIR%%/lib/isovideomimetype.php
|
||||
%%WWWDIR%%/lib/json.php
|
||||
%%WWWDIR%%/lib/jsonexception.php
|
||||
%%WWWDIR%%/lib/jsonparser.php
|
||||
%%WWWDIR%%/lib/jwtparser.php
|
||||
%%WWWDIR%%/lib/labcolor.php
|
||||
%%WWWDIR%%/lib/ldaplogin.php
|
||||
%%WWWDIR%%/lib/login.php
|
||||
%%WWWDIR%%/lib/mailer.php
|
||||
%%WWWDIR%%/lib/message.php
|
||||
%%WWWDIR%%/lib/mailpreparation.php
|
||||
%%WWWDIR%%/lib/messageset.php
|
||||
%%WWWDIR%%/lib/mime.types
|
||||
%%WWWDIR%%/lib/mimetext.php
|
||||
%%WWWDIR%%/lib/mimetype.php
|
||||
%%WWWDIR%%/lib/mincostmaxflow.php
|
||||
%%WWWDIR%%/lib/navigation.php
|
||||
%%WWWDIR%%/lib/qobject.php
|
||||
%%WWWDIR%%/lib/oklabcolor.php
|
||||
%%WWWDIR%%/lib/oklchcolor.php
|
||||
%%WWWDIR%%/lib/phpqsession.php
|
||||
%%WWWDIR%%/lib/polyfills.php
|
||||
%%WWWDIR%%/lib/qrequest.php
|
||||
%%WWWDIR%%/lib/qsession.php
|
||||
%%WWWDIR%%/lib/redirect.php
|
||||
%%WWWDIR%%/lib/restoredb.sh
|
||||
%%WWWDIR%%/lib/runsql.sh
|
||||
%%WWWDIR%%/lib/s3document.php
|
||||
%%WWWDIR%%/lib/s3client.php
|
||||
%%WWWDIR%%/lib/s3result.php
|
||||
%%WWWDIR%%/lib/scoreinfo.php
|
||||
%%WWWDIR%%/lib/tagger.php
|
||||
%%WWWDIR%%/lib/text.php
|
||||
%%WWWDIR%%/lib/unicodehelper.php
|
||||
%%WWWDIR%%/lib/xlsx.php
|
||||
%%WWWDIR%%/lib/zipdocument.php
|
||||
%%WWWDIR%%/log.php
|
||||
%%WWWDIR%%/mail.php
|
||||
%%WWWDIR%%/manualassign.php
|
||||
%%WWWDIR%%/mergeaccounts.php
|
||||
%%WWWDIR%%/newaccount.php
|
||||
%%WWWDIR%%/oauth.php
|
||||
%%WWWDIR%%/offline.php
|
||||
%%WWWDIR%%/pages/.htaccess
|
||||
%%WWWDIR%%/pages/adminhome.php
|
||||
%%WWWDIR%%/pages/home.php
|
||||
%%WWWDIR%%/paper.php
|
||||
%%WWWDIR%%/profile.php
|
||||
%%WWWDIR%%/resetpassword.php
|
||||
|
@ -155,51 +181,121 @@
|
|||
%%WWWDIR%%/scripts/.htaccess
|
||||
%%WWWDIR%%/scripts/buzzer.js
|
||||
%%WWWDIR%%/scripts/d3-hotcrp.min.js
|
||||
%%WWWDIR%%/scripts/d3.min.js
|
||||
%%WWWDIR%%/scripts/emojicodes.json
|
||||
%%WWWDIR%%/scripts/graph.js
|
||||
%%WWWDIR%%/scripts/jquery-1.12.4.min.js
|
||||
%%WWWDIR%%/scripts/jquery-1.12.4.min.map
|
||||
%%WWWDIR%%/scripts/jquery-3.3.1.min.js
|
||||
%%WWWDIR%%/scripts/jquery-3.7.1.min.js
|
||||
%%WWWDIR%%/scripts/script.js
|
||||
%%WWWDIR%%/scripts/settings.js
|
||||
%%WWWDIR%%/search.php
|
||||
%%WWWDIR%%/settings.php
|
||||
%%WWWDIR%%/signin.php
|
||||
%%WWWDIR%%/signout.php
|
||||
%%WWWDIR%%/src/.htaccess
|
||||
%%WWWDIR%%/src/api/api_alltags.php
|
||||
%%WWWDIR%%/src/api/api_assign.php
|
||||
%%WWWDIR%%/src/api/api_comment.php
|
||||
%%WWWDIR%%/src/api/api_completion.php
|
||||
%%WWWDIR%%/src/api/api_decision.php
|
||||
%%WWWDIR%%/src/api/api_error.php
|
||||
%%WWWDIR%%/src/api/api_events.php
|
||||
%%WWWDIR%%/src/api/api_follow.php
|
||||
%%WWWDIR%%/src/api/api_formatcheck.php
|
||||
%%WWWDIR%%/src/api/api_graphdata.php
|
||||
%%WWWDIR%%/src/api/api_job.php
|
||||
%%WWWDIR%%/src/api/api_mail.php
|
||||
%%WWWDIR%%/src/api/api_paper.php
|
||||
%%WWWDIR%%/src/api/api_paperpc.php
|
||||
%%WWWDIR%%/src/api/api_preference.php
|
||||
%%WWWDIR%%/src/api/api_requestreview.php
|
||||
%%WWWDIR%%/src/api/api_review.php
|
||||
%%WWWDIR%%/src/api/api_reviewtoken.php
|
||||
%%WWWDIR%%/src/api/api_search.php
|
||||
%%WWWDIR%%/src/api/api_searchconfig.php
|
||||
%%WWWDIR%%/src/api/api_session.php
|
||||
%%WWWDIR%%/src/api/api_settings.php
|
||||
%%WWWDIR%%/src/api/api_taganno.php
|
||||
%%WWWDIR%%/src/api/api_tags.php
|
||||
%%WWWDIR%%/src/api/api_upload.php
|
||||
%%WWWDIR%%/src/api/api_user.php
|
||||
%%WWWDIR%%/src/apihelpers.php
|
||||
%%WWWDIR%%/src/assigners/a_conflict.php
|
||||
%%WWWDIR%%/src/assigners/a_copytag.php
|
||||
%%WWWDIR%%/src/assigners/a_decision.php
|
||||
%%WWWDIR%%/src/assigners/a_error.php
|
||||
%%WWWDIR%%/src/assigners/a_follow.php
|
||||
%%WWWDIR%%/src/assigners/a_lead.php
|
||||
%%WWWDIR%%/src/assigners/a_preference.php
|
||||
%%WWWDIR%%/src/assigners/a_review.php
|
||||
%%WWWDIR%%/src/assigners/a_status.php
|
||||
%%WWWDIR%%/src/assigners/a_tag.php
|
||||
%%WWWDIR%%/src/assigners/a_taganno.php
|
||||
%%WWWDIR%%/src/assigners/a_unsubmitreview.php
|
||||
%%WWWDIR%%/src/assignmentcountset.php
|
||||
%%WWWDIR%%/src/assignmentset.php
|
||||
%%WWWDIR%%/src/author.php
|
||||
%%WWWDIR%%/src/authormatcher.php
|
||||
%%WWWDIR%%/src/autoassigner.php
|
||||
%%WWWDIR%%/src/autoassigners/aa_clear.php
|
||||
%%WWWDIR%%/src/autoassigners/aa_discussionorder.php
|
||||
%%WWWDIR%%/src/autoassigners/aa_paperpc.php
|
||||
%%WWWDIR%%/src/autoassigners/aa_prefconflict.php
|
||||
%%WWWDIR%%/src/autoassigners/aa_review.php
|
||||
%%WWWDIR%%/src/backuppattern.php
|
||||
%%WWWDIR%%/src/banal
|
||||
%%WWWDIR%%/src/capability.php
|
||||
%%WWWDIR%%/src/capabilities/cap_authorview.php
|
||||
%%WWWDIR%%/src/capabilities/cap_bearer.php
|
||||
%%WWWDIR%%/src/capabilities/cap_job.php
|
||||
%%WWWDIR%%/src/capabilities/cap_reviewaccept.php
|
||||
%%WWWDIR%%/src/checkformat.php
|
||||
%%WWWDIR%%/src/commentinfo.php
|
||||
%%WWWDIR%%/src/componentset.php
|
||||
%%WWWDIR%%/src/conference.php
|
||||
%%WWWDIR%%/src/confinvariants.php
|
||||
%%WWWDIR%%/src/conflict.php
|
||||
%%WWWDIR%%/src/contact.php
|
||||
%%WWWDIR%%/src/contactcounter.php
|
||||
%%WWWDIR%%/src/contactcountmatcher.php
|
||||
%%WWWDIR%%/src/contactlist.php
|
||||
%%WWWDIR%%/src/contactsearch.php
|
||||
%%WWWDIR%%/src/distoptions.php
|
||||
%%WWWDIR%%/src/contactset.php
|
||||
%%WWWDIR%%/src/decisioninfo.php
|
||||
%%WWWDIR%%/src/decisionset.php
|
||||
%%WWWDIR%%/src/documentfiletree.php
|
||||
%%WWWDIR%%/src/documenthashmatcher.php
|
||||
%%WWWDIR%%/src/documentinfo.php
|
||||
%%WWWDIR%%/src/documentinfoset.php
|
||||
%%WWWDIR%%/src/documentrequest.php
|
||||
%%WWWDIR%%/src/fieldchangeset.php
|
||||
%%WWWDIR%%/src/fieldrender.php
|
||||
%%WWWDIR%%/src/filefilter.php
|
||||
%%WWWDIR%%/src/formatspec.php
|
||||
%%WWWDIR%%/src/formula.php
|
||||
%%WWWDIR%%/src/formulagraph.php
|
||||
%%WWWDIR%%/src/groupedextensions.php
|
||||
%%WWWDIR%%/src/formulas/f_author.php
|
||||
%%WWWDIR%%/src/formulas/f_conflict.php
|
||||
%%WWWDIR%%/src/formulas/f_decision.php
|
||||
%%WWWDIR%%/src/formulas/f_now.php
|
||||
%%WWWDIR%%/src/formulas/f_optionpresent.php
|
||||
%%WWWDIR%%/src/formulas/f_optionvalue.php
|
||||
%%WWWDIR%%/src/formulas/f_pdfsize.php
|
||||
%%WWWDIR%%/src/formulas/f_pref.php
|
||||
%%WWWDIR%%/src/formulas/f_realnumberoption.php
|
||||
%%WWWDIR%%/src/formulas/f_reviewer.php
|
||||
%%WWWDIR%%/src/formulas/f_reviewermatch.php
|
||||
%%WWWDIR%%/src/formulas/f_reviewround.php
|
||||
%%WWWDIR%%/src/formulas/f_reviewwordcount.php
|
||||
%%WWWDIR%%/src/formulas/f_revtype.php
|
||||
%%WWWDIR%%/src/formulas/f_submittedat.php
|
||||
%%WWWDIR%%/src/formulas/f_tag.php
|
||||
%%WWWDIR%%/src/formulas/f_timefield.php
|
||||
%%WWWDIR%%/src/formulas/f_topic.php
|
||||
%%WWWDIR%%/src/formulas/f_topicscore.php
|
||||
%%WWWDIR%%/src/help/h_bulkassign.php
|
||||
%%WWWDIR%%/src/help/h_chairsguide.php
|
||||
%%WWWDIR%%/src/help/h_developer.php
|
||||
%%WWWDIR%%/src/help/h_formulas.php
|
||||
%%WWWDIR%%/src/help/h_jsonsettings.php
|
||||
%%WWWDIR%%/src/help/h_keywords.php
|
||||
%%WWWDIR%%/src/help/h_ranking.php
|
||||
%%WWWDIR%%/src/help/h_revrate.php
|
||||
|
@ -209,31 +305,90 @@
|
|||
%%WWWDIR%%/src/help/h_tags.php
|
||||
%%WWWDIR%%/src/help/h_votetags.php
|
||||
%%WWWDIR%%/src/helpers.php
|
||||
%%WWWDIR%%/src/helprenderer.php
|
||||
%%WWWDIR%%/src/hotcrpmailer.php
|
||||
%%WWWDIR%%/src/init.php
|
||||
%%WWWDIR%%/src/initweb.php
|
||||
%%WWWDIR%%/src/listaction.php
|
||||
%%WWWDIR%%/src/listactions/la_assign.php
|
||||
%%WWWDIR%%/src/listactions/la_decide.php
|
||||
%%WWWDIR%%/src/listactions/la_get_rev.php
|
||||
%%WWWDIR%%/src/listactions/la_get.php
|
||||
%%WWWDIR%%/src/listactions/la_get_sub.php
|
||||
%%WWWDIR%%/src/listactions/la_getabstracts.php
|
||||
%%WWWDIR%%/src/listactions/la_getallrevpref.php
|
||||
%%WWWDIR%%/src/listactions/la_getauthors.php
|
||||
%%WWWDIR%%/src/listactions/la_getdocument.php
|
||||
%%WWWDIR%%/src/listactions/la_getjson.php
|
||||
%%WWWDIR%%/src/listactions/la_getjsonrqc.php
|
||||
%%WWWDIR%%/src/listactions/la_getrevpref.php
|
||||
%%WWWDIR%%/src/listactions/la_getlead.php
|
||||
%%WWWDIR%%/src/listactions/la_getpcassignments.php
|
||||
%%WWWDIR%%/src/listactions/la_getrank.php
|
||||
%%WWWDIR%%/src/listactions/la_getreviewbase.php
|
||||
%%WWWDIR%%/src/listactions/la_getreviewcsv.php
|
||||
%%WWWDIR%%/src/listactions/la_getreviewforms.php
|
||||
%%WWWDIR%%/src/listactions/la_getreviews.php
|
||||
%%WWWDIR%%/src/listactions/la_getscores.php
|
||||
%%WWWDIR%%/src/listactions/la_mail.php
|
||||
%%WWWDIR%%/src/listactions/la_revpref.php
|
||||
%%WWWDIR%%/src/listactions/la_tag.php
|
||||
%%WWWDIR%%/src/listsorter.php
|
||||
%%WWWDIR%%/src/mailclasses.php
|
||||
%%WWWDIR%%/src/mailtemplate.php
|
||||
%%WWWDIR%%/src/logentry.php
|
||||
%%WWWDIR%%/src/logentryfilter.php
|
||||
%%WWWDIR%%/src/mailrecipients.php
|
||||
%%WWWDIR%%/src/mailsender.php
|
||||
%%WWWDIR%%/src/meetingtracker.php
|
||||
%%WWWDIR%%/src/mentionparser.php
|
||||
%%WWWDIR%%/src/mergecontacts.php
|
||||
%%WWWDIR%%/src/messages.csv
|
||||
%%WWWDIR%%/src/multiconference.php
|
||||
%%WWWDIR%%/src/paperapi.php
|
||||
%%WWWDIR%%/src/notificationinfo.php
|
||||
%%WWWDIR%%/src/options/o_abstract.php
|
||||
%%WWWDIR%%/src/options/o_attachments.php
|
||||
%%WWWDIR%%/src/options/o_authors.php
|
||||
%%WWWDIR%%/src/options/o_checkboxes.php
|
||||
%%WWWDIR%%/src/options/o_checkboxesbase.php
|
||||
%%WWWDIR%%/src/options/o_collaborators.php
|
||||
%%WWWDIR%%/src/options/o_contacts.php
|
||||
%%WWWDIR%%/src/options/o_nonblind.php
|
||||
%%WWWDIR%%/src/options/o_numeric.php
|
||||
%%WWWDIR%%/src/options/o_pcconflicts.php
|
||||
%%WWWDIR%%/src/options/o_realnumber.php
|
||||
%%WWWDIR%%/src/options/o_title.php
|
||||
%%WWWDIR%%/src/options/o_topics.php
|
||||
%%WWWDIR%%/src/pages/p_adminhome.php
|
||||
%%WWWDIR%%/src/pages/p_api.php
|
||||
%%WWWDIR%%/src/pages/p_assign.php
|
||||
%%WWWDIR%%/src/pages/p_authorize.php
|
||||
%%WWWDIR%%/src/pages/p_autoassign.php
|
||||
%%WWWDIR%%/src/pages/p_bulkassign.php
|
||||
%%WWWDIR%%/src/pages/p_buzzer.php
|
||||
%%WWWDIR%%/src/pages/p_cacheable.php
|
||||
%%WWWDIR%%/src/pages/p_changeemail.php
|
||||
%%WWWDIR%%/src/pages/p_checkupdates.php
|
||||
%%WWWDIR%%/src/pages/p_conflictassign.php
|
||||
%%WWWDIR%%/src/pages/p_deadlines.php
|
||||
%%WWWDIR%%/src/pages/p_doc.php
|
||||
%%WWWDIR%%/src/pages/p_graph.php
|
||||
%%WWWDIR%%/src/pages/p_graph_formula.php
|
||||
%%WWWDIR%%/src/pages/p_graph_procrastination.php
|
||||
%%WWWDIR%%/src/pages/p_help.php
|
||||
%%WWWDIR%%/src/pages/p_home.php
|
||||
%%WWWDIR%%/src/pages/p_log.php
|
||||
%%WWWDIR%%/src/pages/p_mail.php
|
||||
%%WWWDIR%%/src/pages/p_manualassign.php
|
||||
%%WWWDIR%%/src/pages/p_mergeaccounts.php
|
||||
%%WWWDIR%%/src/pages/p_oauth.php
|
||||
%%WWWDIR%%/src/pages/p_offline.php
|
||||
%%WWWDIR%%/src/pages/p_paper.php
|
||||
%%WWWDIR%%/src/pages/p_profile.php
|
||||
%%WWWDIR%%/src/pages/p_review.php
|
||||
%%WWWDIR%%/src/pages/p_reviewprefs.php
|
||||
%%WWWDIR%%/src/pages/p_scorechart.php
|
||||
%%WWWDIR%%/src/pages/p_search.php
|
||||
%%WWWDIR%%/src/pages/p_settings.php
|
||||
%%WWWDIR%%/src/pages/p_signin.php
|
||||
%%WWWDIR%%/src/pages/p_users.php
|
||||
%%WWWDIR%%/src/papercolumn.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_administrator.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_assignreview.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_color.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_commenters.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_conflict.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_conflictmatch.php
|
||||
|
@ -243,68 +398,140 @@
|
|||
%%WWWDIR%%/src/papercolumns/pc_lead.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_option.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_pagecount.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_paperidorder.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_pcconflicts.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_preference.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_preferencelist.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_reviewdelegation.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_reviewerlist.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_shepherd.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_tag.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_tagreport.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_timestamp.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_topics.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_topicscore.php
|
||||
%%WWWDIR%%/src/papercolumns/pc_wordcount.php
|
||||
%%WWWDIR%%/src/paperevents.php
|
||||
%%WWWDIR%%/src/paperexport.php
|
||||
%%WWWDIR%%/src/paperinfo.php
|
||||
%%WWWDIR%%/src/paperlist.php
|
||||
%%WWWDIR%%/src/paperoption.php
|
||||
%%WWWDIR%%/src/paperoptionlist.php
|
||||
%%WWWDIR%%/src/paperrank.php
|
||||
%%WWWDIR%%/src/papersaver.php
|
||||
%%WWWDIR%%/src/paperrequest.php
|
||||
%%WWWDIR%%/src/papersearch.php
|
||||
%%WWWDIR%%/src/paperstatus.php
|
||||
%%WWWDIR%%/src/papertable.php
|
||||
%%WWWDIR%%/src/review.php
|
||||
%%WWWDIR%%/src/papervalue.php
|
||||
%%WWWDIR%%/src/permissionproblem.php
|
||||
%%WWWDIR%%/src/quicklinksrenderer.php
|
||||
%%WWWDIR%%/src/responseround.php
|
||||
%%WWWDIR%%/src/reviewdiffinfo.php
|
||||
%%WWWDIR%%/src/reviewfield.php
|
||||
%%WWWDIR%%/src/reviewfields/rf_checkbox.php
|
||||
%%WWWDIR%%/src/reviewfields/rf_checkboxes.php
|
||||
%%WWWDIR%%/src/reviewfields/rf_discrete.php
|
||||
%%WWWDIR%%/src/reviewfields/rf_text.php
|
||||
%%WWWDIR%%/src/reviewfieldsearch.php
|
||||
%%WWWDIR%%/src/reviewform.php
|
||||
%%WWWDIR%%/src/reviewhistoryinfo.php
|
||||
%%WWWDIR%%/src/reviewinfo.php
|
||||
%%WWWDIR%%/src/reviewtable.php
|
||||
%%WWWDIR%%/src/reviewrefusalinfo.php
|
||||
%%WWWDIR%%/src/reviewrequestinfo.php
|
||||
%%WWWDIR%%/src/reviewsearchmatcher.php
|
||||
%%WWWDIR%%/src/reviewtimes.php
|
||||
%%WWWDIR%%/src/sample.pdf
|
||||
%%WWWDIR%%/src/schema.sql
|
||||
%%WWWDIR%%/src/search/st_admin.php
|
||||
%%WWWDIR%%/src/search/st_author.php
|
||||
%%WWWDIR%%/src/search/st_authormatch.php
|
||||
%%WWWDIR%%/src/search/st_badge.php
|
||||
%%WWWDIR%%/src/search/st_color.php
|
||||
%%WWWDIR%%/src/search/st_comment.php
|
||||
%%WWWDIR%%/src/search/st_conflict.php
|
||||
%%WWWDIR%%/src/search/st_decision.php
|
||||
%%WWWDIR%%/src/search/st_documentcount.php
|
||||
%%WWWDIR%%/src/search/st_documentname.php
|
||||
%%WWWDIR%%/src/search/st_editfinal.php
|
||||
%%WWWDIR%%/src/search/st_emoji.php
|
||||
%%WWWDIR%%/src/search/st_formula.php
|
||||
%%WWWDIR%%/src/search/st_option.php
|
||||
%%WWWDIR%%/src/search/st_optionpresent.php
|
||||
%%WWWDIR%%/src/search/st_optiontext.php
|
||||
%%WWWDIR%%/src/search/st_optionvalue.php
|
||||
%%WWWDIR%%/src/search/st_optionvaluein.php
|
||||
%%WWWDIR%%/src/search/st_paperpc.php
|
||||
%%WWWDIR%%/src/search/st_paperstatus.php
|
||||
%%WWWDIR%%/src/search/st_pdf.php
|
||||
%%WWWDIR%%/src/search/st_perm.php
|
||||
%%WWWDIR%%/src/search/st_phase.php
|
||||
%%WWWDIR%%/src/search/st_proposal.php
|
||||
%%WWWDIR%%/src/search/st_realnumberoption.php
|
||||
%%WWWDIR%%/src/search/st_reconflict.php
|
||||
%%WWWDIR%%/src/search/st_review.php
|
||||
%%WWWDIR%%/src/search/st_reviewtoken.php
|
||||
%%WWWDIR%%/src/search/st_revpref.php
|
||||
%%WWWDIR%%/src/search/st_sclass.php
|
||||
%%WWWDIR%%/src/search/st_tag.php
|
||||
%%WWWDIR%%/src/search/st_topic.php
|
||||
%%WWWDIR%%/src/searchatom.php
|
||||
%%WWWDIR%%/src/searchexample.php
|
||||
%%WWWDIR%%/src/searchoperator.php
|
||||
%%WWWDIR%%/src/searchselection.php
|
||||
%%WWWDIR%%/src/searchsplitter.php
|
||||
%%WWWDIR%%/src/searchterm.php
|
||||
%%WWWDIR%%/src/searchviewcommand.php
|
||||
%%WWWDIR%%/src/searchword.php
|
||||
%%WWWDIR%%/src/sessionlist.php
|
||||
%%WWWDIR%%/src/settinginfoset.php
|
||||
%%WWWDIR%%/src/settingparser.php
|
||||
%%WWWDIR%%/src/settings/s_automatictag.php
|
||||
%%WWWDIR%%/src/settings/s_banal.php
|
||||
%%WWWDIR%%/src/settings/s_basics.php
|
||||
%%WWWDIR%%/src/settings/s_decisions.php
|
||||
%%WWWDIR%%/src/settings/s_decision.php
|
||||
%%WWWDIR%%/src/settings/s_decisionvisibility.php
|
||||
%%WWWDIR%%/src/settings/s_finalversions.php
|
||||
%%WWWDIR%%/src/settings/s_json.php
|
||||
%%WWWDIR%%/src/settings/s_messages.php
|
||||
%%WWWDIR%%/src/settings/s_namedsearch.php
|
||||
%%WWWDIR%%/src/settings/s_options.php
|
||||
%%WWWDIR%%/src/settings/s_responses.php
|
||||
%%WWWDIR%%/src/settings/s_preference.php
|
||||
%%WWWDIR%%/src/settings/s_response.php
|
||||
%%WWWDIR%%/src/settings/s_review.php
|
||||
%%WWWDIR%%/src/settings/s_reviewfieldcondition.php
|
||||
%%WWWDIR%%/src/settings/s_reviewform.php
|
||||
%%WWWDIR%%/src/settings/s_reviews.php
|
||||
%%WWWDIR%%/src/settings/s_reviewvisibility.php
|
||||
%%WWWDIR%%/src/settings/s_rf.php
|
||||
%%WWWDIR%%/src/settings/s_sf.php
|
||||
%%WWWDIR%%/src/settings/s_shepherds.php
|
||||
%%WWWDIR%%/src/settings/s_sitecontact.php
|
||||
%%WWWDIR%%/src/settings/s_sround.php
|
||||
%%WWWDIR%%/src/settings/s_subfieldcondition.php
|
||||
%%WWWDIR%%/src/settings/s_subform.php
|
||||
%%WWWDIR%%/src/settings/s_submissions.php
|
||||
%%WWWDIR%%/src/settings/s_tags.php
|
||||
%%WWWDIR%%/src/settings/s_topics.php
|
||||
%%WWWDIR%%/src/settings/s_tracks.php
|
||||
%%WWWDIR%%/src/settings/s_tagstyle.php
|
||||
%%WWWDIR%%/src/settings/s_topic.php
|
||||
%%WWWDIR%%/src/settings/s_track.php
|
||||
%%WWWDIR%%/src/settings/s_users.php
|
||||
%%WWWDIR%%/src/settingvalues.php
|
||||
%%WWWDIR%%/src/si.php
|
||||
%%WWWDIR%%/src/siteloader.php
|
||||
%%WWWDIR%%/src/sitype.php
|
||||
%%WWWDIR%%/src/submissionround.php
|
||||
%%WWWDIR%%/src/tagmessagereport.php
|
||||
%%WWWDIR%%/src/tagrankparser.php
|
||||
%%WWWDIR%%/src/tagsearchmatcher.php
|
||||
%%WWWDIR%%/src/textformat.php
|
||||
%%WWWDIR%%/src/tokeninfo.php
|
||||
%%WWWDIR%%/src/topicset.php
|
||||
%%WWWDIR%%/src/track.php
|
||||
%%WWWDIR%%/src/updateschema.php
|
||||
%%WWWDIR%%/src/updatesession.php
|
||||
%%WWWDIR%%/src/useractions.php
|
||||
%%WWWDIR%%/src/userinfo/u_developer.php
|
||||
%%WWWDIR%%/src/userinfo/u_security.php
|
||||
%%WWWDIR%%/src/userstatus.php
|
||||
%%WWWDIR%%/src/xtparams.php
|
||||
%%WWWDIR%%/stylesheets/.htaccess
|
||||
%%WWWDIR%%/stylesheets/mobile.css
|
||||
%%WWWDIR%%/stylesheets/style.css
|
||||
|
|
Loading…
Add table
Reference in a new issue