From: Matthew Vernon Date: Tue, 22 Jun 2021 10:50:35 +0000 (+0100) Subject: point to preferred repo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=0274b941c4ba9254643b84363b6b479fab36d802;p=gooswapper point to preferred repo --- diff --git a/README.org b/README.org index 36a274e..6817acc 100644 --- a/README.org +++ b/README.org @@ -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