chiark / gitweb /
point to preferred repo
authorMatthew Vernon <mv3@sanger.ac.uk>
Tue, 22 Jun 2021 10:50:35 +0000 (11:50 +0100)
committerMatthew Vernon <mv3@sanger.ac.uk>
Tue, 22 Jun 2021 10:50:35 +0000 (11:50 +0100)
README.org

index 36a274eb15d007ff25aec356e8c64d4119791e7f..6817acca855afd19a80f259eda9468bf2deab0e6 100644 (file)
@@ -1,15 +1,16 @@
 * Gooswapper - Exchange / Google calendar sync
 
-This is an alpha-quality python script that synchronises between
-Exchange and Google calendars. Currently only one-way synchronisation
-(from Exchange to Google) is supported. Please note this is *not* a
-supported piece of software!
+This is a python script that synchronises between Exchange and Google
+calendars. Currently only one-way synchronisation (from Exchange to
+Google) is supported.
+
+Upstream git located [[https://salsa.debian.org/matthew/gooswapper][on salsa]].
 
 ** Dependencies
 
-For the google API, install the python3-googleapi package; for
-Exchange, install [[https://github.com/ecederstrand/exchangelib][Exchangelib]] at least version 1.12.2, and make sure
-it's on your Python path (the code by default adds
+For the google API, install the ~python3-googleapi~ Debian/Ubuntu
+package; for Exchange, install [[https://github.com/ecederstrand/exchangelib][Exchangelib]] at least version 1.12.2,
+and make sure it's on your Python path (the code by default adds
 ~/upstreams/exchangelib~ ).
 
 ** Usage