- bring this more to reality
This commit is contained in:
parent
9002531ddd
commit
4221b2fdb8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35103
1 changed files with 3 additions and 4 deletions
|
@ -29,10 +29,9 @@ Compiling status reports - best practices
|
||||||
the closing "/>" which is the cause for most of the errors you will
|
the closing "/>" which is the cause for most of the errors you will
|
||||||
encounter. Sometimes other closing tags are missing.
|
encounter. Sometimes other closing tags are missing.
|
||||||
- Invoking tidy with the following options seems to cause the fewest
|
- Invoking tidy with the following options seems to cause the fewest
|
||||||
problems: tidy -xml -i -wrap 74 -latin1
|
problems: tidy -xml -i -wrap 74 -latin1 -preserve
|
||||||
- Some special characters still break with that - noticed when sos@
|
- Some special characters still break with that - noticed when sos@
|
||||||
submits a report. The o with the slash is "ø" in xml. Our current
|
submits a report.
|
||||||
tools don't support "ø" from html.
|
|
||||||
- Remove empty "<help></help>" sections, they cause a strange looking
|
- Remove empty "<help></help>" sections, they cause a strange looking
|
||||||
newline.
|
newline.
|
||||||
- The <body> part usually needs a hand to make it proper html. Use <a
|
- The <body> part usually needs a hand to make it proper html. Use <a
|
||||||
|
@ -52,7 +51,7 @@ Compiling status reports - best practices
|
||||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||||
Report//EN"
|
Report//EN"
|
||||||
"http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
"http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
|
||||||
<!-- $FreeBSD: www/en/news/status/README,v 1.4 2007/04/11 06:13:29 brd Exp $ -->
|
<!-- $FreeBSD: www/en/news/status/README,v 1.5 2007/10/08 16:54:13 brd Exp $ -->
|
||||||
<report>
|
<report>
|
||||||
<date>
|
<date>
|
||||||
<month>July-September</month>
|
<month>July-September</month>
|
||||||
|
|
Loading…
Reference in a new issue