Add a new todo item : New Callout number images.

Norm's DocBook stylesheets only include numbers 1 to 9.  We are using
up to 15 in the Security Advisory section of the Security chapter of
the Handbook, so we need more images to avoid the ugly mixture of
images and text that is currently rendered in both HTML and print
output.
This commit is contained in:
Murray Stokely 2004-07-12 07:00:09 +00:00
parent 9a809d82d3
commit 6884a6a38c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21437

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/handbook3.sgml,v 1.28 2004/01/28 22:29:27 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/docproj/handbook3.sgml,v 1.29 2004/02/16 22:55:03 trhodes Exp $">
<!ENTITY title "FreeBSD Documentation Project: Handbook 3rd Edition">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -27,6 +27,14 @@
<tr bgcolor="blue"><th><font color="white">Task</font></th><th><font
color="white">Responsible</font></th><th><font color="white">Last
updated</font></th><th><font color="white">Status</font></th></tr>
<tr>
<td>Create new callout images for the numbers 1 - 25 as the default images with the DocBook stylesheets only go from 1-9 and then fall back on text numbers. This looks bad when we have more than 9 callouts in the text, such as the Security Advisories section of the Security chapter.</td>
<td>Loader (loader@freebsdmall.com)</td>
<td>July 12, 2004</td>
<td>&inprogress;</td>
</tr>
<tr>
<td>Add a type attribute to localhost URLs so that these can be
omitted from the printed output.</td>