- Add some formatting colors that were accidentally removed when
converting to XML Approved by: doceng (implicit)
This commit is contained in:
parent
763dee20eb
commit
30cefa0b2c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39461
2 changed files with 10 additions and 11 deletions
|
@ -3,9 +3,9 @@
|
|||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD Documentation Project: Handbook 3rd Edition">
|
||||
|
||||
<!ENTITY done "Done">
|
||||
<!ENTITY inprogress "In Progress">
|
||||
<!ENTITY notstarted "Not Started">
|
||||
<!ENTITY done "<font xmlns='http://www.w3.org/1999/xhtml' color='green'>Done</font>">
|
||||
<!ENTITY inprogress "<font xmlns='http://www.w3.org/1999/xhtml' color='blue'>In Progress</font>">
|
||||
<!ENTITY notstarted "<font xmlns='http://www.w3.org/1999/xhtml' color='red'>Not Started</font>">
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
|
|
@ -4,14 +4,13 @@
|
|||
<!ENTITY email 'freebsd-doc'>
|
||||
<!ENTITY title "FreeBSD Documentation Project TODO list">
|
||||
<!-- Status levels -->
|
||||
<!ENTITY status.na "N/A">
|
||||
<!ENTITY status.done "Done">
|
||||
<!ENTITY status.wip "In progress">
|
||||
<!ENTITY status.untested "Needs testing">
|
||||
<!ENTITY status.new "Not done">
|
||||
<!ENTITY status.unknown "Unknown">
|
||||
<!ENTITY status.deferred "Deferred for future release">
|
||||
|
||||
<!ENTITY status.na "<font xmlns='http://www.w3.org/1999/xhtml' color='green'>N/A</font>">
|
||||
<!ENTITY status.done "<font xmlns='http://www.w3.org/1999/xhtml' color='green'>Done</font>">
|
||||
<!ENTITY status.wip "<font xmlns='http://www.w3.org/1999/xhtml' color='blue'>In progress</font>">
|
||||
<!ENTITY status.untested "<font xmlns='http://www.w3.org/1999/xhtml' color='orange'>Needs testing</font>">
|
||||
<!ENTITY status.new "<font xmlns='http://www.w3.org/1999/xhtml' color='red'>Not done</font>">
|
||||
<!ENTITY status.unknown "<font xmlns='http://www.w3.org/1999/xhtml' color='red'>Unknown</font>">
|
||||
<!ENTITY status.deferred "<font xmlns='http://www.w3.org/1999/xhtml' color='gray'>Deferred for future release</font>">
|
||||
<!ENTITY url.cvsweb "http://www.freebsd.org/cgi/cvsweb.cgi">
|
||||
<!ENTITY url.mid "http://docs.freebsd.org/cgi/mid.cgi?">
|
||||
<!ENTITY url.pr "http://www.freebsd.org/cgi/query-pr.cgi?">
|
||||
|
|
Loading…
Reference in a new issue