Introduction
Introduction Statistics Contact Development Disclaimer Help
update front page - ics2txt - convert icalendar .ics file to plain text
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
---
commit a4a732a0c83bad3e10b89244e4ca229b077c2ffa
parent 649e32a8728b6de27d959a7094d389eb753f93c0
Author: Josuah Demangeon <[email protected]>
Date: Mon, 29 Jun 2020 00:37:17 +0200
update front page
Diffstat:
M Makefile | 2 +-
M doc/index.md | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@
NAME = ics2txt
-VERSION = 0.1
+VERSION = 0.2
W = -Wall -Wextra -std=c99 --pedantic
I = -Isrc
diff --git a/doc/index.md b/doc/index.md
@@ -3,8 +3,15 @@ ics2txt
Set of tools to work with the popular iCalendar format and converting to even
simpler TSV and text forms.
-Parsing have been tested with the following input formats (sample account
-created for testing):
+The current implementation uses [awk](//josuah.net/wiki/awk/) scripts, but a
+rather complete implementation of iCalendar, without memory leak or crash, is
+already there, and used for the `ics2tree` linting tool.
+
+Plans include to have an `ics2json` tool for a 1:1 mapping of iCalendar, and
+have `ics2tsv` a more general-purpose tool with user-chosen column fields.
+
+So far, Awk-based parsing have been tested with the following input formats
+(sample account created for testing):
* Zoom meetings generated events
* FOSDEM events, like <https://fosdem.org/2020/schedule/ical>
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.