2004-05-02 23:53:08 +02:00
|
|
|
<!-- DTD for commercial gallery entries on the FreeBSD website. -->
|
2012-05-17 21:12:14 +02:00
|
|
|
<!-- $FreeBSD$ -->
|
2004-05-02 23:53:08 +02:00
|
|
|
|
2012-08-13 22:43:41 +02:00
|
|
|
<!ELEMENT entries (cvs:keyword?, categories?, entry+)>
|
2006-08-19 23:20:54 +02:00
|
|
|
|
|
|
|
<!ELEMENT categories (category)+>
|
|
|
|
<!ATTLIST categories
|
|
|
|
id ID #IMPLIED
|
|
|
|
>
|
2004-05-02 23:53:08 +02:00
|
|
|
|
2006-08-19 23:20:54 +02:00
|
|
|
<!ELEMENT category (#PCDATA)>
|
|
|
|
<!ATTLIST category
|
|
|
|
id ID #IMPLIED
|
|
|
|
>
|
|
|
|
|
|
|
|
<!ELEMENT entry (name, url?, description)>
|
|
|
|
<!ATTLIST entry
|
|
|
|
id CDATA #REQUIRED
|
|
|
|
category CDATA #IMPLIED
|
|
|
|
>
|
2004-05-02 23:53:08 +02:00
|
|
|
|
|
|
|
<!ELEMENT name (#PCDATA)>
|
|
|
|
<!ELEMENT url (#PCDATA)>
|
|
|
|
|
2012-08-13 23:34:39 +02:00
|
|
|
<!--
|
|
|
|
Allow full HTML cotent in description.
|
|
|
|
-->
|
|
|
|
<!ENTITY % html.orig PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
%html.orig;
|
2004-05-02 23:53:08 +02:00
|
|
|
|
2012-08-13 23:34:39 +02:00
|
|
|
<!ELEMENT description %Flow;>
|
2004-05-02 23:53:08 +02:00
|
|
|
|
2012-08-13 22:43:41 +02:00
|
|
|
<!ENTITY % cvs
|
|
|
|
PUBLIC "-//FreeBSD//DTD FreeBSD CVS Keywords//EN"
|
2013-11-13 07:10:37 +01:00
|
|
|
"http://www.FreeBSD.org/XML/share/xml/cvs.dtd">
|
2012-08-13 22:43:41 +02:00
|
|
|
%cvs;
|
2006-08-19 23:20:54 +02:00
|
|
|
|
2006-08-21 20:27:43 +02:00
|
|
|
<!ENTITY % autogen.ent
|
|
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
|
|
|
|
"http://www.FreeBSD.org/XML/cwd/autogen.ent">
|
|
|
|
%autogen.ent;
|
|
|
|
|
2006-08-19 23:20:54 +02:00
|
|
|
<!ENTITY % iso8879.ent
|
|
|
|
PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
|
2013-11-13 07:10:37 +01:00
|
|
|
"http://www.FreeBSD.org/XML/share/xml/iso8879.ent">
|
2006-08-19 23:20:54 +02:00
|
|
|
%iso8879.ent;
|
|
|
|
|
|
|
|
<!ENTITY % l10n.ent
|
|
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
2013-11-13 07:10:37 +01:00
|
|
|
"http://www.FreeBSD.org/XML/share/xml/l10n.ent">
|
2006-08-19 23:20:54 +02:00
|
|
|
%l10n.ent;
|
|
|
|
|
|
|
|
<!ENTITY % common.ent
|
|
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
2013-11-13 07:10:37 +01:00
|
|
|
"http://www.FreeBSD.org/XML/share/xml/common.ent">
|
2006-08-19 23:20:54 +02:00
|
|
|
%common.ent;
|