Commit graph

498 commits

Author SHA1 Message Date
Josef El-Rayes
8b737692b3 Add some details about the usage of portupgrade &
add a man-ent for portupgrade.

Approved by:    simon(mentor)
Submitted by:   josef
PR:             docs/55458
2004-01-18 22:21:10 +00:00
Marc Fonvieille
e8ae652251 Update manpath to 5.2-current 2004-01-16 16:02:01 +00:00
Ken Smith
0c8cd3176d - Remove entire bg.freebsd.org entry, the zone is defunct.
Pointed out by: Georgi Alexandrov <aether@abv.bg>
2004-01-14 04:18:36 +00:00
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
Bruce A. Mah
a6add0943c Bump version number entities in doc/ for 4.9-RELEASE.
Submitted by:	ceri
2003-10-21 16:44:48 +00:00
Bruce A. Mah
c6a9626fe6 Add manpage entity for bus_dma(9). 2003-10-21 05:16:29 +00:00
Simon L. B. Nielsen
6662c51413 Fix copy/paste typo. 2003-10-18 12:45:47 +00:00
Hiroki Sato
15c1c173f0 Add multicast(4) and pim(4). 2003-10-17 16:41:45 +00:00
Hiroki Sato
037eecbf1d Add sdpcontrol(8). 2003-10-16 16:46:54 +00:00
Hiroki Sato
57fa3abe7e Add a missing ';'. 2003-10-11 19:27:25 +00:00
Hiroki Sato
8e17721425 Fix a typo and a missing </para>. 2003-10-11 07:15:54 +00:00
Tom Rhodes
978c009303 Add the disk(9) manual page. 2003-09-29 00:33:54 +00:00
Simon L. B. Nielsen
a8c3a5a880 - Fix typo in a comment.
- Remove the text about keeping the trademark list in doc/ and the one
  in www/ synchronized.  The doc/ trademark list is too big, so it's
  better just to add the needed trademark attributions in the www/
  trademark file.
- Add a missing period in the VMware trademark attribution.
- Sort the entries in this file; somebody pass me an alphabet.
2003-09-21 22:23:02 +00:00
Marc Fonvieille
bd42663ba3 Add missing dhcpd(8), dhcpd.conf(5), dhcpd.leases(5) and dhcrelay(8). 2003-09-20 08:36:33 +00:00
Hiten Pandya
aeebbcd658 Add entities for the FreeBSD Snapshots. These are handy. 2003-09-14 21:21:12 +00:00
Simon L. B. Nielsen
16d9a01672 Add support for optionally showing all trademark symbols, not just the
required symbols, by setting the make variable
WITH_ALL_TRADEMARK_SYMBOLS, to any non empty value.

This feature is mainly useful for document writers, to make sure all
trademarks are marked up correctly.
2003-09-14 13:11:43 +00:00
Simon L. B. Nielsen
2993ccd69a *.sgml:
- Use trademark entities
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.

trademark.ent:
 - Add entities for more trademarks / companies.
 - Sort the Sun trademark attribution entity.
