Commit graph

806 commits

Author SHA1 Message Date
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:

 <!ENTITY % articles.ent PUBLIC
            "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
 %articles.ent;

This pulls all of the necessary entities via share/sgml/articles.ent.

The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml.  See
ja_JP.eucJP/share/sgml for example.
2004-08-08 13:44:01 +00:00
Martin Heinen
0db2af1869 Add the entities "gui.yes" and "gui.no" to prevent
unpleasant line breaks in button texts.

Discussed on:	-doc
2004-08-07 12:12:29 +00:00
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 &nis; 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 &nis;,
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