Modify the entries.dtd so that we can make lint happy.
o Add the <br> tag. o Make the <url> tag optional. Fix the software.xml file so that lint is happy: s/database/DATABASE/ Glanced at by: simon
This commit is contained in:
parent
4152f32287
commit
b610cea5bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24380
2 changed files with 7 additions and 6 deletions
en/commercial
|
@ -1,10 +1,10 @@
|
|||
<!-- DTD for commercial gallery entries on the FreeBSD website. -->
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/commercial/entries.dtd,v 1.1 2004/05/02 21:53:07 josef Exp $ -->
|
||||
|
||||
<!ELEMENT entries (cvs:keywords?, entry+)>
|
||||
|
||||
<!ELEMENT entry (name, url, description)>
|
||||
<!ATTLIST entry id ID #REQUIRED>
|
||||
<!ELEMENT entry (name, url?, description)>
|
||||
<!ATTLIST entry id CDATA #REQUIRED>
|
||||
<!ATTLIST entry continent (africa | asia | australia
|
||||
| europe | nzealand | namerica | samerica) #IMPLIED>
|
||||
|
||||
|
@ -13,13 +13,14 @@
|
|||
|
||||
<!ELEMENT name (#PCDATA)>
|
||||
<!ELEMENT url (#PCDATA)>
|
||||
<!ELEMENT description (#PCDATA|a|b|i|tt|em|p|strong|img|ul)*>
|
||||
<!ELEMENT description (#PCDATA|a|b|br|i|tt|em|p|strong|img|ul)*>
|
||||
|
||||
<!-- misc HTML tags -->
|
||||
<!ELEMENT a (#PCDATA|img)*>
|
||||
<!ATTLIST a href CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT b (#PCDATA|a)*>
|
||||
<!ELEMENT br (#PCDATA|a)*>
|
||||
<!ELEMENT i (#PCDATA|a)*>
|
||||
<!ELEMENT tt (#PCDATA|a)*>
|
||||
<!ELEMENT em (#PCDATA|a)*>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<entries>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/commercial/software.xml,v 1.15 2005/04/16 21:29:19 remko Exp $
|
||||
$FreeBSD: www/en/commercial/software.xml,v 1.16 2005/04/19 14:33:26 remko Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -1878,7 +1878,7 @@
|
|||
</description>
|
||||
</entry>
|
||||
|
||||
<entry id="dbstar" category="database">
|
||||
<entry id="dbstar" category="DATABASE">
|
||||
<name>dbstar</name>
|
||||
<url>http://www.ittia.com/dbstar/dbstar.html</url>
|
||||
<description>
|
||||
|
|
Loading…
Reference in a new issue