Commit graph

21463 commits

Author SHA1 Message Date
Ryusuke SUZUKI
d7c72c0784 Merge the following from the English version:
1.20 -> 1.21	doc/ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml
2011-12-10 02:32:23 +00:00
Jim Harris
096aa7c4c9 Added jimharris. 2011-12-09 20:20:19 +00:00
Manolis Kiagias
149163da7f Update the Greek Handbook to the latest changes
MFen:

1.118 -> 1.119	desktop
1.20  -> 1.21	bsdinstall
1.142 -> 1.143  linuxemu
1.25  -> 1.27	virtualization

Obtained from:	FreeBSD Greek Documentation Project
2011-12-09 19:53:53 +00:00
Ryusuke SUZUKI
a1cb742fd9 A link to the installation media is changed to a more appropriate page.
(&url.base;/releases/index.html -> &url.base;/where.html)

Reviewed by:    gjb
2011-12-09 12:41:09 +00:00
Mark Linimon
16b746020b Also recommend -plistcheck with -trybroken. 2011-12-09 04:59:37 +00:00
Mark Linimon
71ae0c65a2 Note that -trybroken without -fetch-original is kind of silly. You will
get false positives for "now builds" for things that are just fetching
from a mirror.
2011-12-09 03:53:53 +00:00
Pedro F. Giffuni
d690b22387 Add myself as new committer: add PGP key and announce..
Approved by:	jhb (mentor)
2011-12-08 21:25:17 +00:00
Pedro F. Giffuni
f109aec7f8 Add myself as new committer.
Approved by:	jhb (mentor)
2011-12-08 20:00:41 +00:00
Manolis Kiagias
9964b3b132 Add missing </para> tag 2011-12-08 19:14:30 +00:00
Mark Linimon
a6e0f1efc5 Comment out entry for version 900045. kmacy confirms that this code
was never committed.  I will leave the entry commented out for now,
to prevent confusion for those that read earlier versions of this
document.
2011-12-08 19:02:22 +00:00
Ryusuke SUZUKI
28cf8854c5 Refine translation. 2011-12-08 09:59:40 +00:00
Ryusuke SUZUKI
72f2bc0eb4 Merge the following from the English version:
1.117 -> 1.119	doc/ja_JP.eucJP/books/handbook/desktop/chapter.sgml
2011-12-08 08:35:02 +00:00
Mark Linimon
24f17e93f1 Add version values for the following entries: 802511-802514, 1000000-
1000001.  Add XXX note about 900045 because AFAICT it's not actually
committed into param.h.
2011-12-08 03:57:28 +00:00
Mark Linimon
10c4163717 Provide a canonical example for how to state "the distfiles for this port
must be fetched manually".
2011-12-08 03:14:47 +00:00
Manolis Kiagias
6c44675698 Use /compat/linux/proc instead of /usr/compat/linux/proc as the mount point of
linproc in the examples, since:

- linux_base always installs to /compat and creates it as a directory if it
  does not exist as a symlink
- Custom installations (not done by sysinstall(8)) may not have /compat at all
- The linuxemu chapter uses /compat anyway (except a single example, fixed)
- The new bsdinstall(8) does not create /compat either as directory or symlink

PR:		docs/163102
Submitted by:	Kevin Baxter <VoidChicken at gmail dot com>
2011-12-07 21:32:06 +00:00
Rene Ladan
9b96ed5209 Add a missing "lagg".
Submitted by:	Johan Hendriks via private mail
2011-12-06 20:52:05 +00:00
Doug Barton
7ee27ccf76 Fix "its" where it should be, and expand what was properly "it's" to "it is"
since contractions should be avoided in formal documentation whenever possible

Poked by:	flz
2011-12-06 20:21:16 +00:00
Doug Barton
6e07f0e5c9 Add 2 new items to the rc.d pre-commit checklist, do loops terminate,
and use install instead of touch/chown/chmod.
2011-12-06 02:16:09 +00:00
Warren Block
d5795b93d1 Improve the HAST section of the Handbook.
Approved by:	bcr (mentor)
2011-12-05 23:46:43 +00:00
Ryusuke SUZUKI
2026567af5 Merge the following from the English version:
1.115 -> 1.119	doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml

Submitted by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot jp>
Reference:    [doc-jp-work 1797]
2011-12-05 15:12:41 +00:00
Taras Korenko
8bea36245e MFen:
+ articles/pr-guidelines/article.sgml     1.38  ->  1.39
  + handbook/kernelconfig/chapter.sgml      1.199 ->  1.200
  + handbook/network-servers/chapter.sgml   1.87  ->  1.138

  The docs/149522 PR fell under this merge.
2011-12-05 14:33:50 +00:00
Warren Block
80faaef434 Sand off some rough edges in the wireless section of advanced-networking.
Approved by:	gjb (mentor)
2011-12-04 20:54:59 +00:00
Manolis Kiagias
a62f9e130b Update the scripts directory location and source repository
in portbuild article

PR:		docs/163058
Submitted by:	crees
2011-12-04 14:29:00 +00:00
Rene Ladan
4f7fe964b2 MFen 1.25 -> 1.26
Obtained from:	the FreeBSD Dutch Documentation Project
2011-12-03 17:49:02 +00:00
Justin Hibbits
96e7567f02 Add myself to the relevant doc files.
Approved by:	nwhitehorn (mentor)
2011-12-03 14:02:50 +00:00
Rene Ladan
bb0f2806cd MFen 1.7 -> 1.9
Obtained from:	the FreeBSD Dutch Documentation Project
2011-12-03 12:26:40 +00:00
Doug Barton
12509b1e6e Minor tweaks to the markup for 1.1120 2011-12-02 22:24:30 +00:00
Manolis Kiagias
b6153f14ea Update the VirtualBox sections with new info:
- FreeBSD Guest Additions
- Guest CD/DVD support
- Guest USB support

