[microformats-discuss] Forum formats (for blog post microformat)
David Janes -- BlogMatrix
davidjanes at blogmatrix.com
Tue Aug 16 12:05:22 PDT 2005
Create a new section at the bottom, under "Syndication Feed Formats":
== Forum Software ==
=== Moodle ===
=== phpbb ===
=== YaBB ===
It should slot in at point 1.4. We can always move it later.
Regards, etc...
David
http://www.blogmatrix.com
Geoffrey Glass wrote:
> I am actually working with a discussion forum, to which I would like
> to apply any blog post microformat. I have taken a look at three
> forum post formats: phpbb, YaBB, and Moodle (which I am working
> with). All use table-based layouts (ugh), and all have several
> features uncommon in blogs, such as user pictures and user
> information, bylines, and forum controls (go to parent, reply with
> quote, etc.).
>
> I don't think it's appropriate to add these to the blog-post wiki pages.
>
> Of the three, Moodle is the one with the best use of classes to
> identify relevant fields:
>
> <table class="forumpost">
> <tr>
> <td>
> <img src="AVATAR"/>
> </td>
> <td class="topic>
> <div class="subject">POST TITLE</div>
> <div class="author">by <a>AUTHOR</a> - POST DATE</div>
> </td>
> </tr>
> <tr>
> <td class="content">
> POST CONTENT
> <div class="commands"><a>Show Parent</a> | <a>Reply</a></div>
> </td>
> </tr>
> </table>
>
> Key CSS Elements
>
> - "forumpost" identifies a post
> - "subject" identifies the post subject
> - "author" identifies the author, but also includes the date and other
> text
> - "content" identifies the content area, but includes some controls also
>
> Geof
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss at microformats.org
> http://microformats.org/mailman/listinfo/microformats-discuss
>
>
More information about the microformats-discuss
mailing list