search for: hcal

Displaying 2 results from an estimated 2 matches for "hcal".

Did you mean: hal
2006 Aug 03
1
Markdown and the hCal microformat
...are that it's not all that common (yet) to want to do something like this, and I don't know where everyone here stands on if or how to make markup more meaningful. I'd like to generate some microformated XHTML using Markdown. Specifically, I've wanted to mark up events using [hCal][1] in my weblog posts, but using Markdown for so long has made me loathe to write XHTML directly. I've come up with one possible syntax based loosely on event descriptions I've seen in emails and modified Markdown to support it partially*, but I wanted to ping the list for suggest...
2006 May 19
0
HABTM and Belongs to find
SO I have a Hcal model. A hcal belongs_to :show, and has_and_belongs_to_many :datetypes. I want to be able to find all the hcals in a particular show, with a particular datetype. Is this possible? -- Posted via http://www.ruby-forum.com/.