The information comes mostly from the FreeBSD wiki and was converted for the
Documentation Project by Eric Newberry as part of the Google Code-in contest.
Eric's mentors were beat and decke. Thank you all for this nice work!

PR:		docs/162961
Authored by:	Eric Newberry
Submitted by:	beat
Reviewed by:	beat, wblock
2011-12-02 17:22:01 +00:00
Sergey Kandaurov
61161de106 Fix the build of the porter's handbook.
Noted by:	Taras Korenko <ds att ukrhub net>
2011-12-02 10:44:57 +00:00
Doug Barton
41b932175e For the rc.d scripts section:
Move load_rc_config and the default variables up to the newly preferred
location, right after rcvar.

Minor grammar fixes.

Add a pre-commit checklist that has most of the nitpicks that I do by hand.
2011-12-02 06:53:44 +00:00
Chris Rees
dd0a9cd26c Add Alexander Pereira Girald, the contributor of security/scannedonly
PR:		ports/154202
2011-12-01 20:06:06 +00:00
Ganbold Tsagaankhuu
213b350987 MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2011-12-01 12:52:24 +00:00
Ryusuke SUZUKI
5f7b395ebc Merge the following from the English version:
1.225 -> 1.229	doc/ja_JP.eucJP/books/handbook/cutting-edge/chapter.sgml

Reference:    [doc-jp-work 2224]
2011-11-30 12:01:03 +00:00
Pawel Pekala
dd48122a7a For x11-fonts/anonymousPro
PR:		ports/162614
2011-11-29 22:37:48 +00:00
Rene Ladan
a98555a8f6 MFen 1.116 -> 1.118
Obtained from:	the FreeBSD Dutch Documentation Project
2011-11-29 21:48:47 +00:00
Ryusuke SUZUKI
80430a112d "the the amd64" -> "the amd64"
Reviewed by:	linimon
2011-11-28 15:43:34 +00:00
Mark Linimon
f096ef599f - Fix some staleness.
- Recommend portmaster.

 - Clarify the maintainer-timeout process.
2011-11-28 02:57:19 +00:00
Chris Rees
6fd4f15968 Correct nik's start date; he joined the docs team in 1998
Submitted by:	ryusuke
2011-11-27 18:34:52 +00:00
Manolis Kiagias
dde006e983 Note that files from the FreeBSD website build process are actually installed under $DESTDIR/data
PR:		docs/162862
Submitted by:	Pirat Sriyotha <jotawski at gmail dot com>
2011-11-27 16:37:30 +00:00
Manolis Kiagias
def7b885b7 Update the Greek Handbook to the latest changes
MFen:

1.116 -> 1.118 desktop

Obtained from:	FreeBSD Greek Documentation Project
2011-11-26 08:49:09 +00:00
Ryusuke SUZUKI
b1a4667672 Merge the following from the English version:
1.116 -> 1.117	doc/ja_JP.eucJP/books/handbook/desktop/chapter.sgml
2011-11-26 06:08:23 +00:00
Glen Barber
29f203c164 Whitespace cleanup in the desktop applications chapter.
Translators, please ignore this commit.
2011-11-26 05:58:18 +00:00
Glen Barber
87946403d4 Document the www/chromium port in the Desktop Applications chapter:
- Add Chromium to the list of web browsers available for FreeBSD
- Document installation of Chromium from Ports and as a package
- Document the configuration of Chromium with the Java and Flash plugins

On a side note, I'm not sure it makes sense anymore to include the Flash
and Java installation steps within the Firefox sections, only to reference
them from configuration steps within other web browser sections.

I think it's time these are separated out into their own sections in this
chapter, and have added it to my own todo list, but if one of our many
contributors has a chance to change this before I get to it, I won't
complain.  :)
2011-11-26 04:06:00 +00:00
Ryusuke SUZUKI
ccd2fab875 o Refine translation.
o Whitespace clean up.
2011-11-24 10:08:27 +00:00
Manolis Kiagias
8e8886720f Update the Greek Handbook to the latest changes
MFen:

1.50 -> 1.51	geom

Obtained from:	FreeBSD Greek Documentation Project
2011-11-22 16:06:37 +00:00
Rene Ladan
9da96b0ee0 MFen 1.50 -> 1.51
Obtained from:	the FreeBSD Dutch Documentation Project
2011-11-21 20:56:24 +00:00
Manolis Kiagias
79b50061e1 Add a warning on using GEOM mirroring on GPT partitioned disks, the
default scheme used on FreeBSD 9.X

PR:		docs/162723
Submitted by:	Michael W. Lucas <mwlucas at blackhelicopters dot org>
2011-11-21 18:11:25 +00:00
Ganbold Tsagaankhuu
8cc501e87d MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2011-11-20 13:20:05 +00:00
Ryusuke SUZUKI
1822b17bac Merge the following from the English version:
1.116 -> 1.118	doc/ja_JP.eucJP/books/handbook/Makefile
	1.12 -> 1.20	doc/ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml

Reference:   [doc-jp-work 2222]
2011-11-19 23:01:19 +00:00
Michael Scheidell
1254788279 - Add my PGP key
Approved by:	gabor(mentor)
2011-11-19 16:40:30 +00:00