Fixed namespace stuff, added column info, added bookmarks data store.

This commit is contained in:
waterson%netscape.com 1999-01-07 18:43:39 +00:00
Родитель 4105248fce
Коммит cbbad77d8b
1 изменённых файлов: 48 добавлений и 4 удалений

Просмотреть файл

@ -1,8 +1,52 @@
<RDF xml-ns:RDF="http://www.w3.org/TR/WD-rdf-syntax#"
xml-ns:nc="http://home.netscape.com/NC-rdf#">
<!--
<RDF:Description RDF:about="MailRoot">
This file contains the description for the "local store". Using the
"#root" resource as the root of an RDF document will produce a content
model that can be displayed in the tree widget, HTML viewer, etc.
-->
<RDF:RDF xmlns:RDF="http://www.w3.org/TR/WD-rdf-syntax#"
xmlns:nc="http://home.netscape.com/NC-rdf#">
<RDF:Description RDF:ID="#root">
<!-- List out all the columns that we want to appear in the tree control -->
<nc:Columns>
<RDF:Seq>
<RDF:li>
<RDF:Description nc:Title="Subject" nc:Column="http://home.netscape.com/NC-rdf#subject"/>
</RDF:li>
<RDF:li>
<RDF:Description nc:Title="From" nc:Column="http://home.netscape.com/NC-rdf#from"/>
</RDF:li>
<RDF:li>
<RDF:Description nc:Title="Date" nc:Column="http://home.netscape.com/NC-rdf#date"/>
</RDF:li>
<RDF:li>
<RDF:Description nc:Title="Name" nc:Column="http://home.netscape.com/NC-rdf#Name"/>
</rdf:li>
<RDF:li>
<RDF:Description nc:Title="Added" nc:Column="http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
</RDF:li>
<RDF:li>
<RDF:Description nc:Title="Last Visited" nc:Column="http://home.netscape.com/WEB-rdf#LastVisitDate"/>
</RDF:li>
<RDF:li>
<RDF:Description nc:Title="Last Modified" nc:Column="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
</RDF:li>
</RDF:Seq>
</nc:Columns>
<!-- Top-level folders and items -->
<nc:child RDF:resource="http://www.netscape.com" nc:subject="Netscape Home Page!"/>
<nc:child RDF:resource="NC:MailRoot"/>
<nc:child RDF:resource="NC:BookmarksRoot"/>
</RDF:Description>
</RDF>
</RDF:RDF>