Commit graph

866 commits

Author SHA1 Message Date
Ken Smith
64bad9cf4b Adjust URL for ftp9.freebsd.org to correct pathname.
Requested by:	Brian Poole <raj (at) cerias (dot) purdue (dot) edu>
		(ftp9 maintainer).
2004-10-26 16:33:28 +00:00
Hiroki Sato
1166dc8c3f Revert changes in the previous commit temporarily until the release day. 2004-10-24 10:53:42 +00:00
Hiroki Sato
55517030a2 Bump the version number for 5.3R. 2004-10-24 10:51:54 +00:00
Remko Lodder
9345a5044e Add my pgp key.
Approved by:    simon (mentor)
2004-10-15 23:38:23 +00:00
George V. Neville-Neil
a978c10d52 Approved by: rwatson (mentor)
New committer commit.

Add public key to set of keys.

Update relevant articles with information on myself.
2004-10-11 15:28:55 +00:00
Stephan Uphoff
c32e6b307f Add my pgp entry.
Approved by:	sam (mentor)
2004-10-09 20:48:06 +00:00
Stephan Uphoff
b23cb0c49c Add my pgp key file.
Approved by:	sam (mentor)
2004-10-09 20:46:32 +00:00
Martin Heinen
e9e55e470b Add my PGP key. 2004-10-03 23:59:47 +00:00
Maxim Konovalov
6435e3678e o Add ftp.ru.FreeBSD.org to a list of ftp mirrors in Russia.
Approved by:	Igor Timkin

o Reflect the fact ftp2.ru.FreeBSD.org supports http and rsync.

Approved by:	trhodes
Reviewed by:	trhodes, -doc
2004-09-30 09:40:24 +00:00
Ceri Davies
9a3a7114b0 Remove an entry from the FAQ that has been in there since the initial
revision, but never made any sense as the port doesn't provide Microsoft
FrontPage anyway.  Additionally, the www/apache13-fp port has been
removed from the ports collection.

The FrontPage trademark is not referenced anywhere else in the tree.
2004-09-26 17:35:37 +00:00
Ceri Davies
91675054e8 Add the email, ulink, and username elements to those omitted by this
stylesheet.
2004-09-26 17:23:19 +00:00
Ceri Davies
36bef8efb0 Sort the ignored elements. 2004-09-26 17:20:45 +00:00
Ceri Davies
9908d80f91 Add "The Design and Implementation of the FreeBSD Operating System" to
the bibliography, and update an entry in the FAQ which states that it
does not exist.
2004-09-22 19:38:51 +00:00
Christian Brueffer
b0d9db1271 Add pflog(4) and pfsync(4) 2004-09-22 00:33:38 +00:00
Simon L. B. Nielsen
c2ee4de7dc Add snd_ess(4). 2004-09-20 20:06:01 +00:00
Hiroki Sato
9805c768fb Add snd(4). 2004-09-16 18:22:31 +00:00
Xin LI
a9f33961c1 Add my gpg public keys.
Approved by:	murray (mentor)
2004-09-16 13:50:54 +00:00
Koop Mast
d5cf5d2a83 Add my gpg key.
Approved by:	pav (mentor)
2004-09-15 19:53:29 +00:00
Hiroki Sato
2cef455ece Add cnw(4). 2004-09-14 04:32:32 +00:00
Hiroki Sato
43fc8e2477 Add new entries:
snd_maestro3(4), snd_uaudio(4), sound(4), and mkuzip(8).
2004-09-12 07:09:54 +00:00
Simon L. B. Nielsen
9cab3f237e Add snd_csa(4), snd_gusc(4), and snd_sbc(4). 2004-09-11 15:09:09 +00:00
Simon L. B. Nielsen
3a7848151e Add vge(4). 2004-09-10 22:34:10 +00:00
Murray Stokely
90410a1a9c Remove CDATA attribute from the few entities that used it. This file
can now be used by both SGML and XML documents.
2004-09-07 14:25:02 +00:00
Christian Brueffer
e16f84c9dc Add ucycom 2004-09-07 13:14:58 +00:00
Murray Stokely
e94633c940 Fix HTML output with multiple XML SRCs case. 2004-09-07 12:06:22 +00:00
Murray Stokely
c290cc6eff Add definitions required for using SAXON instead of libxslt when
USE_SAXON is set.  This doesn't quite work yet.

