aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/data-formats.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:54:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-13 00:54:04 +0200
commitb7cfbd886e35b227f09bd07db8989115a084b084 (patch)
treec3985d1f805f30d027f55c1b4b1d1f2815aeb4ec /doc/ref/general/data-formats.texi
parentRepair texinfo files after merge. (diff)
downloadcalp-b7cfbd886e35b227f09bd07db8989115a084b084.tar.gz
calp-b7cfbd886e35b227f09bd07db8989115a084b084.tar.xz
Move around info nodes.
Diffstat (limited to '')
-rw-r--r--doc/ref/vcomponent/data-formats.texi (renamed from doc/ref/general/data-formats.texi)9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ref/general/data-formats.texi b/doc/ref/vcomponent/data-formats.texi
index 592b3085..a871ea1a 100644
--- a/doc/ref/general/data-formats.texi
+++ b/doc/ref/vcomponent/data-formats.texi
@@ -1,13 +1,14 @@
@node Data Formats
@section Data Formats
-A data format is some way that an individual event may get serialized
-to disk. The default is iCalendar (TODO reference RFC 5545), but
-others might be available (TODO footnote and reference xcal).
+Data formats are the serialization formats for components.
+The primary serialization format is iCalendar, but xCalendar and
+sxCalendar also exists.
Each available format should be included as
@code{(vcomponent formats @var{format-name})}.
-Which module corresponds to what file type is currently defined out of band.
+Which module corresponds to what file type is currently defined out of
+band.
Each module should expose the following procedures.