annotate dtd/article.dtd @ 6:8e9bd20faa47

- Hide some internal paths. - Search JARs in two common places. - Don't rsync .svn dirs. - Use gzip(1) if 7za(1) not available. - Removed some extraneous rules. - Added xslt/*.xslt:xsls/dump.xsls dependency.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 15 Aug 2011 09:48:25 +0000
parents 61e04fc01027
children 2bf4cd2787c5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1 <!ELEMENT digest (title, article+) >
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 <!ELEMENT article (para+) >
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4 <!ATTLIST article date CDATA #REQUIRED >
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
5
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 <!ENTITY % content SYSTEM "content.dtd" >
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7 %content;