Commit graph

445 commits

Author SHA1 Message Date
Hiroki Sato
2e2010fbb7 Improve transtable.{xml,xsl}, including:
- The structure of transtable.xml is revised.  <word> should be
   bracketed with <group>.

 - A sorting order of the FreeBSD mirror sites rendered using
   mirrors.xml has been determined by sort(1).

 - A template "transtable-lookup" has been added for localization on
   word-by-word basis.

 - Replace English month names in news.xml, press.xml, and
   advisories.xml with numbers that correspond to the names.
   The number->name translation is performed on the fly.

 - Since information in mirrors.xml is used in www/ tree, it depends on
   doc/ tree now.  When WITHOUT_DOC is defined it can be built without
   doc/ tree, but some information becomes unavailable.  For example,
   a list of the mirror sites generated in index.html becomes a dummy
   one, and calling "transtable-lookup" with a word returns the word
   itself.

Neither www/ nor doc/ build should be broken due to this commit, but
until the necessary changes are applied in the localized directories,
the transtable does not work; it simply generates non-localized contents
even if transtable.xsl is used.
2004-01-12 21:27:01 +00:00
Bruce A. Mah
77fd16671d FreeBSD 5.2 is now the current 5.X release. 2004-01-12 20:43:23 +00:00
Bruce A. Mah
0790f03469 Add entity for digi(4). 2004-01-10 18:08:04 +00:00
Marc Fonvieille
e68b10d824 Add NetxHop and GateD. 2004-01-09 15:03:54 +00:00
Marc Fonvieille
37964968df Add some manual pages. 2004-01-08 11:22:35 +00:00
Ceri Davies
7c4c8612d1 We hit port10K two days ago. Good work to all involved. 2003-12-31 14:22:56 +00:00
Bruce A. Mah
e465dce6a3 Temporarily back out previous commit (part two of the version number
bump stutter step).
2003-12-30 20:16:34 +00:00
Bruce A. Mah
64014cfd8e We're going to be releasing 5.2 in a different month than was originally
scheduled, so I need to repeat the version number bump stutter-step.
2003-12-30 20:15:17 +00:00
Simon L. B. Nielsen
4071843a8a Add trademark attribution for CVSup. 2003-12-24 00:26:41 +00:00
Ken Smith
fd4cf3db9c - Add ftp15.us.freebsd.org 2003-12-22 03:06:15 +00:00
Ken Smith
cd86695345 - Add rsync proto to ftp.nl.freebsd.org 2003-12-19 13:39:28 +00:00
Ken Smith
f85541cc35 - Add ftp.tr.freebsd.org
- Add proto=ftpv6 to ftp4.us.freebsd.org to see if this is how
	  to use it.
2003-12-19 03:56:50 +00:00
Bruce A. Mah
7a7c61cb9e Revert previous commit, so that automatically-built doc/ sets
(such as for the Web site) don't prematurely claim 5.2
as being released.
2003-12-13 07:54:10 +00:00
Bruce A. Mah
15b7987d79 Temporary version number bump for 5.2-RELEASE so we can tag a doc/
set that mentions it.  This commit will be reverted momentarily.
2003-12-13 07:52:09 +00:00
Bruce A. Mah
8c9fe18630 Update for the number of ports in the ports tree. 2003-12-13 06:59:05 +00:00
Bruce A. Mah
b08cfaa48c Add entities for the "Project Evil" manpages: ndis(4) and ndiscvt(8). 2003-12-12 21:49:42 +00:00
Ollivier Robert
f39bb9e98e Added back another ftp4.fr.FreeBSD.org, located around Paris, France.
Hosted by zonepro.com.
2003-12-09 09:41:26 +00:00
Bruce A. Mah
8450c40458 Add sab(4) entity. 2003-12-07 00:52:33 +00:00
Bruce A. Mah
844d1e7797 Add entity for asf(8). 2003-12-06 23:08:25 +00:00
Hiroki Sato
38922ab6a2 - Add news/news.xml dependency to index.html.
- Add several templates for index.xsl into includes.misc.xsl.

- The structure of mirrors.xml has been changed; <host> is
  a container of <name> and <url> now.
2003-12-06 07:39:32 +00:00
Bruce A. Mah
0c0ce3b8a7 Add entity for sconfig(8). 2003-12-04 19:21:28 +00:00
Hiroki Sato
6f94dc2925 Add tags of support protocol to the mirror site list. 2003-11-28 22:03:09 +00:00
Hideyuki KURASHINA
55a56eea4d The EUC and UTF2 manual pages are now in section 5. 2003-11-25 07:08:22 +00:00
Hideyuki KURASHINA
332bfe8c4f Add entities for ncv(4) and nsp(4). 2003-11-25 06:47:49 +00:00
Hiroki Sato
506dc20f2f Fix a typo (s/FreBSD/FreeBSD/). 2003-11-24 22:12:33 +00:00
Hiroki Sato
5d2d4e1117 Add a new template: mirrors-lastmodified. 2003-11-24 20:06:38 +00:00
Hiroki Sato
7b4c21c46d Add a missing parameter. 2003-11-24 20:00:20 +00:00
Hiroki Sato
20bedcfcf2 Add refinements on mirrors.xml:
- add doc.common.mk, which defines variables, targets, and
   dependencies commonly used in www/ and doc/.

 - move www/<lang>/includes.xsl to the language independent
   directory and split into several files.

 - add transtable*.xsl and transtable.xml to support localized
   mirror names.

 - make doc/{en_US.ISO8859-1,ja_JP.eucJP}/books/handbook/ use
   mirrors.xml (mirrors and eresources).

 - make www/{en,ja}/index.xsl use mirrors.xml.

