twingle/twingle/content/sampledata localsite.rdf,1.2,1.3 oscomorg.rdf,1.3,1.4
[email protected] Wed, 19 Mar 2003 10:38:41 -0700 (MST)
| Newsgroups | gmane.comp.cms.oscom.twingle.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/root/twingle/twingle/content/sampledata
In directory alpha.oscom.org:/tmp/cvs-serv518/content/sampledata
Modified Files:
localsite.rdf oscomorg.rdf
Log Message:
Major cleanup after the sprint. Also:
1) Started menu/commandset.xul to centralize the commands between
menus, buttons, and keys.
2) Major cleanup of menu items and buttons, removing things that
weren't implemented.
3) Added Tasks and Window menus from standard Moz.
4) The "New Site" approach is now a wizard that does some
user-friendly sniffing at the response.
Index: localsite.rdf
===================================================================
RCS file: /cvs/root/twingle/twingle/content/sampledata/localsite.rdf,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** localsite.rdf 10 Mar 2003 10:33:47 -0000 1.2
--- localsite.rdf 19 Mar 2003 17:38:39 -0000 1.3
***************
*** 6,18 ****
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
! <rdf:Description about="urn:twingle:sites:localsite">
<nc:subitems>
<rdf:Seq>
! <rdf:li resource="urn:twingle:sites:localsite:inbox"/>
! <rdf:li resource="urn:twingle:sites:localsite:drafts"/>
! <rdf:li resource="urn:twingle:sites:localsite:articles"/>
! <rdf:li resource="urn:twingle:sites:localsite:notes"/>
! <rdf:li resource="urn:twingle:sites:localsite:events"/>
! <rdf:li resource="urn:twingle:sites:localsite:people"/>
</rdf:Seq>
</nc:subitems>
--- 6,18 ----
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf">
<nc:subitems>
<rdf:Seq>
! <rdf:li resource="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:inbox"/>
! <rdf:li resource="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:drafts"/>
! <rdf:li resource="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:articles"/>
! <rdf:li resource="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:notes"/>
! <rdf:li resource="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:events"/>
! <rdf:li resource="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:people"/>
</rdf:Seq>
</nc:subitems>
***************
*** 20,24 ****
! <rdf:Description about="urn:twingle:sites:localsite:inbox">
<dc:title>Inbox</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
--- 20,24 ----
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:inbox">
<dc:title>Inbox</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
***************
*** 31,35 ****
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:localsite:drafts">
<dc:title>Drafts</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
--- 31,35 ----
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:drafts">
<dc:title>Drafts</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
***************
*** 42,46 ****
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:localsite:articles">
<dc:title>Articles</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
--- 42,46 ----
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:articles">
<dc:title>Articles</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
***************
*** 53,57 ****
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:localsite:notes">
<dc:title>Notes</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
--- 53,57 ----
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:notes">
<dc:title>Notes</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
***************
*** 64,68 ****
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:localsite:events">
<dc:title>Events</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
--- 64,68 ----
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:events">
<dc:title>Events</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
***************
*** 75,79 ****
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:localsite:people">
<dc:title>People</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
--- 75,79 ----
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:http://127.0.0.1:9999/contents.rdf:people">
<dc:title>People</dc:title>
<dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
Index: oscomorg.rdf
===================================================================
RCS file: /cvs/root/twingle/twingle/content/sampledata/oscomorg.rdf,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** oscomorg.rdf 10 Mar 2003 18:07:54 -0000 1.3
--- oscomorg.rdf 19 Mar 2003 17:38:39 -0000 1.4
***************
*** 4,105 ****
xmlns:oscom="http://www.oscom.org/rdf#"
xmlns:D="http://www.webdav.org/rdf#"
! xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
! <rdf:Description about="urn:twingle:sites:oscomorg">
<nc:subitems>
<rdf:Seq>
! <rdf:li resource="urn:twingle:sites:oscomorg:home"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:conferences"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:cmsmatrix"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:projects"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:mailinglists"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:blog"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:organization"/>
</rdf:Seq>
</nc:subitems>
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:oscomorg:home">
! <dc:title>OSCOM Homepage</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
<dc:description></dc:description>
<dc:subject></dc:subject>
<oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:article"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl>http://oscom.org/</oscom:sourceurl>
<oscom:previewurl>http://oscom.org/</oscom:previewurl>
! <oscom:saveurl>http://dav.bitflux.ch/bla.html</oscom:saveurl>
! </rdf:Description>
!
! <rdf:Description about="urn:twingle:sites:oscomorg:cmsmatrix">
! <dc:title>CMS Matrix</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
! <dc:description></dc:description>
! <dc:subject></dc:subject>
! <oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:article"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl>http://oscom.org/matrix/index.html</oscom:sourceurl>
! <oscom:previewurl>http://oscom.org/matrix/index.html</oscom:previewurl>
! </rdf:Description>
!
! <rdf:Description about="urn:twingle:sites:oscomorg:projects">
! <dc:title>Projects</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
! <dc:description></dc:description>
! <dc:subject></dc:subject>
! <oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:folder"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl></oscom:sourceurl>
! <oscom:previewurl></oscom:previewurl>
! </rdf:Description>
!
! <rdf:Description about="urn:twingle:sites:oscomorg:mailinglists">
! <dc:title>Mailing Lists</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
! <dc:description></dc:description>
! <dc:subject></dc:subject>
! <oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:folder"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl>http://oscom.org/Projects/</oscom:sourceurl>
! <oscom:previewurl>http://oscom.org/Projects/</oscom:previewurl>
! </rdf:Description>
!
! <rdf:Description about="urn:twingle:sites:oscomorg:blog">
! <dc:title>Blog</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
! <dc:description></dc:description>
! <dc:subject></dc:subject>
! <oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:article"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl>http://blog.oscom.org/</oscom:sourceurl>
! <oscom:previewurl>http://blog.oscom.org/</oscom:previewurl>
! </rdf:Description>
!
! <rdf:Description about="urn:twingle:sites:oscomorg:organization">
! <dc:title>Organization</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
! <dc:description></dc:description>
! <dc:subject></dc:subject>
! <oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:article"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl></oscom:sourceurl>
! <oscom:previewurl></oscom:previewurl>
</rdf:Description>
! <rdf:Description about="urn:twingle:sites:oscomorg:conferences">
<dc:title>Conferences</dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
<dc:description></dc:description>
<dc:subject></dc:subject>
<oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:folder"/>
! <D:getlastmodified>Monday, 12-Jan-98 09:25:56 GMT</D:getlastmodified>
! <oscom:sourceurl></oscom:sourceurl>
<oscom:previewurl></oscom:previewurl>
<nc:subitems>
<rdf:Seq>
! <rdf:li resource="urn:twingle:sites:oscomorg:conferenceshome"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:conferenceszurich"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:conferencesberkeley"/>
! <rdf:li resource="urn:twingle:sites:oscomorg:conferencesharvard"/>
</rdf:Seq>
</nc:subitems>
--- 4,44 ----
xmlns:oscom="http://www.oscom.org/rdf#"
xmlns:D="http://www.webdav.org/rdf#"
! xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
! <rdf:Description rdf:about="http://dav.oscom.org/">
<nc:subitems>
<rdf:Seq>
! <rdf:li rdf:resource="http://dav.oscom.org/index.html"/>
! <rdf:li rdf:resource="http://dav.oscom.org/conferences/"/>
</rdf:Seq>
</nc:subitems>
</rdf:Description>
! <rdf:Description rdf:about="http://dav.oscom.org/index.html">
! <dc:title>OSCOM Home Page</dc:title>
! <dc:creator>paul</dc:creator>
<dc:description></dc:description>
<dc:subject></dc:subject>
<oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:article"/>
! <D:getlastmodified>Monday, 12-Jan-03 09:25:56 GMT</D:getlastmodified>
<oscom:previewurl>http://oscom.org/</oscom:previewurl>
! <oscom:saveurl>http://oscom.org/index.html</oscom:saveurl>
</rdf:Description>
! <rdf:Description rdf:about="http://dav.oscom.org/conferences/">
<dc:title>Conferences</dc:title>
! <dc:creator>paul</dc:creator>
<dc:description></dc:description>
<dc:subject></dc:subject>
<oscom:resourcetype rdf:resource="urn:oscom:resourcetypes:folder"/>
! <D:getlastmodified>Monday, 28-Jan-03 09:25:56 GMT</D:getlastmodified>
! <oscom:saveurl></oscom:saveurl>
<oscom:previewurl></oscom:previewurl>
<nc:subitems>
<rdf:Seq>
! <rdf:li rdf:resource="http://dav.oscom.org/conferences/index.html"/>
! <rdf:li rdf:resource="http://dav.oscom.org/conferences/zurich/"/>
! <rdf:li rdf:resource="http://dav.oscom.org/conferences/berkeley/"/>
! <rdf:li rdf:resource="http://dav.oscom.org/conferences/harvard/"/>
</rdf:Seq>
</nc:subitems>
***************
*** 107,117 ****
! <rdf:Description about="urn:twingle:sites:oscomorg:pauleveritt">
! <dc:title></dc:title>
! <dc:creator rdf:resource="urn:twingle:site:oscomorg:pauleveritt"/>
! <dc:description></dc:description>
! <dc:subject></dc:subject>
! </rdf:Description>
</rdf:RDF>
--- 46,94 ----
! <!--
!
! Notes
!
! 0) Note that about and resource are now rdf:about and rdf:resource, to
! get the W3C online validator to stop complaining.
!
! 1) The URN scheme is now simply URLs. It isn't worth explaining the
! difference. For a folder, servers should (but aren't required to) use
! a URL ending in a "/".
!
! 2) The URN is now the same as the source URL. We will likely get rid
! of the oscom:sourceurl property as it is redundant.
!
! 3) Previously, the dc:creator was an rdf:resource, meaning a reference
! to a separately-defined, globally-unique resource. I think that's too
! hard for servers to support right now, so simply use a string.
!
! 4) The URN for the top-most resource must match the oscom:siteurn
! identifier given in the RSD file. Otherwise you won't see anything in
! the tree.
!
! 5) dc:description will be visible as tooltiptext in Twingle/Moztop.
!
! 6) Servers can also put resourcetype resources in their contents.rdf
! response, if they define any resourcetypes that aren't part of
! Twingle/Moztop.
!
! 7) dc:creator, dc:description, and dc:subject should be considered
! optional.
!
! 8) The value of a resource's urn attribute is now the "source" URL.
! Meaning, this is the URL that should be used to fetch the original,
! unrendered data for the page.
!
! 9) oscom:saveurl is the place an HTTP PUT will be issued to save the
! data on the server. For many systems this will be the same as the
! value of the urn.
+ 10) We need to have a debate about "article" vs. "document" (or
+ "page") for the name of the resourcetype across systems.
+
+ 11) Do we need an encoding attribute in the XML declaration?
+
+ -->
</rdf:RDF>