From ee5ab3a6fa21404c5a433b98d7c27148d4838376 Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Fri, 17 Nov 2017 08:42:11 -0600 Subject: [PATCH] update --- adjuster.py | 1 + annogen.py | 1 + build-sync.sh | 5 +++++ termlayout.py | 1 + 4 files changed, 8 insertions(+) create mode 100755 build-sync.sh diff --git a/adjuster.py b/adjuster.py index 68de5d4..7dadea3 100755 --- a/adjuster.py +++ b/adjuster.py @@ -17,6 +17,7 @@ program_name = "Web Adjuster v0.262 (c) 2012-17 Silas S. Brown" # If you want to compare this code to old versions, the old # versions are being kept in the E-GuideDog SVN repository on # http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster +# and on GitHub at https://github.com/ssb22/adjuster # although some early ones are missing. import sys,os diff --git a/annogen.py b/annogen.py index 450c605..0fc71ca 100755 --- a/annogen.py +++ b/annogen.py @@ -19,6 +19,7 @@ program_name = "Annotator Generator v0.628 (c) 2012-17 Silas S. Brown" # If you want to compare this code to old versions, the old # versions are being kept in the E-GuideDog SVN repository on # http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster +# and on GitHub at https://github.com/ssb22/adjuster # although some early ones are missing. from optparse import OptionParser diff --git a/build-sync.sh b/build-sync.sh new file mode 100755 index 0000000..5a9ee00 --- /dev/null +++ b/build-sync.sh @@ -0,0 +1,5 @@ +#!/bin/bash +wget -N http://people.ds.cam.ac.uk/ssb22/adjuster/adjuster.py +wget -N http://people.ds.cam.ac.uk/ssb22/adjuster/annogen.py +wget -N http://people.ds.cam.ac.uk/ssb22/adjuster/termlayout.py +git commit -am update && git push diff --git a/termlayout.py b/termlayout.py index ee17e33..fdf4554 100644 --- a/termlayout.py +++ b/termlayout.py @@ -17,6 +17,7 @@ # If you want to compare this code to old versions, the old # versions are being kept in the E-GuideDog SVN repository on # http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster/ +# and on GitHub at https://github.com/ssb22/adjuster import re, unicodedata, os, sys -- GitLab