GayBSD documentation tree
Find a file
Murray Stokely 78c6c53ba0 Image support has been mangled since the move to docbook.css. This
adds a new mediaobject handler to simplify the output HTML so that
images no longer overlap the text and other nearby images.

The output HTML used to look like this :

      <div class="MEDIAOBJECT">
        <p><img src="fig2.png"></p>
      </div>

The problem was that the image would be displayed on top of nearby
text or image elements completely obscuring the previous contents
rather than doing proper page layout.  With this change, the above now
simply looks like this :

      <img src="fig2.png">

An alternative solution would be to fix docbook.css, but I think that
the problem stems from the way that different browsers implement CSS.
It is easier to just fix it here at the DSSSL level.
2001-06-24 02:46:40 +00:00
de_DE.ISO8859-1 Move mailing-lists.ent out of the Handbook and into the language-specific 2001-06-21 03:38:34 +00:00
en/handbook/contrib Add Frank Mayhar for p5-libapreq. 2000-03-19 06:20:31 +00:00
en_US.ISO8859-1 Add a graphical figure for the natd chapter to replace the ASCII art 2001-06-23 22:46:16 +00:00
es_ES.ISO8859-1 Move mailing-lists.ent out of the Handbook and into the language-specific 2001-06-21 03:38:34 +00:00
fr_FR.ISO8859-1 Move mailing-lists.ent out of the Handbook and into the language-specific 2001-06-21 03:38:34 +00:00
ja_JP.eucJP Move mailing-lists.ent out of the Handbook and into the language-specific 2001-06-21 03:38:34 +00:00
nl_NL.ISO8859-1 a) "Fix" out-of-tree builds by not hard-coding locations of dsl files 2000-09-28 23:29:48 +00:00
ru_RU.KOI8-R Move mailing-lists.ent out of the Handbook and into the language-specific 2001-06-21 03:38:34 +00:00
share Image support has been mangled since the move to docbook.css. This 2001-06-24 02:46:40 +00:00
sr_YU.ISO8859-2 ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
zh/FAQ
zh_TW.Big5 ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
Makefile ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
README Point the interested developer at the FDP Primer on the website for more 2000-04-13 00:27:02 +00:00

$FreeBSD$

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read

    http://www.freebsd.org/tutorials/docproj-primer/

for information about the tools and formatting languages we use.  Chapter
2 covers the software and related items you will need to install.