GayBSD documentation tree
Find a file
Dima Dorfman c99472149c The problem is with nested links; quite frankly, they don't work.
This isn't normally an issue because no one in their right mind will
stick a <link> inside another <link>.  However, we have entities which
create links, such as &man.*;, &a.*;, etc.  It's nice to be able to
use these inside links.  To deal with this..

Introduce a create-link procedure which will be used to replace (make
element gi: "A" ...) constructs.  This procedure creates a link as
specified only if the can-link-here procecure (described below)
returns #t.  If the latter returns #f, it will print the link text
without the link.

The (also new) can-link-here procedure returns #t if it determines
that it's okay to make a link in the current context, and #f
otherwise.  Currently, it does its check by figuring out whether the
current context is within a <title> or <question> tag.  This is not
ideal because it doesn't catch all cases, but it's a lot better than
nothing.  As the other cases are discovered, this procedure can be
modified.
2001-06-02 23:02:13 +00:00
de_DE.ISO8859-1 Bring the German FAQ translation up-to-date and beyond: 2001-05-20 22:39:47 +00:00
de_DE.ISO_8859-1 Bring the German FAQ translation up-to-date and beyond: 2001-05-20 22:39:47 +00:00
en/handbook/contrib Add Frank Mayhar for p5-libapreq. 2000-03-19 06:20:31 +00:00
en_US.ISO8859-1 Explain that src/contrib, src/crypto, and src/sys/contrib are off 2001-06-02 05:45:59 +00:00
en_US.ISO_8859-1 Explain that src/contrib, src/crypto, and src/sys/contrib are off 2001-06-02 05:45:59 +00:00
es_ES.ISO8859-1 Update header text from 2.x to 4.x . 2001-04-11 09:21:50 +00:00
es_ES.ISO_8859-1 Update header text from 2.x to 4.x . 2001-04-11 09:21:50 +00:00
fr_FR.ISO8859-1 Correct link to www.simtel.net. 2001-05-04 23:20:43 +00:00
fr_FR.ISO_8859-1 Correct link to www.simtel.net. 2001-05-04 23:20:43 +00:00
ja_JP.eucJP Use same translated word for an original English word. 2001-05-30 02:36:25 +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
nl_NL.ISO_8859-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 Change the install path so it installs in to a Russian directory rather 2001-04-24 09:44:12 +00:00
share The problem is with nested links; quite frankly, they don't work. 2001-06-02 23:02:13 +00:00
sr_YU.ISO8859-2 Add in the infrastructure for a Serbian translation, and include a translated 2001-05-07 18:25:56 +00:00
sr_YU.ISO_8859-2 Add in the infrastructure for a Serbian translation, and include a translated 2001-05-07 18:25:56 +00:00
zh/FAQ Correct the "ID" tag. 1999-11-12 08:34:11 +00:00
zh_TW.Big5 a) "Fix" out-of-tree builds by not hard-coding locations of dsl files 2000-09-28 23:29:48 +00:00
Makefile Support ${SUPHOST} 2000-09-21 20:48:16 +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.