2003-09-14 11:29:06 +00:00
Ceri Davies
67334bfa0d The latest ports/INDEX contains 9210 ports. Update os.numports accordingly. 2003-09-11 20:51:23 +00:00
Bruce A. Mah
a2afb04afc Add entities for my(4) and uart(4). 2003-09-11 15:59:34 +00:00
Bruce A. Mah
1294a001b0 Manpage entities for bfe(4) and re(4). 2003-09-11 15:45:23 +00:00
Bruce A. Mah
1ea18fb7d1 Add stg(4) manpage entity. 2003-09-06 17:36:54 +00:00
Chern Lee
6deb20ac42 The ports tree now takes up roughly 300 megabytes. 2003-09-05 22:10:12 +00:00
Martin Heinen
63a0adb579 - Complete a sentence.
- Use the singular of trademark for ARM.
- Remove a duplicate "/".
- Remove an erroneous comma.
2003-09-03 20:06:42 +00:00
Martin Heinen
3e25fe1658 Use the singular form for the Linux trademark. 2003-09-01 18:22:06 +00:00
Simon L. B. Nielsen
9d8f8810f0 handbook/*
- Use trademark entities, including XFree86 now that the XFree86 Core
   Team has responded with their trademark policy.
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.
 - Don't use trademarks as nouns (e.g. don't use "Windows NT's").

trademark.ent:
 - Add entities for more trademarks / companies.
 - Fix the Xiph.Org entry.
2003-08-31 22:15:28 +00:00
Simon L. B. Nielsen
0064207a88 handbook/*
- Use trademark entities.
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.
 - Don't use trademarks as nouns (e.g. don't use "Windows NT's").

diskless-x/article.sgml:
 - While I'm here anyway add trademark tags for all trademarks, now
   that the stylesheet handles it right.

trademark.ent:
 - Add entities for more trademarks / companies.

Also rename the 3Com trademark entity from t3com to tm.3com.  This
should make the entity naming convention a bit more consitent.  This is
done now since the entity is not used too many places yet.
2003-08-28 16:30:39 +00:00
Marc Fonvieille
8115827195 Add mkfontdir(1). 2003-08-25 19:06:36 +00:00
Simon L. B. Nielsen
4cfd05d16f *.sgml:
- Use trademark entities.
 - Add trademark attributions.
 - Always use correct case for trademarks.
 - Don't join trademarks with other words, e.g. using hyphens.
 - Use 'UNIX like systems' instead of 'UNIX systems'.

trademark.ent:
 - Add entities for more trademarks / companies.
2003-08-23 23:26:44 +00:00
Bruce A. Mah
ce72dd5508 Add entity for atmconfig(8). 2003-08-22 22:06:12 +00:00
Simon L. B. Nielsen
fbc02a2044 Add special handling of the DocBook trademark tag.
Each trademark will only have a trademark symbol appended the first
time in a document for print / html, and the first time on each HTML
page for html-split.

It is possible to always append the trademark symbol for a trademark,
by setting the role attribute to "force" in the trademark tag.

The code differentiates between trademarks in normal text and titles,
so if there is a trademark in a title, the symbol will be displayed
the first time in the title, and the first time in the normal text.

Basically this means that all trademarks can / should be marked up in
the documents, and the stylesheet will do "the right thing".

Looked at by:	murray
Approved by:	mwlucas (temp mentor)
2003-08-20 15:40:46 +00:00
Marc Fonvieille
9de7704c20 - Add a section about Linux MATLAB installation and use [1]
- I added various trademarks needed in trademarks.ent but I did not
used them in the section.  They should be added when the trademarks
tagging will be definitively defined.

PR:		docs/55652 [1]
Submitted by:	Dan Pelleg <daniel+handbook@pelleg.org> [1]
2003-08-19 08:16:14 +00:00
Marc Fonvieille
7e7372425f Remove java entity, this one override the trademarks.ent one, and is
therefore useless.
2003-08-18 13:07:08 +00:00
Simon L. B. Nielsen
9dd46fa936 *.sgml:
Add trademark symbols and attributions:
   - Add trademark tags as needed, generally on first use in each
     article.
   - Add an attribution to the legal section mentioning all trademarks
     referenced.
   - Always use correct case for trademarks.

trademark.ent:
  Add Macromedia, Inc trademark attribution.
2003-08-17 13:55:05 +00:00
Murray Stokely
e0f3346bbd Add an entity for 'TeX', so that we can render this better in print
and HTML output.
2003-08-15 02:01:59 +00:00
Marc Fonvieille
91685a2c0e Add manpath for OpenBSD manual pages, with this change manual page
entities for OpenSSH (ssh(1), etc.) will work.  A vendor attribute
'openbsd' was added for this purpose.
2003-08-14 12:41:40 +00:00
Bruce A. Mah
726c3f81e9 Argh, missed one. Add hatm(4). 2003-08-12 00:10:30 +00:00
Bruce A. Mah
b0f31a430d Add natmip(4) and ng_atmpif(4) entities. 2003-08-12 00:07:01 +00:00
Simon L. B. Nielsen
4e3ea8cb33 Move the trademark entities from en_US.ISO8859-1/share/sgml to
share/sgml, since a lot of the entities are language independent, and
it makes work simpler for translators to have them in share/sgml.

The trademark.ent file contain:
 - Commonly used trademarks defined as entities for ease of use.
 - All trademark attributions defined as entities for ease of use.

Suggested by:	hrs
Approved by:	ceri (mentor)
2003-08-11 16:26:04 +00:00
Bruce A. Mah
9b375974be New manpage entities: fla(4), utopia(4), acpidb(8), iasl(8). 2003-08-08 15:57:30 +00:00
Murray Stokely
d25ddf18a3 Add entity to render Java(r). 2003-07-31 05:45:50 +00:00
Simon L. B. Nielsen
9d6824efa7 The rescue(7) manual page is now called rescue(8). Update the manual
page entities accordingly.

Approved by:	ceri (mentor)
2003-07-28 21:10:09 +00:00
Ceri Davies
ad8ade766f We now have (just over) 9000 ports in the tree. 2003-07-27 20:08:44 +00:00
Hiroki Sato
59eb7f1e64 Add safe(4). 2003-07-21 22:08:05 +00:00
Marc Fonvieille
2a13f1ec37 Add xf86cfg(1) entity. 2003-07-21 20:35:28 +00:00
Hiroki Sato
9d2103e7a6 Add patm(4) and harp(4). 2003-07-21 20:31:40 +00:00
Marc Fonvieille
49baa82f31 Update the manpath for -CURRENT manual pages. 2003-07-16 15:35:12 +00:00
Ceri Davies
9147768dd2 The X manpage has moved from section 1 to section 7 in XFree86 4.3.0.
Update man-refs.ent and the docs accordingly, while retaining the man.X.1
entity to allow translators to catch up with this change.

Submitted by:	Alexey Mahotkin <alexm@w-m.ru
2003-07-15 21:17:59 +00:00
Hiroki Sato
c4cc221bce Add hatm(4). 2003-07-15 15:40:44 +00:00
Bruce A. Mah
1c722a4f22 Add rescue(7). 2003-07-03 20:42:25 +00:00
Bruce A. Mah
aaf84b8b8c Add entities for ath(4) and watchdog(4) and friends. 2003-06-26 20:59:01 +00:00
Bruce A. Mah
137f2d5704 8800+ ports in the ports tree now, according to INDEX 1.376 and
INDEX-5 1.11.
2003-06-23 06:11:24 +00:00