For details, please see doc/share/sgml/README.mirrors for the moment.

Reviewed by:	simon and Alex Dupre <sysadmin@alexdupre.com>
2003-11-24 18:26:35 +00:00
Ken Smith
95bc426b42 - A couple site adjustments based on feedback from site admins 2003-11-17 17:14:58 +00:00
Hiroki Sato
6f0e95eff6 - Use mirrors.xml in ja_JP.eucJP. To translate country names, transtable.xsl
is used.

- Add transtable support to doc/share/sgml/mirrors.xsl.

- Some whitespace cleanups.
2003-11-17 06:28:19 +00:00
Hiroki Sato
8aeea9b2b6 Move lists of FreeBSD mirror sites to doc/share/sgml/mirrors.xml
(currently en_US.ISO8859-1/books/handbook/mirrors and
www/en/index.xsl use it).

Reviewed by:	simon
Discussed on:	-doc
2003-11-16 18:56:24 +00:00
Simon L. B. Nielsen
fbacbd9987 Add MySQL trademark entities. 2003-11-15 17:03:15 +00:00
Bruce A. Mah
6ab37fcf7e Add entities for a menagerie of recently-added manpages and
links to such:  als4000(4), emu10k1(4), iddt(4), idmapd(8),
mount_nfs4(8).
2003-11-15 05:22:31 +00:00
Simon L. B. Nielsen
735adb61ad Fix display of trademarks in print output by moving the default value
of %show-all-trademark-symbols% from the HTML only section to the
general section.

Reported by:	Jon Allen <jonallen@paunix.org>, bmah
Pointy hat to:	simon
2003-11-14 21:17:46 +00:00
Ceri Davies
13d60abcdc Remove a comment, originally removed in r1.10, that I accidentally merged
back in.
2003-11-12 22:27:17 +00:00
Ceri Davies
de4414741e Convert the console-server article to DocBook.
This is based on work by both keramida and Josef El-Rayes <j.el-rayes@daemon.li>
2003-11-12 22:06:09 +00:00
Tom Rhodes
8fca945768 Entity for ips(4). 2003-11-11 18:50:35 +00:00
Maksim Yevmenkin
82efac4ad3 Add Bluetooth chapter for the FreeBSD handbook
Submitted by: Pav Lucistnik <pav@oook.cz>
Reviewed by: imp, hmp
Approved by: imp (mentor)
2003-11-11 03:02:28 +00:00
Hiten Pandya
bc42f4346d Add man-ref SGML entity for USB Audio, uaudio(4) manual page.
Reminded by:	rushani
2003-11-11 02:49:20 +00:00
Hiten Pandya
b4c8704114 Add man-ref SGML entity for the alq(9) manual page. 2003-11-10 22:54:02 +00:00
Bruce A. Mah
05d0ad6b93 Add entities for the new mpt(4) and ufm(4). 2003-11-07 22:59:44 +00:00
Bruce A. Mah
35d582c555 Add entities for led(4) and ip6addrctl(8). 2003-11-07 16:19:12 +00:00
Hideyuki KURASHINA
16028e8924 Add an entity for ng_uni(4). 2003-11-07 15:09:10 +00:00
Hideyuki KURASHINA
8406e4dc8c Add an entity for sbp_targ(4). 2003-11-07 11:33:39 +00:00
Tom Rhodes
b907a164a6 Add an entity for xe(4). 2003-11-04 21:07:36 +00:00
Bruce A. Mah
902f429920 Add entity for ubsa(4). 2003-11-04 20:48:10 +00:00
Bruce A. Mah
22137e2f1e Add manpage entities for dcons(4), dcons_crom(4), and dconschat(8). 2003-10-31 16:40:58 +00:00
Marc Fonvieille
c3377c8fa2 Update rel2.current and rel2.current.date entities to 4.9 2003-10-29 11:00:09 +00:00
Sean Chittenden
c076d24759 Add an entity for config(5). 2003-10-22 22:17:30 +00:00
Bruce A. Mah
c283b9a07b Temporarily roll back previous commit so that automatically-generated
doc/ sets such as the Web site don't prematurely claim that 4.9 has
been released.  We'll roll this forward closer to R-day.
2003-10-21 16:50:25 +00:00