tristanpriem / qcal

Automatically exported from code.google.com/p/qcal
0 stars 0 forks source link

Create an hCalendar renderer #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now there is only an iCalendar renderer. Create a renderer for the
hCalendar microformat. It should have an option to output either an entire
HTML page, with head, body and the works, or just the hCalendar tags, which
is the default.

Other options would be to output in html or xhtml (default to html?),
uppercase or lowercase tags (if xhtml, this option would be ignored), maybe
an option to apply tidy to the output as well. Although I'd like to avoid
having to use any extra library, so maybe the tidy output would require
that the user install the library themselves. Cross that bridge when you
get to it.

Original issue reported on code.google.com by Luke.Vis...@gmail.com on 7 Feb 2010 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by Luke.Vis...@gmail.com on 7 Feb 2010 at 6:18