From b8c2f4cfdf940687e96d1433493012cd8cd0b2e3 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 25 Jun 2022 08:53:20 -0400 Subject: 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 --- README.md | 2 ++ doc/UsingLibical.md | 14 +------------- 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 -- cgit v1.2.1