Denis Peplin
78b44725a4
Parse ISO* encodings, convert it to ISO-* before SP_ENCODINGS assignment
...
Add ISO-8859-2 to SP_ENCODING_LIST
2004-08-06 09:33:17 +00:00
Herve Quiroz
ce0f1ffb8f
- Move myself from 'Additional Contributors' to 'Developers'
...
- Add my PGP public key
Approved by: glewis (mentor)
2004-08-06 08:28:51 +00:00
Denis Peplin
ee53d80ba8
Set SP_ENCODING from SP_ENCODING_LIST
...
Add KOI8-R to this list
Other encodings can be added after some testing
Note: KOI8-R supported by jade-1.2.1_8 and above
Reviewed by: Dmitry Morozovsky <marck@rinet.ru>, ru
With cleanups from: ru
No objections from: freebsd-doc
2004-08-06 05:22:17 +00:00
Marc Fonvieille
43a0df9127
Add sane-find-scanner(1), scanimage(1) and sane(7).
2004-08-05 13:56:33 +00:00
Denis Peplin
2f69cd65ee
Add design-44bsd to books
2004-08-05 09:23:32 +00:00
Hiroki Sato
38ff5cc679
Add new entries:
...
bsdtar(1), fgetwln(3), ftw(3), nextwctype(3), and nftw(3).
2004-08-02 18:22:48 +00:00
Hiroki Sato
502ec06ad3
Add &url.main; again temporarily to unbreak the build.
2004-08-01 15:56:36 +00:00
Bjoern A. Zeeb
8c408947e9
Conventions and Traditions commit
...
Add myself to authors.ent.
Add myself to 'Developers' section of the Contributors List.
Add my PGP key.
Approved by: pjd (mentor)
2004-07-29 07:10:31 +00:00
Hiroki Sato
ddd742a0b2
Add entities &url.articles.*; and &url.books.*;. These can be used
...
in <ulink> like <ulink url="&url.books.handbook;/kernelconfig.html"></ulink>.
To use these entities, put the following lines in preamble (DOCTYPE
declaration) of the document:
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
%l10n.ent;
<!ENTITY % urls.ent PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls.ent;
and put URL_RELPREFIX in the Makefile.
For translation teams:
please add your "langcode" into <langcode>/share/sgml/l10n.ent using
examples from en_US.ISO8859-1/share/sgml/l10n.ent and ja_JP.eucJP/share/
sgml/l10n.ent. &url.books.*; will be replaced with URLs for your
language; if you want URLs which point the original (English) docs,
you can use &url.books.*.en; instead.
Discussed with: den
2004-07-26 15:28:32 +00:00
Hiroki Sato
b3e1e212f8
Back out the previous change temporarily to unbreak the build.
2004-07-25 11:30:53 +00:00
Suleiman Souhlal
c34d778312
Traditional first commit:
...
Add myself to authors.ent.
Add myself to the developers list.
Add my PGP key.
Approved by: grehan (mentor)
2004-07-24 14:36:09 +00:00
Hiroki Sato
ca944c36ab
Remove trailing whitespaces.
2004-07-23 18:58:56 +00:00
Hiroki Sato
c8277d756c
Fix a build problem when print/ghostscript-afpl is used:
...
- epsgeom+gs now converts EPS files. graphics/peps is no longer used.
- Add $PERL, $REALPATH, and $SETENV into doc.project.mk.
Tested by: simon
2004-07-23 18:53:34 +00:00
Hiroki Sato
debb63c736
Update my key.
2004-07-23 18:12:09 +00:00
Murray Stokely
4d8725ed22
The ⋼ acronym entity is no longer needed, as only the first three
...
instances are marked up with <acronym role=".."> tags.
2004-07-23 09:11:03 +00:00
Greg Lewis
773797362f
. Add my key.
2004-07-20 20:17:11 +00:00
Hye-Shik Chang
1ca7da2715
Update my key with few new signatures.
2004-07-20 14:22:45 +00:00
Ken Smith
2e090582a4
Adding some extra protocols supported by ftp.id.freebsd.org.
2004-07-20 02:29:39 +00:00
Ken Smith
5f878eea03
Finish making the changes from the piece I had copied to make the new entry
...
for ftp.id.freebsd.org. Was concentrating on needing to change the pathname
for the URL and neglected to change the hostname (pathname is correct, he
doesn't have the "pub" part that's normal...).
Caught by: ceri
Pointy Hat: kensmith
2004-07-19 14:21:48 +00:00
Ken Smith
85f39332a9
Add ftp.id.freebsd.org.
2004-07-19 14:10:38 +00:00
Tilman Keskinoz
4cd65dea78
- My key expired in June, add a new subkey. (gpg sucks and doesn't tell you
...
unless you edit the key
- Add a few dozen sigs while I am here
2004-07-17 16:20:37 +00:00
Murray Stokely
524c6a7c57
Override the default $acronym-seq$ formatting to look for a role
...
attribute in acronym DocBook tags and use this for the title attribute
in acronym HTML4 tags, which will then give a mouseover definition of
the acronym.
2004-07-15 08:26:33 +00:00
Murray Stokely
4aa1046cc0
Add a role attribute to the NIS acronym so that we can render HTML
...
that displays a mouseover with the full text 'Network Information
System'. This is a proof of concept. Stylesheet support coming next.
2004-07-15 08:22:19 +00:00
Gleb Smirnoff
cb57091907
Add my PGP key.
...
Approved by: julian
2004-07-14 17:25:19 +00:00
Murray Stokely
c62dacb9c5
Since the print output is passed through TeX anyway, we might as well
...
format it properly with the \TeX command. Likewise for instances of
LaTeX in our documentation.
There should be no change for the HTML output, where they will still
be rendered in bold characters like all other text wrapped in <application>.
2004-07-14 09:44:30 +00:00
Murray Stokely
a63686372b
Improve comment and add <application> tags around TeX and LaTeX so
...
that the stylesheets know exactly what to look for and can render this
specially for print output.
2004-07-14 09:36:23 +00:00
Murray Stokely
551eaf5b40
Add a DSSSL stylsheet to enable more efficient spellchecking. This
...
stylesheet omits the contents of <filename>, <devicename>,
<programlisting>, and other tags that are likely to not contain real
English words. The output of this stylesheet can then be checked with
'make spellcheck' with far fewer false positives.
2004-07-14 05:28:11 +00:00
Ken Smith
33f2fcfd0a
Adjustments to www sites in Romania.
2004-07-13 14:38:41 +00:00
Peter Grehan
f0effe2738
Belatedly add GnuPG key for upcoming mentor duties.
2004-07-13 07:31:53 +00:00
Murray Stokely
08cc311722
Properly close acronym tag.
2004-07-13 05:48:14 +00:00
Murray Stokely
0b77e3db95
The acronym 'NIS' is used over 150 times in the network-servers
...
chapter alone of the Handbook. Add an entity here, used with ⋼,
so that we can mark up each of those with <acronym>NIS</acronym>
without bloating the source SGML files too much. We shouldn't add
every such acronym here, but in the case of NIS it really helps the
readability.
2004-07-13 05:45:52 +00:00
Murray Stokely
71eb6d77a4
Add additional callout images. This allows us to use up to 15
...
callouts with consistent number icons. Callouts above number 15 would
still be displayed in bracketed text.
Obtained from: docbook-xsl distribution
Created by: Dave Pawson
2004-07-12 08:37:46 +00:00
Murray Stokely
9d58ee9ba0
Capitalize Ethernet.
2004-07-12 08:02:21 +00:00
Marc Fonvieille
2db28883ee
Add a graphic version for a remaining ASCII art, in static routes
...
section.
2004-07-11 13:34:27 +00:00
Hye-Shik Chang
5657d9a0f3
Update my UIDs.
2004-07-10 09:25:52 +00:00
Will Andrews
46241e26f8
Add ~35 new signatures, mostly from BSDCan.
2004-07-08 05:35:14 +00:00
Hiroki Sato
eb69b4c15d
Fix the lint target to use ${NSGMLSFLAGS}.
2004-07-07 13:30:49 +00:00
Hiroki Sato
a13b50e98b
Unbreak the build.
...
Pointy hat to: hrs
2004-07-07 11:23:16 +00:00
Denis Peplin
b019193729
Apply workaround to fix the build
...
I'm forgot to test build/install from www
Pointy hat: den
2004-07-07 08:13:49 +00:00
Hiroki Sato
84f8ee0a15
Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
...
is not defined.
- URL_RELPREFIX must always point the top page's URL
(http://www.FreeBSD.org ) in relative form, defined in Makefile.
- &url.base; can be used in doc/<langcode>/*. It will be
replaced with the real URL which points the top page.
For translators: Please make sure to define URL_RELPREFIX to
point the top page. The localized docs have different directory
hierarchy in its URL from the English version.
Tested by: den
2004-07-06 15:09:55 +00:00
Kirill Ponomarev
24330961f5
Update my GPG key.
2004-07-03 18:48:41 +00:00
Hiroki Sato
41329ac343
Back out &man.gconcat.8; removal to unbreak the build.
2004-06-30 13:53:32 +00:00
Hiroki Sato
56d0bcb976
Add new entries:
...
rmd160(1), sha1(1), fwip(4), and ixgb(4).
2004-06-30 10:23:36 +00:00
Hiroki Sato
3d09719bdb
Add new entries:
...
eeprom(8), geom(8), ggatec(8), ggated(8),
ggatel(8), smbmsg(8), sunlabel(8)
2004-06-30 07:34:47 +00:00
Ken Smith
64e3d7bd51
Add ftp2.ca (URL is correct, they didn't follow the pub/FreeBSD convention).
2004-06-24 13:15:27 +00:00
Ken Smith
f109293fe8
Add first host in Kyrgyzstan - www.kg and cvsup.kg.
2004-06-23 03:52:26 +00:00
Ken Smith
2012fd1c9d
Add a new mirror site in Portugal as both www1.pt and cvsup3.pt
2004-06-23 02:29:38 +00:00
Tom Rhodes
15806333b5
Add refs for recently added cm(4), esp(4), rc(4) and snc(4) manual pages.
2004-06-22 03:00:09 +00:00
Erwin Lansing
dfe1d685a4
Note that ftp.dk.FreeBSD.org runs IPv6
...
Approved by: simon (doc foo)
2004-06-14 20:46:52 +00:00
Simon L. B. Nielsen
794069a9de
- Add IntelliMouse as a Microsoft Trademark.
...
- Update Linux trademark entry after I found http://www.linuxmark.org/ .
2004-06-13 20:39:46 +00:00
Ruslan Ermilov
f75e5461f8
Replaced my GnuPG key.
2004-06-02 09:46:31 +00:00
Lars Thegler
ce1965db82
Added my GPG key.
...
Approved by: erwin (mentor)
2004-05-31 13:51:34 +00:00
Hiroki Sato
c4f7691931
Bump the version number for 4.10R.
2004-05-28 00:41:59 +00:00
Hiroki Sato
10cbe09040
Add FreeBSD 4.10-RELEASE.
2004-05-28 00:38:14 +00:00
Alexander Langer
9822e8ad12
Add ftp8.de.FreeBSD.org, located at RWTH Aachen, Germany, also known
...
as SunSITE Central Europe.
2004-05-27 10:55:00 +00:00
Ken Smith
57f0b105aa
Adding signature by bmah.
2004-05-26 05:46:33 +00:00
Bruce A. Mah
582f528f0f
Add a uid and a signature from kensmith.
2004-05-26 05:17:59 +00:00
SUZUKI Koichi
62c771e5cf
Add my author entity to authors.ent.
...
Add my entity to contrib.committers.sgml.
Add my PGP key.
Approved by: kuriyama (mentor)
2004-05-23 15:39:49 +00:00
Ken Smith
7601c142c6
Add three CVSup mirror sites in Lithuania.
2004-05-21 16:01:31 +00:00
Hideyuki KURASHINA
6d769f4076
Add ct(4).
2004-05-18 15:20:43 +00:00
Hideyuki KURASHINA
dbdb570b47
Add cp(4) and ng_sppp(4).
2004-05-18 15:17:33 +00:00
Maxim Sobolev
214bcbe956
Add numerous signatures from the BSDCan keysigning party.
2004-05-17 08:57:08 +00:00
Maxim Sobolev
6b3a129a6f
Update my keys with one that doesn't expire any time soon, which is the one
...
I've used at the BSDCan keysigning party.
2004-05-17 07:00:28 +00:00
Hiroki Sato
afc3a245b3
Use URLS_ABSOLUTE=yes for non-html formats and during
...
"make package".
Suggested by: den
2004-05-12 12:58:12 +00:00
Hiroki Sato
413af34cb6
Reimplement absolute/relative URL knob. Urls.ent now statically
...
includes the both of relative and absolute URLs, and when
the URLS_ABSOLUTE make variable is defined, absolute URLs in
share/sgml/urls.ent are used.
2004-05-11 10:59:48 +00:00
Hiroki Sato
5350ccb9b2
Unbreak the build. The current URLS_ENT cannot support .OBJDIR
...
when .CURDIR is not under DOC_PREFIX. This is a band-aid measure
but I will fix this soon.
Pointy hat to: hrs
2004-05-11 10:35:19 +00:00
Denis Peplin
d25767864b
Move
...
SRCS+= ${URLS_ENT}
from English Handbook Makefile to doc.common.mk
Reviewed by: hrs
2004-05-11 05:52:39 +00:00
Tom Rhodes
1f702fec86
Add mac_portacl(4) and mac_stub(4) to the manual page entities list.
2004-05-07 16:10:52 +00:00
Ken Smith
1ce8c284ed
Add cvsup2.dk.freebsd.org.
2004-05-06 14:38:46 +00:00
Stefan Farfeleder
f10b507a5c
Add my PGP key.
...
Approved by: das (mentor)
2004-05-05 13:20:21 +00:00
Ken Smith
fee45f7449
Add www.id - WWW mirror site in Indonesia.
2004-05-05 13:17:34 +00:00
Denis Peplin
2b0f6c0e65
Use &url.main; entity in place of ../../../..
...
Replace &url.main; -> http://www.FreeBSD.org
when URLS_ABSOLUTE is set (for release building),
and -> ../../../.. by default (for mirror sites).
Patch was slightly modified by: hrs
Discussed with: des, ceri, hrs, trhodes, simon
2004-05-05 12:52:48 +00:00
Ken Smith
eb6f5627fe
Add new cvsup site in Indonesia.
2004-05-04 15:38:26 +00:00
Dag-Erling Smørgrav
e90cab8c3d
pam_ftp has gone the way of the dodo.
2004-04-29 18:32:59 +00:00
Andrey A. Chernov
172e4e079a
Update
2004-04-25 03:00:50 +00:00
Hiroki Sato
565ca43cd6
Revert changes in the previous commit temporarily until the release day.
2004-04-24 19:41:38 +00:00
Hiroki Sato
19b029ac56
Bump version number for upcoming 4.10-RELEASE.
2004-04-24 19:23:19 +00:00
Hiroki Sato
22555385c3
Add acpi_asus(4).
2004-04-24 17:27:27 +00:00
Murray Stokely
ddbcd9bd9b
Update number of ports
2004-04-19 09:42:43 +00:00
Hiroki Sato
d7545a46f4
Add ng_hub(4).
2004-04-17 17:24:57 +00:00
Hiroki Sato
6410a51e75
Add umct(4).
2004-04-16 18:30:56 +00:00
Hiroki Sato
661e42d8c3
Add twa(4).
2004-04-16 18:23:54 +00:00
Kirill Ponomarev
17a3b86533
- Add cvsup8.de.FreeBSD.org
2004-04-13 05:06:16 +00:00
Ken Smith
cb57f57e6e
- Remove several FTP sites that have disappeared.
...
- Add some new CVSUP sites in China
- Merge the two South Africa sections into one.
New China CVSUP sites provided by Xin Li <delphij (at) frontfree.net>
on behalf of The FreeBSD Simplified Chinese Project.
2004-04-12 03:54:11 +00:00
Marc Fonvieille
26405d2916
Add vendor attribute for my previous addition.
...
Spotted by: ceri
2004-04-11 13:56:57 +00:00
Marc Fonvieille
881e706b7e
Add procmailex(5) entity (I forgot it in my last commit).
2004-04-11 05:33:30 +00:00
Hiroki Sato
f33722d166
Add pgrep(1) and pkill(1).
2004-04-10 20:27:42 +00:00
Alexey Zelkin
520aeb7c90
Whitespace cleanup
2004-04-09 10:09:41 +00:00
Alexey Zelkin
64c199f135
Last user of shared image branches.png (Russian Translation of releng
...
article) was updated to recent version of englsih article and does not
use this file anymore. So, now it's safe to remove this file.
2004-04-09 10:08:46 +00:00
Alex Dupre
a15146f3e5
Add the first Italian cvsup Tier-1 mirror.
...
Provided by: Manuel Martini <martin@tomato.it>
2004-04-08 21:43:25 +00:00
Alexey Zelkin
8bb7f0085d
Re-add branches.pic until translators update their releng article
...
translations to latest revision.
2004-04-08 14:39:53 +00:00
Alexey Zelkin
a2974cf290
This file was replaced with three different diagrams and releng article
...
was updated to use them. So, since it's unused now remove it.
2004-04-08 08:33:27 +00:00
Alexey Zelkin
32c8c3b46e
We have "too" many releases in 4.x branch, so branches.pic's default
...
scaling model "got confused" and most of messages become unreadable.
Resolve this problem, by spliting of branches diagram into three
diagrams: head, releng3 and releng4. It reduces width usage and gives
us more control over scalling control.
2004-04-08 08:27:59 +00:00
Alexey Zelkin
955401e2e6
add 4.8R, 4.9R, 5.1R, 5.2R, 5.2.1R and appropriate security branches
2004-04-08 08:23:51 +00:00
Dag-Erling Smørgrav
3ca4290956
Modify the final message to remind the user to commit pgpkeys.ent.
2004-04-06 11:13:59 +00:00
Alex Dupre
59abaec1ef
Unbreak the doc build before anyone notices it :-)
2004-04-06 10:47:05 +00:00
Daniel Hartmeier
eaf5e38fac
Follow committer's guide, add author entity and pgp key.
...
Approved by: mlaier (mentor)
2004-04-06 10:20:13 +00:00
Simon L. B. Nielsen
c0dc63ac06
Really unbreak creation of PDF documents which use "shared" PNG images:
...
The previous fix only worked in some cases, so back it out and add a
more clean fix. This fix also makes "make clean" work as expected again
for the shared PNG images.
The real problem is the assumption in doc.images.mk that the
${IMAGES_PDF} variable only need to contain images converted to PDF
format and not images which are already in PNG format. We need to list
the PNG images in ${IMAGES_PDF} since they might be in a shared image
directory, and if we don't list them in ${IMAGES_PDF} they will not be
copied to the working directory and will therefor not be found during
build.
Prompted by: phantom
2004-04-05 22:53:43 +00:00
Marc Fonvieille
a79af1fbfc
Add portaudit(1).
2004-04-03 17:53:19 +00:00
Hiroki Sato
bcdced5e83
Add ctau(4) to unbreak relnotes build.
2004-04-02 18:28:08 +00:00
Ruslan Ermilov
8e4cefcd1a
Update my GPG key.
2004-04-01 07:25:58 +00:00
Marc Fonvieille
9cbe56dfd2
Unbreak build.
2004-03-29 17:59:19 +00:00
Niklas Saers
9416f7fd58
Another gullible fool joins the crowd.
...
Approved by: des
2004-03-29 12:50:31 +00:00
Simon L. B. Nielsen
c187df3fbf
Unbreak creation of PDF documents which use PNG images (e.g.
...
articles/console-server), by also copying PNG images to the working
directory during PDF build.
2004-03-24 22:57:56 +00:00
Hiroki Sato
99c9ad9220
Add pf(4).
2004-03-24 18:01:01 +00:00
Alexey Zelkin
a4ef4bf328
We never used .docb suffix in the project tree, so do not mention it
...
in comments.
2004-03-24 09:52:57 +00:00
Alexey Zelkin
713a6ebd26
Introduce BZIP2_PACKAGE user defined variable which used to control
...
output format of 'make package'. If BZIP2_PACKAGE is set, then .tbz
archive will be generated instead of .tgz.
2004-03-24 09:50:03 +00:00
Alexey Zelkin
7f574a3bf2
Fix 'make package' to generate valid packages
...
After introduction of shared images concept it was not possible to realize
how images should be put into packages, so built images references were
used. It result up tgz file with lots filename which contained of '..'.
In order to workaround this issue I used temporary directory to install
complete packaging document, then generate PLIST based on content of
temporary directory and create actual package then.
Prodded by: The FreeBSD Russian Documentation Project
2004-03-24 09:45:31 +00:00
Alexey Zelkin
79d9b31fc9
Unconditionally set 'NO_SUBDIR' define.
...
doc.docbook.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible
for processing of 'SUBDIR' make variable. But since we are handling
'SUBDIR' here explicitly, doing same thing (second time!) via
bsd.subdir.mk's rules makes no sense and only adds disk IO overhead.
It reduces install recursive calls by factor 4.
2004-03-23 23:53:27 +00:00
Ceri Davies
033231458f
Avoid problems with Netscape and our stylesheets by removing the entry
...
for "BODY P". This seems to have no effect within other browsers, but
stops Netscape from displaying images on top of the document text.
PR: docs/48472
Submitted by: Alan Larson <larson@eng.paix.net>
2004-03-22 19:17:52 +00:00
Mark Santcroos
d245e28a46
Add my PGP key
...
Approved by: njl (mentor)
2004-03-18 10:37:38 +00:00
Ceri Davies
b9d85a9de7
Fix the doc build.
2004-03-16 14:01:14 +00:00
Thierry Thomas
f3270dbd1b
Adding my PGP key.
...
Approved by: mat
2004-03-16 12:22:43 +00:00
Tom Rhodes
453d1a66b4
Add images required for the new mail content.
...
Submitted by: Marc Silver <marcs@draenor.org>
2004-03-16 06:54:00 +00:00
Hiroki Sato
1f322e3958
Add new entries: arl(4) and arlconfig(8).
2004-03-16 04:36:44 +00:00
Oliver Braun
9eeb081112
Id cleanup.
2004-03-15 21:55:42 +00:00
Bruce A. Mah
d49130dae4
New manpage entities: logins(1), acpi_toshiba(4), acpi_video(4),
...
ng_atmllc(4), ubser(4).
2004-03-15 00:09:53 +00:00
Tom Rhodes
8a43338ad4
Add an entity for newsyslog.conf(5).
2004-03-13 16:33:59 +00:00
Hiroki Sato
3fcb8eb921
Add ng_vlan(4).
2004-03-13 16:06:52 +00:00
Ken Smith
652cebaccb
Add ftp1.ro and cvsup1.ro mirror sites.
2004-03-11 16:58:06 +00:00
Volker Stolz
2a6c83770b
Add Volker Stolz (vs) to the FreeBSD developers' list (ports).
...
Reviewed by: linimon (mentor)
2004-03-10 09:59:08 +00:00
Peter Edwards
8d84d741b7
My introductory commits:
...
Add myself to the Developers section of Contributors list.
Add myself to "authors.ent".
Add my PGP key.
Approved By: dwmalone@ (mentor)
2004-03-09 23:57:26 +00:00
Mike Makonnen
34c99f0b98
Update my gpg key.
2004-03-06 12:32:33 +00:00
Bruce A. Mah
7135a15225
New entities: jail_attach(2), udav(4), gconcat(8).
2004-02-28 18:43:01 +00:00
Vinod Kashyap
73383c7a69
Adding GnuPG key for Vinod Kashyap (vkashyap).
2004-02-26 18:41:04 +00:00
Vinod Kashyap
d93ff3a09b
Adding Vinod Kashyap (vkashyap) to the FreeBSD developers' list.
...
Reviewed by: Paul Saab (ps)
2004-02-26 18:38:10 +00:00
Bruce A. Mah
8e4842bc31
FreeBSD 5.2.1 is now the latest 5.X release.
2004-02-26 05:36:30 +00:00
Markus Brueffer
e97efd11a2
Last traditional commit: Add my PGP key.
...
Approved by: arved (mentor)
2004-02-23 20:48:18 +00:00
Marc Fonvieille
fcd3ac5dba
Add growisofs(1) manual page for the "coming soon DVD burning section."
2004-02-23 10:41:15 +00:00
Simon L. B. Nielsen
6ae1b9e21a
Add entities for the GEOM section 9 manual pages.
2004-02-21 15:44:43 +00:00
Ken Smith
f6d05be54a
Added Costa Rica zone, one WWW site and one CVSUP site in that zone.
2004-02-19 03:43:34 +00:00
Jim Rees
d4dcdf53e3
add my author entity
...
add me to committers
add my pgp key
put me in the news
Approved by: alfred (mentor)
2004-02-17 21:08:56 +00:00
Bruce A. Mah
e2f263befb
New entities: libarchive(3), sdp(3), sdpd(8).
2004-02-17 05:03:52 +00:00
Hiroki Sato
ed2b02d9be
Use FOO_CMD instead of FOO to avoid a conflict with a variable used
...
in the docproj port. TEX, LATEX, PDFTEX, JADETEX, and PDFJADETEX
has been renamed to TEX_CMD, LATEX_CMD, PDFTEX_CMD, JADETEX_CMD, and
PDFJADETEX_CMD for consistency. And TEXCMDS has been renamed
TEX_CMDSEQ because TEXCMDS and TEX_CMD are misleading names.
Discussed on: -doc
2004-02-16 14:13:24 +00:00
Simon L. B. Nielsen
0b473c33aa
*.sgml:
...
- Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Add trademark entity for Sun.
2004-02-16 00:11:08 +00:00
Hiten Pandya
bcc04ffe53
Finally, add my key and join the new world order. :-)
2004-02-13 06:47:35 +00:00
Peter Pentchev
d1dbb5e3ec
Unbreak the build. This is just a bandaid - some valid SGML.
...
Does anybody actually have a copy of the Bell System Technical Journal
at hand to check what the correct title should be?
2004-02-10 20:11:04 +00:00
Max Laier
061dade99e
Last traditional commit: Add my GnuPG sig
...
Approved by: bms (mentor)
2004-02-10 19:32:42 +00:00
Brooks Davis
a47142019f
Update my key again. This time hopefully without any expired subkeys.
...
Noticed by: Simon 'corecode' Schubert <corecode AT fs.ei.tum.de>
2004-02-10 18:01:18 +00:00
Ceri Davies
e1d457e5d5
Add the Bell System Technical Journal.
...
PR: docs/52858
Submitted by: jhs
2004-02-09 22:41:49 +00:00
Lukas Ertl
cf96340569
Add my PGP key.
...
Approved by: joerg (mentor)
2004-02-08 22:07:52 +00:00
Hiroki Sato
6b2564e38e
Install TRADEMARKS.html and LEGALNOTICE.html missing in HTML.manifest.
2004-02-08 12:34:16 +00:00
Hiroki Sato
1afd84c68b
Add $JADETEX and $JADEPDFTEX.
2004-02-04 16:47:22 +00:00
John Baldwin
1e257a6871
Add my PGP key.
2004-02-02 19:12:10 +00:00
Pawel Jakub Dawidek
b662b2d538
Added my PGP key.
...
Approved by: scottl (mentor)
2004-02-02 17:21:19 +00:00
Brooks Davis
774460e760
Update my key to the unexired one and add more signatures.
2004-01-31 23:14:22 +00:00
Roman Kurakin
b92f61cd68
Add my PGP key to the list.
...
Approved by: imp (mentor)
2004-01-30 15:38:53 +00:00
Tom Rhodes
07f2ad888b
Add acpi_thermal.4 to the list.
2004-01-28 23:09:16 +00:00
Bruce A. Mah
1ca8ae3786
Temporarily back out previous commit until release day.
2004-01-28 20:35:19 +00:00
Bruce A. Mah
0749012b0c
Version number bumps for upcoming 5.2.1-RELEASE.
2004-01-28 20:34:34 +00:00
Ken Smith
7c8c0e7eab
- Add Taiwan Zone, new cvsup/www mirror site there.
2004-01-28 04:18:21 +00:00
Alex Dupre
6b68c8e9f6
Add my photo.
...
Approved by: blackend (mentor)
2004-01-26 18:22:44 +00:00
Marc Fonvieille
350d7186fd
Say Hello to the FreeBSD Flyer!
...
Just type:
cd /usr/doc/en_US.ISO8859-1/flyer/ && make pdf
and launch your favorite PDF viewer.
Thanks to people who supported this effort.
2004-01-24 21:19:48 +00:00
Mathieu Arnold
367297ca1b
Add some subkeys which are not Elgamal
2004-01-22 13:42:53 +00:00
Philip Paeps
829da6853b
Add my PGP key to the list.
...
Approved by: njl (mentor)
2004-01-21 18:08:19 +00:00
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
Mathieu Arnold
ab9801e9da
Update my key
2004-01-18 14:35:24 +00:00
Marc Fonvieille
e8ae652251
Update manpath to 5.2-current
2004-01-16 16:02:01 +00:00
Josef El-Rayes
42b618ed76
Add my pgpkey to the handbook
...
Approved by: simon(mentor)
2004-01-15 21:00:59 +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
Hiroki Sato
2194b439bc
Disable a guess of ${LANGCODE} from ${.CURDIR} when it is already defined.
...
Pointed out by: ue
2004-01-06 23:57:46 +00:00
viny
288c6c74ba
Add my GPG key.
...
Approved by: stephane (mentor)
2004-01-04 16:11:37 +00:00
Ceri Davies
7c4c8612d1
We hit port10K two days ago. Good work to all involved.
2003-12-31 14:22:56 +00:00
Hiroki Sato
354d1cc7e5
Fix problems when ghostscript with A4=yes is used.
2003-12-30 21:41:17 +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
Marc Fonvieille
b8b1c2a6b3
Replace ASCII art for a routing example with .pic diagram.
2003-12-30 09:54:54 +00:00
Bruce A. Mah
e46454f5f2
Add signatures I picked up in various places (BSDCon? elsewhere?).
2003-12-28 18:54:42 +00:00
Alex Dupre
a82248c255
Add my gpg key.
...
Approved by: blackend (mentor)
2003-12-28 17:47:09 +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
Simon L. B. Nielsen
fae4319781
Add entity for clement's PGP key file.
2003-12-21 22:26:30 +00:00
Clement Laforet
d282a70705
Add my PGP key.
2003-12-21 18:24:25 +00:00
Peter Wemm
afad536ac4
Update pgp keys. Start transitioning from my antique rsa/idea pgp-2.6.3ia
...
key from 1995 to something a little more modern.
2003-12-19 17:59:08 +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
Murray Stokely
1d5eac4d80
Add a 'GREYSCALE_IMAGES' option to the print infrastructure to convert
...
screenshots to greyscale before embedding them in the PostScript
output.
Sponsored by: FreeBSD Mall, Inc.
2003-12-08 02:37:02 +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
Ken Smith
aab78d5ef0
- Add my pgp key
2003-12-02 13:19:28 +00:00
Ken Smith
203ed80c86
- Add my pgp key (now that joe told me why I'd want one :-)
2003-12-02 13:16:55 +00:00
Hiroki Sato
6f94dc2925
Add tags of support protocol to the mirror site list.
2003-11-28 22:03:09 +00:00
Dima Dorfman
520cd51722
Update with new (non-expired) encryption key.
2003-11-27 11:41:35 +00:00
Hiroki Sato
944a63f930
- Fix ${LANGCODE} problem when the working directory's absolute pathname
...
includes "doc" and "www" simultaneously.
Spotted by: ceri
- Use www/share/sgml/advisories.xml instead of
www/en/security/advisories.xml.
2003-11-26 01:47:00 +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
05c16e954c
Trim useless commands.
2003-11-24 19:59:11 +00:00
Hiroki Sato
252ac09ed2
Add a workaround to unbreak the build when ghostscript built
...
with A4=yes is used.
Discussed on: -doc
2003-11-24 18:34:01 +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
Pav Lucistnik
9f8da68de5
Add my pgp key. I love getting signed mail.
...
Approved by: adamw (mentor)
2003-11-13 00:31:03 +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
Sergei Kolobov
571c1520f0
Add my GPG key.
...
Approved by: krion (mentor)
2003-10-21 19:46:39 +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
Alexander Leidinger
5818c16f6f
Update my key.
2003-10-15 21:53:03 +00:00
Andrey A. Chernov
f43c20b528
Update my key
2003-10-14 09:08:29 +00:00
Maksim Yevmenkin
a31dfa22d3
Added myself to the list of the FreeBSD committers.
...
Added my public PGP key.
Reviewed by Julian Elischer <julian@elischer.org>
2003-10-12 19:51:16 +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
Dag-Erling Smørgrav
e085e92411
Yet more signatures.
2003-10-10 22:36:32 +00:00
Tom Rhodes
248d3cd233
Document the options under sysinstall(8)'s Networking menu.
...
Add images to help explain some of these options.
This commit also documents the MTA changes in sysinstall(8).
2003-10-03 18:09:50 +00:00
Ceri Davies
636e72e5a6
Add LEGALNOTICE.html and TRADEMARKS.html to CLEANFILES when appropriate.
2003-10-02 19:46:49 +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
Simon L. B. Nielsen
4c6ebf3b41
Change the default Tidy options so it doesn't indent, and so it wraps
...
the lines at column 90, instead of the default 68. This makes the
resulting HTML considerably smaller.
The change also band-aid a problem where Tidy wrap lines which shouldn't
have been wrapped. This can cause extra spaces in the resulting HTML,
e.g. resulting in "( audio/lame)" instead of "(audio/lame)".
Discussed on: -doc
2003-09-18 21:39:37 +00:00
Denis Peplin
a2b43f527b
Add forgotten entity
...
Approved by: phantom
2003-09-16 09:12:37 +00:00
Denis Peplin
0029986691
Add my pgp key
...
Approved by: phantom
2003-09-16 07:50:05 +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
Foxfair Hu
2c5cd5d6bc
Update my key after expiration.
2003-09-01 10:04:39 +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
Christian Brueffer
52df7db427
Bring my key up to date, including sigs from alex@ and arved@
2003-08-28 07:43:32 +00:00
Masafumi Max NAKANE
af79e40097
Update my key so that UIDs are up-to-date.
2003-08-28 07:01:32 +00:00
Marc Fonvieille
21aca1de1c
Add more warnings to make lint. It should be possible now to find
...
empty and unclosed tags. I used the word "should" because sometimes it
does not work, however most of malformed tags are found now.
That idea came after a talk with Denis Peplin.
2003-08-27 07:10:36 +00:00
Peter Pentchev
2b48b32a13
Set the correct primary uid <roam@ringlet.net> on my key.
2003-08-27 06:19:46 +00:00
Marc Fonvieille
8115827195
Add mkfontdir(1).
2003-08-25 19:06:36 +00:00
Mathieu Arnold
b4818c6fcf
Add my key
...
Approved by: demon (mentor)
2003-08-25 07:58:21 +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
Marc Fonvieille
a7f321a514
Add 3 new images to replace remaining ASCIIs in IPsec section.
2003-08-15 12:25:44 +00:00
Alexander Nedotsukov
fb4a3c4b7a
Move myself from additional contributors to developers.
...
Approved by: marcus (mentor)
2003-08-15 06:46:12 +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
bb57df4152
Add a .pic version of the network topology used in the IPsec section of
...
the Handbook (other ASCII arts will be treated in the same way soon).
2003-08-14 16:24:20 +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
Hiroki Sato
81b12f5b5a
Update UIDs of my key.
2003-08-10 12:10:55 +00:00
Bruce M Simpson
85c68eb409
Add my GPG public key.
...
Approved by: jake (mentor)
2003-08-09 02:13:28 +00:00
Bruce M Simpson
e4f6459ee8
Approved by: jake (mentor)
2003-08-09 02:09:14 +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
Bruce A. Mah
a6ce5d5629
Add signatures to my key from various cow-orkers.
2003-08-06 18:50:11 +00:00
Marc Fonvieille
f8cfbd21b0
Remove -p option from ${MKDIR} definition to avoid redundancy (options
...
should be specified out from the variable definition).
PR: docs/54422
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-01 20:28:55 +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
Dag-Erling Smørgrav
c627718311
Update after debconf 3 ksp.
2003-07-24 18:28:58 +00:00
Michael Nottebrock
81be858cf8
Add my PGP pubkey.
...
Approved by: arved (mentor)
2003-07-24 14:45:59 +00:00
Simon L. B. Nielsen
e85c4ffc72
New PGP key to avoid problems with my old key, which was partially
...
expired.
Approved by: ceri (mentor)
2003-07-23 13:11:49 +00:00
Kirill Ponomarev
d9040dbaa5
Add my PGP Key
...
Approved by: fjoe (mentor) (implicit)
2003-07-22 20:06:23 +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
Simon L. B. Nielsen
3115460705
Add my PGP/GPG key.
...
Approved by: ceri (mentor)
2003-07-20 19:56:28 +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
Marc Fonvieille
4ddb96e3eb
Update the copyright (this file changed in 2003).
2003-07-10 15:25:35 +00:00
Marc Fonvieille
efd8e60b6d
Quick fix to produce correct html.tar and html.split.tar tarballs
...
PR: docs/52419
2003-07-05 10:09:50 +00:00
Bruce A. Mah
1c722a4f22
Add rescue(7).
2003-07-03 20:42:25 +00:00
Hiroki Sato
7ed83a52a2
Add ${PREFIX}/share/sgml/catalog.ports into ${CATALOGS} explicitly.
2003-07-03 13:02:31 +00:00
Jun Kuriyama
514993ec31
Collect catalogs only if avaiable.
...
In xmlcatmgr world, only ${PREFIX}/share/{sgml,xml}/catalog is
required from under ${PREFIX}.
2003-07-03 03:49:48 +00:00
Dag-Erling Smørgrav
fc3b8606c5
New key.
2003-07-01 23:53:42 +00:00
Bruce A. Mah
aaf84b8b8c
Add entities for ath(4) and watchdog(4) and friends.
2003-06-26 20:59:01 +00:00
Oliver Braun
7dc39d8c32
Remove a no longer existing id.
2003-06-23 21:23:12 +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
Bruce A. Mah
c79b114d7c
Add entity for locale(1).
2003-06-20 23:12:51 +00:00
Murray Stokely
28adb85d88
Override the normal legalnotice processing to always render this
...
element if role="trademarks". Otherwise, fall back to the default
processing (which doesn't always get displayed, depending on some
variables).
2003-06-17 20:22:51 +00:00
Bruce A. Mah
a616f4b0cc
Add gem(4) and hme(4) entities.
2003-06-13 17:21:33 +00:00
Erwin Lansing
e1fcdb2dda
add my gpg-key
...
Approved by: edwin (mentor)
2003-06-04 08:32:04 +00:00
Bruce A. Mah
3c282f4d6f
Update for 5.1-RELEASE doc set. This changes the current version
...
entities and the number of ports.
2003-06-03 19:25:31 +00:00
Bruce A. Mah
4ce5ddb56f
Add manpage entity for pam_guest(8).
2003-06-03 03:38:32 +00:00
Mario Sergio Fujikawa Ferreira
27ca89247a
Update with new gpg key
2003-06-02 05:33:17 +00:00
Hiroki Sato
ecd26f86b1
Move ($create-refentry-xref-link$) to share/sgml/freebsd.dsl
...
and the localized sysids to <langcode>/share/sgml/catalog.
Since <langcode>/share/sgml/freebsd.dsl still include some
language-neutral parameters and procedures for printable formats,
I will work on assorting them similarly. I am sorry that
this (and probably the next) commit may break the translation
team's usual update procedure, but you can merge the language-specific
freebsd.dsl from the English version as before.
Discussed on: -doc
2003-05-22 15:03:50 +00:00
Gregory Sutter
37c4c612a3
Sort 'paul' after 'patrick'.
2003-05-22 00:49:44 +00:00
Gregory Sutter
fa81a30975
Remove revoked key and update current one.
2003-05-22 00:48:42 +00:00
Tom Rhodes
3d8fe4fa43
Quiet a few make warnings by adding a few .if statements.
...
bsd.obj.mk already includes bsd.subdir.mk so there is no need
to include it twice.
PR: 52540
Submitted by: "Simon L.Nielsen" <simon@nitro.dk>
Tested with: cd doc/ && make
2003-05-21 21:16:10 +00:00
Ceri Davies
a8bb589a42
Slightly beef up the spellcheck target so that it works for the html-split
...
and txt formats as well as the html format.
Reviewed by: murray
2003-05-21 11:23:45 +00:00
Marc Fonvieille
ce68f1bad7
Add ehci(4) entity.
2003-05-19 20:11:45 +00:00
Marc Fonvieille
a0167a2c0c
Add fonts-conf(5) entity.
2003-05-18 20:25:20 +00:00
Hiten Pandya
148aa2d700
Add entities for following Bluetooth man pages: [1]
...
btsockstat(1), rfcomm_sppd(1), bcmfw(8), bt3cfw(8),
hccontrol(8), hcsecd(8), hcseriald(8), l2control(8),
l2ping(8), rfcomm_pppd(8).
While I am here:
- put kadmind(8) entitiy after k5su(8) otherwise
doc/share/examples/check-manref.sh complains.
- add entities for CTASSERT(9), rman(9).
Submitted by: Pav Lucistnik <pav@oook.cz> (PR docs/52252) [1]
Approved and Reviewed by: des (mentor)
2003-05-17 02:17:47 +00:00
Murray Stokely
41d17bb519
We now have 8,500 ports.
2003-05-11 19:54:04 +00:00
Murray Stokely
0af58fbb37
Add a 'role' attribute to identify the <programlisting> tags that
...
enclose the PGP fingerprints, so that we may display them more
appropriately in the print output.
Sponsored by: FreeBSD Mall, Inc.
2003-05-11 07:37:51 +00:00
Paul Richards
8df2d44ecf
Add my PGP key.
2003-05-09 15:42:27 +00:00
Bruce A. Mah
a0c3284b05
Add entity for bsdlabel(8).
2003-05-08 21:06:36 +00:00
Marc Fonvieille
dc68e8657b
Fix my previous bogus commit: s/<--/<!--
...
Pointy Hat: blackend
2003-05-08 10:09:14 +00:00
Marc Fonvieille
5a5ac784a8
PGPkeys separation: pgpkeys will now be located in doc/share/pgpkeys.
2003-05-08 09:48:39 +00:00
Murray Stokely
a3f6280993
www/links1 is sufficient to dump HTML to text for all cases, so we
...
don't need to use w3m here. Move HTML2TXT definition from doc.html.mk
to the global doc.project.mk.
2003-05-04 11:13:57 +00:00
Murray Stokely
8a01141e46
Add a simple script to locate areas of a DocBook file where
...
<indexterms> are sparse. Also add makefile glue so that this may be
invoked on the Handbook or any other document in the FDP tree by
typing "make indexcheck".
Sponsored by: FreeBSD Mall, Inc.
2003-05-04 04:59:43 +00:00
Murray Stokely
34ccdb09ce
Add an ispell-based "spellcheck" target to the doc build
...
infrastructure.
Sponsored by: FreeBSD Mall, Inc.
2003-05-04 04:51:09 +00:00
Bruce A. Mah
583cccc1f3
Add entity for rue(4).
2003-05-03 22:19:20 +00:00
Ceri Davies
1fe44b58cd
acpiconf(8) is only available in current at the moment; fix broken links
...
that are currently being generated by the man.acpiconf.8 entity.
PR: docs/51025
Submitted by: Eldar I.Urazaliev <admin@antk.ru>
2003-04-28 23:45:46 +00:00
Hiroki Sato
f6cd99b654
Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
...
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Bruce A. Mah
13ad38b92b
Add entity for axe(4).
2003-04-21 16:03:22 +00:00
Robert Watson
8bb593ce7b
Add entities for mac_prepare(3) and mac.conf(5).
2003-04-20 03:50:41 +00:00
Hiroki Sato
4f8b26641c
- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
...
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.
- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
and l10n.ent for entity localization.
- Use share/misc/docbook.css for indentiation of <programlisting>
and <screen>.
- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Tom Rhodes
bba04fa7a6
Add entities for my recently added ntp_adjtime(2) and ntp_gettime(2) manual
...
pages.
2003-04-17 19:28:42 +00:00
Bruce A. Mah
9452599b04
Add pam_chroot(8) entity.
2003-04-17 15:42:26 +00:00
Marc Fonvieille
8c8a820241
s/ctm.rmail/ctm_rmail/
...
PR: docs/50919
Submitted by: Pav Lucistnik <pav@oook.cz>
2003-04-13 22:48:48 +00:00
Bruce A. Mah
f087f06a9a
Manpage entities for usbhidcontrol(1), sbni(4), sbsh(4).
2003-04-13 19:06:56 +00:00
Bruce A. Mah
7460b2ffea
Add entity for vpd(4).
2003-04-12 16:32:10 +00:00
Marc Fonvieille
47f6d4e260
Commit images separation from en_US.ISO8859-1/ directory to
...
share/images. To link "generic" images (share/images ones) from
Makefiles use IMAGES_EN and to link localized images use IMAGES.
For an example look at en_US.ISO8859-1/books/handbook/Makefile
2003-04-11 09:21:15 +00:00
Marc Fonvieille
e49b919a86
Add doc/share/images/books files for images separation.
2003-04-11 09:10:23 +00:00
Marc Fonvieille
7fd236d4d0
Add doc/share/images/callouts for images separation.
2003-04-11 09:01:07 +00:00
Marc Fonvieille
7b3eaf363b
Add doc/share/images/articles files for images separation.
2003-04-11 08:59:19 +00:00
Bruce A. Mah
7dc7a0d4fa
New manpage entities: pae(4), libmap.conf(5), diskinfo(8),
...
jexec(8), jls(8).
2003-04-11 00:49:00 +00:00
Ceri Davies
9486dcc1b3
Now that the docproj port is updated accordingly, use version 4.2 of the
...
docbook-xml DTD when building with the xsl stylesheet.
2003-04-09 22:46:30 +00:00
Ceri Davies
86d10cdda4
Clean up properly when STYLESHEET_TYPE is set to "xsl".
...
Reviewed by: trhodes
2003-04-08 22:00:23 +00:00
Tom Rhodes
682426cd11
Add manual refs for wlan(4) and smapi(4). This looks right.
2003-04-05 21:42:50 +00:00
Bruce A. Mah
ad22320b7b
Add entities for omshell(1), dhcpctl(3), and gstat(8).
2003-03-28 18:13:19 +00:00
Bruce A. Mah
24ebcdb1b5
Version number bumps in the doc/ tree for 4.8-RELEASE.
...
This commit does not constitute a release announcment.
2003-03-23 18:03:32 +00:00
Bruce A. Mah
f602b36021
Somewhat formalize the "multiple 'latest' versions" entities hack
...
of doc/en_US.ISO8859-1/books/faq/book.sgml rev 1.509 by moving
the entity definitions to the place where we define all the other
version number entities. This makes it far more likely that they'll
be updated correctly during version number bumps.
2003-03-08 15:42:46 +00:00
Murray Stokely
3c88669f0d
Update number of ports in Ports Collection.
2003-03-08 09:49:46 +00:00
Bruce A. Mah
51c9d8d63f
Add entity for mksnap_ffs(8).
2003-03-08 00:12:22 +00:00
Ceri Davies
578b41153b
Add "Absolute BSD".
2003-02-22 21:45:28 +00:00
Ceri Davies
5f2afa6541
Update link to the BSD Family Tree to an FTP server that carries it.
2003-02-22 21:39:37 +00:00
Ceri Davies
9195035ede
Remove duplicate entry for the "UNIX System Administration Handbook".
2003-02-22 21:37:57 +00:00
Bruce A. Mah
a05e6539ef
Add entity for devctl(4).
2003-02-17 22:17:30 +00:00
Hiroki Sato
dec7f3cd8e
Add the following knobs for the DocBook DSSSL stylesheets:
...
- WITH_INLINE_LEGALNOTICE (for HTML only):
do not render <legalnotice> as a separate file if defined.
- WITH_ARTICLE_TOC:
generate TOC for documents whose root element is <article> if defined.
- WITH_BIBLIOXREF_TITLE:
for cross references to bibliography entries, use the title of
the entry as the cross reference text, if defined.
2003-02-16 14:59:30 +00:00
Giorgos Keramidas
58f479a337
Add man.pam.group.8; to unbreak build of doc/articles/pam.
2003-02-16 03:23:35 +00:00
Tom Rhodes
c7151ae9fe
Add an entity for miibus(4).
2003-02-15 16:39:00 +00:00
Bruce A. Mah
286779c000
Add entity for libgeom(3).
2003-02-14 16:35:50 +00:00
Marc Fonvieille
583860e18c
Add xrdb(1) entry.
2003-02-09 11:51:05 +00:00
Dag-Erling Smørgrav
71345e1f1d
Add an entity for pam_kerberosIV(8). Don't be confused by the fact that
...
there is no such manual page ;)
2003-02-06 09:26:55 +00:00
Bruce A. Mah
acf941b608
Add entity for elfdump(1).
2003-02-03 18:21:36 +00:00
Marc Fonvieille
53756ddd2e
Add ${DOC}.ps in pdf target CLEANFILES, this is needed to correctly clean
...
the Handbook build in pdf format.
2003-02-01 15:14:40 +00:00
Ceri Davies
5cf784715b
Add $LOCAL_IMAGES_LIB_DIR to $CLEANDIRS.
...
Not objected to by: doc
2003-01-31 17:26:53 +00:00
Yaroslav Tykhiy
21a8077d8a
Add an entity for ftpchroot(5).
2003-01-31 13:46:00 +00:00
Bruce A. Mah
679df2c4ff
Add entity for fast_ipsec(4).
2003-01-24 06:51:38 +00:00
Bruce A. Mah
937bb0ef2d
FreeBSD 5.0 is imminent. Update doc entities.
2003-01-15 22:21:59 +00:00
Bruce A. Mah
f372fa718b
Update for the number of ports and size of the ports collection for
...
FreeBSD 5.0.
2003-01-12 17:31:15 +00:00
Bruce A. Mah
497325d9ef
Add an entity for iir(4).
2003-01-07 16:43:50 +00:00
Tom Rhodes
82526a4c3e
Add the ida(4) manual page to our list.
2003-01-06 21:41:08 +00:00
Bruce A. Mah
e16c180af9
Add entities for some new manpages I noticed while catching up on
...
commit mails.
2003-01-06 01:31:31 +00:00
Tom Rhodes
2139c3a789
Add the files which will allow us to actually build with FORMAT=html
...
STYLESHEET_TYPE=xsl. This is a stepping stone.
2003-01-03 05:06:14 +00:00
Marc Fonvieille
e08cad3e13
Add ${DOC}.tex to CLEANFILES list of ps and pdf formats.
2002-12-29 13:01:16 +00:00
Tom Rhodes
50f6365c86
Create XHTML documents in place of HTML4 documents with a small alteration
...
to the *.mk files.
2002-12-27 00:25:42 +00:00
Sebastien Gioria
85242e41fa
Adding &man.kadmind.8;
2002-12-11 17:24:19 +00:00
Chris Costello
24932126cd
Add references to a few more mac-related man pages
...
Sponsored by: DARPA, Network Associates Labs
2002-12-09 22:55:06 +00:00
Chris Costello
7c6ef4c7bc
Add a few more MAC-related entries
...
Sponsored by: DARPA, Network Associates Labs
2002-12-09 22:39:01 +00:00
Murray Stokely
75b2cf1a4d
Add a new entity for the size of the ports collection, since this is
...
discussed in multiple areas of the documentation set (and in multiple
languages).
2002-12-08 22:41:59 +00:00
Ceri Davies
ead5ecb72d
UNIX is a registered trademark.
2002-12-08 22:17:04 +00:00
Marc Fonvieille
e8c9249f77
Add some ${LOCAL_IMAGES_TXT} where needed to allow the build of various
...
formats: rtf and pdf.
Problem found by: ceri
2002-12-07 20:12:45 +00:00
Robert Watson
1c1a82166a
Add a man entity for libugidfw, since it's referenced from the MAC
...
documentation.
2002-12-05 17:26:11 +00:00
Robert Watson
809425b7a3
Add man page entities for mac_mls, mac_biba, mac_bsdextended now that
...
they are in their final resting places (share/man/man4).
2002-12-05 17:07:49 +00:00
Robert Watson
d8f37f2cb8
Add entities for getpmac(8), setpmac(8), and setfsmac(8).
2002-12-04 16:39:58 +00:00
Udo Erdelhoff
982589dcf6
Update with the manual pages found on an up-to-date -current
2002-11-24 17:14:36 +00:00
Marc Fonvieille
3f3c49e1b3
Add entity for syncache.4 manual page.
...
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-11-23 20:50:57 +00:00
Nate Lawson
7fda168acb
Add targ(4) to the entities file.
...
PR:
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-11-23 06:27:57 +00:00
Ceri Davies
ac307bceb7
s/seperate/separate/
2002-11-20 19:41:10 +00:00
Bruce A. Mah
adc7ab4149
Add entity for sn(4).
2002-11-19 22:33:03 +00:00
Thomas Moestl
67ac4e1d30
Use openjade on all non-i386 platforms, not just alpha.
...
Reviewed by: -doc
2002-11-10 14:39:46 +00:00
Bruce A. Mah
558f89409b
Add manpage entities for vaccess_acl_posix1e(9) and mac(9).
...
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-11-04 20:18:48 +00:00
Marc Fonvieille
6c9a428eee
Remove my dirty hack, it's useless with doc.docbook.mk changes.
2002-11-02 21:45:53 +00:00
Marc Fonvieille
c5ec91e7cc
Add ${LOCAL_IMAGES_TXT} variable where needed to allow the creation of
...
.txt images.
Submitted by: nik
2002-11-02 21:34:57 +00:00
Sebastien Gioria
1d7149e236
Add entities for ktrdump(8)
2002-11-02 14:56:22 +00:00
Jesus Rodriguez Cuesta
e5d681aea8
Fix spanish handbook build using a local mailing-lists.ent file.
2002-10-31 20:21:01 +00:00
Bruce A. Mah
091d5106ff
Add a few new entities for new manpages: atapicam(4), uuid(3),
...
check_utility_compat(3).
2002-10-30 18:29:13 +00:00
Marc Fonvieille
88477ef95f
Quick hack to allow build of the Handbook with .txt files.
...
textproc/scr2txt must also be on the system.
The .txt files are created on the fly with .png ones. This is not
perfect, but it allows mirrors to build docs.
2002-10-30 10:06:03 +00:00
Nik Clayton
bae6e2b3ef
Add the ${LOCAL_IMAGES_TXT} variable as a dependency in the html-text
...
target, ensuring that any .txt files that need to be generated for the
document will be.
2002-10-28 19:44:08 +00:00
Nik Clayton
eece7f02d3
Add in the necessary framework so that in the "FORMATS=txt" case, any
...
.scr files in the ${IMAGES} list are automatically converted to their
plain text equivalents.
2002-10-28 19:41:55 +00:00
Nik Clayton
66e8205da4
Fix a long-standing bug in the way (the lack of) images is handled in the
...
'text-only' case.
Do this by explicitly setting preferred-mediaobject-notations to the
empty list.
This has only worked for so long because the source format for images in
all the documents with plain text equivalents for images has been EPS,
which isn't used in the HTML output format. If PNG images were used
then the <textobject> element wasn't chosen.
2002-10-28 19:35:31 +00:00
Bruce A. Mah
04ab905c3f
Manpage references for new fun features: gbde(4), raid(4),
...
devd.conf(5), devd(8), gbde(8), raidctl(8).
2002-10-21 23:00:46 +00:00
Bruce A. Mah
1b0bcec8ac
Add entities for some of the wide character C library functions.
...
This only adds those required by a release note documenting these
features.
Also add an entity for pst(4).
2002-10-19 16:15:35 +00:00
Sebastien Gioria
f5c785899a
Adding some french definitions for building relnotes on RELENG_4
2002-10-19 14:59:26 +00:00
Bruce A. Mah
f1a3574c65
New entities: mac(3), ofwdump(8), ugidfw(8).
2002-10-18 23:34:55 +00:00
Marc Fonvieille
54f58d175c
Keep &man.foo.1; form for -CURRENT manual page in the Handbook.
...
This will avoid any changes in the sgml files. In translations, only
freebsd.dsl file will have to be updated.
(revert in part previous commit)
2002-10-18 21:16:33 +00:00
Marc Fonvieille
e2f224d087
Use current attribute for -CURRENT manual pages. It is now possible to
...
make the difference between -STABLE and -CURRENT manual pages. We need
this for devfs, device.hints etc. manual pages in our Handbook.
Manual pages entities for -CURRENT should have the form &man.current.foo.1;
Note, this does not concern release notes but only docs.
An "old" man.devfs.5 entity is kept to allow the build of localized docs
till their upgrade.
2002-10-18 19:00:54 +00:00
Tom Rhodes
11b2631716
Use correct manual page entities.
2002-10-18 05:38:33 +00:00
Bruce A. Mah
9130839d10
Add entities for bz*grep(1).
2002-10-15 23:20:07 +00:00
Marc Fonvieille
a89acfe274
Allow the use of graphic files from en_US.ISO8859-1/ directory for
...
localized docs.
For example in the Handbook Makefile, an image entry will be similar to:
IMAGES = ../../../en_US.ISO8859-1/books/handbook/install/userconfig.scr
the image will be built in that directory and then installed in the right
localized place at installation time.
Some versions of ghostscript (7.04) have problems with the use of
relative path when the arguments are passed by peps; a fix was
added.
Reviewed and discussed with: murray
2002-10-12 10:53:52 +00:00
Murray Stokely
218aacf60d
FreeBSD 4.7 is imminent.
2002-10-08 04:42:45 +00:00
Bruce A. Mah
b1417ca4a7
Add entities for kse(2) and new crypto manpages.
2002-10-05 16:44:40 +00:00
Bruce A. Mah
611aa86b9d
Update for number of ports in the ports tree. (Obtained from
...
ports/INDEX rev. 1.366.)
2002-10-02 16:01:26 +00:00
Mario Sergio Fujikawa Ferreira
166d8f9d41
Add all PTBR specific entries in order to silence some warnings
...
when building documentation
Approved by: phantom (mentor)
2002-09-24 13:44:07 +00:00
Marc Fonvieille
fc1bd3af83
Addition of Italian entities
...
PR: docs/42926
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
2002-09-22 10:31:23 +00:00
Bruce A. Mah
45d1eb01f3
Commit a few Firewire manpage entities.
2002-09-19 22:32:44 +00:00
Bruce A. Mah
77a34f9fea
Add an entity for gre(4).
2002-09-10 17:57:44 +00:00
Alfred Perlstein
7e4ba0309d
Add a chapter to describe newbus.
...
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
PR: docs/42557
2002-09-08 21:25:24 +00:00
Bruce A. Mah
c5ed9db7cb
Add entity for ng_l2tp(4).
2002-09-03 00:24:17 +00:00
Bruce A. Mah
2d6ef52919
Add entity for ahd(4).
2002-09-01 22:14:44 +00:00
Marc Fonvieille
12dd96327b
- Addition of vendor attribute where needed.
...
- Addittion of a little explanation about vendor attribute.
2002-08-30 13:21:49 +00:00
Bruce A. Mah
2c30955cce
Add an entry for xterm(1), using the new vendor attribute.
2002-08-30 02:49:21 +00:00
Marc Fonvieille
ea1af70d8c
Fix <citerefentry> definition to support 'vendor' attribute to select
...
which of the CGI manual page collections to use.
Some changes have to be done in local freebsd.dsl, look at
http://www.freebsd.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/share/sgml/freebsd.dsl.diff?r1=1.14&r2=1.15
for more details.
Reviewed by: nik
2002-08-27 14:03:38 +00:00
Bruce A. Mah
d7051b8aab
Add entity for uvisor(4).
2002-08-23 19:12:27 +00:00
Murray Stokely
e31b057846
FreeBSD 4.6.2 is imminent.
2002-08-14 06:50:51 +00:00
Dima Dorfman
fa83fbb7c0
Add devfs(8).
2002-07-28 07:50:27 +00:00
Dima Dorfman
eaa482e767
Properly sort cpu_switch(9).
2002-07-28 07:49:22 +00:00
Dima Dorfman
9ca76adfd2
Fix the blatant disregard for the order of entries in the file (as
...
well as the lack of necessity of duplicates) in revision 1.142 (adding
PAM manual pages).
Found by: ../examples/check-manref.sh
Submitted by: sed, xargs, ../examples/add-manref.sh
2002-07-28 07:45:19 +00:00
Bruce A. Mah
4b513a94e6
Revert revision 1.15, which showed 4.6.1-RELEASE as the most recent.
...
Someone on the RE team will reinstate this change when the release is
imminent.
This (hopefully) will prevent people reading our doc files from getting
confused as to what the latest release is.
Approved by: murray
2002-07-25 04:56:59 +00:00
Jim Mock
e7db2f9364
Say hello to the beginnings of a new multimedia chapter (after a
...
repo-copy from sound). This is based on the old sound chapter, but
includes video and other multimedia related bits. More will be added to
it shortly and various parts will be cleaned up, but I wanted to get
this in the tree before I do anything else to it.
The sound chapter has been removed from the build, but I haven't cvs
rm'd it yet (though I will in about 24 hrs time).
Mostly submitted by: Ross Lippert <ripper@eskimo.com>
2002-07-24 04:22:50 +00:00
Murray Stokely
2e906b3095
Update entities for upcoming 4.6.1 release.
2002-07-19 09:28:23 +00:00
Murray Stokely
9089b6feca
Remove CSS_SHEET from .OBJDIR during `make clean'.
...
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-07-07 05:05:46 +00:00
Bruce A. Mah
beff3ac59d
Add jumbo(9) and zero_copy(9).
2002-06-27 16:43:30 +00:00
Bruce A. Mah
886255268c
New manpage entities: pselect(3), disc(4), pam_echo(8), pam_exec(8).
2002-06-22 21:23:23 +00:00
Bruce A. Mah
891f007a38
Add a handful of new manpage references.
2002-06-21 15:32:09 +00:00
Bruce A. Mah
f1a0472b2b
Add rcorder(8).
2002-06-14 02:36:21 +00:00
Bruce A. Mah
080e89b605
Add stat(1).
2002-06-11 21:30:05 +00:00
Dag-Erling Smørgrav
3562552682
Full roster of PAM man pages.
2002-06-07 13:17:31 +00:00
Dag-Erling Smørgrav
31f658b724
Perl script that translates a list of man pages to a list of SGML entity
...
definitions.
2002-06-07 13:16:50 +00:00
Nik Clayton
7d0a752f13
Add support for generating {book,article}.xml from {book,article}.sgml.
...
Add support for using the XSL stylesheets to generate HTML output using
XSLT transforms, rather than using JadeTeX. So (assuming you have
installed xsltproc from ports/textproc/libxslt, and the docbook-xsl
stylesheets), you can now do
make STYLESHEET_TYPE=xsl FORMATS=html
and get HTML output that way.
2002-06-04 11:40:17 +00:00
Nik Clayton
482c17450b
Update entities and text relating to the upcoming 4.6 release.
2002-05-30 21:38:26 +00:00
Bruce A. Mah
8bd73a52b5
We now have (more than) 7,000 ports.
...
Pointed out by: rpratt
2002-05-28 00:22:40 +00:00
Bruce A. Mah
f225bf2335
Add entities for asa(1), b64decode(1), b64encode(1), pathchk(1), sccs(1).
2002-05-22 23:02:42 +00:00
Bruce A. Mah
9cfffa7d71
Add entity for tabs(1).
2002-05-21 03:25:15 +00:00
Giorgos Keramidas
6bfa1aac46
Remove &man.links.1;. There was only one reference to it, and it was
...
removed from the fdp-primer.
2002-05-19 13:48:26 +00:00
Bruce A. Mah
a1c6333d1b
Add entity for devinfo(8).
...
Requested by: Hiten Pandya <hitmaster2k@yahoo.com>
2002-05-13 16:42:45 +00:00