Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.dtd
diff options
context:
space:
mode:
authorerich koslovsky <erikos@localhost.localdomain>2007-08-16 21:01:40 (GMT)
committer erich koslovsky <erikos@localhost.localdomain>2007-08-16 21:01:40 (GMT)
commitd6d705bf12e6f7ecc9a01fd2fb2a91f9f2283abc (patch)
tree57953415bed3f58161eab1c9bb134c1819a8b35f /browser.dtd
parent749e3e69e4f49249c4d89a157f345b0142d123c6 (diff)
Made the model more flexible in terms of future extensions. Fixed some minor bugs.
Diffstat (limited to 'browser.dtd')
-rw-r--r--browser.dtd8
1 files changed, 6 insertions, 2 deletions
diff --git a/browser.dtd b/browser.dtd
index 901b7d9..ae2da59 100644
--- a/browser.dtd
+++ b/browser.dtd
@@ -11,7 +11,11 @@
>
<!ELEMENT link (#PCDATA)* >
<!ATTLIST link
- id CDATA #REQUIRED
- name CDATA #IMPLIED
+ hash CDATA #REQUIRED
+ url CDATA #IMPLIED
+ title CDATA #IMPLIED
thumb CDATA #IMPLIED
+ owner CDATA #IMPLIED
+ color CDATA #IMPLIED
+ deleted CDATA #IMPLIED
>