issues-format: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (set year)
(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.)
Line 1: Line 1:
Please use this format (copy and paste this to the end of the list to add your issues; replace <nowiki>~~~</nowiki> with an external link if preferred) to report issues or feedback:
Consider using this format (copy and paste this to the end of the list to add your issues; replace <nowiki>~~~</nowiki> 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.


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

Revision as of 23:14, 3 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-title 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>