aboutsummaryrefslogtreecommitdiff
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
parentAdd ability to download ics in entirety. (diff)
downloadcalp-a23d3bdec523658aa6864c180e6b9f251e389de0.tar.gz
calp-a23d3bdec523658aa6864c180e6b9f251e389de0.tar.xz
Add RFC5545 and vdir to README.
-rw-r--r--README9
-rw-r--r--README.in8
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 <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
+
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