Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
hCalendar Acid Test #1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Toby A Inkster  
View profile  
 More options Apr 15 2008, 1:30 pm
From: Toby A Inkster <m...@tobyinkster.co.uk>
Date: Tue, 15 Apr 2008 18:30:23 +0100
Local: Tues, Apr 15 2008 1:30 pm
Subject: [uf-discuss] hCalendar Acid Test #1
There's no "right" or "wrong" answer - just judge the output of your  
favourite parser yourself.

        http://examples.tobyinkster.co.uk/hcalendar-acid1.html

For comparison, here's the output from latest development version  
(unreleased) of Cognition:

        http://examples.tobyinkster.co.uk/hcalendar-acid1-
cognition-20080415.ics
        http://examples.tobyinkster.co.uk/hcalendar-acid1-
cognition-20080415.rdf

Cognition's output is by no means perfect: handling of attendees,  
contacts and organisers in particular could be improved.

--
Toby A Inkster
<mailto:m...@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

_______________________________________________
microformats-discuss mailing list
microformats-disc...@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Baranovskiy  
View profile  
 More options Apr 15 2008, 8:01 pm
From: Dmitry Baranovskiy <dmitry.baranovs...@gmail.com>
Date: Wed, 16 Apr 2008 10:01:47 +1000
Local: Tues, Apr 15 2008 8:01 pm
Subject: Re: [uf-discuss] hCalendar Acid Test #1
Very nice. I was working on creating an ACID test for µf for couple of  
weeks now, but in different way. I was trying to find all the edge  
cases in parsing any µf. Here is a link: http://microformatique.com/optimus/test.html
  It is not finished however. But it is quite tricky and helped me to  
find a lot of bugs in Optimus.

On 16/04/2008, at 3:30 AM, Toby A Inkster wrote:

> There's no "right" or "wrong" answer - just judge the output of your  
> favourite parser yourself.

>    http://examples.tobyinkster.co.uk/hcalendar-acid1.html

> For comparison, here's the output from latest development version  
> (unreleased) of Cognition:

>    http://examples.tobyinkster.co.uk/hcalendar-acid1-cognition-20080415.ics
>    http://examples.tobyinkster.co.uk/hcalendar-acid1-cognition-20080415.rdf

> Cognition's output is by no means perfect: handling of attendees,  
> contacts and organisers in particular could be improved.

_______________________________________________
microformats-discuss mailing list
microformats-disc...@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jason Karns  
View profile  
 More options Apr 16 2008, 10:10 am
From: "Jason Karns" <jason.ka...@gmail.com>
Date: Wed, 16 Apr 2008 10:10:34 -0400
Local: Wed, Apr 16 2008 10:10 am
Subject: Re: [uf-discuss] hCalendar Acid Test #1
On 4/15/08, Dmitry Baranovskiy <dmitry.baranovs...@gmail.com> wrote:

> Very nice. I was working on creating an ACID test for µf for couple of weeks
> now, but in different way. I was trying to find all the edge cases in
> parsing any µf. Here is a link:
> http://microformatique.com/optimus/test.html It is not
> finished however. But it is quite tricky and helped me to find a lot of bugs
> in Optimus.

I would add an edgecase where:

<span id="summary" class="summary">Summary SPAN</span>
...
<th id="title" axis="summary">
    <em class="summary">Summary EM</em>
    <strong class="description">Description</strong>
</th>
...
<td headers="title">Cell content<a href="#summary" class="include">text</a></td>

I am working on an example to test this with Operator, because
Operator picks up the summary and description properties from the TH
(using @headers) but only when the <a> include is not used.

I would assume that default behavior should be to use any properties
found first in the TD cell. Then follow the include pattern to find
any additional properties. Lastly, search for properties found in the
TH cell(s) as referenced by @headers.  Any property values defined
more than once are taken as the value defined first.  (I believe this
is already the case with the include pattern, I am simply generalizing
to the @headers pattern.)

~Jason

_______________________________________________
microformats-discuss mailing list
microformats-disc...@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael MD  
View profile  
 More options Apr 17 2008, 2:03 am
From: "Michael MD" <md...@spraci.com>
Date: Thu, 17 Apr 2008 16:03:13 +1000
Local: Thurs, Apr 17 2008 2:03 am
Subject: Re: [uf-discuss] hCalendar Acid Test #1

> On 4/15/08, Dmitry Baranovskiy <dmitry.baranovs...@gmail.com> wrote:
>> Very nice. I was working on creating an ACID test for µf for couple of
>> weeks
>> now, but in different way. I was trying to find all the edge cases in
>> parsing any µf. Here is a link:
>> http://microformatique.com/optimus/test.html It is not
>> finished however. But it is quite tricky and helped me to find a lot of
>> bugs
>> in Optimus.

nice! ...I was trying it on my own scripts last night - helped me fix a few
things!

_______________________________________________
microformats-discuss mailing list
microformats-disc...@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google