- Basics of a Bookmarks Service - Beginnings of Bookmarks UI - Basics of automated content (Menu/Tree) builders - Basics of datasource API - Basics of command updating system - Initial "Service Manager" - Updates to project file to make it build from inside MSVS7, allowing debugging. git-svn-id: svn://10.0.0.236/trunk@100082 18797224-902f-48f8-a5cc-f745e15eee43
15 lines
595 B
XML
15 lines
595 B
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE item [
|
|
<!ELEMENT item ANY >
|
|
<!ATTLIST item label CDATA #REQUIRED >
|
|
<!ATTLIST item url CDATA #IMPLIED >
|
|
<!ATTLIST item container CDATA #IMPLIED >
|
|
<!ATTLIST item open CDATA #IMPLIED >
|
|
<!ATTLIST item id ID #REQUIRED >
|
|
]>
|
|
<item xmlns="http://www.silverstone.net.nz/2001/manticore/uidl" id="BookmarksRoot">
|
|
<item container="true" open="true" label="Bookmarks" id="Bookmarks" icon="resources/bookmarks-folder-closed.png">
|
|
<item label="mantic0re.com" url="http://www.mantic0re.com/" />
|
|
</item>
|
|
</item>
|