]> err.no Git - sope/commitdiff
fixed README's
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 21 Dec 2004 19:38:21 +0000 (19:38 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 21 Dec 2004 19:38:21 +0000 (19:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@458 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/README
sope-ical/data/test-noodle1.ics [new file with mode: 0644]
sope-ical/samples/README

index 5d1f2ea85a76cd9190f465ffb431c00fd595f86f..88205564f12c581f27fbb77a787597cedd031086 100644 (file)
@@ -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 (file)
index 0000000..c193fc9
--- /dev/null
@@ -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
+
index 692d2a6d07d29305d79ef367c5146749296cb8b6..6b22a35db987b6df811591dd15deb181f9b0be83 100644 (file)
@@ -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