From 8f39bf1f8fedcaf31e400d8bc986333019de0c43 Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Mon, 24 Feb 2014 18:26:57 +0000 Subject: [PATCH] Update adjuster/annogen git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster@1811 29193198-4895-4776-b068-10539e920549 --- adjuster.py | 7 +++++++ annogen.py | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/adjuster.py b/adjuster.py index c395c1a..8809493 100755 --- a/adjuster.py +++ b/adjuster.py @@ -14,6 +14,13 @@ program_name = "Web Adjuster v0.193 (c) 2012-14 Silas S. Brown" # See the License for the specific language governing permissions and # limitations under the License. +# If you want to compare this code to old versions, the old +# versions are being kept on SourceForge's E-GuideDog SVN repository +# http://sourceforge.net/p/e-guidedog/code/HEAD/tree/ssb22/adjuster/ +# although some early ones are missing. +# To check out the repository, you can do: +# svn co http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster + import sys,os if '--html-options' in sys.argv: # for updating the website diff --git a/annogen.py b/annogen.py index 22e93e2..cf725a3 100755 --- a/annogen.py +++ b/annogen.py @@ -14,6 +14,13 @@ program_name = "Annotator Generator v0.546 (c) 2012-14 Silas S. Brown" # See the License for the specific language governing permissions and # limitations under the License. +# If you want to compare this code to old versions, the old +# versions are being kept on SourceForge's E-GuideDog SVN repository +# http://sourceforge.net/p/e-guidedog/code/HEAD/tree/ssb22/adjuster/ +# although some early ones are missing. +# To check out the repository, you can do: +# svn co http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster + from optparse import OptionParser parser = OptionParser() import sys,os,os.path,tempfile,time,re -- GitLab