Commit graph

21663 commits

Author SHA1 Message Date
Warren Block
07cfa35a28 Convert the station capabilities variablelist into a more readable table. 2012-01-31 05:11:07 +00:00
Hiroki Sato
a3e34ae400 - Fix ($user-html-header$) to support <script src="foo">. While the rendered
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
  unnecessary spaces after the tag, most of the www browsers and HTML
  processors cannot recognize it as the end of <script>.  To workaround this,
  ($user-html-headers$) now outputs the start and the end tag independently
  in each single line.

- Add %html-header-script% to control if <script> is included in <head>.

- Add html.header.script.google knob for SGML and XML documents in non-DocBook
  DTD.  %html.header.script.google; and $html.header.script.google.

- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion.  Note that
  <script> is disabled temporarily.

Discussed with:	gjb and core
Tested by:	gjb
2012-01-31 02:01:32 +00:00
Benedict Reuschling
5e41f5f784 Add a section about using the ZFS reservation feature.
This work was done as part of Google Code-In (GCIN) 2011.

GCIN student:		Isabell Long (isabell121 gmail com)
GCIN task mentor:	theraven, pgj
Patch reapplied by:	Niclas Zeising (zeising daemonic se)
Minor cleanups by:	me
2012-01-30 20:01:24 +00:00
Benedict Reuschling
f1485856ea Add a section about using the ZFS quota feature.
This work was done as part of Google Code-In (GCIN) 2011.

GCIN student:		Isabell Long (isabell121 gmail com)
GCIN task mentor:	pgj
Patch reapplied by:	Niclas Zeising (zeising daemonic se)
Minor cleanups by:	me
2012-01-30 19:43:43 +00:00
Daniel Gerzo
c6a043d242 - ftp2.se.FreeBSD.org mirror also supports rsync now
Submitted by:	empty@telia.com
2012-01-30 18:59:13 +00:00
Daniel Gerzo
be64af3060 - the contents of the ftp2.se.freebsd.org are available through http
as well

PR:	www/164461
2012-01-30 12:22:20 +00:00
Ryusuke SUZUKI
a0cf0a78b8 Merge the following from the English version and refine translations.
1.24 -> 1.26	doc/ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml
2012-01-30 09:59:11 +00:00
Rene Ladan
ac4f7a8143 MFen the Dutch Handbook:
- boot 1.71 -> 1.72
- security 1.343 -> 1.344
Obtained from:	the FreeBSD Dutch Documentation Project
2012-01-29 16:52:16 +00:00
Rene Ladan
e8d08a6757 MFen 1.9 -> 1.12
Obtained from:	the FreeBSD Dutch Documentation Project
2012-01-29 11:22:56 +00:00
Warren Block
747f2d46e6 Add a workaround to prevent Tidy from converting tabs to spaces
by converting them to &#09; before Tidy gets them.  Then Tidy
converts them back to real tabs, not spaces.

Reviewed by:	hrs, gjb
2012-01-29 07:25:49 +00:00
Warren Block
d59c6a518d Unabbreviate "versus", correct "build" to "built", add comma to i.e.,
Insert spaces before callouts to improve readability.
2012-01-29 02:54:43 +00:00
Warren Block
9058d04c74 Whitespace-only changes. Wrap long lines and fix indentation. 2012-01-29 02:33:32 +00:00
Warren Block
2eeb8a5f3a Fix title capitalizations, include /tmp in list of filesystems for
split-filesystem partitioning.
2012-01-29 00:16:47 +00:00
Warren Block
3e0a636ca1 Whitespace-only changes. Wrap long lines, fix indentation. 2012-01-28 19:21:29 +00:00
Hiroki Sato
26962ca4e3 Add tab expansion procedure into ($verbatim-display$). Although DSSSL
specification supports expand-tabs: characteristics in paragraph flow objects,
printable format backends in our DSSSL processors (Jade or OpenJade) do not
support it.

The committed code expands a literal tab character into literal spaces with
length of %default-tab-spacing%.  In the position calculation, it assumes all
of characters have a fixed width and the number of characters in a node list
can be obtained by (string-length (data nl)).  Note that this can be false
especially when different font sizes are used.

Tested by:	wblock
2012-01-28 08:56:56 +00:00
Warren Block
e2edac3176 Whitespace-only fixes. Wrap long lines, close up straggling </para> tags,
a few indentation and other fixes.
2012-01-28 06:15:41 +00:00
Warren Block
3314d49e02 Add a missing </listitem> tag. 2012-01-28 04:45:07 +00:00
Warren Block
60e69208ad Add a missing </para>. 2012-01-28 04:23:07 +00:00
Warren Block
a49a7b32e4 Whitespace-only fixes. 2012-01-28 03:17:48 +00:00
Gavin Atkinson
cb464622f4 Update to reflect the change in the core-secretary hat.
Approved by:	bcr (mentor)
2012-01-27 22:21:39 +00:00
Xin LI
b8744c0d3f Update my key. 2012-01-27 19:37:04 +00:00
Pawel Pekala
a6850ede9d For net-p2p/retroshare
PR:		ports/164283
2012-01-27 14:45:43 +00:00
Warren Block
c3ebf18dee Be more specific about which table headers to force left-justified so
header and footer elements aren't unjustifiably justified.

