From b486e51fdd3efd7e864e7c8bfcddf8ae9adab178 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 21 Dec 2004 19:38:21 +0000 Subject: [PATCH] fixed README's git-svn-id: http://svn.opengroupware.org/SOPE/trunk@458 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-ical/README | 8 ++++++++ sope-ical/data/test-noodle1.ics | 10 ++++++++++ sope-ical/samples/README | 25 ++++--------------------- 3 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 sope-ical/data/test-noodle1.ics diff --git a/sope-ical/README b/sope-ical/README index 5d1f2ea8..88205564 100644 --- a/sope-ical/README +++ b/sope-ical/README @@ -5,8 +5,16 @@ Last change: 2004-10-17 This package currently contains three things: a) iCalSaxDriver - a SaxObjC SAX driver based on libical + => DEPRECATED b) versitSaxDriver - a SaxObjC SAX driver for parsing vCard and iCal files c) NGiCal - a set of classes representing iCal entities The iCalSaxDriver is deprecated in favor of the versitSaxDriver which does not have the dependency on libical but implements the parsing on its own. + + +To test the SAX driver, you can use the saxxml tool, eg: + + saxxml -XMLReader VSiCalSaxDriver data/test-noodle1.ics + +This will print the tags reported to the SAX handler. diff --git a/sope-ical/data/test-noodle1.ics b/sope-ical/data/test-noodle1.ics new file mode 100644 index 00000000..c193fc9f --- /dev/null +++ b/sope-ical/data/test-noodle1.ics @@ -0,0 +1,10 @@ +BEGIN:VCALENDAR +BEGIN:VEVENT +UID:20041221T163244Z-7354-1009-14390-1@acs.labs.lux +DTSTAMP:20041221T163244Z +DTSTART:20041214T110000Z +DTEND:20041214T113000Z +SUMMARY: test2 +END:VEVENT +END:VCALENDAR + diff --git a/sope-ical/samples/README b/sope-ical/samples/README index 692d2a6d..6b22a35d 100644 --- a/sope-ical/samples/README +++ b/sope-ical/samples/README @@ -1,26 +1,9 @@ -# $Id$ +sope-ical/samples -This directory contains sample programs for the skyrix-core libraries. +This directory contains sample programs for the sope-ical libraries. Tools ===== -mime2xml - read a MIME file and output the structure as XML - -imapls - list IMAP4 server directories, sample for NGImap4FileManager - -bmlookup - perform resource lookups using the NGExtensions NGBundleManager - class - -fmdls - list directories using the NGFileManager directory-datasource - implementation - -subclassing - test runtime subclassing in the Objective-C runtime - (NGObjCRuntime in NGExtensions) - -testdirenum - test the NGDirectoryEnumerator - -ldapls - an 'ls' for LDAP directories -ldap2dsml - return the output of an LDAP server as DSML (directory service - markup language) -ldapchkpwd - check whether a login/password combo would be authenticated +ical2 - uses SaxObjectDecoder with NGiCal.xmap +ical3 - uses iCalDataSource to run queries on iCal files -- 2.39.5