TiddlyWiki.org

Changeset 4963

Show
Ignore:
Timestamp:
15/05/08 18:59:33 (2 months ago)
Author:
psd
Message:

confabb - more example doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/contributors/PaulDowney/tests/data/confabb/simple.xml

    r4962 r4963  
    2424      <endtime>20061107083019</endtime> 
    2525 
     26      <!-- The confabb agenda is split across days, would be nice to see them, as for  --> 
     27      <day>Day 1</day> 
     28 
    2629      <!-- if the track is empty, we assume that's a "global" event across all tracks: "Lunch" etc --> 
    2730      <track></track> 
     
    4144      <endtime>20061107094502</endtime> 
    4245 
    43       <!-- assuming the track is text "Workshops", "" --> 
     46      <!-- The confabb agenda is split across days, would be nice to see them, as for  --> 
     47      <day>Day 1</day> 
     48 
    4449      <track>Workshops</track> 
    4550 
    46       <!-- might be an idea to make this <trackid>: 
    47  
    48           <trackid>track-22</trackid> 
    49  
    50          and have a list of tracks at the bottom, e.g.:  
    51  
    52             <track id="track-22"> 
    53                 <title>Workshops</title> 
    54                 <description>Workshops and Tutorial sessions, blah, blah</description> 
    55             </track> 
    56       -->  
    57  
    5851      <!-- The location is currently missing, but would be useful! --> 
    59       <location>Workshops</location> 
    60  
    61       <!-- might be an idea to make this <locationid>: 
    62  
    63           <trackid>location-93</trackid> 
    64  
    65          and have a list of locations at the bottom, e.g.:  
    66  
    67             <track id="location-93"> 
    68                 <title>Grand Ballroom</title> 
    69                 <description>Across the carpark, and up the stairs.</description> 
    70                 .. possibly other vcard address info here .. 
    71             </track> 
    72  
    73       -->  
    74  
     52      <location>Grand Ballroom</location> 
    7553 
    7654      <guid>http://staging.confabb.com/conferences/16074-web-2-0-conference-2006/sessions/21/details</guid> 
     
    127105        </vcard> 
    128106 
     107 
     108      <!--  
     109 
     110        a suggestion for the future is to evolve /session/speaker, /session/track, /sesssion/location, /session/day 
     111          to be /session/speakerid, /session/trackid, /session/locationid etc and 
     112          index info for each at the bottom, eg. 
     113 
     114                <session> 
     115                    ... 
     116                    <trackid>track22</trackid> 
     117                </session 
     118 
     119                <track id="track22"> 
     120                    <title>Workshops</title> 
     121                    <description>Workshops and Tutorial sessions, blah, blah</description> 
     122                </track> 
     123      -->  
     124 
     125 
    129126</conference> 
    130127<!-- </tiddler> -->