| Summary: | Missing parts after rendering handbook to RTF format | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ivan Shatsky <rinaldo> |
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ivan Shatsky
2006-05-30 03:00:32 UTC
I think this is just a matter of the FTP site being updated less frequently than the documentation for all formats, and not a particular problem with RTF. If I take a look right now all of the files in that FTP directory are 8 days old, but there have been several changes to the handbook since then. I'd like to see the process by which this FTP site gets updated documented somewhere so we can understand if this is correct or not. Murray I've just verified this and it is a real bug actually, it isn't caused by the slow updating. The document has been updated on the mirror and the mentioned part is still missing. -- Gabor Kovesdan EMAIL: gabor@FreeBSD.org WWW: http://www.kovesdan.org Currently this bug can be found in handbook after Figure 2-18 for instance, and elsewhere. In that case the end of section 2.6.5 is missing as well as 2.7.1. Seems the problem might not be with docs themselves, but with the textproc/fixrtf port, the utility used to embed PNG pictures into RTFs. The book.rtf-nopng, produced by jade, is fine. One of the last steps executed by "make FORMATS=rtf" is: /usr/local/bin/fixrtf -i -p -e ISO-8859-1 < book.rtf-nopng > book.rtf After that, many sections in book.rtf output file are missing. Appearently fixrtf fails to parse the document in some places, and replaces segments of text that follow the images. This is not a doc problem. Please assign it to ports problems: textproc/fixrtf State Changed From-To: open->closed We now a use a more mature toolchain so fixrtf is not used any more. Anyway, thank you for your report. Responsible Changed From-To: freebsd-doc->gabor We now a use a more mature toolchain so fixrtf is not used any more. Anyway, thank you for your report. |