From a23d3bdec523658aa6864c180e6b9f251e389de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 4 May 2020 21:22:32 +0200 Subject: Add RFC5545 and vdir to README. --- README | 9 ++++++++- README.in | 8 +++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README b/README index 11892857..79ff9376 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ repports, and other stuff should be sent to . If you want to contribute something yourself, either see TODO.* for things to do, or run `grep -RE 'TODO|NOTE'. -Requirements & Dependencies +Requirements & Dependencies --------------------------- For basic functionallity guile-2.2 or greater should be enough (tested to work with guile-3.0). You do however need to supply your @@ -39,6 +39,11 @@ JQuery is used in accordance to their license [JQUERY]. The zoneinfo data [TZ] is in the public domain [TZLIC]. +Standards and specifications +---------------------------- +- RFC 5545 +- Vdir Storage Format [VDIR] + Building -------- Since guile is primarily a scripting language no explicit @@ -60,3 +65,5 @@ References [JQUERY] https://github.com/jquery/jquery/blob/master/LICENSE.txt [TZ] https://github.com/eggert/tz [TZLIC] https://github.com/eggert/tz/blob/master/LICENSE +[VDIR] http://vdirsyncer.pimutils.org/en/latest/vdir.html + diff --git a/README.in b/README.in index d5e66352..d0203181 100644 --- a/README.in +++ b/README.in @@ -20,6 +20,11 @@ For popups to work the JS library Tipped is also needed, which brings a transiti The zoneinfo data [TZ] is in the public domain [TZLIC]. +Standards and specifications +---------------------------- +- RFC 5545 +- Vdir Storage Format [VDIR] + Building -------- Since guile is primarily a scripting language no explicit compilation step is required. Just run module/main.scm and the appropriate modules will be compiled (guile will tell you what it's doing). For building this README, run @@ -37,4 +42,5 @@ References [CCBY] https://creativecommons.org/licenses/by/4.0/ [JQUERY] https://github.com/jquery/jquery/blob/master/LICENSE.txt [TZ] https://github.com/eggert/tz -[TZLIC] https://github.com/eggert/tz/blob/master/LICENSE \ No newline at end of file +[TZLIC] https://github.com/eggert/tz/blob/master/LICENSE +[VDIR] http://vdirsyncer.pimutils.org/en/latest/vdir.html -- cgit v1.2.3