summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-25 08:53:20 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-25 08:53:20 -0400
commitb8c2f4cfdf940687e96d1433493012cd8cd0b2e3 (patch)
tree99328ff58dc426aabc89c4c76ab847b687d72952
parent7c771449355ca189ada746aada0b2f60b9013527 (diff)
downloadlibical-git-b8c2f4cfdf940687e96d1433493012cd8cd0b2e3.tar.gz
README.md, UsingLibical.md - refer to a new RFCs section
Rather than duplicating the RFCs we support in several places, have one section that contains the authoritative list in the top-level README. fixes: #566
-rw-r--r--README.md2
-rw-r--r--doc/UsingLibical.md14
2 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md
index 71b743e1..150fefa4 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ and protocol data units. The iCalendar specification describes how
calendar clients can communicate with calendar servers so users can
store their calendar data and arrange meetings with other users.
+## RFCs {#rfcs}
+
Libical implements [RFC5545][], [RFC5546][], [RFC7529][];
the CalDav scheduling extensions in [RFC6638][];
iCalendar extensions in [RFC7986][], [RFC9073][], [RFC9074][];
diff --git a/doc/UsingLibical.md b/doc/UsingLibical.md
index 9fd7b974..be239aab 100644
--- a/doc/UsingLibical.md
+++ b/doc/UsingLibical.md
@@ -11,24 +11,12 @@ and protocol data units. The iCalendar specification describes how
calendar clients can communicate with calendar servers so users can
store their calendar data and arrange meetings with other users.
-Libical implements [RFC5545][], [RFC5546][], [RFC7529][];
-the CalDav scheduling extensions in [RFC6638][];
-the iCalendar extensions in [RFC7986][], [RFC9073][], [RFC9074][];
-and some of [RFC6047][].
+Libical implements multiple [RFC calendar standards](@ref rfcs).
This documentation assumes that you are familiar with the iCalendar
standards RFC5545 and RFC5546. These specifications are available
at the [IETF Tools][] website:
-[RFC5545]: https://tools.ietf.org/html/rfc5545
-[RFC5546]: https://tools.ietf.org/html/rfc5546
-[RFC7529]: https://tools.ietf.org/html/rfc7529
-[RFC6638]: https://tools.ietf.org/html/rfc6638
-[RFC7986]: https://tools.ietf.org/html/rfc7986
-[RFC9073]: https://tools.ietf.org/html/rfc9073
-[RFC9074]: https://tools.ietf.org/html/rfc9074
-[RFC6047]: https://tools.ietf.org/html/rfc6047
-
[IETF Tools]: https://tools.ietf.org/
### 1.1 The libical project