hi all, I've been working on creating some entries on the weblog for apps and demos today - see http://esw.w3.org/mt/esw/ Because there's an applications and demos categy, these all show up on one page: http://esw.w3.org/mt/esw/archives/cat_applications_and_demos.html I've slightly revised the template, like this: TITLE URL DATE CREATED DESCRIPTION USECASE AUTHOR(S) NAME EMAIL ORGANIZATION NAME ORGANIZATION URL CONTACT(S) NAME EMAIL ORGANIZATION NAME ORGANIZATION URL DOCUMENTATION CATEGORIES Here is an html template for that information, for use when adding data to the weblog. Note that the title and categories are part of the weblog infrastructure, and that at the moment you need to save the entry and then create the secondary category. We should be able to use GRDDL techniques (XSLT) to create RDF version of the data. I will create weblog accounts for those who want to add entries. cheers Libby <div class="item"> <!-- title from weblog e.g. Applications and Demos: CS AKTive Space --> <!-- category from weblog use 'Applications and Demos' as the primary category, and then add secondary categories --> <p> URL: <a rel="url" href="URL">URL</a> <!-- url of the demo --> <br /> Date created: <span class="date">DATE</span> <!--use all or part of YYYY-MM-DD--> </p> <p> Description: <br /> <span class="description">DESCRIPTION</span> </p> <!-- usecase may not always be appropriate --> <p> Usecase: <br /> <span class="usecase">USECASE</span> </p> <!-- use contacts and/or authors, preferably authors --> <p> Author: <br /> <span class="author_person"> <a href="AUTHOR_MBOX">AUTHOR_NAME</a> <span class="author_organization"> <a href="AUTHOR_ORG_URL">AUTHOR_ORG_NAME</a> </span> </span> </p> <p> Contact: <br /> <span class="contact_person"> <a href="CONTACT_MBOX">CONTACT_NAME</a> <span class="contact_organization"> <a href="CONTACT_ORG_URL">CONTACT_ORG_NAME</a> </span> </span> </p> <!-- some form of documentation - could be an FAQ page or a paper --> <p> More information: <br /> <a rel="documentation" href="DOC_URL">DOC_NAME</a> </p> </div>Received on Thursday, 10 June 2004 09:29:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:17:12 GMT