aboutsummaryrefslogtreecommitdiff
path: root/share/xml/multimedia.dtd
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-10-01 11:56:00 +0000
commit77d737ee88c7ac14aead1dd70dafe270a2624ef0 (patch)
tree6c394d8308f5374809b0162fc0be16c6eff713f8 /share/xml/multimedia.dtd
parentb4346b9b2dfe86a97907573086dff096850dcb1d (diff)
downloaddoc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.tar.gz
doc-77d737ee88c7ac14aead1dd70dafe270a2624ef0.zip
- Rename the share/sgml directories to share/xml
- Fix build errors from the next change Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=39632
Diffstat (limited to 'share/xml/multimedia.dtd')
-rw-r--r--share/xml/multimedia.dtd57
1 files changed, 57 insertions, 0 deletions
diff --git a/share/xml/multimedia.dtd b/share/xml/multimedia.dtd
new file mode 100644
index 0000000000..e4cb7fd9fa
--- /dev/null
+++ b/share/xml/multimedia.dtd
@@ -0,0 +1,57 @@
+<!-- $FreeBSD$ -->
+
+<!ELEMENT multimedia (items, sources)>
+
+<!ELEMENT items (item*)>
+<!ELEMENT item (title, overview, desc, tags)>
+<!ELEMENT overview (#PCDATA)>
+<!ELEMENT tags (tag)+>
+<!ELEMENT tag (#PCDATA)>
+
+<!ATTLIST item
+ source IDREF #REQUIRED
+ added CDATA #REQUIRED>
+
+<!ELEMENT sources (source*)>
+<!ELEMENT source (name, url)>
+<!ELEMENT name (#PCDATA)>
+<!ELEMENT url (#PCDATA)>
+
+<!ATTLIST source
+ id ID #REQUIRED>
+
+<!ENTITY % html.orig PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+%html.orig;
+
+<!ELEMENT desc %Flow;>
+
+<!ENTITY % autogen.ent
+ PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
+ "http://www.FreeBSD.org/XML/cwd/autogen.ent">
+%autogen.ent;
+
+<!ENTITY % iso8879.ent
+ PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
+ "http://www.FreeBSD.org/XML/www/share/xml/iso8879.ent">
+%iso8879.ent;
+
+<!ENTITY % l10n.ent
+ PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
+ "http://www.FreeBSD.org/XML/www/lang/share/xml/l10n.ent">
+%l10n.ent;
+
+<!ENTITY % l10n-common.ent
+ PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN"
+ "http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
+%l10n-common.ent;
+
+<!ENTITY % release.ent
+ PUBLIC "-//FreeBSD//ENTITIES FreeBSD Release Entities//EN"
+ "http://www.FreeBSD.org/XML/www/share/xml/release.ent">
+%release.ent;
+
+<!ENTITY % common.ent
+ PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
+ "common.ent">
+%common.ent;