From 0aa717c83d03c249e56d8f216895424d9550d68f Mon Sep 17 00:00:00 2001 From: Randy Ramos Date: Mon, 4 Sep 2017 19:29:42 -0400 Subject: [PATCH] Rename README to README.md This ensures that the Markdown syntax is properly displayed by Github and other Markdown readers. Also added quotes to a couple of paths and a flag. Signed-off-by: Randy Ramos Signed-off-by: Lukas Fleischer --- contrib/caldav/{README => README.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename contrib/caldav/{README => README.md} (96%) diff --git a/contrib/caldav/README b/contrib/caldav/README.md similarity index 96% rename from contrib/caldav/README rename to contrib/caldav/README.md index 93baf37..c35813d 100644 --- a/contrib/caldav/README +++ b/contrib/caldav/README.md @@ -22,7 +22,7 @@ found under contrib/caldav/config.sample in the calcurse source tree. You will also need to install *httplib2* for Python 3 using *pip* (e.g. `pip3 install --user httplib2`) or your distribution's package manager. -If you run calcurse-caldav for the first time, you need to provide the --init +If you run calcurse-caldav for the first time, you need to provide the `--init` argument. You can choose between the following initialization modes: --init=keep-remote Remove all local calcurse items and import remote objects @@ -51,7 +51,7 @@ How It Works ------------ calcurse-caldav creates a so-called synchronization database at -~/.calcurse/caldav/sync.db that always keeps a snapshot of the last time the +`~/.calcurse/caldav/sync.db` that always keeps a snapshot of the last time the script was executed. When running the script, it compares the objects on the server and the local objects with that snapshot to identify items that were added or deleted. It then