aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 21:22:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-04 21:22:32 +0200
commita23d3bdec523658aa6864c180e6b9f251e389de0 (patch)
tree24a006d3208fc842befa6b8b9a2751438629970f /README
parentAdd ability to download ics in entirety. (diff)
downloadcalp-a23d3bdec523658aa6864c180e6b9f251e389de0.tar.gz
calp-a23d3bdec523658aa6864c180e6b9f251e389de0.tar.xz
Add RFC5545 and vdir to README.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 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 <hugo@lysator.liu.se>.
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
+