Re: RFC: Upgrading to DocBook 5.0

2013-07-14 Thread Gábor Kövesdán
Some more things: - Admonitions (top, note, warning boxes) look quite strange in lists and such places. I think we should add a policy to avoid them and start changing the markup. - We extensively use markup in titles, which later renders with a different font. E.g. we mark the X of 9.X as r

[HEADSUP] Merging DocBook 5.0 update

2013-11-07 Thread Gábor Kövesdán
Hi, I will soon merge the DocBook 5.0 updates to head. The tree will temporarily be locked until the merge is done. I will send out another email I have finished. Gabor ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: [HEADSUP] Merging DocBook 5.0 update

2013-11-07 Thread Gábor Kövesdán
On 2013.11.07. 16:12, Gábor Kövesdán wrote: Hi, I will soon merge the DocBook 5.0 updates to head. The tree will temporarily be locked until the merge is done. I will send out another email I have finished. The merge is done, head is now open again for commits. What you should know about

Re: [HEADSUP] Merging DocBook 5.0 update

2013-11-12 Thread Gábor Kövesdán
On 2013.11.11. 5:38, Warren Block wrote: The [Split HTML / Single HTML] links in books are identical, both linking to the directory rather than to index.html and book.html. Fixed, thanks. Gabor ___ freebsd-doc@freebsd.org mailing list http://lists.f

Re: [HEADSUP] Merging DocBook 5.0 update

2013-11-12 Thread Gábor Kövesdán
On 2013.11.08. 16:58, Warren Block wrote: In HTML, programlistings used to be a div (class="programlisting"> but are now . Likewise for . The existing CSS has no entries for this. Userinput is also not bold, another CSS issue. Fixed, thanks! By the way, when was screen changed to have a da

Re: missing 'single page' link.

2013-11-12 Thread Gábor Kövesdán
On 2013.06.24. 22:24, Eitan Adler wrote: On Sat, May 18, 2013 at 7:36 PM, Eitan Adler wrote: >Pages such as >http://www.freebsd.org/doc/en/articles/committers-guide/ >seem to be missing a link to the 'single page' version of the article >(http://www.freebsd.org/doc/en/articles/committers-guide/

RFC: line numbered programlisting in HTML docs

2014-01-21 Thread Gábor Kövesdán
Hi, in the pdf version of the documentation we have rendered line wrap indicators that show the reader when a long line has been wrapped into multiple lines so that it can be rendered. In the HTML version we have scrollable programlistings, which is not so smart since you may need to scroll t

Re: RFC: line numbered programlisting in HTML docs

2014-01-21 Thread Gábor Kövesdán
On 2014.01.21. 16:30, Warren Block wrote: Are blank lines not numbered, or is the blank second line added by the markup after long lines? That was a problem with my hand-written markup. I've just fixed it and it does not happen with generated markup. Gabor _

Re: [HEADSUP] Merging DocBook 5.0 update

2014-01-22 Thread Gábor Kövesdán
On 2013.11.26. 7:18, Warren Block wrote: Some automated conversions in the FDP Primer had problems. is not allowed inside , so some of the entities in the FreeBSD Entities table lost their markup. Is there a better solution than using < and >? Literal is a literal text, by definition so it

Re: updating documentation set

2014-02-04 Thread Gábor Kövesdán
On 2014.02.04. 4:01, Warren Block wrote: On Mon, 3 Feb 2014, Dru Lavigne wrote: This section: 23.4. Updating the Documentation Set really belongs (and is already mostly duplicated in): http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/overview.html#overview-doc Any objections t

Re: appearance in HTML

2014-06-24 Thread Gábor Kövesdán
On 2014.06.24. 18:38, Warren Block wrote: The current CSS makes elements appear in bold text in XHTML. For example: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html This repeated use of bold makes for uncomfortable and fatiguing reading. Allan and I have sear