Also fix a bug in the .fo target that was uncovered when slides for a
presentation are split across multiple XML files.
2004-09-07 11:56:03 +00:00
Hiroki Sato
8645ac483f Add new entries:
authpf(8), ftp-proxy(8), and pflogd(8).
2004-09-05 09:10:44 +00:00
Murray Stokely
30830727e5 Add support for using FOP or XEP as an XSL-FO backend via USE_* make
variables.  PassiveTeX is pretty limited and so the other formatters
give the stylesheets more functionality to create nice slides.
2004-09-04 19:17:35 +00:00
Hiroki Sato
b6bdbee148 Add new entries:
libautofs(3), graid3(8), and vm_map_findspace(9).
2004-09-04 11:01:06 +00:00
Bruce A. Mah
fab5d6a3a9 Add new manual page entities: nearbyint(3), nearbyintf(3),
wcsnrtombs(3), mbsnrtowcs(3).
2004-09-04 05:12:06 +00:00
Hiroki Sato
f0a31a64e3 Add entries:
kgdb(1), acpi_panasonic(4), gmirror(8), gpt(8), and contigmalloc(9).
2004-09-02 19:49:52 +00:00
Murray Stokely
54ab45e845 Add support for building documents in our doc/ tree marked up in
Norman Walsh's DocBook Slides DTD.

This DTD offers the vocabulary of simplified DocBook for
presentations.  Initially, the supported output formats are PDF and
HTML.

XSL stylesheets are used so libxslt is required.

PassiveTeX is used for the PDF generation to convert the XSL-FO
directly to PDF.

This commit moves various TeX definitions out of doc.docbook.mk and
into doc.project.mk, since docbook is no longer the only back-end to
utilize TeX.

An example Makefile would look like :

----
DOCFORMAT=	slides
DOC=		slides

SRCS=	slides.xml

DOC_PREFIX?=	${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
---

And an example slides file (slides.xml) looks like :

---
<!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides XML V3.3.1//EN"
  "http://docbook.sourceforge.net/releases/slides/3.3.1/slides.dtd">
<slides>
<slidesinfo>
  <title>What's new in FreeBSD 5.3</title>
  <titleabbrev>FreeBSD 5.3</titleabbrev>
</slidesinfo>

<foil><title>Introduction Slide</title>
  <para>Content</para>
</foil>
</slides>
---

You could then build the HTML and PDF versions of the slides by typing
"make FORMATS='pdf html'".  Enjoy.

Please coordinate with doceng@ before importing any presentations to
doc/.
2004-09-02 17:12:14 +00:00
Murray Stokely
25e6eedd23 XSLTPROC and TIDY are not specific to either DocBook or HTML formats,
so move the associated variables to doc.project.mk instead of
duplicating the definitions for each doc type.
2004-09-02 16:42:01 +00:00
Marc Fonvieille
2546d46514 Use of xorg vendor attribute for X.Org manual pages. 2004-08-30 09:21:16 +00:00
Marc Fonvieille
419fb1d8a4 Add manpath for Xorg and update various other manpaths (6-CURRENT,
XFree86 4.4 and OpenBSD 3.4)
2004-08-30 09:19:35 +00:00
Marc Fonvieille
f0c943d0fb Add entries for xorgconfig(1) and xf86config(1). 2004-08-28 12:42:15 +00:00
Simon L. B. Nielsen
f92c19bc63 Add entities for recently added sound driver manual pages. 2004-08-27 22:18:28 +00:00
Marc Fonvieille
1ebf056819 Add entities for pkgdb(1), Xorg(1) and xorgcfg(1). For the Xorg related
manual pages, I used ports as vendor attribute, the xorg attribute should
be available soon.
2004-08-25 16:01:58 +00:00
Marc Fonvieille
703f02fb3c Sort an entry before some additions. 2004-08-25 15:52:04 +00:00
Marc Fonvieille
5f6a0fe031 Add an entity for the X server from the X.Org Foundation: Xorg.
This will prevent inconsistencies.
2004-08-25 15:44:45 +00:00
Clive Lin
8b16f83d03 Update my PGP key
+ Extend expiration date
  + Few signatures added
2004-08-25 10:09:49 +00:00
Alexey Dokuchaev
73b4765668 Add my PGP key.
Approved by:	fjoe (mentor)
2004-08-23 12:44:13 +00:00
Giorgos Keramidas
3b93e1abdd Add entities for the pf.conf(5) and pfctl(8) manpages.
PR:		docs/70836
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2004-08-23 01:20:39 +00:00
Tilman Keskinoz
2b245a0ecd Really update my key to fix the Expiration problem.
GPG Lessons taught by:  Jason Harris
2004-08-22 13:42:16 +00:00
Lukas Ertl
2a8f508fe0 Update my key. 2004-08-22 13:27:16 +00:00
Dag-Erling Smørgrav
491d87d717 Remove old, deprecated key. Refresh current key with new signatures. 2004-08-21 17:33:46 +00:00
Dag-Erling Smørgrav
597e67e7c4 Replace old expired key with new one, valid for two years. 2004-08-21 17:29:02 +00:00
Dejan Lesjak
65f34e1a73 Add my PGP key.
Approved by:	anholt (mentor)
2004-08-20 10:59:36 +00:00
Cheng-Lung Sung
294704ddd6 Add my PGP key.
Approved by:	leeym (mentor)
2004-08-19 08:55:03 +00:00
Marc Fonvieille
38ac4eceb8 Add EPSON and EPSON Perfection trademarks. 2004-08-17 16:43:30 +00:00