From andr3.pt at gmail.com Mon Dec 12 06:59:47 2011 From: andr3.pt at gmail.com (=?ISO-8859-1?Q?Andr=E9_Lu=EDs?=) Date: Mon Dec 12 07:00:43 2011 Subject: [uf-discuss] Anyone knows of an hcalendar-to-ical service that supports simple RRULEs? Message-ID: Hello everyone, Anyone knows any hCalendar-to-iCal service that supports simple RRULEs? Test page (am I doing something wrong?) http://jsbin.com/imuniz/5/edit I've looked on the wiki, searched the web, tried all I could think of: Brian's X2V & H2VX (including dev. subdomain), Optimus (XML), ... The only one that picked it up was Glenn's http://ufxtract.com/ but it doesn't provide .ics output. ;) If anyone remembers something I don't, send me in the right direction. Thanks a lot in advance, -- Andr? Lu?s http://id.andr3.net From mail at tobyinkster.co.uk Wed Dec 14 01:57:05 2011 From: mail at tobyinkster.co.uk (Toby Inkster) Date: Wed Dec 14 01:55:33 2011 Subject: [uf-discuss] Anyone knows of an hcalendar-to-ical service that supports simple RRULEs? Message-ID: <20111214095705.2de2d23a@miranda.g5n.co.uk> On Mon, 12 Dec 2011 14:59:47 +0000 Andr? Lu?s wrote: > The only one that picked it up was Glenn's http://ufxtract.com/ but it > doesn't provide .ics output. ;) My HTML::Microformats Perl module should support arbitrarily complex rrules (and rdate, exrule, exdate). It natively converts from microformats to RDF, but if it detects that the RDF::iCalendar Perl module is installed, it can also offer iCalendar output. Usage would be something like this: use HTML::Microformats; use RDF::iCalendar; use LWP::Simple; my $uri = 'http://example.com/page.html'; my $markup = get($uri); my $document = HTML::Microformats ->new_document($markup, $uri) ->assume_profile('hCalendar'); print $_->to_icalendar foreach $document->objects('hCalendar'); I'm not currently running it as a web service though. -- Toby A Inkster From hober0 at gmail.com Thu Dec 15 10:41:19 2011 From: hober0 at gmail.com (Edward O'Connor) Date: Thu Dec 15 10:41:49 2011 Subject: [uf-discuss] [microformats-2] e-* values and the JSON serialization Message-ID: Hi, The Microformats 2 page doesn't yet contain a definition of the JSON serialization algorithm. When it does get written down, the algorithm should specify that e-* properties (whose value is the DOM desendents of the element) get serialized using the Serializing HTML Fragments algorithm in the HTML spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#serializing-html-fragments Ted From tantek at cs.stanford.edu Sat Dec 17 19:28:09 2011 From: tantek at cs.stanford.edu (=?UTF-8?Q?Tantek_=C3=87elik?=) Date: Sat Dec 17 19:33:37 2011 Subject: [uf-discuss] [microformats-2] e-* values and the JSON serialization In-Reply-To: References: Message-ID: On Thu, Dec 15, 2011 at 10:41, Edward O'Connor wrote: > Hi, > > The Microformats 2 page doesn't yet contain a definition of the JSON > serialization algorithm. When it does get written down, the algorithm > should specify that e-* properties (whose value is the DOM descendents > of the element) get serialized using the Serializing HTML Fragments > algorithm in the HTML spec: > > ?http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#serializing-html-fragments Excellent suggestion. I've added it as part of the special parsing required for e-* properties here: http://microformats.org/wiki/microformats-2#naming_conventions_for_generic_parsing Thanks, Tantek -- http://tantek.com/ - I made an HTML5 tutorial! http://tantek.com/html5 From robin at robinwinslow.co.uk Fri Dec 23 05:23:53 2011 From: robin at robinwinslow.co.uk (Robin Winslow) Date: Fri Dec 23 05:24:17 2011 Subject: [uf-discuss] Semantic naming of HTML document layout elements Message-ID: Hi. I was wondering if there are standards in marking-up layout elements for common regions in HTML documents. I know HTML5 defines
,