set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			957 B
		
	
	
	
		
			DTD
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			957 B
		
	
	
	
		
			DTD
		
	
	
	
	
	
| <!-- $FreeBSD$ -->
 | |
| 
 | |
| <!ENTITY % xml.features "INCLUDE">
 | |
| <!ENTITY % sgml.features "IGNORE">
 | |
| 
 | |
| <!ELEMENT usergroups (continent, entry)*>
 | |
| 
 | |
| <!ELEMENT continent (country, entry)*>
 | |
| 
 | |
| <!ELEMENT country (entity)*>
 | |
| 
 | |
| <!ELEMENT entry (name, url, description)>
 | |
| <!ATTLIST entry
 | |
|   id		ID	#IMPLIED
 | |
|   continent	CDATA	#IMPLIED
 | |
| >
 | |
| 
 | |
| <!ELEMENT name (#PCDATA)>
 | |
| 
 | |
| <!ELEMENT url (#PCDATA)>
 | |
| 
 | |
| <!ELEMENT description (#PCDATA|a)*>
 | |
| 
 | |
| <!ELEMENT a (#PCDATA)>
 | |
| <!ATTLIST a
 | |
|   id		ID	#IMPLIED
 | |
|   href		CDATA	#REQUIRED
 | |
| >
 | |
| 
 | |
| <!ENTITY % iso8879.ent
 | |
|  PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
 | |
|         "http://www.FreeBSD.org/XML/www/share/sgml/iso8879.ent">
 | |
| %iso8879.ent;
 | |
| 
 | |
| <!ENTITY % l10n.ent
 | |
|  PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
 | |
|         "http://www.FreeBSD.org/XML/www/share/sgml/l10n.ent">
 | |
| %l10n.ent;
 | |
| 
 | |
| <!ENTITY % common.ent
 | |
|  PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
 | |
|         "http://www.FreeBSD.org/XML/www/share/sgml/common.ent">
 | |
| %common.ent;
 |