Submitted by:	Jason Massey
PR:		www/164454
Reviewed by:	gjb (mentor)
2012-01-25 22:16:36 +00:00
Frederic Culot
0c6c2527b5 Add Denis Pokataev <catone@cpan.org> for net/p5-Net-Server-SS-PreFork.
PR:	ports/164411
2012-01-25 14:49:03 +00:00
Ganbold Tsagaankhuu
b4cbbbf7ef MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2012-01-25 02:29:02 +00:00
Rene Ladan
a37c27b401 MFen the Dutch Handbook:
- advanced-networking 1.443 -> 1.444
- cutting-edge 1.256 -> 1.257
Obtained from:	the FreeBSD Dutch Documentation Project
2012-01-24 21:11:16 +00:00
Warren Block
703fd01a72 Fix title capitalization, abbreviations, spelling, and a missing </para>
tag.

Approved by:	gjb (mentor)
2012-01-24 15:56:06 +00:00
Maxim Konovalov
2525bfe454 Missed </para> tags added.
Found by:	wblock's igor.
2012-01-24 12:06:34 +00:00
Maxim Konovalov
89baf6d2a4 More EoL whitespaces and tabs killed. 2012-01-24 11:52:19 +00:00
Maxim Konovalov
e9d461d92f Kill EoL whitespaces. 2012-01-24 11:49:16 +00:00
Maxim Konovalov
42a16e369a Spell. 2012-01-23 17:31:38 +00:00
Sergey Kandaurov
fe5eef3f2c MFen:
1.1111 -> 1.1156	book.sgml (minus whitespace changes)
2012-01-23 17:07:07 +00:00
Frederic Culot
bb33a61672 Add Tatsuya Ueda <ml+freebsd@tatsuya.info> for devel/p5-Path-Class-File-Lockable.
PR:	ports/164368
2012-01-23 12:33:41 +00:00
Ganbold Tsagaankhuu
84a67ef37d MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2012-01-23 03:02:14 +00:00
Rene Ladan
7934914266 Remove instructions in case the -p option of mergemaster(8) is not present,
it is in all supported releases.

Idea taken from http://wiki.freebsd.org/DocIdeaList

Reviewed by:	bcr
Approved by:	dougb
2012-01-22 23:42:59 +00:00
Warren Block
96ab6d2e08 Correct transposed "the all".
Approved by:	bcr (mentor)
2012-01-22 17:11:52 +00:00
Wesley Shields
d3c3243453 The MITRE Corporation styles it's name in all capital letters.
Source: http://en.wikipedia.org/wiki/MITRE

Approved by:	gjb@
2012-01-22 16:20:19 +00:00
Rene Ladan
3ba409332c MFen the Dutch Handbook:
- eresources 1.216 -> 1.217
- firewalls 1.97 -> 1.98
- ppp-and-slip 1.196 -> 1.197
- security 1.342 -> 1.343
- mailing-lists.ent 1.87 -> 1.88
Obtained from:	the FreeBSD Dutch Documentation Project
2012-01-22 13:08:25 +00:00
Warren Block
7d4755623a Correct the contents of <programlisting> elements. Translators please
note: some of the changes here are whitespace, but it's significant
whitespace that is visible in the rendered output.

Approved by:	gjb (mentor)
2012-01-22 06:13:55 +00:00
Ryusuke SUZUKI
cd3cb3fa81 Merge the following from the English version:
1.143 -> 1.144	doc/ja_JP.eucJP/books/handbook/multimedia/chapter.sgml
2012-01-21 16:49:12 +00:00
Rene Ladan
fcd5906267 MFen 1.143 -> 1.144
Obtained from:	the FreeBSD Dutch Documentation Project
2012-01-21 13:25:31 +00:00
Ryusuke SUZUKI
7e0c0a06a4 Merge the following from the English version:
1.142 -> 1.143	doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml
2012-01-21 01:18:35 +00:00
Alexander Leidinger
e38d40e59c Add R Skinner for the linux-f10-nss_ldap port. 2012-01-20 21:31:06 +00:00
Ryusuke SUZUKI
3dbe1e3852 PR: docs/159650
Update the description about the dumpdev variable in rc.conf.

Reported by:	Jeremy Chadwick <freebsd _at_ jdc dot parodius dot com>
Reviewed by:	bcr, wblock, freebsd-doc
2012-01-20 15:56:00 +00:00
Rene Ladan
41dcdf0c34 MFen the Dutch Handbook:
- advanced-networking   1.442 -> 1.443
- bibliography          1.89 -> 1.92 (+ local fixes)
- book                  1.178 -> 1.179
- config                1.248 -> 1.249 (SRCID only, dougb)
- introduction          1.140 -> 1.143 (+ local fixes)
- mirrors               1.502 -> 1.505
- security              1.340 -> 1.342 (SRCID only)
Obtained from:	the FreeBSD Dutch Documentation Project
2012-01-19 21:21:57 +00:00
Warren Block
b367e054e2 Whitespace-only fixes. Wrap long lines and fix indentation. Translators
may ignore.

Approved by:	gjb (mentor)
2012-01-19 17:05:59 +00:00
Ryusuke SUZUKI
38ffa06bca Merge the following from the English version:
1.504 -> 1.505	doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml
2012-01-19 14:31:14 +00:00
Dmitry Morozovsky
dbda0297a7 Add linux-distro.co.uk
Requested by:	rik
PR:		164276
2012-01-18 21:00:11 +00:00
Sergey Kandaurov
e73e445bb6 Improve the description of __FreeBSD_version 802508.
Discussed with:	kib
2012-01-18 09:36:09 +00:00
Warren Block
a36ccb4ba8 Whitespace-only fixes of indentation, long lines, blank lines, and such.
Translators may ignore.

Approved by:	gjb (mentor)
2012-01-18 04:51:00 +00:00