update front page - ics2txt - convert icalendar .ics file to plain text
(HTM) git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ics2txt
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit a4a732a0c83bad3e10b89244e4ca229b077c2ffa
(DIR) parent 649e32a8728b6de27d959a7094d389eb753f93c0
(HTM) Author: Josuah Demangeon <me@josuah.net>
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(-)
---
(DIR) 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
(DIR) 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>