issues-format: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(changed use of hCalendar to hAtom, as issues are not really human level "events" that are attended etc., displaying them on a calendar doesn't make any sense. but reading them as a feed makes sense.)
(entry-summary is a better semantic than entry-title for this use)
Line 4: Line 4:
<nowiki>
<nowiki>
<div class="hentry">
<div class="hentry">
* {{OpenIssue}} <span class="entry-title author vcard"><span class="published">2009-MM-DD</span> raised by <span class="fn">~~~</span></span>
* {{OpenIssue}} <span class="entry-summary author vcard"><span class="published">2009-MM-DD</span> raised by <span class="fn">~~~</span></span>
<div class="entry-content">
<div class="entry-content">
*# Here is the first issue/feedback I have.
*# Here is the first issue/feedback I have.

Revision as of 00:02, 4 June 2009

Consider using this format (copy and paste this to the end of the list to add your issues; replace ~~~ with an external link if preferred) to report issues or feedback, so that issues can show up in hAtom subscriptions of this issues page. If open issues lack this markup, please add it.


<div class="hentry">
* {{OpenIssue}} <span class="entry-summary author vcard"><span class="published">2009-MM-DD</span> raised by <span class="fn">~~~</span></span>
<div class="entry-content">
*# Here is the first issue/feedback I have.
*# Here is the second issue/feedback I have.
</div>
</div>