svn commit: r39461 -
projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj
Gabor Kovesdan
gabor at FreeBSD.org
Mon Aug 27 14:06:34 UTC 2012
Author: gabor
Date: Mon Aug 27 14:06:33 2012
New Revision: 39461
URL: http://svn.freebsd.org/changeset/doc/39461
Log:
- Add some formatting colors that were accidentally removed when
converting to XML
Approved by: doceng (implicit)
Modified:
projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/handbook3.sgml
projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/todo.sgml
Modified: projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/handbook3.sgml
==============================================================================
--- projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/handbook3.sgml Mon Aug 27 13:16:58 2012 (r39460)
+++ projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/handbook3.sgml Mon Aug 27 14:06:33 2012 (r39461)
@@ -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">
Modified: projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/todo.sgml
==============================================================================
--- projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/todo.sgml Mon Aug 27 13:16:58 2012 (r39460)
+++ projects/sgml2xml/en_US.ISO8859-1/htdocs/docproj/todo.sgml Mon Aug 27 14:06:33 2012 (r39461)
@@ -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?">
More information about the svn-doc-projects
mailing list