From owner-svn-doc-all@FreeBSD.ORG Sun Jul 14 13:03:01 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62471A25; Sun, 14 Jul 2013 13:03:01 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5394A6D; Sun, 14 Jul 2013 13:03:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ED30Yb030541; Sun, 14 Jul 2013 13:03:00 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ED30C4030540; Sun, 14 Jul 2013 13:03:00 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307141303.r6ED30C4030540@svn.freebsd.org> From: Warren Block Date: Sun, 14 Jul 2013 13:03:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42279 - head/en_US.ISO8859-1/books/fdp-primer/overview X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 13:03:01 -0000 Author: wblock Date: Sun Jul 14 13:03:00 2013 New Revision: 42279 URL: http://svnweb.freebsd.org/changeset/doc/42279 Log: Simplify and clarify. Reviewed by: dru Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Sun Jul 14 08:24:02 2013 (r42278) +++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Sun Jul 14 13:03:00 2013 (r42279) @@ -47,7 +47,7 @@ FDP. Willingness to contribute is the only membership requirement. - This primer shows the reader how to: + This primer shows how to: @@ -64,7 +64,7 @@ - Submit changes back for review and eventual inclusion in + Submit changes back for review and inclusion in the &os; documentation. @@ -110,22 +110,22 @@ Translation teams are responsible for translating the Handbook and web site into different languages. Manual pages - are not translated. + are not translated at present. Documentation source for the &os; web site, Handbook, and - FAQ is available in the Subversion + FAQ is available in the documentation repository at https://svn.FreeBSD.org/doc/. Source for manual pages is available in a separate - Subversion repository located at + source repository located at https://svn.FreeBSD.org/base/. Documentation commit messages are visible with - svn. Commit messages are also + svn log. Commit messages are also archived at . - In addition, many people have written tutorials or how-to + Many people have written tutorials or how-to articles about &os;. Some are stored as part of the FDP files. In other cases, the author has decided to keep the documentation separate. The @@ -136,8 +136,8 @@ Quick Start - Here we describe the steps contributors must take before - making changes to the FDP. New + Some preparatory steps must be taken before + editing the &os; documentation. New contributors will interact with other members of the &os; Documentation Team, which can assist in learning to use XML and the suggestions in @@ -148,8 +148,8 @@ - Subscribe to the &a.doc;. Some members of the mailing - list also interact on the #bsddocs + Subscribe to the &a.doc;. Some mailing list + members also interact on the #bsddocs IRC channel on EFnet. @@ -158,26 +158,25 @@ Install the textproc/docproj package or port. This meta-port installs all of the - utilities needed by the FDP. + software needed to edit and build &os; documentation. Install a local working copy of the documentation - from a mirror of the &os; repository. For the fastest - download, pick the nearest mirror from the list of Subversion - mirror sites. If /usr/doc already exists, move or delete it first to prevent file conflicts. &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head /usr/doc + + For the fastest download, pick the nearest mirror from + the list of Subversion + mirror sites. - Before making any documentation edits, configure your - editor to conform to FDP standards. - How to do so varies by editor. Some editor configurations - are listed in . The editor + The editor to be used should be configured as follows: @@ -194,38 +193,43 @@ single tab. + + + Some specific editor configurations + are listed in . - Locate the file to edit. Run - svn up within the local working copy to - make sure that it is up to date. Before making major - changes to a file, discuss the proposed changes with the + Run + svn up to update the local working copy. + Edit the documentation files that need changes. + Before making major + changes to a file, ask for input on the &a.doc;. - When making edits, determine which tags and entities - are needed to achieve the desired formatting. One way to - learn is to compare some text in the + To learn which tags and entities + are needed to achieve the desired formatting, + compare some text in the HTML formatted version of the document - to the tags which surround the text or the entities that - represent that text in the XML file. + to the text, tags, and entities + in the XML file. References to the commonly used tags and entities can be found in and . - After edits are complete, check for problems by + After editing, check for problems by running: &prompt.user; igor -R filename.xml | less -RS - Review the output and edit the file to fix any listed - tab errors, spelling mistakes, and improper grammar. Save - the changes and rerun this command to find any remaining - problems. Repeat until all of the errors that you deem - fixable are resolved. If you get stuck trying to fix - errors, ask for assistance on the &a.doc;. + Review the output and edit the file to fix any + problems shown, then + rerun the command to find any remaining + problems. Repeat until all of the errors that are + fixable are resolved. If an error seems unsolvable, + ask for assistance on the &a.doc;. @@ -234,34 +238,24 @@ make in the top-level directory of the type of documentation being edited will generate that documentation in split HTML format. For example, to build - the English version of the Handbook, type + the English version of the Handbook in HTML, type make in the en_US.ISO8859-1/books/handbook/ - directory. This step is necessary to make sure that the + directory. This step is necessary to make sure that edits do not break the build. - In order to build the output in other formats, other - make targets are defined in - head/share/mk/doc.docbook.mk. Use - quotes around the list of formats when building more than - one format with a single command. - - For example, to convert the document to both - .html and .txt, use - this command: - - &prompt.user; make FORMATS="html txt" - - Once these steps are successfully completed, generate - a diff file of the changes. While in - /usr/doc, run this - command, replacing bsdinstall - with the name of the directory containing the - edits: + After successfully completing the previous steps, generate + a diff file of the changes: + + &prompt.user; cd /usr/doc +&prompt.user; svn diff > bsdinstall.diff.txt - &prompt.user; svn diff > bsdinstall.diff.txt + Give the diff file a name that describes the contents. + In the example above, changes have been made to the + bsdinstall portion + of the Handbook. @@ -276,15 +270,13 @@ should contain a short description of the edits and any important discussion points. Use the [ Browse... ] button to - attach the .diff.txt file and enter - the captcha phrase. + attach the .diff.txt. - It is important to remember that the + Remember that the FDP is comprised of volunteers who review edits in their spare time and who live in different - time zones around the globe. It takes time to review - edits and to either commit them or respond if additional - edits are required. If you do not receive a response in a + time zones around the globe. It can take some time to review + changes. If a response is not received in a reasonable amount of time, send a follow-up email to the &a.doc; and ask if anyone has had a chance to review the patch or if additional information is required. From owner-svn-doc-all@FreeBSD.ORG Sun Jul 14 17:59:10 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C16DEED; Sun, 14 Jul 2013 17:59:10 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-8.mit.edu (dmz-mailsec-scanner-8.mit.edu [18.7.68.37]) by mx1.freebsd.org (Postfix) with ESMTP id EE159B9E; Sun, 14 Jul 2013 17:59:09 +0000 (UTC) X-AuditID: 12074425-b7f0c8e000000953-97-51e2e5ba73e5 Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-8.mit.edu (Symantec Messaging Gateway) with SMTP id 9B.CB.02387.AB5E2E15; Sun, 14 Jul 2013 13:54:02 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id r6EHs1Ju008827; Sun, 14 Jul 2013 13:54:02 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id r6EHrwLW023839 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 14 Jul 2013 13:54:00 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id r6EHrwL0012471; Sun, 14 Jul 2013 13:53:58 -0400 (EDT) Date: Sun, 14 Jul 2013 13:53:57 -0400 (EDT) From: Benjamin Kaduk To: Warren Block Subject: Re: svn commit: r42266 - head/en_US.ISO8859-1/books/handbook/security In-Reply-To: Message-ID: References: <201307130333.r6D3XLuD063885@svn.freebsd.org> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrFIsWRmVeSWpSXmKPExsUixG6nrrvr6aNAg9eN6hY/Ph5isrixaD+T xe7+XmaLy+8nslj8OuXhwOox49N8Fo8jHY8YA5iiuGxSUnMyy1KL9O0SuDJOtW5hKXjKVHH1 ykzGBsa5TF2MnBwSAiYS9w8sYIOwxSQu3FsPZHNxCAnsY5Q49eU8I4SzkVFi8fk2qMwhJonO pf/YIZwGRokFF58wgvSzCGhLPGr/AzaLTUBFYuabjUA2B4eIgKrE3jPWIGFmgVqJ7e1LWUDC wgIBEt+nhIOYnAJ2EucmloJU8Ao4Suw9/BZq70JGia7zK8AuFRXQkVi9fwoLRJGgxMmZT1gg RlpKnPtznW0Co+AsJKlZSFILGJlWMcqm5Fbp5iZm5hSnJusWJyfm5aUW6Vro5WaW6KWmlG5i BAexi+oOxgmHlA4xCnAwKvHwXtj/MFCINbGsuDL3EKMkB5OSKO/dh48ChfiS8lMqMxKLM+KL SnNSiw8xSnAwK4nwLlMGyvGmJFZWpRblw6SkOViUxHmfPz0bKCSQnliSmp2aWpBaBJOV4eBQ kuDd9wSoUbAoNT21Ii0zpwQhzcTBCTKcB2j4KZAa3uKCxNzizHSI/ClGRSlx3iMgCQGQREZp HlwvLMm8YhQHekWY9zRIFQ8wQcF1vwIazAQ0+Paq+yCDSxIRUlINjDtjvoTw1N160xy9/NX3 KcUTBfZMmd3NxWG0TDEzl7OP46xS7k5GgxfvHk9VcXuifOqXRPbaM57Nc8T/++vmnK5hkb8Y uqoqq/b27ZuT+jLm/bFlsXnZ2ap+PJUr1KV5fvQEw+DHrtZ3JtZ9Sd4ekyHNkTZx+nHr6cce T9n3M0Q7QyLoxc9kJiWW4oxEQy3mouJEAE1eGPINAwAA Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org, Warren Block X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 17:59:10 -0000 On Sat, 13 Jul 2013, Warren Block wrote: > On Sat, 13 Jul 2013, Benjamin Kaduk wrote: > > Potentially a single, more constrained user would require > an additional label to be added, the resource database > rebuilt using cap_mkdb, and edits made to > /etc/master.passwd. That helps, thanks. -Ben From owner-svn-doc-all@FreeBSD.ORG Sun Jul 14 18:14:10 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55EB1576; Sun, 14 Jul 2013 18:14:10 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 47E53C6A; Sun, 14 Jul 2013 18:14:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6EIEAlX053905; Sun, 14 Jul 2013 18:14:10 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6EIEASH053904; Sun, 14 Jul 2013 18:14:10 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307141814.r6EIEASH053904@svn.freebsd.org> From: Warren Block Date: Sun, 14 Jul 2013 18:14:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42281 - head/en_US.ISO8859-1/books/handbook/security X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 18:14:10 -0000 Author: wblock Date: Sun Jul 14 18:14:09 2013 New Revision: 42281 URL: http://svnweb.freebsd.org/changeset/doc/42281 Log: Improve a strange sentence in the resource limits section. Reviewed by: bjk Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/security/chapter.xml Sun Jul 14 16:53:00 2013 (r42280) +++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml Sun Jul 14 18:14:09 2013 (r42281) @@ -3742,8 +3742,8 @@ VII. References cap_mkdb, edits made to + an additional label to be added, the resource database + rebuilt using cap_mkdb, and edits made to /etc/master.passwd. In addition, the password database must be rebuilt using pwd_mkdb. This multi-step process could be From owner-svn-doc-all@FreeBSD.ORG Sun Jul 14 20:59:45 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A622E11D; Sun, 14 Jul 2013 20:59:45 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6C1610; Sun, 14 Jul 2013 20:59:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6EKxj5t001867; Sun, 14 Jul 2013 20:59:45 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6EKxjKw001866; Sun, 14 Jul 2013 20:59:45 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201307142059.r6EKxjKw001866@svn.freebsd.org> From: Glen Barber Date: Sun, 14 Jul 2013 20:59:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42282 - head/en_US.ISO8859-1/articles/releng X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 20:59:45 -0000 Author: gjb Date: Sun Jul 14 20:59:45 2013 New Revision: 42282 URL: http://svnweb.freebsd.org/changeset/doc/42282 Log: Updates to the releng article: - Explicitly note 'doc/head/' is the parent path for the website files. - Update paths that have not been updated since the conversion to subversion. - Remove files that no longer exist. Modified: head/en_US.ISO8859-1/articles/releng/article.xml Modified: head/en_US.ISO8859-1/articles/releng/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/releng/article.xml Sun Jul 14 18:14:09 2013 (r42281) +++ head/en_US.ISO8859-1/articles/releng/article.xml Sun Jul 14 20:59:45 2013 (r42282) @@ -542,42 +542,37 @@ This information is currently kept in src/usr.sbin/sysinstall/dist.c. - After the release has been built, a number of file should - be updated to announce the release to the world. + After the release has been built, a number of files should + be updated to announce the release to the world. These files + are relative to head/ within the + doc/ subversion tree. - doc/share/images/articles/releng/branches-relengX.pic + share/images/articles/releng/branches-relengX.pic - www/share/xml/advisories.xml + head/share/xml/release.ent - www/share/xml/includes.release.xml + en_US.ISO8859-1/htdocs/releases/* - www/share/xml/includes.release.xsl + en_US.ISO8859-1/htdocs/releng/index.xml - www/en/releases/* - - - - www/en/releng/index.xml - - - - www/en/news/news.xml + share/xml/news.xml + - - www/en/search/web.atoz - + Additionally, update the BSD Family Tree + file: + src/share/misc/bsd-family-tree From owner-svn-doc-all@FreeBSD.ORG Sun Jul 14 16:53:03 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45DBF6B4; Sun, 14 Jul 2013 16:53:03 +0000 (UTC) (envelope-from taras@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 35622937; Sun, 14 Jul 2013 16:53:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6EGr3vr026963; Sun, 14 Jul 2013 16:53:03 GMT (envelope-from taras@svn.freebsd.org) Received: (from taras@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6EGr0A1026944; Sun, 14 Jul 2013 16:53:00 GMT (envelope-from taras@svn.freebsd.org) Message-Id: <201307141653.r6EGr0A1026944@svn.freebsd.org> From: Taras Korenko Date: Sun, 14 Jul 2013 16:53:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42280 - in head/ru_RU.KOI8-R: articles/committers-guide articles/console-server articles/gjournal-desktop articles/hubs articles/mailing-list-faq articles/releng articles/releng-packag... X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 14 Jul 2013 21:12:31 +0000 X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 16:53:03 -0000 Author: taras Date: Sun Jul 14 16:53:00 2013 New Revision: 42280 URL: http://svnweb.freebsd.org/changeset/doc/42280 Log: + make use of &a.*.email; entities within ru/articles && ru/books. Modified: head/ru_RU.KOI8-R/articles/committers-guide/article.xml head/ru_RU.KOI8-R/articles/console-server/article.xml head/ru_RU.KOI8-R/articles/gjournal-desktop/article.xml head/ru_RU.KOI8-R/articles/hubs/article.xml head/ru_RU.KOI8-R/articles/mailing-list-faq/article.xml head/ru_RU.KOI8-R/articles/releng-packages/article.xml head/ru_RU.KOI8-R/articles/releng/article.xml head/ru_RU.KOI8-R/books/arch-handbook/driverbasics/chapter.xml head/ru_RU.KOI8-R/books/arch-handbook/sound/chapter.xml head/ru_RU.KOI8-R/books/faq/book.xml head/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.xml head/ru_RU.KOI8-R/books/handbook/bsdinstall/chapter.xml head/ru_RU.KOI8-R/books/handbook/disks/chapter.xml Modified: head/ru_RU.KOI8-R/articles/committers-guide/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/committers-guide/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/committers-guide/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -84,7 +84,7 @@ &a.cvsadm; - &a.peter; и &a.markm;, а также &a.joe; и &a.marcus; для + &a.peter.email; и &a.markm.email;, а также &a.joe.email; и &a.marcus.email; для иерархии ports/ @@ -363,7 +363,7 @@ alias scvs cvs -d usercvsup-master, которая обладает достаточными ресурсами для удаленной работы с CVS; за нее отвечает - &a.kuriyama;. + &a.kuriyama.email;. @@ -385,7 +385,7 @@ alias scvs cvs -d userздесь. - &a.des; написал такой мини-пример работы с CVS: + &a.des.email; написал такой мини-пример работы с CVS: @@ -1131,7 +1131,7 @@ Host pcvs.FreeBSD.org вам нужно его создать). Не забудьте изменить и произвести коммит в файл doc/share/pgpkeys/pgpkeys.ent. - &a.des; написал скрипт для упрощения этого процесса. + &a.des.email; написал скрипт для упрощения этого процесса. Дополнительную информацию можно прочесть в файле README. @@ -1307,7 +1307,7 @@ Host pcvs.FreeBSD.org в файле Makefile. Для других частей репозитория, в случае если вам не очевидно, кто ведет данный участок кода, может помочь исследование вывода команды cvs log. - &a.fenner; написал отличный скрипт для определения разработчиков, + &a.fenner.email; написал отличный скрипт для определения разработчиков, наиболее активно производивших коммиты, выводящий для каждого из указанных файлов имя пользователя вместе с количеством произведенных им коммитов в данный файл. Скрипт можно найти на машине @@ -1494,7 +1494,7 @@ docs:Documentation Bug:freebsd-doc: - &a.jhb; + &a.jhb.email; Джон возглавляет проект SMPng и отвечает за архитектуру, @@ -1525,7 +1525,7 @@ docs:Documentation Bug:freebsd-doc: - &a.ru; + &a.ru.email; Руслан великолепно знает тонкости &man.mdoc.7;. Если вы @@ -1535,7 +1535,7 @@ docs:Documentation Bug:freebsd-doc: - &a.bde; + &a.bde.email; Брюс занимается общим стилем кода проекта. Если ваш коммит @@ -1546,13 +1546,13 @@ docs:Documentation Bug:freebsd-doc: - &a.murray; - &a.dwhite; - &a.rwatson; - &a.kensmith; - &a.hrs; - &a.mux; - &a.bmah; + &a.murray.email; + &a.dwhite.email; + &a.rwatson.email; + &a.kensmith.email; + &a.hrs.email; + &a.mux.email; + &a.bmah.email; Таков состав группы &a.re;. Эта группа отвечает за сроки @@ -1572,7 +1572,7 @@ docs:Documentation Bug:freebsd-doc: - &a.cperciva; + &a.cperciva.email; Колин — @@ -1584,7 +1584,7 @@ docs:Documentation Bug:freebsd-doc: - &a.wollman; + &a.wollman.email; Если вам нужен совет по поводу темных мест сетевой части ядра, @@ -2339,7 +2339,7 @@ docs:Documentation Bug:freebsd-doc:Makefile, добавит строку в файл CVSROOT/modules и в файл Makefile для нужной категории. - Скрипт был написан &a.mharo; и &a.will;; вопросы и исправления + Скрипт был написан &a.mharo.email; и &a.will.email;; вопросы и исправления по поводу addport следует отправлять Уиллу, как текущему мейнтейнеру. @@ -2451,7 +2451,7 @@ docs:Documentation Bug:freebsd-doc:Вы можете воспользоваться скриптом rmport из каталога ports/Tools/scripts. - Этот скрипт написал &a.vd;, и он же его поддерживает, так что + Этот скрипт написал &a.vd.email;, и он же его поддерживает, так что вопросы, исправления и замечания по поводу rmport следует посылать непосредственно ему. @@ -3049,7 +3049,7 @@ bak/packages пакеты последней полной сб Прямой доступ к машине cvsup-master - Будучи коммиттером, вы можете обратиться к &a.kuriyama;, чтобы + Будучи коммиттером, вы можете обратиться к &a.kuriyama.email;, чтобы получить доступ к машине cvsup-master.FreeBSD.org, приложив вывод команды cvpasswd @@ -3101,7 +3101,7 @@ bak/packages пакеты последней полной сб Опция CVS не всегда хорошо работает. - Можете спросить &a.obrien;, он расскажет вам жутких + Можете спросить &a.obrien.email;, он расскажет вам жутких историй. Modified: head/ru_RU.KOI8-R/articles/console-server/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/console-server/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/console-server/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -599,7 +599,7 @@ print crypt($cleartext, $salt), "\n";

- Недавно &a.kris; показал, что вы можете достичь того же эффекта + Недавно &a.kris.email; показал, что вы можете достичь того же эффекта при помощи команды openssl passwd: &prompt.user; openssl passwd -1 Modified: head/ru_RU.KOI8-R/articles/gjournal-desktop/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/gjournal-desktop/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/gjournal-desktop/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -708,13 +708,13 @@ tunefs: soft updates set Этот пост - в списке рассылки &a.current.name;, написанный &a.pjd; — + в списке рассылки &a.current.name;, написанный &a.pjd.email; — автором &man.gjournal.8;. Этот пост - от &a.ivoras; в списке рассылки &a.questions.name;. + от &a.ivoras.email; в списке рассылки &a.questions.name;. Modified: head/ru_RU.KOI8-R/articles/hubs/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/hubs/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/hubs/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -353,7 +353,7 @@ AnonCVS, FTP, rsync или HTTP, но использование CVSup наиболее разумно. - Автором CVSup является &a.jdp;. + Автором CVSup является &a.jdp.email;. CVSup непросто установить на платформе, отличной от FreeBSD, поскольку он написан на языке Modula-3 и требует соответствующего окружения. Джон Полстра создал усеченную версию M3, @@ -446,7 +446,7 @@ /dev/da0s1b /anoncvstmp mfs rw,-s=786432,-b=4096,-f=512,-i=560,-c=3,-m=0,nosuid 0 0 Эти установки (разумеется, тщательно подобранные) предложил - &a.jdp;. + &a.jdp.email;. Modified: head/ru_RU.KOI8-R/articles/mailing-list-faq/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/mailing-list-faq/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/mailing-list-faq/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -494,7 +494,7 @@ - &a.grog; + &a.grog.email; Первоначальный автор большинства материала по этикету списков рассылки, взятого из статьи - &a.linimon; + &a.linimon.email; Создание черновой версии данного FAQ. Modified: head/ru_RU.KOI8-R/articles/releng-packages/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/releng-packages/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/releng-packages/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -416,6 +416,6 @@ Если вы окончательно запутались, и не можете понять, почему всё работает неправильно и как это исправить, то пошлите письмо в адрес - &a.steve; с просьбой о помощи. + &a.steve.email; с просьбой о помощи. Modified: head/ru_RU.KOI8-R/articles/releng/article.xml ============================================================================== --- head/ru_RU.KOI8-R/articles/releng/article.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/articles/releng/article.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -1090,10 +1090,10 @@ дал мне возможность взять под свою ответственность некоторые части процесса подготовки релиза &os; 4.4, а также за все годы его работы, сделавшие &os; такой, какой она является сейчас. Конечно, релиз не - был бы возможен без той работы, которую проделали &a.asami;, &a.steve;, - &a.bmah;, &a.nik;, &a.obrien;, &a.kris;, &a.jhb; и остальные члены + был бы возможен без той работы, которую проделали &a.asami.email;, &a.steve.email;, + &a.bmah.email;, &a.nik.email;, &a.obrien.email;, &a.kris.email;, &a.jhb.email; и остальные члены сообщества разработчиков &os;. Я также рад выразить благодарность - &a.rgrimes; и &a.phk;, а также остальным, работавшим над инструментами + &a.rgrimes.email; и &a.phk.email;, а также остальным, работавшим над инструментами подготовки релизов в первые годы существования &os;. Эта статья была также написана под впечатлением документации по подготовке релизов от CSRG[13], NetBSD Project[10] и замечаний Джона Балдвина (John Baldwin) Modified: head/ru_RU.KOI8-R/books/arch-handbook/driverbasics/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/arch-handbook/driverbasics/chapter.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/books/arch-handbook/driverbasics/chapter.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -11,9 +11,9 @@ Написание драйверов устройств для FreeBSD - Эту главу написал &.murray; на основе множества + Эту главу написал &a.murray.email; на основе множества источников, включая справочную страницу intro(4), которую - создал &a.joerg;. + создал &a.joerg.email;. Введение Modified: head/ru_RU.KOI8-R/books/arch-handbook/sound/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/arch-handbook/sound/chapter.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/books/arch-handbook/sound/chapter.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -538,7 +538,7 @@ channel_resetdone(), и channel_notify() предназначены для специальных целей и не должны употребляться в драйвере - без обсуждения с авторами (&a.cg;). + без обсуждения с авторами (&a.cg.email;). channel_setdir() is deprecated. Modified: head/ru_RU.KOI8-R/books/faq/book.xml ============================================================================== --- head/ru_RU.KOI8-R/books/faq/book.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/books/faq/book.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -1475,7 +1475,7 @@ Сообщалось, что в более поздних версиях BIOS от IBM эта ошибка может появиться снова. Это - сообщение от &a.nectar; в &a.mobile; описывает + сообщение от &a.nectar.email; в &a.mobile; описывает процедуру, выполнение которой может помочь, если ваш новый лэптоп от IBM не загружает &os;, и вы можете изменить BIOS. @@ -3479,7 +3479,7 @@ quit Причины такого поведения объясняются в следующем сообщении электронной почты, опубликованном в &a.questions; - Питером Уэммом (&a.peter;) в ответ на вопрос о внутреннем модеме, + &a.peter.email; в ответ на вопрос о внутреннем модеме, который перестал распознаваться после обновления до &os; 4.X (комментарии внутри [] были добавлены для @@ -4459,7 +4459,7 @@ kern.timecounter.hardware: TSC -> i82 Тем не менее, начиная с версии &os; 6.2-RELEASE, пользователи &os; больше не страдают от отсутствия встроенного клиента, совместимого с CVSup. - Благодаря &a.mux;, CVSup был + Благодаря &a.mux.email;, CVSup был переписан на языке Си и получил название &man.csup.1;, и теперь является частью базового комплекта. И хотя в настоящее время в клиенте не реализованы все функциональные возможности @@ -6103,7 +6103,7 @@ perm /dev/acd0 0660 Ниже следует часть письма, адресованного в &a.current;.
- &a.wollman;, 24 апреля 2001 + &a.wollman.email;, 24 апреля 2001 Сообщение can't assign resources говорит о том, что устройство является устаревшим ISA-устройством, для @@ -8789,7 +8789,7 @@ deny pred1 deflate deflate24 protocomp a режим отладки с их стороны, а потом, когда связь прервётся в следующий раз, они могут сказать вам, почему возникли проблемы с их стороны. Будет хорошо, если вы пришлёте детальное описание - на адрес &a.brian;, или даже попросите провайдера связаться + на адрес &a.brian.email;, или даже попросите провайдера связаться с ним напрямую. @@ -8827,7 +8827,7 @@ deny pred1 deflate deflate24 protocomp a gdb. В завершение, отошлите результат сессии - gdb на адрес &a.brian;. + gdb на адрес &a.brian.email;. @@ -10297,7 +10297,7 @@ hint.sio.7.irq="12" В общем, вы можете свободно использовать изображение в высокохудожественном стиле и в личных целях, если даются соответствующие отсылки. Если вы хотите использовать его в - коммерческих целях, вы должны обратиться к &a.mckusick;. + коммерческих целях, вы должны обратиться к &a.mckusick.email;. Дополнительная информация находится на домашней странице Даемона BSD. @@ -10350,14 +10350,14 @@ hint.sio.7.irq="12" Более пространный и полный ответ заключается в том, что после очень долгого обсуждения того, должна ли утилита &man.sleep.1; обрабатывать - дробное число, заданное в качестве второго аргумента, &a.phk; + дробное число, заданное в качестве второго аргумента, &a.phk.email; опубликовал большое сообщение, озаглавленное Велосипедный навес (подставьте здесь цвет) на зелёной траве.... Соответствующие части этого сообщения цитируются ниже.
- &a.phk; on freebsd-hackers, + &a.phk.email; on freebsd-hackers, October 2, 1999 Что это за история с навесом для велосипеда? Кто-то @@ -10569,7 +10569,7 @@ hint.sio.7.irq="12" Спустя две недели после смены лампочки пятьдесят семь человек сообщат о том, что света всё равно нет. - &a.nik; добавил: + &a.nik.email; добавил: Я сильно смеялся над всем этим. @@ -10578,7 +10578,7 @@ hint.sio.7.irq="12" И на меня снизошло озарение :-) - &a.tabthorpe; говорит: Нет, + &a.tabthorpe.email; говорит: Нет, настоящие хакеры &os; не боятся темноты! @@ -10983,7 +10983,7 @@ hint.sio.7.irq="12" Как бы то ни было, я думаю, что это большое поле для экспериментов. - &a.mckusick;, сентябрь 1998 года + &a.mckusick.email;, сентябрь 1998 года Modified: head/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -2913,7 +2913,7 @@ cd /usr/src/etc; make distributionisdn4bsd, пожалуйста, свяжитесь с - &a.hm;. + &a.hm.email;. Для обсуждения вопросов, связанных с установкой, настройкой и устранением неисправностей isdn4bsd, Modified: head/ru_RU.KOI8-R/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/bsdinstall/chapter.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/books/handbook/bsdinstall/chapter.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -972,12 +972,12 @@ Trying to mount root from cd9660:/dev/is Введение в <application>bsdinstall</application> bsdinstall это текстовая программа для - установки &os;, созданная &a.nwhitehorn; и представленная в 2011 году + установки &os;, созданная &a.nwhitehorn.email; и представленная в 2011 году для &os; 9.0. В комплекте с PC-BSD - есть программа pc-sysinstall от &a.kmoore;, + есть программа pc-sysinstall от &a.kmoore.email;, которая также может использоваться для установки &os;. Несмотря на то, что эту программу путают с Modified: head/ru_RU.KOI8-R/books/handbook/disks/chapter.xml ============================================================================== --- head/ru_RU.KOI8-R/books/handbook/disks/chapter.xml Sun Jul 14 13:03:00 2013 (r42279) +++ head/ru_RU.KOI8-R/books/handbook/disks/chapter.xml Sun Jul 14 16:53:00 2013 (r42280) @@ -4008,7 +4008,7 @@ gbde_lockdir="/etc/gbde"Во &os; имеется альтернативный криптографический класс GEOM — geli. В настоящий момент он поддерживается - &a.pjd;. Утилита geli отличается от + &a.pjd.email;. Утилита geli отличается от gbde; она предоставляет другой комплекс возможностей и использует иную схему криптования. From owner-svn-doc-all@FreeBSD.ORG Mon Jul 15 18:35:25 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5DD17B33; Mon, 15 Jul 2013 18:35:25 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5050AF4B; Mon, 15 Jul 2013 18:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6FIZPZg003316; Mon, 15 Jul 2013 18:35:25 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6FIZPtq003315; Mon, 15 Jul 2013 18:35:25 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307151835.r6FIZPtq003315@svn.freebsd.org> From: Warren Block Date: Mon, 15 Jul 2013 18:35:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42286 - head/en_US.ISO8859-1/articles/committers-guide X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 18:35:25 -0000 Author: wblock Date: Mon Jul 15 18:35:24 2013 New Revision: 42286 URL: http://svnweb.freebsd.org/changeset/doc/42286 Log: Removing a port also requires removing the directory. PR: docs/180579 Submitted by: Matthias Andree Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Jul 15 15:23:13 2013 (r42285) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Jul 15 18:35:24 2013 (r42286) @@ -3529,7 +3529,7 @@ ControlPersist yes - Remove the port's files via + Remove the port's files and directory with svn remove. From owner-svn-doc-all@FreeBSD.ORG Mon Jul 15 20:59:25 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A5383CC5; Mon, 15 Jul 2013 20:59:25 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 97CA8A41; Mon, 15 Jul 2013 20:59:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6FKxP59045404; Mon, 15 Jul 2013 20:59:25 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6FKxPS2045403; Mon, 15 Jul 2013 20:59:25 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201307152059.r6FKxPS2045403@svn.freebsd.org> From: Eitan Adler Date: Mon, 15 Jul 2013 20:59:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42287 - head/es_ES.ISO8859-1/books/handbook/advanced-networking X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 20:59:25 -0000 Author: eadler Date: Mon Jul 15 20:59:25 2013 New Revision: 42287 URL: http://svnweb.freebsd.org/changeset/doc/42287 Log: Use a better spanish translation for "Host Controller Interface" Submitted by: Luis Manuel Sцёnchez Modified: head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Jul 15 18:35:24 2013 (r42286) +++ head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Jul 15 20:59:25 2013 (r42287) @@ -1384,7 +1384,7 @@ Number of SCO packets: 8 - Interfaz de la controladora de la mАquina (HCI) + Intefase Maquina-controlador HCI From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 01:12:12 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 31099BC3; Tue, 16 Jul 2013 01:12:12 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 229DE65F; Tue, 16 Jul 2013 01:12:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G1CCXN022698; Tue, 16 Jul 2013 01:12:12 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G1CBVE022697; Tue, 16 Jul 2013 01:12:11 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201307160112.r6G1CBVE022697@svn.freebsd.org> From: Gabor Pali Date: Tue, 16 Jul 2013 01:12:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42289 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 01:12:12 -0000 Author: pgj Date: Tue Jul 16 01:12:11 2013 New Revision: 42289 URL: http://svnweb.freebsd.org/changeset/doc/42289 Log: - Change the suggested format of announcing quarterly status reports; this one shall interact better with search engines Submitted by: theraven Modified: head/en_US.ISO8859-1/htdocs/news/status/README Modified: head/en_US.ISO8859-1/htdocs/news/status/README ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/README Mon Jul 15 22:56:23 2013 (r42288) +++ head/en_US.ISO8859-1/htdocs/news/status/README Tue Jul 16 01:12:11 2013 (r42289) @@ -157,11 +157,11 @@ Report//EN" next due date in status.xml and link to the new report. - Add a news entry to head/share/xml/news.xml. Template: - June-October, 2006 Status Report + June-October 2006 Status Report -

The June-October, 2006 Status Report is now - available with 49 entries.

+

The June to October 2006 Status Report + is now available with 49 entries.

- Extract a text version with the command lynx -dump -nolist report.html > report.txt and prettify it. From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 01:37:29 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5654FE2F; Tue, 16 Jul 2013 01:37:29 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 483BD74D; Tue, 16 Jul 2013 01:37:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G1bSWl029314; Tue, 16 Jul 2013 01:37:28 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G1bSum029312; Tue, 16 Jul 2013 01:37:28 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201307160137.r6G1bSum029312@svn.freebsd.org> From: Gabor Pali Date: Tue, 16 Jul 2013 01:37:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42290 - in head: en_US.ISO8859-1/htdocs/news/status share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 01:37:29 -0000 Author: pgj Date: Tue Jul 16 01:37:28 2013 New Revision: 42290 URL: http://svnweb.freebsd.org/changeset/doc/42290 Log: - Publish the April-June, 2013 Status Report Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml head/share/xml/news.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/status.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/status.xml Tue Jul 16 01:12:11 2013 (r42289) +++ head/en_US.ISO8859-1/htdocs/news/status/status.xml Tue Jul 16 01:37:28 2013 (r42290) @@ -13,7 +13,7 @@ -

Next Quarterly Status Report submissions (April - June) due: July +

Next Quarterly Status Report submissions (July - September) due: October 7th, 2013

Use the xml @@ -55,6 +55,8 @@

2013

    +
  • April, 2013 - + June, 2013
  • BSDCan 2013 Developer Summit Special
  • January, 2013 - Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Tue Jul 16 01:12:11 2013 (r42289) +++ head/share/xml/news.xml Tue Jul 16 01:37:28 2013 (r42290) @@ -34,6 +34,18 @@ 7 + 16 + + + April-June, 2013 Status Report + +

    The April-June, 2013 Status Report + is now available with 33 entries.

    + + + + 4

    New committer: From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 02:50:49 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C0D27C1B; Tue, 16 Jul 2013 02:50:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B2B7F975; Tue, 16 Jul 2013 02:50:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G2onxC050517; Tue, 16 Jul 2013 02:50:49 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G2onGX050516; Tue, 16 Jul 2013 02:50:49 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307160250.r6G2onGX050516@svn.freebsd.org> From: Warren Block Date: Tue, 16 Jul 2013 02:50:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42291 - head/en_US.ISO8859-1/htdocs/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 02:50:49 -0000 Author: wblock Date: Tue Jul 16 02:50:48 2013 New Revision: 42291 URL: http://svnweb.freebsd.org/changeset/doc/42291 Log: Rewrite this section to get it to say what it was trying to say in a less circuitous fashion. Submitted by: jgh Modified: head/en_US.ISO8859-1/htdocs/ports/installing.xml Modified: head/en_US.ISO8859-1/htdocs/ports/installing.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/installing.xml Tue Jul 16 01:37:28 2013 (r42290) +++ head/en_US.ISO8859-1/htdocs/ports/installing.xml Tue Jul 16 02:50:48 2013 (r42291) @@ -19,13 +19,19 @@


    -

    If you are installing FreeBSD from CD-ROM or an ftp site, the +

    The &os; installer programs allow the Ports Collection to be + installed at the same time as the operating system. See + bsdinstall + for &os; 9.X and later versions, or sysinstall - application will allow you to install the Ports Collection directly.

    + for &os; 8.X and earlier versions.

    -

    However, if you are not installing using that method, you may - - download the gzipped tarball for the entire ports hierarchy. The +

    If the Ports Collection is not initially installed, it can be added with + portsnap + or Subversion.

    + +

    A gzipped + tarball of the Ports Collection can also be downloaded. The current size of the file is &ports.size;.

    From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 02:57:38 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AD603D03; Tue, 16 Jul 2013 02:57:38 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9F46B99F; Tue, 16 Jul 2013 02:57:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G2vcEW052761; Tue, 16 Jul 2013 02:57:38 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G2vcM6052760; Tue, 16 Jul 2013 02:57:38 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201307160257.r6G2vcM6052760@svn.freebsd.org> From: Glen Barber Date: Tue, 16 Jul 2013 02:57:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42292 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 02:57:38 -0000 Author: gjb Date: Tue Jul 16 02:57:38 2013 New Revision: 42292 URL: http://svnweb.freebsd.org/changeset/doc/42292 Log: Fix a typo: s/useable/usable/ Submitted by: Kenta Suzumoto (via private email) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-05-devsummit.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-05-devsummit.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-05-devsummit.xml Tue Jul 16 02:50:48 2013 (r42291) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-05-devsummit.xml Tue Jul 16 02:57:38 2013 (r42292) @@ -52,7 +52,7 @@ Report//EN" soon.

    Bryan Drewery presented a short talk on the status of - Poudriere, the new package builder. This is useable for building + Poudriere, the new package builder. This is usable for building package sets for local deployment and for the official &os; packages. When the original package building infrastructure was designed, it took most of a day to build a large port like From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 04:34:40 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 69FCFE0E; Tue, 16 Jul 2013 04:34:40 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 435BCD9A; Tue, 16 Jul 2013 04:34:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G4YeVG083572; Tue, 16 Jul 2013 04:34:40 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G4YeuW083571; Tue, 16 Jul 2013 04:34:40 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307160434.r6G4YeuW083571@svn.freebsd.org> From: Warren Block Date: Tue, 16 Jul 2013 04:34:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42293 - head/en_US.ISO8859-1/htdocs/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 04:34:40 -0000 Author: wblock Date: Tue Jul 16 04:34:39 2013 New Revision: 42293 URL: http://svnweb.freebsd.org/changeset/doc/42293 Log: Whitespace-only fixes. Translators, please ignore. Modified: head/en_US.ISO8859-1/htdocs/ports/installing.xml Modified: head/en_US.ISO8859-1/htdocs/ports/installing.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/installing.xml Tue Jul 16 02:57:38 2013 (r42292) +++ head/en_US.ISO8859-1/htdocs/ports/installing.xml Tue Jul 16 04:34:39 2013 (r42293) @@ -10,7 +10,8 @@ &title; - $FreeBSD$ + $FreeBSD$ @@ -20,19 +21,22 @@


    The &os; installer programs allow the Ports Collection to be - installed at the same time as the operating system. See - bsdinstall - for &os; 9.X and later versions, or - sysinstall + installed at the same time as the operating system. See bsdinstall + for &os; 9.X and later versions, or sysinstall for &os; 8.X and earlier versions.

    -

    If the Ports Collection is not initially installed, it can be added with - portsnap - or Subversion.

    - -

    A gzipped - tarball of the Ports Collection can also be downloaded. The current - size of the file is &ports.size;.

    +

    If the Ports Collection is not initially installed, it can be added + with portsnap + or Subversion.

    + +

    A gzipped + tarball of the Ports Collection can also be downloaded. The + current size of the file is &ports.size;.

    From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 06:33:50 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E0634C2; Tue, 16 Jul 2013 06:33:50 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3160D140; Tue, 16 Jul 2013 06:33:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G6Xor3030237; Tue, 16 Jul 2013 06:33:50 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G6XoDD030236; Tue, 16 Jul 2013 06:33:50 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201307160633.r6G6XoDD030236@svn.freebsd.org> From: Jason Helfman Date: Tue, 16 Jul 2013 06:33:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42294 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 06:33:50 -0000 Author: jgh (ports committer) Date: Tue Jul 16 06:33:49 2013 New Revision: 42294 URL: http://svnweb.freebsd.org/changeset/doc/42294 Log: - add Gavin McDonald for security/orthrus PR: 180571 Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Tue Jul 16 04:34:39 2013 (r42293) +++ head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml Tue Jul 16 06:33:49 2013 (r42294) @@ -3407,6 +3407,11 @@ + Gavin McDonald + gavin@16degrees.com.au + + + Gavin Mu gavin@FreeBSDChina.org From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 06:49:41 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8085180F; Tue, 16 Jul 2013 06:49:41 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6221B9; Tue, 16 Jul 2013 06:49:41 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id A8B1814D2509; Tue, 16 Jul 2013 08:49:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4VknOoSXMMbQ; Tue, 16 Jul 2013 08:49:37 +0200 (CEST) Received: from [192.168.0.10] (54034B4D.catv.pool.telekom.hu [84.3.75.77]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id D1E3C14D2508; Tue, 16 Jul 2013 08:49:36 +0200 (CEST) Message-ID: <51E4ED00.4000309@FreeBSD.org> Date: Tue, 16 Jul 2013 08:49:36 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Thunderbird/23.0 MIME-Version: 1.0 To: Eitan Adler , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r42287 - head/es_ES.ISO8859-1/books/handbook/advanced-networking References: <201307152059.r6FKxPS2045403@svn.freebsd.org> In-Reply-To: <201307152059.r6FKxPS2045403@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: carvay@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 06:49:41 -0000 Em 15-07-2013 22:59, Eitan Adler escreveu: > Author: eadler > Date: Mon Jul 15 20:59:25 2013 > New Revision: 42287 > URL:http://svnweb.freebsd.org/changeset/doc/42287 > > Log: > Use a better spanish translation for "Host Controller Interface" > > Submitted by: Luis Manuel Sцёnchez > > Modified: > head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml > > Modified: head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml > ============================================================================== > --- head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Jul 15 18:35:24 2013 (r42286) > +++ head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Jul 15 20:59:25 2013 (r42287) > @@ -1384,7 +1384,7 @@ Number of SCO packets: 8 > > > > - Interfaz de la controladora de la mО©╫quina (HCI) > + Intefase Maquina-controlador > > HCI Since when are you authorized to commit to the Spanish translation? This commit contains a serious ortography error and there's a missing accent. The use of uppercase letter is not consistent either. Please revert. Gabor From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 08:38:33 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 397E997E; Tue, 16 Jul 2013 08:38:33 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3E37CB; Tue, 16 Jul 2013 08:38:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6G8cXeB066541; Tue, 16 Jul 2013 08:38:33 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6G8cXaZ066540; Tue, 16 Jul 2013 08:38:33 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201307160838.r6G8cXaZ066540@svn.freebsd.org> From: Ryusuke SUZUKI Date: Tue, 16 Jul 2013 08:38:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42295 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 08:38:33 -0000 Author: ryusuke Date: Tue Jul 16 08:38:32 2013 New Revision: 42295 URL: http://svnweb.freebsd.org/changeset/doc/42295 Log: - Merge the following from the English version: r42240 -> r42290 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Tue Jul 16 06:33:49 2013 (r42294) +++ head/ja_JP.eucJP/share/xml/news.xml Tue Jul 16 08:38:32 2013 (r42295) @@ -20,7 +20,7 @@ the contents of will be preferred over <p>. $FreeBSD$ - Original revision: r42240 + Original revision: r42290 --> <news> <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> @@ -34,6 +34,19 @@ <name>7</name> <day> + <name>16</name> + + <event> + <title>Ё╚х╞©йд╫╔Л╔щ║╪╔х (2013 г╞ 4 ╥Н - 6 ╥Н) ╦ЬЁ╚ + +

    2013 + г╞ 4 ╥Н ╓╚╓И 6 ╥Н╓нЁ╚х╞©йд╫╔Л╔щ║╪╔х (33 ╔╗╔С╔х╔Й) + ╓╛╦ЬЁ╚╓╣╓Л╓ч╓╥╓©║ё

    +
    +
    + + 4

    ©╥╔Ё╔ъ╔ц╔©╫╒г╓: From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 12:47:08 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 830B64C8; Tue, 16 Jul 2013 12:47:08 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5A67B340; Tue, 16 Jul 2013 12:47:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GCl8bH041116; Tue, 16 Jul 2013 12:47:08 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GCl89d041115; Tue, 16 Jul 2013 12:47:08 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307161247.r6GCl89d041115@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 12:47:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42296 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 12:47:08 -0000 Author: gavin Date: Tue Jul 16 12:47:07 2013 New Revision: 42296 URL: http://svnweb.freebsd.org/changeset/doc/42296 Log: Removbe outdated or unresponsive Ukranian mirrors Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 08:38:32 2013 (r42295) +++ head/share/xml/mirrors.xml Tue Jul 16 12:47:07 2013 (r42296) @@ -1898,26 +1898,6 @@ Ukraine - - www.ua.FreeBSD.org - http://www.ua.FreeBSD.org/ - - - - www2.ua.FreeBSD.org - http://www2.ua.FreeBSD.org/ - - - - www5.ua.FreeBSD.org - http://www5.ua.FreeBSD.org/ - - - - www4.ua.FreeBSD.org - http://www4.ua.FreeBSD.org/ - - ftp.ua.FreeBSD.org ftp://ftp.ua.FreeBSD.org/pub/FreeBSD/ @@ -1925,31 +1905,10 @@ - ftp2.ua.FreeBSD.org - ftp://ftp2.ua.FreeBSD.org/pub/FreeBSD/ - http://ftp2.ua.FreeBSD.org/pub/FreeBSD/ - - - ftp7.ua.FreeBSD.org ftp://ftp7.ua.FreeBSD.org/pub/FreeBSD/ - - ftp8.ua.FreeBSD.org - ftp://ftp8.ua.FreeBSD.org/pub/FreeBSD/ - http://ftp8.ua.FreeBSD.org/FreeBSD/ - - - - ftp11.ua.FreeBSD.org - ftp://ftp11.ua.FreeBSD.org/pub/FreeBSD/ - - - - cvsup3.ua.FreeBSD.org - - cvsup5.ua.FreeBSD.org From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 17:25:22 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4D7A8870 for ; Tue, 16 Jul 2013 17:25:22 +0000 (UTC) (envelope-from carvay@tikismikis.org) Received: from mail.theartfarm.com (mail.theartfarm.com [208.75.177.101]) by mx1.freebsd.org (Postfix) with ESMTP id 0088A6A2 for ; Tue, 16 Jul 2013 17:25:21 +0000 (UTC) Received: (qmail 64307 invoked by uid 1026); 16 Jul 2013 17:21:30 -0000 Received: from c213-89-124-76.bredband.comhem.se (HELO terrytugurbioorg.local) (213.89.124.76) by mail.theartfarm.com (qpsmtpd/0.93) with (CAMELLIA256-SHA encrypted) ESMTPSA; Tue, 16 Jul 2013 13:21:30 -0400 Authentication-Results: mail.theartfarm.com; auth=pass (plain) smtp.auth=carvay@tikismikis.org; iprev=pass X-Virus-Checked: by ClamAV 0.97.8 on mail.theartfarm.com X-Virus-Found: No X-HELO: terrytugurbioorg.local Message-ID: <51E58116.8070303@tikismikis.org> Date: Tue, 16 Jul 2013 19:21:26 +0200 From: "J. Vicente Carrasco -Bixen- " User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Gabor Kovesdan Subject: Re: svn commit: r42287 - head/es_ES.ISO8859-1/books/handbook/advanced-networking References: <201307152059.r6FKxPS2045403@svn.freebsd.org> <51E4ED00.4000309@FreeBSD.org> In-Reply-To: <51E4ED00.4000309@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-doc-head@freebsd.org, carvay@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 17:25:22 -0000 16/07/13 08:49(e)an, Gabor Kovesdan(e)k idatzi zuen: (...) Hi, > Since when are you authorized to commit to the Spanish translation? This > commit contains a serious ortography error and there's a missing accent. > The use of uppercase letter is not consistent either. Please revert. > > Gabor > +1 -- =================================================== J. Vicente Carrasco -- Bixen http://tikismikis.org/news ------ Primum non nocere ------- =================================================== -- From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 17:50:11 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 72981FB5; Tue, 16 Jul 2013 17:50:11 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4B782827; Tue, 16 Jul 2013 17:50:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GHoBQg032411; Tue, 16 Jul 2013 17:50:11 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GHoAYg032408; Tue, 16 Jul 2013 17:50:10 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201307161750.r6GHoAYg032408@svn.freebsd.org> From: Florian Smeets Date: Tue, 16 Jul 2013 17:50:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42297 - in head/en_US.ISO8859-1: books/handbook/eresources share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 17:50:11 -0000 Author: flo (ports committer) Date: Tue Jul 16 17:50:10 2013 New Revision: 42297 URL: http://svnweb.freebsd.org/changeset/doc/42297 Log: Add freebsd-pkg-fallout list. Approved by: gjb Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml head/en_US.ISO8859-1/share/xml/mailing-lists.ent Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Tue Jul 16 12:47:07 2013 (r42296) +++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Tue Jul 16 17:50:10 2013 (r42297) @@ -450,6 +450,11 @@ + &a.pkg-fallout.name; + Fallout logs from package building + + + &a.platforms.name; Concerning ports to non &intel; architecture platforms @@ -1620,6 +1625,18 @@ + &a.pkg-fallout.name; + + + Fallout logs from package building + + All packages building failures logs from the package building + clusters + + + + + &a.platforms.name; Modified: head/en_US.ISO8859-1/share/xml/mailing-lists.ent ============================================================================== --- head/en_US.ISO8859-1/share/xml/mailing-lists.ent Tue Jul 16 12:47:07 2013 (r42296) +++ head/en_US.ISO8859-1/share/xml/mailing-lists.ent Tue Jul 16 17:50:10 2013 (r42297) @@ -337,6 +337,10 @@ Binary package management and package tools discussion"> freebsd-pkg"> + +Fallout logs from package building"> +freebsd-pkg-fallout"> + FreeBSD non-Intel platforms porting mailing list"> freebsd-platforms"> From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 19:57:15 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 499CD3FF; Tue, 16 Jul 2013 19:57:15 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 217CDE22; Tue, 16 Jul 2013 19:57:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GJvEZO071369; Tue, 16 Jul 2013 19:57:14 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GJvELh071368; Tue, 16 Jul 2013 19:57:14 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307161957.r6GJvELh071368@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 19:57:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42298 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 19:57:15 -0000 Author: gavin Date: Tue Jul 16 19:57:14 2013 New Revision: 42298 URL: http://svnweb.freebsd.org/changeset/doc/42298 Log: Nothing resolves under ro.FreeBSD.org any more, due to a lack of nameservers. Remove from the mirror list. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 17:50:10 2013 (r42297) +++ head/share/xml/mirrors.xml Tue Jul 16 19:57:14 2013 (r42298) @@ -1245,60 +1245,6 @@ hostmaster@pt.FreeBSD.org - - Romania - - www.ro.FreeBSD.org - http://www.ro.FreeBSD.org/ - - - - www1.ro.FreeBSD.org - http://www1.ro.FreeBSD.org/ - - - - www2.ro.FreeBSD.org - http://www2.ro.FreeBSD.org/ - - - - www3.ro.FreeBSD.org - http://www3.ro.FreeBSD.org/ - - - - ftp.ro.FreeBSD.org - ftp://ftp.ro.FreeBSD.org/pub/FreeBSD/ - - - - ftp1.ro.FreeBSD.org - ftp://ftp1.ro.FreeBSD.org/pub/FreeBSD/ - - http://ftp1.ro.FreeBSD.org/pub/FreeBSD/ - http://ftp1.ro.FreeBSD.org/pub/FreeBSD/ - - - - cvsup.ro.FreeBSD.org - - - - cvsup1.ro.FreeBSD.org - - - - cvsup2.ro.FreeBSD.org - - - - cvsup3.ro.FreeBSD.org - - - hostmaster@ro.FreeBSD.org - - Russia From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 20:00:09 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4184F521; Tue, 16 Jul 2013 20:00:09 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 33B6CE48; Tue, 16 Jul 2013 20:00:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GK099c071944; Tue, 16 Jul 2013 20:00:09 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GK09AY071943; Tue, 16 Jul 2013 20:00:09 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307162000.r6GK09AY071943@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 20:00:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42299 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 20:00:09 -0000 Author: gavin Date: Tue Jul 16 20:00:08 2013 New Revision: 42299 URL: http://svnweb.freebsd.org/changeset/doc/42299 Log: Nothing exists under kw.FreeBSD.org any more due to a lack of nameservers. Remove from the documentation. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 19:57:14 2013 (r42298) +++ head/share/xml/mirrors.xml Tue Jul 16 20:00:08 2013 (r42299) @@ -990,19 +990,6 @@ hostmaster@kr.FreeBSD.org - - Kuwait - - www.kw.FreeBSD.org - http://www.kw.FreeBSD.org/ - - - - cvsup1.kw.FreeBSD.org - - - - Latvia From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:06:19 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CA2CB5CA; Tue, 16 Jul 2013 21:06:19 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B983A199; Tue, 16 Jul 2013 21:06:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GL6J35092983; Tue, 16 Jul 2013 21:06:19 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GL6JTZ092982; Tue, 16 Jul 2013 21:06:19 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307162106.r6GL6JTZ092982@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 21:06:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42300 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:06:19 -0000 Author: gavin Date: Tue Jul 16 21:06:18 2013 New Revision: 42300 URL: http://svnweb.freebsd.org/changeset/doc/42300 Log: Remove mirrors that no longer respond. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 20:00:08 2013 (r42299) +++ head/share/xml/mirrors.xml Tue Jul 16 21:06:18 2013 (r42300) @@ -277,11 +277,6 @@ http://www2.br.FreeBSD.org/www.freebsd.org/ - - www3.br.FreeBSD.org - http://www3.br.FreeBSD.org/ - - ftp.br.FreeBSD.org ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ @@ -310,16 +305,6 @@ http://ftp5.br.FreeBSD.org/pub/FreeBSD/ - - ftp6.br.FreeBSD.org - ftp://ftp6.br.FreeBSD.org/pub/FreeBSD/ - - - - ftp7.br.FreeBSD.org - ftp://ftp7.br.FreeBSD.org/pub/FreeBSD/ - - cvsup.br.FreeBSD.org @@ -332,14 +317,6 @@ cvsup3.br.FreeBSD.org - - cvsup4.br.FreeBSD.org - - - - cvsup5.br.FreeBSD.org - - hostmaster@br.FreeBSD.org @@ -370,10 +347,6 @@ ftp://ftp3.ca.FreeBSD.org/pub/FreeBSD/ - - cvsup1.ca.FreeBSD.org - - hostmaster@ca.FreeBSD.org @@ -400,20 +373,6 @@ hostmaster@cn.FreeBSD.org - - Costa Rica - - www1.cr.FreeBSD.org - http://www1.cr.FreeBSD.org/ - - - - cvsup1.cr.FreeBSD.org - - - hostmaster@cr.FreeBSD.org - - Czech Republic @@ -734,10 +693,6 @@ cvsup.gr.FreeBSD.org - - cvsup2.gr.FreeBSD.org - - hostmaster@gr.FreeBSD.org @@ -782,11 +737,6 @@ www.ie.FreeBSD.org http://www.ie.FreeBSD.org/ - - - www2.ie.FreeBSD.org - http://www2.ie.FreeBSD.org/ - --> ftp.ie.FreeBSD.org @@ -997,30 +947,16 @@ http://www.lv.FreeBSD.org/ - - www2.lv.FreeBSD.org - http://www2.lv.FreeBSD.org/ - - cvsup.lv.FreeBSD.org - - cvsup2.lv.FreeBSD.org - - ftp.lv.FreeBSD.org ftp://ftp.lv.FreeBSD.org/pub/FreeBSD/ http://ftp.lv.FreeBSD.org/pub/FreeBSD/ - - ftp2.lv.FreeBSD.org - ftp://ftp2.lv.FreeBSD.org/pub/FreeBSD/ - - hostmaster@lv.FreeBSD.org @@ -1118,11 +1054,6 @@ - - ftp3.no.FreeBSD.org - ftp://ftp3.no.FreeBSD.org/pub/FreeBSD/ - - cvsup.no.FreeBSD.org @@ -1130,19 +1061,6 @@ hostmaster@no.FreeBSD.org - - Philippines - - www.FreeBSD.org.ph - http://www.FreeBSD.org.ph/ - - - - cvsup1.ph.FreeBSD.org - - - - Poland @@ -1170,10 +1088,6 @@ - cvsup2.pl.FreeBSD.org - - - cvsup3.pl.FreeBSD.org @@ -1183,11 +1097,6 @@ Portugal - www.pt.FreeBSD.org - http://www.pt.FreeBSD.org/ - - - www1.pt.FreeBSD.org http://www1.pt.FreeBSD.org/ @@ -1244,21 +1153,6 @@ http://www2.ru.FreeBSD.org/ - - www3.ru.FreeBSD.org - http://www3.ru.FreeBSD.org/ - - - - www4.ru.FreeBSD.org - http://www4.ru.FreeBSD.org/ - - - - www5.ru.FreeBSD.org - http://www5.ru.FreeBSD.org/ - - ftp.ru.FreeBSD.org ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ @@ -1300,10 +1194,6 @@ - cvsup2.ru.FreeBSD.org - - - cvsup3.ru.FreeBSD.org @@ -1319,26 +1209,9 @@ cvsup6.ru.FreeBSD.org - - cvsup7.ru.FreeBSD.org - - hostmaster@ru.FreeBSD.org - - San Marino - - www.sm.FreeBSD.org - http://www.sm.FreeBSD.org/ - - - - cvsup.sm.FreeBSD.org - - - - Saudi Arabia @@ -1388,29 +1261,15 @@ http://www.si.FreeBSD.org/ - - www2.si.FreeBSD.org - http://www2.si.FreeBSD.org/ - - ftp.si.FreeBSD.org ftp://ftp.si.FreeBSD.org/pub/FreeBSD/ - - ftp2.si.FreeBSD.org - ftp://ftp2.si.FreeBSD.org/pub/FreeBSD/ - - cvsup.si.FreeBSD.org - - cvsup2.si.FreeBSD.org - - hostmaster@si.FreeBSD.org @@ -1740,10 +1599,6 @@ - cvsup7.tw.FreeBSD.org - - - cvsup8.tw.FreeBSD.org @@ -1774,20 +1629,6 @@ hostmaster@tw.FreeBSD.org - - Thailand - - www.th.FreeBSD.org - http://www.th.FreeBSD.org/ - - - - cvsup.th.FreeBSD.org - - - hostmaster@th.FreeBSD.org - - Turkey @@ -1891,11 +1732,6 @@ ftp://ftp5.uk.FreeBSD.org/pub/FreeBSD/ - - ftp6.uk.FreeBSD.org - ftp://ftp6.uk.FreeBSD.org/pub/FreeBSD/ - - hostmaster@uk.FreeBSD.org @@ -1906,16 +1742,6 @@ http://www2.us.FreeBSD.org/ - - www5.us.FreeBSD.org http://www5.us.FreeBSD.org/ @@ -1984,12 +1810,6 @@ - ftp12.us.FreeBSD.org - ftp://ftp12.us.FreeBSD.org/pub/FreeBSD/ - - - - ftp13.us.FreeBSD.org ftp://ftp13.us.FreeBSD.org/pub/FreeBSD/ http://ftp13.us.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:07:50 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5D401730; Tue, 16 Jul 2013 21:07:50 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9611B7; Tue, 16 Jul 2013 21:07:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GL7o9u094117; Tue, 16 Jul 2013 21:07:50 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GL7oFY094115; Tue, 16 Jul 2013 21:07:50 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307162107.r6GL7oFY094115@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 21:07:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42301 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:07:50 -0000 Author: gavin Date: Tue Jul 16 21:07:49 2013 New Revision: 42301 URL: http://svnweb.freebsd.org/changeset/doc/42301 Log: www.ie.FreeBSD.org is back online, and up-to-date. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 21:06:18 2013 (r42300) +++ head/share/xml/mirrors.xml Tue Jul 16 21:07:49 2013 (r42301) @@ -732,12 +732,11 @@ Ireland - + ftp.ie.FreeBSD.org ftp://ftp.ie.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:08:35 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7DD0F797; Tue, 16 Jul 2013 21:08:35 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw13.york.ac.uk (mail-gw13.york.ac.uk [144.32.129.163]) by mx1.freebsd.org (Postfix) with ESMTP id 465991BF; Tue, 16 Jul 2013 21:08:34 +0000 (UTC) Received: from ury.york.ac.uk ([144.32.64.162]:47253) by mail-gw13.york.ac.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1UzCU0-0003ba-C5; Tue, 16 Jul 2013 22:08:28 +0100 Date: Tue, 16 Jul 2013 22:08:28 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@thunderhorn.york.ac.uk To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r42300 - head/share/xml In-Reply-To: <201307162106.r6GL6JTZ092982@svn.freebsd.org> Message-ID: References: <201307162106.r6GL6JTZ092982@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:08:35 -0000 On Tue, 16 Jul 2013, Gavin Atkinson wrote: > Author: gavin > Date: Tue Jul 16 21:06:18 2013 > New Revision: 42300 > URL: http://svnweb.freebsd.org/changeset/doc/42300 > > Log: > Remove mirrors that no longer respond. This should have read "no longer resolve". Gavin > Modified: > head/share/xml/mirrors.xml > > Modified: head/share/xml/mirrors.xml > ============================================================================== > --- head/share/xml/mirrors.xml Tue Jul 16 20:00:08 2013 (r42299) > +++ head/share/xml/mirrors.xml Tue Jul 16 21:06:18 2013 (r42300) > @@ -277,11 +277,6 @@ > http://www2.br.FreeBSD.org/www.freebsd.org/ > > > - > - www3.br.FreeBSD.org > - http://www3.br.FreeBSD.org/ > - > - > > ftp.br.FreeBSD.org > ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ > @@ -310,16 +305,6 @@ > http://ftp5.br.FreeBSD.org/pub/FreeBSD/ > > > - > - ftp6.br.FreeBSD.org > - ftp://ftp6.br.FreeBSD.org/pub/FreeBSD/ > - > - > - > - ftp7.br.FreeBSD.org > - ftp://ftp7.br.FreeBSD.org/pub/FreeBSD/ > - > - > > cvsup.br.FreeBSD.org > > @@ -332,14 +317,6 @@ > cvsup3.br.FreeBSD.org > > > - > - cvsup4.br.FreeBSD.org > - > - > - > - cvsup5.br.FreeBSD.org > - > - > hostmaster@br.FreeBSD.org > > > @@ -370,10 +347,6 @@ > ftp://ftp3.ca.FreeBSD.org/pub/FreeBSD/ > > > - > - cvsup1.ca.FreeBSD.org > - > - > hostmaster@ca.FreeBSD.org > > > @@ -400,20 +373,6 @@ > hostmaster@cn.FreeBSD.org > > > - > - Costa Rica > - > - www1.cr.FreeBSD.org > - http://www1.cr.FreeBSD.org/ > - > - > - > - cvsup1.cr.FreeBSD.org > - > - > - hostmaster@cr.FreeBSD.org > - > - > > Czech Republic > > @@ -734,10 +693,6 @@ > cvsup.gr.FreeBSD.org > > > - > - cvsup2.gr.FreeBSD.org > - > - > hostmaster@gr.FreeBSD.org > > > @@ -782,11 +737,6 @@ > www.ie.FreeBSD.org > http://www.ie.FreeBSD.org/ > > - > - > - www2.ie.FreeBSD.org > - http://www2.ie.FreeBSD.org/ > - > --> > > ftp.ie.FreeBSD.org > @@ -997,30 +947,16 @@ > http://www.lv.FreeBSD.org/ > > > - > - www2.lv.FreeBSD.org > - http://www2.lv.FreeBSD.org/ > - > - > > cvsup.lv.FreeBSD.org > > > - > - cvsup2.lv.FreeBSD.org > - > - > > ftp.lv.FreeBSD.org > ftp://ftp.lv.FreeBSD.org/pub/FreeBSD/ > http://ftp.lv.FreeBSD.org/pub/FreeBSD/ > > > - > - ftp2.lv.FreeBSD.org > - ftp://ftp2.lv.FreeBSD.org/pub/FreeBSD/ > - > - > hostmaster@lv.FreeBSD.org > > > @@ -1118,11 +1054,6 @@ > > > > - > - ftp3.no.FreeBSD.org > - ftp://ftp3.no.FreeBSD.org/pub/FreeBSD/ > - > - > > cvsup.no.FreeBSD.org > > @@ -1130,19 +1061,6 @@ > hostmaster@no.FreeBSD.org > > > - > - Philippines > - > - www.FreeBSD.org.ph > - http://www.FreeBSD.org.ph/ > - > - > - > - cvsup1.ph.FreeBSD.org > - > - > - > - > > Poland > > @@ -1170,10 +1088,6 @@ > > > > - cvsup2.pl.FreeBSD.org > - > - > - > cvsup3.pl.FreeBSD.org > > > @@ -1183,11 +1097,6 @@ > > Portugal > > - www.pt.FreeBSD.org > - http://www.pt.FreeBSD.org/ > - > - > - > www1.pt.FreeBSD.org > http://www1.pt.FreeBSD.org/ > > @@ -1244,21 +1153,6 @@ > http://www2.ru.FreeBSD.org/ > > > - > - www3.ru.FreeBSD.org > - http://www3.ru.FreeBSD.org/ > - > - > - > - www4.ru.FreeBSD.org > - http://www4.ru.FreeBSD.org/ > - > - > - > - www5.ru.FreeBSD.org > - http://www5.ru.FreeBSD.org/ > - > - > > ftp.ru.FreeBSD.org > ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ > @@ -1300,10 +1194,6 @@ > > > > - cvsup2.ru.FreeBSD.org > - > - > - > cvsup3.ru.FreeBSD.org > > > @@ -1319,26 +1209,9 @@ > cvsup6.ru.FreeBSD.org > > > - > - cvsup7.ru.FreeBSD.org > - > - > hostmaster@ru.FreeBSD.org > > > - > - San Marino > - > - www.sm.FreeBSD.org > - http://www.sm.FreeBSD.org/ > - > - > - > - cvsup.sm.FreeBSD.org > - > - > - > - > > Saudi Arabia > > @@ -1388,29 +1261,15 @@ > http://www.si.FreeBSD.org/ > > > - > - www2.si.FreeBSD.org > - http://www2.si.FreeBSD.org/ > - > - > > ftp.si.FreeBSD.org > ftp://ftp.si.FreeBSD.org/pub/FreeBSD/ > > > - > - ftp2.si.FreeBSD.org > - ftp://ftp2.si.FreeBSD.org/pub/FreeBSD/ > - > - > > cvsup.si.FreeBSD.org > > > - > - cvsup2.si.FreeBSD.org > - > - > hostmaster@si.FreeBSD.org > > > @@ -1740,10 +1599,6 @@ > > > > - cvsup7.tw.FreeBSD.org > - > - > - > cvsup8.tw.FreeBSD.org > > > @@ -1774,20 +1629,6 @@ > hostmaster@tw.FreeBSD.org > > > - > - Thailand > - > - www.th.FreeBSD.org > - http://www.th.FreeBSD.org/ > - > - > - > - cvsup.th.FreeBSD.org > - > - > - hostmaster@th.FreeBSD.org > - > - > > Turkey > > @@ -1891,11 +1732,6 @@ > ftp://ftp5.uk.FreeBSD.org/pub/FreeBSD/ > > > - > - ftp6.uk.FreeBSD.org > - ftp://ftp6.uk.FreeBSD.org/pub/FreeBSD/ > - > - > hostmaster@uk.FreeBSD.org > > > @@ -1906,16 +1742,6 @@ > http://www2.us.FreeBSD.org/ > > > - > - > > www5.us.FreeBSD.org > http://www5.us.FreeBSD.org/ > @@ -1984,12 +1810,6 @@ > > > > - ftp12.us.FreeBSD.org > - ftp://ftp12.us.FreeBSD.org/pub/FreeBSD/ > - > - > - > - > ftp13.us.FreeBSD.org > ftp://ftp13.us.FreeBSD.org/pub/FreeBSD/ > http://ftp13.us.FreeBSD.org/pub/FreeBSD/ > From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:14:09 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 38B49A68; Tue, 16 Jul 2013 21:14:09 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA3220C; Tue, 16 Jul 2013 21:14:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GLE93F096935; Tue, 16 Jul 2013 21:14:09 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GLE9ZX096934; Tue, 16 Jul 2013 21:14:09 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307162114.r6GLE9ZX096934@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 21:14:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42302 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:14:09 -0000 Author: gavin Date: Tue Jul 16 21:14:08 2013 New Revision: 42302 URL: http://svnweb.freebsd.org/changeset/doc/42302 Log: Drop an Italian mirror that no longer exists. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 21:07:49 2013 (r42301) +++ head/share/xml/mirrors.xml Tue Jul 16 21:14:08 2013 (r42302) @@ -789,11 +789,6 @@ http://www.it.FreeBSD.org/ - - www.gufi.org - http://www.gufi.org/mirrors/www.freebsd.org/data/ - - ftp.it.FreeBSD.org ftp://ftp.it.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:41:32 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B7CEAFD9; Tue, 16 Jul 2013 21:41:32 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A7AE830D; Tue, 16 Jul 2013 21:41:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GLfWIE005483; Tue, 16 Jul 2013 21:41:32 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GLfW41005482; Tue, 16 Jul 2013 21:41:32 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307162141.r6GLfW41005482@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 21:41:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42303 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:41:32 -0000 Author: gavin Date: Tue Jul 16 21:41:32 2013 New Revision: 42303 URL: http://svnweb.freebsd.org/changeset/doc/42303 Log: Remove www mirrors that do not respond. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 21:14:08 2013 (r42302) +++ head/share/xml/mirrors.xml Tue Jul 16 21:41:32 2013 (r42303) @@ -266,17 +266,6 @@ Brazil - - www.br.FreeBSD.org - http://www.br.FreeBSD.org/ - http://www.br.FreeBSD.org/ - - - - www2.br.FreeBSD.org - http://www2.br.FreeBSD.org/www.freebsd.org/ - - ftp.br.FreeBSD.org ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ @@ -433,11 +422,6 @@ Estonia - - www.ee.FreeBSD.org - http://www.ee.FreeBSD.org/ - - ftp.ee.FreeBSD.org ftp://ftp.ee.FreeBSD.org/pub/FreeBSD/ @@ -457,11 +441,6 @@ http://www.fi.FreeBSD.org/ - - www2.fi.FreeBSD.org - http://www2.fi.FreeBSD.org/ - - ftp.fi.FreeBSD.org ftp://ftp.fi.FreeBSD.org/pub/FreeBSD/ @@ -481,11 +460,6 @@ France - www.fr.FreeBSD.org - http://www.fr.FreeBSD.org/ - - - www1.fr.FreeBSD.org http://www1.fr.FreeBSD.org/ @@ -784,11 +758,6 @@ Italy - - www.it.FreeBSD.org - http://www.it.FreeBSD.org/ - - ftp.it.FreeBSD.org ftp://ftp.it.FreeBSD.org/pub/FreeBSD/ @@ -803,11 +772,6 @@ Kyrgyzstan - - www.kg.FreeBSD.org - http://www.kg.FreeBSD.org/ - - cvsup.kg.FreeBSD.org @@ -1090,21 +1054,6 @@ Portugal - - www1.pt.FreeBSD.org - http://www1.pt.FreeBSD.org/ - - - - www4.pt.FreeBSD.org - http://www4.pt.FreeBSD.org/ - - - - www5.pt.FreeBSD.org - http://www5.pt.FreeBSD.org/ - - ftp.pt.FreeBSD.org ftp://ftp.pt.FreeBSD.org/pub/FreeBSD/ @@ -1322,11 +1271,6 @@ http://www2.es.FreeBSD.org/ - - www3.es.FreeBSD.org - http://www3.es.FreeBSD.org/ - - ftp.es.FreeBSD.org ftp://ftp.es.FreeBSD.org/pub/FreeBSD/ @@ -1631,11 +1575,6 @@ - www2.tr.FreeBSD.org - http://www2.tr.FreeBSD.org/ - - - www3.tr.FreeBSD.org http://www3.tr.FreeBSD.org/ http://www3.tr.FreeBSD.org/ @@ -1731,10 +1670,6 @@ USA - - www2.us.FreeBSD.org - http://www2.us.FreeBSD.org/ - www5.us.FreeBSD.org From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:43:07 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C0050CF; Tue, 16 Jul 2013 21:43:07 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8DB314; Tue, 16 Jul 2013 21:43:07 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 397EE14D2436; Tue, 16 Jul 2013 23:43:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QVpP0tRZ6qVs; Tue, 16 Jul 2013 23:43:01 +0200 (CEST) Received: from [192.168.1.117] (catv-80-99-23-232.catv.broadband.hu [80.99.23.232]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id C7C2A14D2410; Tue, 16 Jul 2013 23:43:01 +0200 (CEST) Message-ID: <51E5BE63.4040807@FreeBSD.org> Date: Tue, 16 Jul 2013 23:42:59 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0a2 MIME-Version: 1.0 To: Gavin Atkinson , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r42300 - head/share/xml References: <201307162106.r6GL6JTZ092982@svn.freebsd.org> In-Reply-To: <201307162106.r6GL6JTZ092982@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:43:07 -0000 On 2013.07.16. 23:06, Gavin Atkinson wrote: > Author: gavin > Date: Tue Jul 16 21:06:18 2013 > New Revision: 42300 > URL:http://svnweb.freebsd.org/changeset/doc/42300 > > Log: > Remove mirrors that no longer respond. What if some of these are temporary problems? Have you checked them several times or just now? Gabor From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:44:22 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BF3B145; Tue, 16 Jul 2013 21:44:22 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD8A324; Tue, 16 Jul 2013 21:44:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6GLiMpE005866; Tue, 16 Jul 2013 21:44:22 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6GLiMja005865; Tue, 16 Jul 2013 21:44:22 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307162144.r6GLiMja005865@svn.freebsd.org> From: Gavin Atkinson Date: Tue, 16 Jul 2013 21:44:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42304 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:44:22 -0000 Author: gavin Date: Tue Jul 16 21:44:21 2013 New Revision: 42304 URL: http://svnweb.freebsd.org/changeset/doc/42304 Log: Remove web mirrors that are no longer mirrors of www.freebsd.org: http://freebsd.unixtech.be/ - Very outdated (2010) http://www.cn.FreeBSD.org/ - Blank page http://www.gr.FreeBSD.org/ - Just a frame that includes www.freebsd.org http://www.kr.FreeBSD.org/ - No longer a mirror site http://www2.kr.FreeBSD.org/ - Advertising http://www2.nl.FreeBSD.org/ - No longer a www mirror site http://www3.tw.FreeBSD.org/ - No longer a mirror site http://www6.tw.FreeBSD.org/ - No longer a mirror site http://www7.tw.FreeBSD.org/ - Outdated (2012) http://www3.tr.FreeBSD.org/ - nginx welcome page Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Tue Jul 16 21:41:32 2013 (r42303) +++ head/share/xml/mirrors.xml Tue Jul 16 21:44:21 2013 (r42304) @@ -255,15 +255,6 @@ hostmaster@at.FreeBSD.org - - Belgium - - freebsd.unixtech.be - http://freebsd.unixtech.be/ - - - - Brazil @@ -341,11 +332,6 @@ China - - www.cn.FreeBSD.org - http://www.cn.FreeBSD.org/ - - ftp.cn.FreeBSD.org ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ @@ -648,11 +634,6 @@ Greece - - www.gr.FreeBSD.org - http://www.gr.FreeBSD.org/ - - ftp.gr.FreeBSD.org ftp://ftp.gr.FreeBSD.org/pub/FreeBSD/ @@ -861,16 +842,6 @@ Korea - - www.kr.FreeBSD.org - http://www.kr.FreeBSD.org/ - - - - www2.kr.FreeBSD.org - http://www2.kr.FreeBSD.org/ - - ftp.kr.FreeBSD.org ftp://ftp.kr.FreeBSD.org/pub/FreeBSD/ @@ -953,11 +924,6 @@ http://www.nl.FreeBSD.org/ - - www2.nl.FreeBSD.org - http://www2.nl.FreeBSD.org/ - - ftp.nl.FreeBSD.org ftp://ftp.nl.FreeBSD.org/pub/FreeBSD/ @@ -1405,11 +1371,6 @@ - www3.tw.FreeBSD.org - http://www3.tw.FreeBSD.org/ - - - www4.tw.FreeBSD.org http://www4.tw.FreeBSD.org/ @@ -1420,16 +1381,6 @@ http://www5.tw.FreeBSD.org/ - - www6.tw.FreeBSD.org - http://www6.tw.FreeBSD.org/ - - - - www7.tw.FreeBSD.org - http://www7.tw.FreeBSD.org/ - - ftp.tw.FreeBSD.org ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ @@ -1574,12 +1525,6 @@ http://www.tr.FreeBSD.org/ - - www3.tr.FreeBSD.org - http://www3.tr.FreeBSD.org/ - http://www3.tr.FreeBSD.org/ - - ftp.tr.FreeBSD.org ftp://ftp.tr.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 21:58:22 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF58E30D; Tue, 16 Jul 2013 21:58:22 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw12.york.ac.uk (mail-gw12.york.ac.uk [144.32.129.162]) by mx1.freebsd.org (Postfix) with ESMTP id BA1BA39C; Tue, 16 Jul 2013 21:58:22 +0000 (UTC) Received: from ury.york.ac.uk ([144.32.64.162]:65381) by mail-gw12.york.ac.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1UzDGA-0000eA-Qb; Tue, 16 Jul 2013 22:58:14 +0100 Date: Tue, 16 Jul 2013 22:58:14 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@thunderhorn.york.ac.uk To: Gabor Kovesdan Subject: Re: svn commit: r42300 - head/share/xml In-Reply-To: <51E5BE63.4040807@FreeBSD.org> Message-ID: References: <201307162106.r6GL6JTZ092982@svn.freebsd.org> <51E5BE63.4040807@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 21:58:23 -0000 On Tue, 16 Jul 2013, Gabor Kovesdan wrote: > On 2013.07.16. 23:06, Gavin Atkinson wrote: > > Author: gavin > > Date: Tue Jul 16 21:06:18 2013 > > New Revision: 42300 > > URL:http://svnweb.freebsd.org/changeset/doc/42300 > > > > Log: > > Remove mirrors that no longer respond. > What if some of these are temporary problems? Have you checked them several > times or just now? I mentioned in a followup commit, buit all of these actually don't resolve. Some are CNAMEs that point to non-existant hosts, others are within domains that are no longer delegated. I think it's unlikely that any of these will come back - "not resolving" is a bit more permanant than "not responding". Gavin From owner-svn-doc-all@FreeBSD.ORG Tue Jul 16 22:02:02 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C27EF511; Tue, 16 Jul 2013 22:02:02 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw12.york.ac.uk (mail-gw12.york.ac.uk [144.32.129.162]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3973F0; Tue, 16 Jul 2013 22:02:02 +0000 (UTC) Received: from ury.york.ac.uk ([144.32.64.162]:25148) by mail-gw12.york.ac.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1UzDJp-0000mH-Ls; Tue, 16 Jul 2013 23:02:01 +0100 Date: Tue, 16 Jul 2013 23:02:01 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@thunderhorn.york.ac.uk To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r42303 - head/share/xml In-Reply-To: <201307162141.r6GLfW41005482@svn.freebsd.org> Message-ID: References: <201307162141.r6GLfW41005482@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2013 22:02:02 -0000 On Tue, 16 Jul 2013, Gavin Atkinson wrote: > Author: gavin > Date: Tue Jul 16 21:41:32 2013 > New Revision: 42303 > URL: http://svnweb.freebsd.org/changeset/doc/42303 > > Log: > Remove www mirrors that do not respond. For these sites, all have been verified as having not responded since April, through the logs available at http://www.mavetju.org/unix/freebsd-mirrors/ Gavin From owner-svn-doc-all@FreeBSD.ORG Wed Jul 17 00:02:20 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5DA41E4C; Wed, 17 Jul 2013 00:02:20 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA0E95F; Wed, 17 Jul 2013 00:02:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6H02KnQ050089; Wed, 17 Jul 2013 00:02:20 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6H02KvD050087; Wed, 17 Jul 2013 00:02:20 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307170002.r6H02KvD050087@svn.freebsd.org> From: Warren Block Date: Wed, 17 Jul 2013 00:02:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42305 - head/en_US.ISO8859-1/books/fdp-primer/tools X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 00:02:20 -0000 Author: wblock Date: Wed Jul 17 00:02:19 2013 New Revision: 42305 URL: http://svnweb.freebsd.org/changeset/doc/42305 Log: Update the Tools chapter. Simplify, remove irrelevant and outdated information. Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Tue Jul 16 21:44:21 2013 (r42304) +++ head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Wed Jul 17 00:02:19 2013 (r42305) @@ -34,132 +34,51 @@ Tools - The FDP uses a number of different software tools to help - manage the FreeBSD documentation, convert it to different output - formats, and so on. You will need to use these tools yourself if - you are to work with the FreeBSD documentation. - - All these tools are available as FreeBSD Ports and Packages, - greatly simplifying the work you have to do to install - them. - - You will need to install these tools before you work through - any of the examples in later chapters. The actual usage of these - tools is covered in later chapters. - - - Use <filename role="package">textproc/docproj</filename> If - Possible - - You can save yourself a lot of time if you install the - textproc/docproj port. This - is a meta-port which does not contain any - software itself. Instead, it depends on various other ports - being installed correctly. Installing this port - should automatically download and install - all of the packages listed in this chapter that you need. - - One of the packages that you might need is the - JadeTeX macro set. In turn, this - macro set requires &tex; to be installed. &tex; is a large - package, and you only need it if you want to produce Postscript - or PDF output. - - To save yourself time and space you must specify whether or - not you want JadeTeX (and therefore - &tex;) installed when you install this port. Either do: - - &prompt.root; make JADETEX=yes install - - or - - &prompt.root; make JADETEX=no install - - as necessary. Alternatively you may install - textproc/docproj-jadetex or - textproc/docproj-nojadetex. - These slave ports define the JADETEX variable - for you, therefore they will install the same suite of - applications on your machine. Note that you can produce only - XHTML or ASCII text output if you do not install - JadeTeX. PostScript or PDF output - requires &tex;. - - - - Mandatory Tools - - - Software - - These programs are required before you can usefully work - with the FreeBSD documentation, and they will allow you to - convert the documentation to XHTML, plain text, and RTF - formats. They are all included in textproc/docproj. - - - - Jade - (textproc/jade) - - - A DSSSL implementation. Used for converting marked - up documents to other formats, including HTML and - &tex;. - - - - - Links - (www/links) - - - A text-mode WWW browser that can also convert - XHTML files to plain text. - - - - - peps - (graphics/peps) - - - Some of the documentation includes images, some of - which are stored as EPS files. These must be converted - to PNG before most web browsers will display - them. - - - - + Several software tools are used to + manage the FreeBSD documentation and render it to different output + formats. Some of these tools are required and must be installed + before working through the examples in the following chapters. + Some are optional, adding capabilities or making the job of + creating documentation less demanding. + + + Required Tools + + Install + textproc/docproj from the + Ports Collection. This meta-port installs + all the applications required to do useful work with the &os; + documentation. Some further notes on particular components are + given below. - DTDs and Entities + <acronym>DTD</acronym>s and <acronym>Entities</acronym> - These are the DTDs and entity sets used by the FDP. They - need to be installed before you can work with any of the - documentation. + &os; documentation uses several Document Type Definitions + (DTDs) and sets of XML + entities. These are all installed by the + textproc/docproj + port. - XHTML DTD (XHTML DTD (textproc/xhtml) - XHTML is the markup language of choice for the World - Wide Web, and is used throughout the FreeBSD web + XHTML is the markup language of choice for the World + Wide Web, and is used throughout the &os; web site. - DocBook DTD (DocBook DTD (textproc/docbook-xml-450) DocBook is designed for marking up technical - documentation. All the FreeBSD documentation is written + documentation. Most of the &os; documentation is written in DocBook. @@ -170,8 +89,8 @@ role="package">textproc/iso8879) - 19 of the ISO 8879:1986 character entity sets used - by many DTDs. Includes named mathematical symbols, + Character entities from the ISO 8879:1986 standard used + by many DTDs. Includes named mathematical symbols, additional characters in the Latin character set (accents, diacriticals, and so on), and Greek symbols. @@ -184,10 +103,8 @@ Optional Tools - You do not need to have any of the following installed. - However, you may find it easier to work with the documentation - if you do, and they may give you more flexibility in the output - formats that can be generated. + These applications are not required, but can make working on + the documentation easier or add capabilities. Software @@ -205,23 +122,24 @@ teTeX and Modular DocBook Stylesheets are used to convert DocBook documents to DVI, Postscript, and PDF formats. The JadeTeX macros are needed - in order to do this. + to do this. - If you do not intend to convert your documentation - to one of these formats (i.e., HTML and plain text - are sufficient) then you do not need to install - these. - - - If you decide to install - JadeTeX and - teTeX then you will need to - configure teTeX after - JadeTeX has been installed. - print/jadetex/pkg-message - contains detailed instructions explaining what you - need to do. - + If XHTML and plain text output + formats are adequate, then this program is not needed + and the option to install it from the + textproc/docproj + configuration screen can be disabled. + + + + + Vim + (editors/vim) + + + A popular editor for working with + XML and derived documents, like + DocBook XML. @@ -232,22 +150,14 @@ editors/xemacs) - Both these editors include a special mode for - editing documents marked up according to an SGML DTD. + Both of these editors include a special mode for + editing documents marked up according to an XML DTD. This mode includes commands to reduce the amount of - typing you need, and help reduce the possibility of + typing needed, and help reduce the possibility of errors. - - You do not need to use them; any text editor can be - used to edit marked up documents. You may find they - make you more efficient. - - If anyone has recommendations for other software that is - useful when manipulating XML documents, please let &a.doceng; - know, so they can be added to this list. From owner-svn-doc-all@FreeBSD.ORG Wed Jul 17 00:10:01 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B1671FD2; Wed, 17 Jul 2013 00:10:01 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A6498987; Wed, 17 Jul 2013 00:10:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6H0A0a0051430; Wed, 17 Jul 2013 00:10:00 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6H0A0T8051428; Wed, 17 Jul 2013 00:10:00 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307170010.r6H0A0T8051428@svn.freebsd.org> From: Warren Block Date: Wed, 17 Jul 2013 00:10:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42306 - head/en_US.ISO8859-1/books/fdp-primer/tools X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 00:10:01 -0000 Author: wblock Date: Wed Jul 17 00:10:00 2013 New Revision: 42306 URL: http://svnweb.freebsd.org/changeset/doc/42306 Log: Whitespace-only fixes. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Wed Jul 17 00:02:19 2013 (r42305) +++ head/en_US.ISO8859-1/books/fdp-primer/tools/chapter.xml Wed Jul 17 00:10:00 2013 (r42306) @@ -34,12 +34,12 @@ Tools - Several software tools are used to - manage the FreeBSD documentation and render it to different output - formats. Some of these tools are required and must be installed - before working through the examples in the following chapters. - Some are optional, adding capabilities or making the job of - creating documentation less demanding. + Several software tools are used to manage the FreeBSD + documentation and render it to different output formats. Some of + these tools are required and must be installed before working + through the examples in the following chapters. Some are + optional, adding capabilities or making the job of creating + documentation less demanding. Required Tools @@ -52,7 +52,8 @@ given below. - <acronym>DTD</acronym>s and <acronym>Entities</acronym> + <acronym>DTD</acronym>s and + <acronym>Entities</acronym> &os; documentation uses several Document Type Definitions (DTDs) and sets of XML @@ -62,13 +63,14 @@ - XHTML DTD (XHTML DTD + (textproc/xhtml) - XHTML is the markup language of choice for the World - Wide Web, and is used throughout the &os; web - site. + XHTML is the markup language of + choice for the World Wide Web, and is used throughout + the &os; web site. @@ -78,8 +80,8 @@ DocBook is designed for marking up technical - documentation. Most of the &os; documentation is written - in DocBook. + documentation. Most of the &os; documentation is + written in DocBook. @@ -89,11 +91,11 @@ role="package">textproc/iso8879) - Character entities from the ISO 8879:1986 standard used - by many DTDs. Includes named mathematical symbols, - additional characters in the Latin character set - (accents, diacriticals, and so on), and Greek - symbols. + Character entities from the ISO 8879:1986 standard + used by many DTDs. Includes named + mathematical symbols, additional characters in the Latin + character set (accents, diacriticals, and so on), and + Greek symbols. @@ -112,17 +114,20 @@ JadeTeX, - teTeX and Modular DocBook Stylesheets + teTeX and Modular DocBook + Stylesheets (print/jadetex, print/teTeX and - textproc/dsssl-docbook-modular) + textproc/dsssl-docbook-modular) Jade, - teTeX and Modular DocBook Stylesheets are used to convert - DocBook documents to DVI, Postscript, and PDF formats. - The JadeTeX macros are needed - to do this. + teTeX and Modular DocBook + Stylesheets are used to convert DocBook documents to + DVI, Postscript, and PDF formats. The + JadeTeX macros are needed to + do this. If XHTML and plain text output formats are adequate, then this program is not needed @@ -151,9 +156,10 @@ Both of these editors include a special mode for - editing documents marked up according to an XML DTD. - This mode includes commands to reduce the amount of - typing needed, and help reduce the possibility of + editing documents marked up according to an + XML DTD. This + mode includes commands to reduce the amount of typing + needed, and help reduce the possibility of errors. From owner-svn-doc-all@FreeBSD.ORG Wed Jul 17 21:57:48 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 672E4955; Wed, 17 Jul 2013 21:57:48 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 591E2E26; Wed, 17 Jul 2013 21:57:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6HLvms1048509; Wed, 17 Jul 2013 21:57:48 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6HLvmgm048508; Wed, 17 Jul 2013 21:57:48 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201307172157.r6HLvmgm048508@svn.freebsd.org> From: Eitan Adler Date: Wed, 17 Jul 2013 21:57:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42307 - in head: es_ES.ISO8859-1/books/handbook/advanced-networking nl_NL.ISO8859-1/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 21:57:48 -0000 Author: eadler Date: Wed Jul 17 21:57:47 2013 New Revision: 42307 URL: http://svnweb.freebsd.org/changeset/doc/42307 Log: Revert r42287: It contains typographical errors. Modified: head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Directory Properties: head/nl_NL.ISO8859-1/share/xml/entities.ent (props changed) Modified: head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Wed Jul 17 00:10:00 2013 (r42306) +++ head/es_ES.ISO8859-1/books/handbook/advanced-networking/chapter.xml Wed Jul 17 21:57:47 2013 (r42307) @@ -1384,7 +1384,7 @@ Number of SCO packets: 8 - Intefase Maquina-controlador + Interfaz de la controladora de la mАquina (HCI) HCI From owner-svn-doc-all@FreeBSD.ORG Wed Jul 17 21:58:23 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64522A49 for ; Wed, 17 Jul 2013 21:58:23 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vb0-x235.google.com (mail-vb0-x235.google.com [IPv6:2607:f8b0:400c:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 201B8E35 for ; Wed, 17 Jul 2013 21:58:23 +0000 (UTC) Received: by mail-vb0-f53.google.com with SMTP id p12so1808906vbe.12 for ; Wed, 17 Jul 2013 14:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=qLesJWm2gsK4OqNmS6wYjvYrSCcEy/HmSHQARZ8P3f8=; b=j8HO3sQc2MDWZnNWituTvOII9GPwaq5lqsFGN4eSGdUgFODQHHUTWu9YjgH9SeBlXk CW7l1X9aGPIGGEkQvskh0fxDf5MHWABVvatr3D+75X7XAZVIL8iINgf+0IkK+ayt2VVt rY+VTAQK5noBZqdHJ2ecTU/hr5GFl1VHSsO88= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=qLesJWm2gsK4OqNmS6wYjvYrSCcEy/HmSHQARZ8P3f8=; b=hCx4W7m7bm0y39PNuBDDUHNXougredq8jB6IUdJJkILf2wCAaAdrqgyzvlnPiWihGP ijeunTh2HXNPXlHr7/jv/5whN6XXYAh3ll4+h34pf4dGTQTbmFF4Cm63xyptdvx1Ka5e PyUL8pWDLO9Mb+rqy8fQFMvthIueEVx4tgYpLAJO7VXWkSjdYyA06vGnVGdAV4Mp6ELR K3rHM4n1bFg0iQp+6u6aWJco/cI+5aowHiK7yV1YbJhFLoMwK5gpNtw5K6M6J8z1+lE4 X290Lrqcu+7XZ9zDnW1qN2rvZ+3iafIPlrwjoyZpcYRx2W29ZRShSXnJn/JiMXAbq5G1 bshQ== X-Received: by 10.52.23.83 with SMTP id k19mr2296504vdf.106.1374098302558; Wed, 17 Jul 2013 14:58:22 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.220.118.206 with HTTP; Wed, 17 Jul 2013 14:57:51 -0700 (PDT) In-Reply-To: <51E58116.8070303@tikismikis.org> References: <201307152059.r6FKxPS2045403@svn.freebsd.org> <51E4ED00.4000309@FreeBSD.org> <51E58116.8070303@tikismikis.org> From: Eitan Adler Date: Wed, 17 Jul 2013 23:57:51 +0200 X-Google-Sender-Auth: 4cr7kM7KSiVVVsxd3oyf7C2RBHQ Message-ID: Subject: Re: svn commit: r42287 - head/es_ES.ISO8859-1/books/handbook/advanced-networking To: "J. Vicente Carrasco -Bixen-" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl0xjg1XcKDg6dwtuWU2VK+4+9rtecNEWaX7lylebZgELm9aquuo4xxl3TJX4njxSdbdQqZ Cc: svn-doc-head@freebsd.org, carvay@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org, Gabor Kovesdan X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 21:58:23 -0000 On Tue, Jul 16, 2013 at 7:21 PM, J. Vicente Carrasco -Bixen- wrote: > ... Please revert. I am amazed that no one commented on this patch since June 2 (or June 24 in diff form) and after the commit is the first time anyone mentions the problems. Reverted. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-doc-all@FreeBSD.ORG Wed Jul 17 22:08:29 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DB0E1FE5; Wed, 17 Jul 2013 22:08:29 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 95D64EC2; Wed, 17 Jul 2013 22:08:29 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id B781514D2509; Thu, 18 Jul 2013 00:08:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zX7E2Y59oamu; Thu, 18 Jul 2013 00:08:18 +0200 (CEST) Received: from [192.168.1.117] (catv-80-99-23-232.catv.broadband.hu [80.99.23.232]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 335DC14D240B; Thu, 18 Jul 2013 00:08:18 +0200 (CEST) Message-ID: <51E715CE.5000906@FreeBSD.org> Date: Thu, 18 Jul 2013 00:08:14 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0a2 MIME-Version: 1.0 To: Eitan Adler , "J. Vicente Carrasco -Bixen-" Subject: Re: svn commit: r42287 - head/es_ES.ISO8859-1/books/handbook/advanced-networking References: <201307152059.r6FKxPS2045403@svn.freebsd.org> <51E4ED00.4000309@FreeBSD.org> <51E58116.8070303@tikismikis.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-doc-head@freebsd.org, carvay@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 22:08:30 -0000 On 2013.07.17. 23:57, Eitan Adler wrote: > On Tue, Jul 16, 2013 at 7:21 PM, J. Vicente Carrasco -Bixen- > wrote: >> >... Please revert. > I am amazed that no one commented on this patch since June 2 (or June > 24 in diff form) and after the commit is the first time anyone > mentions the problems. Probably it was not sent to the proper place? Gabor From owner-svn-doc-all@FreeBSD.ORG Wed Jul 17 23:27:59 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CC46AC61; Wed, 17 Jul 2013 23:27:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BEC2B2EA; Wed, 17 Jul 2013 23:27:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6HNRxOA076830; Wed, 17 Jul 2013 23:27:59 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6HNRxae076829; Wed, 17 Jul 2013 23:27:59 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201307172327.r6HNRxae076829@svn.freebsd.org> From: Glen Barber Date: Wed, 17 Jul 2013 23:27:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42308 - head/en_US.ISO8859-1/htdocs/advocacy X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 23:27:59 -0000 Author: gjb Date: Wed Jul 17 23:27:59 2013 New Revision: 42308 URL: http://svnweb.freebsd.org/changeset/doc/42308 Log: Update ports count. Submitted by: Kenta Suzumoto (via private mail) Modified: head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Modified: head/en_US.ISO8859-1/htdocs/advocacy/myths.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Wed Jul 17 21:57:47 2013 (r42307) +++ head/en_US.ISO8859-1/htdocs/advocacy/myths.xml Wed Jul 17 23:27:59 2013 (r42308) @@ -344,7 +344,7 @@

    In addition, each *BSD project uses a ``ports'' system to make the building of ported software much easier.

    -

    FreeBSD: There are currently more than 16,000 +

    FreeBSD: There are currently more than 24,000 applications ready to download and install in the FreeBSD ports collection. On i386 and AMD64, the Linux emulation layer will also run the vast majority of Linux applications. On the AMD64 and Itanium From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 00:21:38 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C36DB893; Thu, 18 Jul 2013 00:21:38 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B4A4D6CC; Thu, 18 Jul 2013 00:21:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6I0LcHl094169; Thu, 18 Jul 2013 00:21:38 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6I0LcRM094168; Thu, 18 Jul 2013 00:21:38 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307180021.r6I0LcRM094168@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 00:21:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42309 - head/en_US.ISO8859-1/books/fdp-primer/structure X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 00:21:38 -0000 Author: wblock Date: Thu Jul 18 00:21:37 2013 New Revision: 42309 URL: http://svnweb.freebsd.org/changeset/doc/42309 Log: Edit, update, and simplify the structure chapter. Reviewed by: bps and Allan Jude on IRC Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Wed Jul 17 23:27:59 2013 (r42308) +++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 00:21:37 2013 (r42309) @@ -32,12 +32,10 @@ --> - Structuring Documents Under <filename>doc/</filename> + Documentation Directory Structure - The doc/ tree is organized in a - particular fashion, and the documents that are part of the FDP are - in turn organized in a particular fashion. The aim is to make it - simple to add new documentation into the tree and: + Files and directories in the doc/ tree follow a structure + meant to: @@ -58,50 +56,57 @@ In addition, the documentation tree has to accommodate - documentation that could be in many different languages and in - many different encodings. It is important that the structure of - the documentation tree does not enforce any particular defaults or + documents in many different languages and + encodings. It is important that + the documentation tree structure does not enforce any particular defaults or cultural preferences. - The Top Level, <filename>doc/</filename> + The Top Level, <filename class="directory">doc/</filename> There are two types of directory under - doc/, each with very specific directory + doc/, each with very specific directory names and meanings. - - Directory + + + + + Directory + Usage + + + + + + share - Meaning - - - share/ - - Contains files that are not specific to the various + Contains files that are not specific to the various translations and encodings of the documentation. Contains subdirectories to further categorize the information. For example, the files that comprise the &man.make.1; - infrastructure are in share/mk, while - the additional XML support files (such as the FreeBSD - extended DocBook DTD) are in - share/xml. - + infrastructure are in share/mk, while + the additional XML support files (such as the &os; + extended DocBook DTD) are in + share/xml. + - - lang.encoding/ + + lang.encoding - One directory exists for each available translation and + One directory exists for each available translation and encoding of the documentation, for example - en_US.ISO8859-1/ and - zh_TW.Big5/. The names are long, but + en_US.ISO8859-1/ and + zh_TW.Big5/. The names are long, but by fully specifying the language and encoding we prevent any - future headaches should a translation team want to provide - the documentation in the same language but in more than one - encoding. This also completely isolates us from any - problems that might be caused by a switch to Unicode. - - + future headaches when a translation team wants to provide + documentation in the same language but in more than one + encoding. This also avoids + problems that might be caused by a future switch to Unicode. + + + + @@ -113,51 +118,58 @@ documentation is split into up to three more categories at this level, indicated by the different directory names. - - Directory - - Contents - - - articles + + + + + Directory + Usage + + + + + + articles - Documentation marked up as a DocBook + Documentation marked up as a DocBook article (or equivalent). Reasonably short, and broken up into sections. Normally only available - as one XHTML file. - + as one XHTML file. + - - books + + books - Documentation marked up as a DocBook + Documentation marked up as a DocBook book (or equivalent). Book length, and broken up into chapters. Normally available as both one - large XHTML file (for people with fast connections, or who + large XHTML file (for people with fast connections, or who want to print it easily from a browser) and as a collection - of linked, smaller files. - + of linked, smaller files. + - - man + + man - For translations of the system manual pages. This + For translations of the system manual pages. This directory will contain one or more - mann + mann directories, corresponding to the sections that have been - translated. - - + translated. + + + + Not every - lang.encoding - directory will contain all of these directories. It depends on + lang.encoding + directory will contain all of these subdirectories. It depends on how much translation has been accomplished by that translation team. - Document Specific Information + Document-Specific Information This section contains specific notes about particular documents managed by the FDP. @@ -167,12 +179,12 @@ books/handbook/ - The Handbook is written to comply with the FreeBSD DocBook + The Handbook is written in DocBook XML using the &os; DocBook extended DTD. The Handbook is organized as a DocBook - book. It is then divided into - parts, each of which may contain several + book. The book is divided into + parts, each of which contains several chapters. chapters are further subdivided into sections (sect1) and subsections (sect2, @@ -187,18 +199,18 @@ The Handbook's organization may change over time, and this document may lag in detailing the organizational - changes. If you have any questions about how the Handbook - is organized, please contact the &a.doc;. + changes. Post questions about Handbook + organization to &a.doc;. <filename>Makefile</filename> The Makefile defines some - variables that affect how the XML source is converted to + variables that affect how the XML source is converted to other formats, and lists the various source files that make up the Handbook. It then includes the standard - doc.project.mk file, to bring in the + doc.project.mk, to bring in the rest of the code that handles converting documents from one format to another. @@ -223,7 +235,7 @@ - <filename><replaceable>directory</replaceable>/chapter.xml</filename> + <filename class="directory"><replaceable>directory</replaceable>/chapter.xml</filename> Each chapter in the Handbook is stored in a file called chapter.xml in a separate @@ -235,10 +247,9 @@ For example, if one of the chapter files contains: - + chapter id="kernelconfig" ... -]]> +chapter Then it will be called chapter.xml in the @@ -246,12 +257,12 @@ the entire contents of the chapter will be held in this file. - When the XHTML version of the Handbook is produced, + When the XHTML version of the Handbook is produced, this will yield kernelconfig.html. This is because of the id value, and is not related to the name of the directory. - In earlier versions of the Handbook the files were + In earlier versions of the Handbook, the files were stored in the same directory as book.xml, and named after the value of the id attribute on the file's @@ -259,8 +270,8 @@ to include images in each chapter. Images for each Handbook chapter are stored within share/images/books/handbook. - Note that localized version of these images should be - placed in the same directory as the XML sources for each + Note that the localized version of these images should be + placed in the same directory as the XML sources for each chapter. Namespace collisions would be inevitable, and it is easier to work with several directories with a few files in them than it is to work with one directory that @@ -273,27 +284,19 @@ printing/chapter.xml. - Chapters and/or directories should not be named in a - fashion that reflects their ordering within the - Handbook. This ordering might change as the content - within the Handbook is reorganized; this sort of - reorganization should not (generally) include the need - to rename files (unless entire chapters are being - promoted or demoted within the hierarchy). + Do not name chapters or directories after + their ordering within the + Handbook. This ordering can change as the content + within the Handbook is reorganized. + Reorganization should be possible without + renaming files, unless entire chapters are being + promoted or demoted within the hierarchy. - Each chapter.xml file will not - be a complete XML document. In particular, they will not - have their own DOCTYPE lines at the start of the - files. - - This is unfortunate as it makes it impossible to treat - these as generic XML files and simply convert them to - HTML, RTF, PS, and other formats in the same way the main - Handbook is generated. This would - force you to rebuild the Handbook every time you want to - see the effect a change has had on just one - chapter. + The chapter.xml files are not + complete XML documents. They cannot be + individually rendered to output formats, but must be built + as part of the Handbook. From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 00:31:46 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DCE9C7C; Thu, 18 Jul 2013 00:31:46 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2F61179C; Thu, 18 Jul 2013 00:31:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6I0VkKd097201; Thu, 18 Jul 2013 00:31:46 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6I0Vksf097200; Thu, 18 Jul 2013 00:31:46 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307180031.r6I0Vksf097200@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 00:31:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42310 - head/en_US.ISO8859-1/books/fdp-primer/structure X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 00:31:46 -0000 Author: wblock Date: Thu Jul 18 00:31:45 2013 New Revision: 42310 URL: http://svnweb.freebsd.org/changeset/doc/42310 Log: Whitespace-only fixes. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 00:21:37 2013 (r42309) +++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 00:31:45 2013 (r42310) @@ -34,8 +34,9 @@ Documentation Directory Structure - Files and directories in the doc/ tree follow a structure - meant to: + Files and directories in the + doc/ tree follow a + structure meant to: @@ -56,17 +57,17 @@ In addition, the documentation tree has to accommodate - documents in many different languages and - encodings. It is important that - the documentation tree structure does not enforce any particular defaults or - cultural preferences. + documents in many different languages and encodings. It is + important that the documentation tree structure does not enforce + any particular defaults or cultural preferences. - The Top Level, <filename class="directory">doc/</filename> + The Top Level, + <filename class="directory">doc/</filename> There are two types of directory under - doc/, each with very specific directory - names and meanings. + doc/, each with very + specific directory names and meanings. @@ -79,30 +80,35 @@ - share + + share Contains files that are not specific to the various - translations and encodings of the documentation. Contains - subdirectories to further categorize the information. For - example, the files that comprise the &man.make.1; - infrastructure are in share/mk, while - the additional XML support files (such as the &os; - extended DocBook DTD) are in - share/xml. + translations and encodings of the documentation. + Contains subdirectories to further categorize the + information. For example, the files that comprise the + &man.make.1; infrastructure are in + share/mk, while + the additional XML support files + (such as the &os; extended DocBook + DTD) are in share/xml. - lang.encoding + lang.encoding - One directory exists for each available translation and - encoding of the documentation, for example - en_US.ISO8859-1/ and - zh_TW.Big5/. The names are long, but - by fully specifying the language and encoding we prevent any - future headaches when a translation team wants to provide - documentation in the same language but in more than one - encoding. This also avoids - problems that might be caused by a future switch to Unicode. + One directory exists for each available translation + and encoding of the documentation, for example + en_US.ISO8859-1/ + and zh_TW.Big5/. + The names are long, but by fully specifying the language + and encoding we prevent any future headaches when a + translation team wants to provide documentation in the + same language but in more than one encoding. This also + avoids problems that might be caused by a future switch + to Unicode. @@ -129,43 +135,46 @@ - articles + + articles Documentation marked up as a DocBook - article (or equivalent). Reasonably - short, and broken up into sections. Normally only available - as one XHTML file. + article (or equivalent). Reasonably + short, and broken up into sections. Normally only + available as one XHTML file. books Documentation marked up as a DocBook - book (or equivalent). Book length, and - broken up into chapters. Normally available as both one - large XHTML file (for people with fast connections, or who - want to print it easily from a browser) and as a collection - of linked, smaller files. + book (or equivalent). Book length, + and broken up into chapters. Normally available as both + one large XHTML file (for people with + fast connections, or who want to print it easily from a + browser) and as a collection of linked, smaller + files. - man + + man For translations of the system manual pages. This - directory will contain one or more - mann - directories, corresponding to the sections that have been - translated. + directory will contain one or more mann + directories, corresponding to the sections that have + been translated. - Not every - lang.encoding - directory will contain all of these subdirectories. It depends on - how much translation has been accomplished by that translation - team. + Not every lang.encoding + directory will contain all of these subdirectories. It depends + on how much translation has been accomplished by that + translation team. @@ -179,8 +188,8 @@ books/handbook/ - The Handbook is written in DocBook XML using the &os; DocBook - extended DTD. + The Handbook is written in DocBook XML + using the &os; DocBook extended DTD. The Handbook is organized as a DocBook book. The book is divided into @@ -199,20 +208,20 @@ The Handbook's organization may change over time, and this document may lag in detailing the organizational - changes. Post questions about Handbook - organization to &a.doc;. + changes. Post questions about Handbook organization to + &a.doc;. <filename>Makefile</filename> The Makefile defines some - variables that affect how the XML source is converted to - other formats, and lists the various source files that - make up the Handbook. It then includes the standard - doc.project.mk, to bring in the - rest of the code that handles converting documents from - one format to another. + variables that affect how the XML + source is converted to other formats, and lists the + various source files that make up the Handbook. It then + includes the standard doc.project.mk, + to bring in the rest of the code that handles converting + documents from one format to another. @@ -235,7 +244,8 @@ - <filename class="directory"><replaceable>directory</replaceable>/chapter.xml</filename> + <filename + class="directory"><replaceable>directory</replaceable>/chapter.xml</filename> Each chapter in the Handbook is stored in a file called chapter.xml in a separate @@ -257,10 +267,11 @@ the entire contents of the chapter will be held in this file. - When the XHTML version of the Handbook is produced, - this will yield kernelconfig.html. - This is because of the id value, and is - not related to the name of the directory. + When the XHTML version of the + Handbook is produced, this will yield + kernelconfig.html. This is because + of the id value, and is not related to + the name of the directory. In earlier versions of the Handbook, the files were stored in the same directory as @@ -271,11 +282,11 @@ Handbook chapter are stored within share/images/books/handbook. Note that the localized version of these images should be - placed in the same directory as the XML sources for each - chapter. Namespace collisions would be inevitable, and it - is easier to work with several directories with a few - files in them than it is to work with one directory that - has many files in it. + placed in the same directory as the XML + sources for each chapter. Namespace collisions would be + inevitable, and it is easier to work with several + directories with a few files in them than it is to work + with one directory that has many files in it. A brief look will show that there are many directories with individual chapter.xml files, @@ -285,16 +296,15 @@ Do not name chapters or directories after - their ordering within the - Handbook. This ordering can change as the content - within the Handbook is reorganized. - Reorganization should be possible without + their ordering within the Handbook. This ordering can + change as the content within the Handbook is + reorganized. Reorganization should be possible without renaming files, unless entire chapters are being promoted or demoted within the hierarchy. The chapter.xml files are not - complete XML documents. They cannot be + complete XML documents. They cannot be individually rendered to output formats, but must be built as part of the Handbook. From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 00:50:00 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3DA0D393; Thu, 18 Jul 2013 00:50:00 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 15E8085D; Thu, 18 Jul 2013 00:50:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6I0nxF1001161; Thu, 18 Jul 2013 00:49:59 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6I0nxLw001160; Thu, 18 Jul 2013 00:49:59 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307180049.r6I0nxLw001160@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 00:49:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42311 - head/en_US.ISO8859-1/books/fdp-primer/structure X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 00:50:00 -0000 Author: wblock Date: Thu Jul 18 00:49:59 2013 New Revision: 42311 URL: http://svnweb.freebsd.org/changeset/doc/42311 Log: A few more simplifications and corrections to the structure chapter. Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 00:31:45 2013 (r42310) +++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 00:49:59 2013 (r42311) @@ -56,7 +56,7 @@ - In addition, the documentation tree has to accommodate + In addition, the documentation tree must accommodate documents in many different languages and encodings. It is important that the documentation tree structure does not enforce any particular defaults or cultural preferences. @@ -172,7 +172,7 @@ Not every lang.encoding - directory will contain all of these subdirectories. It depends + directory will have all of these subdirectories. It depends on how much translation has been accomplished by that translation team. @@ -189,7 +189,7 @@ books/handbook/ The Handbook is written in DocBook XML - using the &os; DocBook extended DTD. + using the &os; DocBook extended DTD. The Handbook is organized as a DocBook book. The book is divided into @@ -264,7 +264,7 @@ Then it will be called chapter.xml in the kernelconfig directory. In general, - the entire contents of the chapter will be held in this + the entire contents of the chapter are in this one file. When the XHTML version of the @@ -281,9 +281,9 @@ to include images in each chapter. Images for each Handbook chapter are stored within share/images/books/handbook. - Note that the localized version of these images should be + The localized version of these images should be placed in the same directory as the XML - sources for each chapter. Namespace collisions would be + sources for each chapter. Namespace collisions are inevitable, and it is easier to work with several directories with a few files in them than it is to work with one directory that has many files in it. From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 15:55:36 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E418D5A7; Thu, 18 Jul 2013 15:55:35 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-3.mit.edu (dmz-mailsec-scanner-3.mit.edu [18.9.25.14]) by mx1.freebsd.org (Postfix) with ESMTP id 662D77EB; Thu, 18 Jul 2013 15:55:35 +0000 (UTC) X-AuditID: 1209190e-b7f988e0000009a7-7f-51e80ec4b16a Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id 1C.2E.02471.4CE08E15; Thu, 18 Jul 2013 11:50:28 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id r6IFoRUi032463; Thu, 18 Jul 2013 11:50:27 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id r6IFoNba008790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 18 Jul 2013 11:50:26 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id r6IFoNdw005816; Thu, 18 Jul 2013 11:50:23 -0400 (EDT) Date: Thu, 18 Jul 2013 11:50:23 -0400 (EDT) From: Benjamin Kaduk To: Warren Block Subject: Re: svn commit: r42309 - head/en_US.ISO8859-1/books/fdp-primer/structure In-Reply-To: <201307180021.r6I0LcRM094168@svn.freebsd.org> Message-ID: References: <201307180021.r6I0LcRM094168@svn.freebsd.org> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrEIsWRmVeSWpSXmKPExsUixCmqrHuE70Wgwc61khY/Ph5isrixaD+T xe7+XmaLy+8nsjiweMz4NJ8lgDGKyyYlNSezLLVI3y6BK+PEpwa2gh/cFRcmTmRqYNzP2cXI ySEhYCIxa8IJVghbTOLCvfVsXYxcHEIC+xgl+qa8YYdwNjJKrLmwihHCOcQk0XDjJzOE08Ao 8fnfbTaQfhYBbYkTt7+wg9hsAioSM99sBIuLCKhKfO9exQRiMwtESexZ2gi2T1ggWOLUnQZG EJtTwEri/YkeIJuDg1fAUeL5Ei6QsJCApcTs5xvBykUFdCRW75/CAmLzCghKnJz5hAVipKXE uT/X2SYwCs5CkpqFJLWAkWkVo2xKbpVubmJmTnFqsm5xcmJeXmqRrrFebmaJXmpK6SZGcNBK 8u1g/HpQ6RCjAAejEg/vgy/PA4VYE8uKK3MPMUpyMCmJ8npzvAgU4kvKT6nMSCzOiC8qzUkt PsQowcGsJMK79idQOW9KYmVValE+TEqag0VJnPfZ07OBQgLpiSWp2ampBalFMFkZDg4lCd5D vEBDBYtS01Mr0jJzShDSTBycIMN5gIbfB6nhLS5IzC3OTIfIn2JUlBLn3QCSEABJZJTmwfXC ksorRnGgV4R514FU8QATElz3K6DBTECDLaeCXF1ckoiQkmpgNHP5KyekksfisfXmpWYV/jty u/Z9eDC/677bht0e6z3ulVj+myyuzPaieo/M5D8TsrWdlY5r8HJo+P7fzjRPLndCovPmG003 Izd/mRIsv5Xn4v4Qh0O3YupXTGNt/Mtk/lKx4Hr7FZbY9UxOT4V8km8e53ZUnuxy54L4/x2L P7BWWKz/ZGRlpsRSnJFoqMVcVJwIADnFdFQFAwAA Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 15:55:36 -0000 On Thu, 18 Jul 2013, Warren Block wrote: > Author: wblock > Date: Thu Jul 18 00:21:37 2013 > New Revision: 42309 > URL: http://svnweb.freebsd.org/changeset/doc/42309 > > Log: > Edit, update, and simplify the structure chapter. > > Reviewed by: bps and Allan Jude on IRC > > Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml > ============================================================================== > --- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Wed Jul 17 23:27:59 2013 (r42308) > +++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 00:21:37 2013 (r42309) > - > - This is unfortunate as it makes it impossible to treat > - these as generic XML files and simply convert them to > - HTML, RTF, PS, and other formats in the same way the main > - Handbook is generated. This would > - force you to rebuild the Handbook every time you want to > - see the effect a change has had on just one > - chapter. > + The chapter.xml files are not > + complete XML documents. They cannot be > + individually rendered to output formats, but must be built > + as part of the Handbook. I think "and" is slightly better than "but" as a conjunction, here. There is not really a contrast between the two clauses, they are saying similar/related things. -Ben > > > > From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 16:50:46 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E632B878; Thu, 18 Jul 2013 16:50:46 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D835BAF7; Thu, 18 Jul 2013 16:50:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IGok7f093532; Thu, 18 Jul 2013 16:50:46 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IGokod093531; Thu, 18 Jul 2013 16:50:46 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307181650.r6IGokod093531@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 18 Jul 2013 16:50:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42312 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 16:50:47 -0000 Author: gavin Date: Thu Jul 18 16:50:45 2013 New Revision: 42312 URL: http://svnweb.freebsd.org/changeset/doc/42312 Log: Remove the following CVSup mirrors from the mirror list: cvsup2.FreeBSD.org cvsup13.FreeBSD.org cvsup16.FreeBSD.org cvsup.at.FreeBSD.org cvsup.br.FreeBSD.org cvsup3.br.FreeBSD.org cvsup.cn.FreeBSD.org cvsup2.cn.FreeBSD.org cvsup2.fi.FreeBSD.org cvsup2.fr.FreeBSD.org cvsup4.fr.FreeBSD.org cvsup.il.FreeBSD.org cvsup.kg.FreeBSD.org cvsup2.kr.FreeBSD.org cvsup3.kr.FreeBSD.org cvsup2.lt.FreeBSD.org cvsup3.lt.FreeBSD.org cvsup.nz.FreeBSD.org cvsup.pt.FreeBSD.org cvsup2.pt.FreeBSD.org cvsup3.pt.FreeBSD.org cvsup.ru.FreeBSD.org cvsup4.ru.FreeBSD.org cvsup2.za.FreeBSD.org cvsup4.tw.FreeBSD.org cvsup5.tw.FreeBSD.org cvsup8.tw.FreeBSD.org cvsup9.tw.FreeBSD.org cvsup14.tw.FreeBSD.org cvsup.tr.FreeBSD.org cvsup2.tr.FreeBSD.org cvsup2.us.FreeBSD.org cvsup10.us.FreeBSD.org cvsup16.us.FreeBSD.org None have responded for at least four days, several have been unresponsive for months. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Thu Jul 18 00:49:59 2013 (r42311) +++ head/share/xml/mirrors.xml Thu Jul 18 16:50:45 2013 (r42312) @@ -110,10 +110,6 @@ - cvsup2.FreeBSD.org - - - cvsup3.FreeBSD.org @@ -154,10 +150,6 @@ - cvsup13.FreeBSD.org - - - cvsup14.FreeBSD.org @@ -166,10 +158,6 @@ - cvsup16.FreeBSD.org - - - cvsup18.FreeBSD.org @@ -248,10 +236,6 @@ http://ftp.at.FreeBSD.org/pub/FreeBSD/ - - cvsup.at.FreeBSD.org - - hostmaster@at.FreeBSD.org @@ -286,17 +270,9 @@ - cvsup.br.FreeBSD.org - - - cvsup2.br.FreeBSD.org - - cvsup3.br.FreeBSD.org - - hostmaster@br.FreeBSD.org @@ -337,14 +313,6 @@ ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ - - cvsup.cn.FreeBSD.org - - - - cvsup2.cn.FreeBSD.org - - hostmaster@cn.FreeBSD.org @@ -436,10 +404,6 @@ cvsup.fi.FreeBSD.org - - cvsup2.fi.FreeBSD.org - - hostmaster@fi.FreeBSD.org @@ -512,18 +476,10 @@ - cvsup2.fr.FreeBSD.org - - - cvsup3.fr.FreeBSD.org - cvsup4.fr.FreeBSD.org - - - cvsup5.fr.FreeBSD.org @@ -730,10 +686,6 @@ - - cvsup.il.FreeBSD.org - - hostmaster@il.FreeBSD.org @@ -751,15 +703,6 @@ hostmaster@it.FreeBSD.org - - Kyrgyzstan - - cvsup.kg.FreeBSD.org - - - hostmaster@kg.FreeBSD.org - - Japan @@ -858,14 +801,6 @@ cvsup.kr.FreeBSD.org - - cvsup2.kr.FreeBSD.org - - - - cvsup3.kr.FreeBSD.org - - hostmaster@kr.FreeBSD.org @@ -906,14 +841,6 @@ cvsup.lt.FreeBSD.org - - cvsup2.lt.FreeBSD.org - - - - cvsup3.lt.FreeBSD.org - - hostmaster@lt.FreeBSD.org @@ -953,10 +880,6 @@ New Zealand - - cvsup.nz.FreeBSD.org - - ftp.nz.FreeBSD.org ftp://ftp.nz.FreeBSD.org/pub/FreeBSD/ @@ -1035,18 +958,6 @@ ftp://ftp4.pt.FreeBSD.org/pub/ISO/FreeBSD/ - - cvsup.pt.FreeBSD.org - - - - cvsup2.pt.FreeBSD.org - - - - cvsup3.pt.FreeBSD.org - - hostmaster@pt.FreeBSD.org @@ -1099,18 +1010,10 @@ - cvsup.ru.FreeBSD.org - - - cvsup3.ru.FreeBSD.org - cvsup4.ru.FreeBSD.org - - - cvsup5.ru.FreeBSD.org @@ -1218,10 +1121,6 @@ cvsup.za.FreeBSD.org - - cvsup2.za.FreeBSD.org - - hostmaster@za.FreeBSD.org @@ -1476,26 +1375,10 @@ - cvsup4.tw.FreeBSD.org - - - - cvsup5.tw.FreeBSD.org - - - cvsup6.tw.FreeBSD.org - cvsup8.tw.FreeBSD.org - - - - cvsup9.tw.FreeBSD.org - - - cvsup10.tw.FreeBSD.org @@ -1511,10 +1394,6 @@ cvsup13.tw.FreeBSD.org - - cvsup14.tw.FreeBSD.org - - hostmaster@tw.FreeBSD.org @@ -1537,15 +1416,6 @@ ftp://ftp2.tr.FreeBSD.org/pub/FreeBSD/ - - - cvsup.tr.FreeBSD.org - - - - cvsup2.tr.FreeBSD.org - - @@ -1706,10 +1576,6 @@ - cvsup2.us.FreeBSD.org - - - cvsup3.us.FreeBSD.org @@ -1738,10 +1604,6 @@ - cvsup10.us.FreeBSD.org - - - cvsup11.us.FreeBSD.org @@ -1762,10 +1624,6 @@ - cvsup16.us.FreeBSD.org - - - cvsup18.us.FreeBSD.org From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 17:03:17 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CC15EA98; Thu, 18 Jul 2013 17:03:17 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A5BD9B81; Thu, 18 Jul 2013 17:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IH3Hhx097159; Thu, 18 Jul 2013 17:03:17 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IH3Hvo097158; Thu, 18 Jul 2013 17:03:17 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307181703.r6IH3Hvo097158@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 18 Jul 2013 17:03:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42313 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 17:03:17 -0000 Author: gavin Date: Thu Jul 18 17:03:17 2013 New Revision: 42313 URL: http://svnweb.freebsd.org/changeset/doc/42313 Log: Remove five FTP mirrors: ftp8.FreeBSD.org ftp9.FreeBSD.org ftp9.us.FreeBSD.org ftp12.FreeBSD.org ftp7.us.FreeBSD.org These hostnames have all been repointed to other FTP mirrors, but it seems pointless to also continue listing them in their own right. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Thu Jul 18 16:50:45 2013 (r42312) +++ head/share/xml/mirrors.xml Thu Jul 18 17:03:17 2013 (r42313) @@ -67,16 +67,6 @@ - ftp8.FreeBSD.org - ftp://ftp8.FreeBSD.org/pub/FreeBSD/ - - - - ftp9.FreeBSD.org - ftp://ftp9.FreeBSD.org/pub/FreeBSD/ - - - ftp10.FreeBSD.org ftp://ftp10.FreeBSD.org/pub/FreeBSD/ @@ -90,11 +80,6 @@ - ftp12.FreeBSD.org - ftp://ftp12.FreeBSD.org/pub/FreeBSD/ - - - ftp13.FreeBSD.org ftp://ftp13.FreeBSD.org/pub/FreeBSD/ @@ -1527,23 +1512,11 @@ - ftp7.us.FreeBSD.org - ftp://ftp7.us.FreeBSD.org/pub/FreeBSD/ - http://ftp7.us.FreeBSD.org/pub/FreeBSD/ - - - - ftp8.us.FreeBSD.org ftp://ftp8.us.FreeBSD.org/pub/FreeBSD/ - ftp9.us.FreeBSD.org - http://ftp9.us.FreeBSD.org/pub/FreeBSD/ - - - ftp10.us.FreeBSD.org ftp://ftp10.us.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 17:21:07 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E0DF6DE; Thu, 18 Jul 2013 17:21:07 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D2FF1C41; Thu, 18 Jul 2013 17:21:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IHL7pG003321; Thu, 18 Jul 2013 17:21:07 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IHL7Fi003320; Thu, 18 Jul 2013 17:21:07 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307181721.r6IHL7Fi003320@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 17:21:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42314 - head/en_US.ISO8859-1/books/fdp-primer/structure X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 17:21:08 -0000 Author: wblock Date: Thu Jul 18 17:21:07 2013 New Revision: 42314 URL: http://svnweb.freebsd.org/changeset/doc/42314 Log: Reword explanation of Handbook chapters not being standalone files. Reviewed by: bjk Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 17:03:17 2013 (r42313) +++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Thu Jul 18 17:21:07 2013 (r42314) @@ -304,9 +304,9 @@ The chapter.xml files are not - complete XML documents. They cannot be - individually rendered to output formats, but must be built - as part of the Handbook. + complete XML documents that can be + built individually. They can only be built + as parts of the whole Handbook. From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 18:00:45 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2F331B0A; Thu, 18 Jul 2013 18:00:45 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 222A2DB1; Thu, 18 Jul 2013 18:00:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6II0jYp013497; Thu, 18 Jul 2013 18:00:45 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6II0jNT013496; Thu, 18 Jul 2013 18:00:45 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307181800.r6II0jNT013496@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 18 Jul 2013 18:00:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42315 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 18:00:45 -0000 Author: gavin Date: Thu Jul 18 18:00:44 2013 New Revision: 42315 URL: http://svnweb.freebsd.org/changeset/doc/42315 Log: Comment out two out-of-date mirrors: ftp://ftp3.ca.FreeBSD.org/pub/FreeBSD/ - 2012 ftp://ftp6.de.FreeBSD.org/pub/FreeBSD/ - 2010 Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Thu Jul 18 17:21:07 2013 (r42314) +++ head/share/xml/mirrors.xml Thu Jul 18 18:00:44 2013 (r42315) @@ -282,12 +282,12 @@ ftp2.ca.FreeBSD.org ftp://ftp2.ca.FreeBSD.org/pub/FreeBSD/ - + hostmaster@ca.FreeBSD.org @@ -521,12 +521,12 @@ ftp5.de.FreeBSD.org ftp://ftp5.de.FreeBSD.org/pub/FreeBSD/ - + ftp7.de.FreeBSD.org ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 18:01:36 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50F0BB78; Thu, 18 Jul 2013 18:01:36 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 42726DBC; Thu, 18 Jul 2013 18:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6II1avw015338; Thu, 18 Jul 2013 18:01:36 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6II1ag9015337; Thu, 18 Jul 2013 18:01:36 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307181801.r6II1ag9015337@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 18 Jul 2013 18:01:36 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42316 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 18:01:36 -0000 Author: gavin Date: Thu Jul 18 18:01:35 2013 New Revision: 42316 URL: http://svnweb.freebsd.org/changeset/doc/42316 Log: Fix path for ftp2.br.FreeBSD.org mirror Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Thu Jul 18 18:00:44 2013 (r42315) +++ head/share/xml/mirrors.xml Thu Jul 18 18:01:35 2013 (r42316) @@ -234,7 +234,7 @@ ftp2.br.FreeBSD.org - ftp://ftp2.br.FreeBSD.org/pub/FreeBSD/ + ftp://ftp2.br.FreeBSD.org/FreeBSD/ http://ftp2.br.FreeBSD.org/ From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 18:17:56 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C3974E4; Thu, 18 Jul 2013 18:17:56 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2E52EE88; Thu, 18 Jul 2013 18:17:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IIHu8e019756; Thu, 18 Jul 2013 18:17:56 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IIHuHv019755; Thu, 18 Jul 2013 18:17:56 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307181817.r6IIHuHv019755@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 18 Jul 2013 18:17:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42317 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 18:17:56 -0000 Author: gavin Date: Thu Jul 18 18:17:55 2013 New Revision: 42317 URL: http://svnweb.freebsd.org/changeset/doc/42317 Log: Remove several FTP mirrors: all have been down for at least 14 days. The sole exception here is ftp3.de.FreeBSD.org which has only been down for seven days, but is the same mirror as ftp.de.FreeBSD.org so doesn't need listing twice. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Thu Jul 18 18:01:35 2013 (r42316) +++ head/share/xml/mirrors.xml Thu Jul 18 18:17:55 2013 (r42317) @@ -412,11 +412,6 @@ - ftp2.fr.FreeBSD.org - ftp://ftp2.fr.FreeBSD.org/pub/FreeBSD/ - - - ftp3.fr.FreeBSD.org ftp://ftp3.fr.FreeBSD.org/pub/FreeBSD/ @@ -506,11 +501,6 @@ - ftp3.de.FreeBSD.org - ftp://ftp3.de.FreeBSD.org/pub/FreeBSD/ - - - ftp4.de.FreeBSD.org ftp://ftp4.de.FreeBSD.org/FreeBSD/ http://ftp4.de.FreeBSD.org/pub/FreeBSD/ @@ -634,18 +624,6 @@ - ftp.ie.FreeBSD.org - ftp://ftp.ie.FreeBSD.org/pub/FreeBSD/ - - - - ftp2.ie.FreeBSD.org - ftp://ftp2.ie.FreeBSD.org/pub/FreeBSD/ - http://ftp2.ie.FreeBSD.org/pub/FreeBSD/ - - - - ftp3.ie.FreeBSD.org ftp://ftp3.ie.FreeBSD.org/pub/FreeBSD/ http://ftp3.ie.FreeBSD.org/pub/FreeBSD/ @@ -663,23 +641,8 @@ hostmaster@ie.FreeBSD.org - - Israel - - ftp.il.FreeBSD.org - ftp://ftp.il.FreeBSD.org/pub/FreeBSD/ - - - - hostmaster@il.FreeBSD.org - - Italy - - ftp.it.FreeBSD.org - ftp://ftp.it.FreeBSD.org/pub/FreeBSD/ - cvsup.it.FreeBSD.org @@ -926,26 +889,6 @@ hostmaster@pl.FreeBSD.org - - Portugal - - ftp.pt.FreeBSD.org - ftp://ftp.pt.FreeBSD.org/pub/FreeBSD/ - - - - ftp2.pt.FreeBSD.org - ftp://ftp2.pt.FreeBSD.org/pub/freebsd/ - - - - ftp4.pt.FreeBSD.org - ftp://ftp4.pt.FreeBSD.org/pub/ISO/FreeBSD/ - - - hostmaster@pt.FreeBSD.org - - Russia @@ -973,11 +916,6 @@ - ftp3.ru.FreeBSD.org - ftp://ftp3.ru.FreeBSD.org/pub/FreeBSD/ - - - ftp4.ru.FreeBSD.org ftp://ftp4.ru.FreeBSD.org/pub/FreeBSD/ @@ -1093,11 +1031,6 @@ - ftp3.za.FreeBSD.org - ftp://ftp3.za.FreeBSD.org/pub/FreeBSD/ - - - ftp4.za.FreeBSD.org ftp://ftp4.za.FreeBSD.org/pub/FreeBSD/ @@ -1128,11 +1061,6 @@ - ftp2.es.FreeBSD.org - ftp://ftp2.es.FreeBSD.org/pub/FreeBSD/ - - - ftp3.es.FreeBSD.org ftp://ftp3.es.FreeBSD.org/pub/FreeBSD/ From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 21:04:22 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ABC2E1EC; Thu, 18 Jul 2013 21:04:22 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE74937; Thu, 18 Jul 2013 21:04:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IL4MlA069977; Thu, 18 Jul 2013 21:04:22 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IL4Ma9069976; Thu, 18 Jul 2013 21:04:22 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307182104.r6IL4Ma9069976@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 18 Jul 2013 21:04:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42318 - head/en_US.ISO8859-1/books/handbook/mirrors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 21:04:22 -0000 Author: gavin Date: Thu Jul 18 21:04:22 2013 New Revision: 42318 URL: http://svnweb.freebsd.org/changeset/doc/42318 Log: Announce svn0.eu.FreeBSD.org, a new official Subversion mirror for Europe. This mirror is based in the UK, and is well connected to the rest of Europe. It hosts read-only copies of the src, ports, doc and socsvn repositories, all available over https (recommended), http, svn and rsync. This mirror is generously hosted by Bytemark, http://www.bytemark.co.uk/ While here, add a note that svn0.us-east is available over rsync. Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Thu Jul 18 18:17:55 2013 (r42317) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Thu Jul 18 21:04:22 2013 (r42318) @@ -746,13 +746,28 @@ svn, http, https + url="https://svn0.us-east.FreeBSD.org/">https, rsync USA, New Jersey SHA1 06:D1:23:DE:5E:7A:F7:2B:7A:7E:74:95:5F:54:8D:5C:B0:D6:2E:8F + + + svn0.eu.FreeBSD.org + + svn, http, + https, rsync + + Europe, UK + + SHA1 + 39:B0:53:35:CE:60:C7:BB:00:54:96:96:71:10:94:BB:CE:1C:07:A7 + From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 21:31:17 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5BCBD792; Thu, 18 Jul 2013 21:31:17 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E2A7A48; Thu, 18 Jul 2013 21:31:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ILVHjI078641; Thu, 18 Jul 2013 21:31:17 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ILVH1W078640; Thu, 18 Jul 2013 21:31:17 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307182131.r6ILVH1W078640@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 21:31:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42319 - head/en_US.ISO8859-1/books/fdp-primer/overview X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 21:31:17 -0000 Author: wblock Date: Thu Jul 18 21:31:16 2013 New Revision: 42319 URL: http://svnweb.freebsd.org/changeset/doc/42319 Log: Whitespace-only fixes. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Thu Jul 18 21:04:22 2013 (r42318) +++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Thu Jul 18 21:31:16 2013 (r42319) @@ -64,8 +64,8 @@ - Submit changes back for review and inclusion in - the &os; documentation. + Submit changes back for review and inclusion in the &os; + documentation. @@ -172,12 +172,12 @@ For the fastest download, pick the nearest mirror from the list of Subversion - mirror sites. + mirror sites. - The editor to be used - should be configured as follows: + The editor to be used should be configured as + follows: @@ -200,21 +200,18 @@ - Run - svn up to update the local working copy. - Edit the documentation files that need changes. - Before making major - changes to a file, ask for input on the - &a.doc;. - - To learn which tags and entities - are needed to achieve the desired formatting, - compare some text in the + Run svn up to update the local + working copy. Edit the documentation files that need + changes. Before making major changes to a file, ask for + input on the &a.doc;. + + To learn which tags and entities are needed to achieve + the desired formatting, compare some text in the HTML formatted version of the document - to the text, tags, and entities - in the XML file. - References to the commonly used tags and entities can be - found in and + to the text, tags, and entities in the + XML file. References to the commonly + used tags and entities can be found in + and . @@ -225,10 +222,9 @@ &prompt.user; igor -R filename.xml | less -RS Review the output and edit the file to fix any - problems shown, then - rerun the command to find any remaining - problems. Repeat until all of the errors that are - fixable are resolved. If an error seems unsolvable, + problems shown, then rerun the command to find any + remaining problems. Repeat until all of the errors that + are fixable are resolved. If an error seems unsolvable, ask for assistance on the &a.doc;. @@ -238,16 +234,16 @@ make in the top-level directory of the type of documentation being edited will generate that documentation in split HTML format. For example, to build - the English version of the Handbook in HTML, type - make in the - en_US.ISO8859-1/books/handbook/ - directory. This step is necessary to make sure that - edits do not break the build. + the English version of the Handbook in + HTML, type make in + the en_US.ISO8859-1/books/handbook/ + directory. This step is necessary to make sure that edits + do not break the build. - After successfully completing the previous steps, generate - a diff file of the changes: + After successfully completing the previous steps, + generate a diff file of the changes: &prompt.user; cd /usr/doc &prompt.user; svn diff > bsdinstall.diff.txt @@ -272,14 +268,14 @@ [ Browse... ] button to attach the .diff.txt. - Remember that the - FDP is comprised of volunteers who - review edits in their spare time and who live in different - time zones around the globe. It can take some time to review - changes. If a response is not received in a - reasonable amount of time, send a follow-up email to the - &a.doc; and ask if anyone has had a chance to review the - patch or if additional information is required. + Remember that the FDP is comprised + of volunteers who review edits in their spare time and who + live in different time zones around the globe. It can + take some time to review changes. If a response is not + received in a reasonable amount of time, send a follow-up + email to the &a.doc; and ask if anyone has had a chance to + review the patch or if additional information is + required. From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 21:32:54 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A9579824; Thu, 18 Jul 2013 21:32:54 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9A466A5D; Thu, 18 Jul 2013 21:32:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ILWsn4078831; Thu, 18 Jul 2013 21:32:54 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ILWsJS078830; Thu, 18 Jul 2013 21:32:54 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307182132.r6ILWsJS078830@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 21:32:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42320 - head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 21:32:54 -0000 Author: wblock Date: Thu Jul 18 21:32:53 2013 New Revision: 42320 URL: http://svnweb.freebsd.org/changeset/doc/42320 Log: Remove the "s" I mistakenly added. Modified: head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml Thu Jul 18 21:31:16 2013 (r42319) +++ head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml Thu Jul 18 21:32:53 2013 (r42320) @@ -86,7 +86,7 @@ - Formal Public Identifier (<acronym>FPI</acronym>)s + Formal Public Identifier (<acronym>FPI</acronym>) There are a number of XHTML FPIs, depending upon the version, or From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 21:33:32 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 78581886; Thu, 18 Jul 2013 21:33:32 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 69B56A63; Thu, 18 Jul 2013 21:33:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ILXWiX078991; Thu, 18 Jul 2013 21:33:32 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ILXWLD078990; Thu, 18 Jul 2013 21:33:32 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307182133.r6ILXWLD078990@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 21:33:32 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42321 - head/en_US.ISO8859-1/books/fdp-primer/xml-primer X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 21:33:32 -0000 Author: wblock Date: Thu Jul 18 21:33:31 2013 New Revision: 42321 URL: http://svnweb.freebsd.org/changeset/doc/42321 Log: Add an "s" in the right place. Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Thu Jul 18 21:32:53 2013 (r42320) +++ head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Thu Jul 18 21:33:31 2013 (r42321) @@ -581,7 +581,7 @@ example.xml:5: element head: validity er Formal Public Identifiers - (<acronym>FPI</acronym>) + (FPIs) Formal Public Identifier From owner-svn-doc-all@FreeBSD.ORG Thu Jul 18 22:49:40 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 633E525A; Thu, 18 Jul 2013 22:49:40 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5356EDAE; Thu, 18 Jul 2013 22:49:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6IMnedi001300; Thu, 18 Jul 2013 22:49:40 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6IMndco001294; Thu, 18 Jul 2013 22:49:39 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307182249.r6IMndco001294@svn.freebsd.org> From: Warren Block Date: Thu, 18 Jul 2013 22:49:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42322 - in head/en_US.ISO8859-1/books/fdp-primer: . working-copy X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 22:49:40 -0000 Author: wblock Date: Thu Jul 18 22:49:39 2013 New Revision: 42322 URL: http://svnweb.freebsd.org/changeset/doc/42322 Log: Add a chapter on the working copy, and rearrange the other chapters to get the details closer to the order they are needed by the reader. Reviewed by: bjk, eadler Added: head/en_US.ISO8859-1/books/fdp-primer/working-copy/ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml (contents, props changed) Modified: head/en_US.ISO8859-1/books/fdp-primer/Makefile head/en_US.ISO8859-1/books/fdp-primer/book.xml head/en_US.ISO8859-1/books/fdp-primer/chapters.ent Modified: head/en_US.ISO8859-1/books/fdp-primer/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/Makefile Thu Jul 18 21:33:31 2013 (r42321) +++ head/en_US.ISO8859-1/books/fdp-primer/Makefile Thu Jul 18 22:49:39 2013 (r42322) @@ -32,6 +32,7 @@ SRCS+= doc-build/chapter.xml SRCS+= the-website/chapter.xml SRCS+= tools/chapter.xml SRCS+= translations/chapter.xml +SRCS+= working-copy/chapter.xml SRCS+= writing-style/chapter.xml SRCS+= examples/appendix.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/book.xml Thu Jul 18 21:33:31 2013 (r42321) +++ head/en_US.ISO8859-1/books/fdp-primer/book.xml Thu Jul 18 22:49:39 2013 (r42322) @@ -250,13 +250,14 @@ The time is 09:18 &chap.overview; &chap.tools; + &chap.working-copy; + &chap.structure; + &chap.doc-build; + &chap.the-website; &chap.xml-primer; &chap.xhtml-markup; &chap.docbook-markup; &chap.stylesheets; - &chap.structure; - &chap.doc-build; - &chap.the-website; &chap.translations; &chap.writing-style; &chap.psgml-mode; Modified: head/en_US.ISO8859-1/books/fdp-primer/chapters.ent ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/chapters.ent Thu Jul 18 21:33:31 2013 (r42321) +++ head/en_US.ISO8859-1/books/fdp-primer/chapters.ent Thu Jul 18 22:49:39 2013 (r42322) @@ -11,17 +11,18 @@ --> - + + + + + - - - Added: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Thu Jul 18 22:49:39 2013 (r42322) @@ -0,0 +1,176 @@ + + + + + The Working Copy + + The working copy is a copy of the &os; + repository documentation tree downloaded onto the local computer. + Changes are made to the local working copy, tested, and then + submitted as patches to be committed to the main + repository. + + Subversion + is used to manage the &os; documentation files. It is installed + by textproc/docproj as one of + the required applications. + + + Documentation and Manual Pages + + &os; documentation is not just books and articles. Manual + pages for all the commands and configuration files are also part + of the documentation, and part of the FDP's + territory. Two repositories are involved: + doc for the books and articles, and + base for the operating system and manual + pages. To edit manual pages, the base + repository must be checked out separately. + + Repositories may contain multiple versions of documentation + and source code. New modifications are almost always made only + to the latest version, called head. + + + + Choosing a Mirror + + To increase speed and reduce download time, select a mirror + from the list of Subversion + mirror sites that is close to your location. + Substitute the chosen mirror URL for the + https://svn0.us-west.FreeBSD.org/ + used in these examples. + + + + Choosing a Directory + + &os; documentation is traditionally stored in + /usr/doc/, and system + source code with manual pages in + /usr/src/. These + directory trees are relocatable, and users may want to put the + working copies in other locations to avoid interfering with + existing information in the main directories. The examples + that follow use ~/doc + and ~/src, both + subdirectories of the user's home directory. + + + + Checking Out a Copy + + A download of a working copy from the repository is called + a checkout, and done with + svn checkout. This example checks out a + copy of the latest version (head) of + the main documentation tree: + + &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc + + A checkout of the source code to work on manual pages is + very similar: + + &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/base/head ~/src + + + + Updating a Working Copy + + The documents and files in the &os; repository change daily. + People modify files and commit changes frequently. Even a short + time after an initial checkout, there will already be + differences between the local working copy and the main &os; + repository. To update the local version with the changes that + have been made to the main repository, use + svn update on the directory containing the + local working copy: + + &prompt.user; svn update ~/doc + + Get in the protective habit of using + svn update before editing document files. + Someone else may have edited that file very recently, and the + local working copy will not include the latest changes until it + has been updated. Editing the newest version of a file is much + easier than trying to combine an older, edited local file with + the newer version from the repository. + + + + Reverting Changes + + Sometimes, it turns out that some changes made locally were + not necessary after all, or the writer just wants to start over. + Files can be reset to their unchanged form with + svn revert. For example, to erase the edits + made to chapter.xml and reset it to + unmodified form: + + &prompt.user; svn revert chapter.xml + + + + Making a Diff + + After edits to a file or group of files are complete, the + differences between the local working copy and the version on + the &os; repository must be collected into a single file for + submission. These diff files are produced + by redirecting the output of svn diff into a + file: + + &prompt.user; cd ~/doc +&prompt.user; svn diff > doc-fix-spelling.diff + + Give the file a meaningful name that identifies the + contents. The example above is for spelling fixes to the whole + documentation tree. + + If the diff file is to be submitted with the web + Submit a &os; + problem report interface, add a + .txt extension to give the earnest and + simple-minded web form a clue that the contents are plain + text. + + Be careful: svn diff includes all changes + made in the current directory and any subdirectories. If there + are files in the working copy with edits that are not ready to + be submitted yet, provide a list of only the files that are to + be included: + + &prompt.user; cd ~/doc +&prompt.user; svn diff disks/chapter.xml printers/chapter.xml > disks-printers.diff + + From owner-svn-doc-all@FreeBSD.ORG Fri Jul 19 03:30:03 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19D43A3C; Fri, 19 Jul 2013 03:30:03 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0C426C22; Fri, 19 Jul 2013 03:30:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6J3U2XV087644; Fri, 19 Jul 2013 03:30:02 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6J3U28E087643; Fri, 19 Jul 2013 03:30:02 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307190330.r6J3U28E087643@svn.freebsd.org> From: Warren Block Date: Fri, 19 Jul 2013 03:30:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42323 - head/en_US.ISO8859-1/books/fdp-primer/working-copy X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 03:30:03 -0000 Author: wblock Date: Fri Jul 19 03:30:02 2013 New Revision: 42323 URL: http://svnweb.freebsd.org/changeset/doc/42323 Log: Add a note about space requirements to the working-copy chapter, so that and the Subversion instructions can be removed from the website chapter. Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Thu Jul 18 22:49:39 2013 (r42322) +++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Fri Jul 19 03:30:02 2013 (r42323) @@ -37,6 +37,11 @@ submitted as patches to be committed to the main repository. + A full copy of the documentation tree can occupy 700 megabytes + of disk space. Allow for a full gigabyte of space to have room + for temporary files and test versions of various output + formats. + Subversion is used to manage the &os; documentation files. It is installed From owner-svn-doc-all@FreeBSD.ORG Fri Jul 19 03:46:01 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FD08D58; Fri, 19 Jul 2013 03:46:01 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2858ACAE; Fri, 19 Jul 2013 03:46:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6J3k14B092895; Fri, 19 Jul 2013 03:46:01 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6J3k15S092894; Fri, 19 Jul 2013 03:46:01 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307190346.r6J3k15S092894@svn.freebsd.org> From: Warren Block Date: Fri, 19 Jul 2013 03:46:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42324 - head/en_US.ISO8859-1/books/fdp-primer/the-website X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 03:46:01 -0000 Author: wblock Date: Fri Jul 19 03:46:00 2013 New Revision: 42324 URL: http://svnweb.freebsd.org/changeset/doc/42324 Log: Remove redundant information about working copy size and use of Subversion from "the website" chapter. Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Fri Jul 19 03:30:02 2013 (r42323) +++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Fri Jul 19 03:46:00 2013 (r42324) @@ -34,55 +34,6 @@ The Website - - Preparation - - Use a disk with sufficient free space. A full copy of - the documentation and web site files takes over 700 MB. - Allowing a full gigabyte provides some breathing room. This - space will hold the XML tools, the documentation tree, temporary - build space and the installed web pages. - - - Make sure the documentation ports are updated to the - latest version. See - the - Handbook section on ports for more - information. - - - - Using <command>svn</command> - - svn is needed to check out the - documentation and web site files from the - doc Subversion repository. - svn can be installed with &man.pkg.add.1; - or from the &os; Ports Collection by running: - - &prompt.root; cd /usr/ports/devel/subversion -&prompt.root; make install clean - - To check out the source files for the &os; web site and - the rest of the documentation, run: - - &prompt.user; svn checkout https://svn0.us-east.FreeBSD.org/doc/head/ ~/doc - - svn0.us-east.FreeBSD.org - is a public SVN server. Select the closest - mirror and verify the mirror server certificate from the list - of - Subversion - mirror sites. - - After the checkout completes, the current version of the - &os; documentation, including the web site files, will be - present in - ~/doc. - - - Build the Web Pages From owner-svn-doc-all@FreeBSD.ORG Fri Jul 19 04:19:14 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BA6E400; Fri, 19 Jul 2013 04:19:14 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B886DC2; Fri, 19 Jul 2013 04:19:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6J4JDXo002537; Fri, 19 Jul 2013 04:19:13 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6J4JDsn002536; Fri, 19 Jul 2013 04:19:13 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307190419.r6J4JDsn002536@svn.freebsd.org> From: Warren Block Date: Fri, 19 Jul 2013 04:19:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42325 - head/share/xsl X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 04:19:14 -0000 Author: wblock Date: Fri Jul 19 04:19:13 2013 New Revision: 42325 URL: http://svnweb.freebsd.org/changeset/doc/42325 Log: Use the canonical addresses for -questions and -doc, simplify the accompanying text. Modified: head/share/xsl/freebsd-xhtml-common.xsl Modified: head/share/xsl/freebsd-xhtml-common.xsl ============================================================================== --- head/share/xsl/freebsd-xhtml-common.xsl Fri Jul 19 03:46:00 2013 (r42324) +++ head/share/xsl/freebsd-xhtml-common.xsl Fri Jul 19 04:19:13 2013 (r42325) @@ -43,13 +43,13 @@ -

    This, and other documents, can be downloaded - from http://ftp.FreeBSD.org/pub/FreeBSD/doc/

    +

    All FreeBSD documents are available for download + at http://ftp.FreeBSD.org/pub/FreeBSD/doc/

    -

    For questions about FreeBSD, read the - documentation before - contacting <questions@FreeBSD.org>.
    - For questions about this documentation, e-mail <doc@FreeBSD.org>.

    +

    Questions that are not answered by the + documentation may be + sent to <freebsd-questions@FreeBSD.org>.
    + Send questions about this document to <freebsd-doc@FreeBSD.org>.

    From owner-svn-doc-all@FreeBSD.ORG Fri Jul 19 10:32:50 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1F91EC7; Fri, 19 Jul 2013 10:32:50 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C45E7F55; Fri, 19 Jul 2013 10:32:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6JAWoL6028978; Fri, 19 Jul 2013 10:32:50 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6JAWoZr028977; Fri, 19 Jul 2013 10:32:50 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201307191032.r6JAWoZr028977@svn.freebsd.org> From: Ryusuke SUZUKI Date: Fri, 19 Jul 2013 10:32:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42326 - head/ja_JP.eucJP/books/handbook/mirrors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 10:32:50 -0000 Author: ryusuke Date: Fri Jul 19 10:32:50 2013 New Revision: 42326 URL: http://svnweb.freebsd.org/changeset/doc/42326 Log: - Merge the following from the English version: r41875 -> r42318 head/ja_JP.eucJP/books/handbook/mirrors/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/mirrors/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/mirrors/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/mirrors/chapter.xml Fri Jul 19 04:19:13 2013 (r42325) +++ head/ja_JP.eucJP/books/handbook/mirrors/chapter.xml Fri Jul 19 10:32:50 2013 (r42326) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r41875 + Original revision: r42318 $FreeBSD$ --> @@ -754,13 +754,28 @@ svn, http, https + url="https://svn0.us-east.FreeBSD.org/">https, rsync USA, ╔к╔Е║╪╔╦╔Ц║╪╔╦ SHA1 06:D1:23:DE:5E:7A:F7:2B:7A:7E:74:95:5F:54:8D:5C:B0:D6:2E:8F + + + svn0.eu.FreeBSD.org + + svn, http, + https, rsync + + Europe, UK + + SHA1 + 39:B0:53:35:CE:60:C7:BB:00:54:96:96:71:10:94:BB:CE:1C:07:A7 + From owner-svn-doc-all@FreeBSD.ORG Fri Jul 19 19:32:30 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D47DE639; Fri, 19 Jul 2013 19:32:30 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ACD40D51; Fri, 19 Jul 2013 19:32:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6JJWUDq017957; Fri, 19 Jul 2013 19:32:30 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6JJWUGZ017956; Fri, 19 Jul 2013 19:32:30 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307191932.r6JJWUGZ017956@svn.freebsd.org> From: Warren Block Date: Fri, 19 Jul 2013 19:32:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42327 - head/en_US.ISO8859-1/books/fdp-primer/working-copy X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 19:32:30 -0000 Author: wblock Date: Fri Jul 19 19:32:30 2013 New Revision: 42327 URL: http://svnweb.freebsd.org/changeset/doc/42327 Log: Add a section with references to Subversion usage. Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Fri Jul 19 10:32:50 2013 (r42326) +++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Fri Jul 19 19:32:30 2013 (r42327) @@ -135,7 +135,7 @@ Reverting Changes - Sometimes, it turns out that some changes made locally were + Sometimes it turns out that changes were not necessary after all, or the writer just wants to start over. Files can be reset to their unchanged form with svn revert. For example, to erase the edits @@ -148,7 +148,7 @@ Making a Diff - After edits to a file or group of files are complete, the + After edits to a file or group of files are completed, the differences between the local working copy and the version on the &os; repository must be collected into a single file for submission. These diff files are produced @@ -178,4 +178,16 @@ &prompt.user; cd ~/doc &prompt.user; svn diff disks/chapter.xml printers/chapter.xml > disks-printers.diff + + + <application>Subversion</application> References + + These examples show very basic usage of + Subversion. More detail is available + in the Subversion Book + and the Subversion + documentation. + From owner-svn-doc-all@FreeBSD.ORG Sat Jul 20 01:21:46 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 95425A11; Sat, 20 Jul 2013 01:21:46 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 752AAAF5; Sat, 20 Jul 2013 01:21:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6K1Lj1c037009; Sat, 20 Jul 2013 01:21:45 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6K1LjZb037008; Sat, 20 Jul 2013 01:21:45 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307200121.r6K1LjZb037008@svn.freebsd.org> From: Warren Block Date: Sat, 20 Jul 2013 01:21:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42328 - head/en_US.ISO8859-1/books/fdp-primer/doc-build X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 01:21:46 -0000 Author: wblock Date: Sat Jul 20 01:21:45 2013 New Revision: 42328 URL: http://svnweb.freebsd.org/changeset/doc/42328 Log: Update, simplify, and clarify the doc-build chapter. Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Fri Jul 19 19:32:30 2013 (r42327) +++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Sat Jul 20 01:21:45 2013 (r42328) @@ -34,75 +34,41 @@ The Documentation Build Process - This chapter's main purpose is to clearly explain - how the documentation build process is - organized, and how to affect modifications - to this process. - - After you have finished reading this chapter you - should: - - - - Know what you need to build the FDP documentation, in - addition to those mentioned in the - XML tools chapter. - - - - Be able to read and understand the - make instructions that are present - in each document's Makefiles, as well as - an overview of the doc.project.mk - includes. - - - - Be able to customize the build process by using - make variables and - make targets. - - + This chapter covers organization of the + documentation build process + and how &man.make.1; is used to control + it. - The FreeBSD Documentation Build Toolset + The &os; Documentation Build Toolset - Here are your tools. Use them every way you can. + These are the tools used to build and install the FDP documentation. - The primary build tool you will need is - make, but specifically + The primary build tool is + &man.make.1;, specifically Berkeley Make. - Package building is handled by FreeBSD's - pkg_create. If you are not using - FreeBSD, you will either have to live without packages, or - compile the source yourself. + Package building is handled by &os;'s + &man.pkg.create.1;. - gzip is needed to create + &man.gzip.1; is used to create compressed versions of the document. - bzip2 compression and - zip archives are also supported. - tar is supported, but package - building demands it. + &man.bzip2.1; archives are also supported. + &man.tar.1; is used for package + building. - install is the default method - to install the documentation. There are alternatives, - however. + &man.install.1; is used + to install the documentation. - - - It is unlikely you will have any trouble finding these - last two, they are mentioned for completeness only. - @@ -111,7 +77,7 @@ Documentation Tree There are three main types of Makefiles - in the FreeBSD Documentation Project tree. + in the &os; Documentation Project tree. @@ -150,13 +116,13 @@ COMPAT_SYMLINK = en DOC_PREFIX?= ${.CURDIR}/.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" - In quick summary, the first four non-empty lines define - the make variables, + The first four non-empty lines define + the &man.make.1; variables SUBDIR, COMPAT_SYMLINK, and DOC_PREFIX. - The first SUBDIR statement, as well as - the COMPAT_SYMLINK statement, shows how to + The SUBDIR statement and + COMPAT_SYMLINK statement show how to assign a value to a variable, overriding any previous value. @@ -172,7 +138,7 @@ DOC_PREFIX?= ${.CURDIR}/.. Makefile thinks it is - the user can override this and provide the correct value. - Now what does it all mean? SUBDIR + What does it all mean? SUBDIR mentions which subdirectories below this one the build process should pass any work on to. @@ -182,14 +148,14 @@ DOC_PREFIX?= ${.CURDIR}/.. point to en_US.ISO-8859-1). DOC_PREFIX is the path to the root of - the FreeBSD Document Project tree. This is not always that + the &os; Document Project tree. This is not always that easy to find, and is also easily overridden, to allow for flexibility. .CURDIR is a - make builtin variable with the path + &man.make.1; builtin variable with the path to the current directory. - The final line includes the FreeBSD Documentation - Project's project-wide make system + The final line includes the &os; Documentation + Project's project-wide &man.make.1; system file doc.project.mk which is the glue which converts these variables into build instructions. @@ -197,8 +163,8 @@ DOC_PREFIX?= ${.CURDIR}/.. Documentation <filename>Makefile</filename>s - These Makefiles set a bunch of - make variables that describe how to + These Makefiles set + &man.make.1; variables that describe how to build the documentation contained in that directory. Here is an example: @@ -219,10 +185,10 @@ DOC_PREFIX?= ${.CURDIR}/../../.. .include "$(DOC_PREFIX)/share/mk/docproj.docbook.mk" - The MAINTAINER variable is a very - important one. This variable provides the ability to claim - ownership over a document in the FreeBSD Documentation - Project, whereby you gain the responsibility for maintaining + The MAINTAINER variable + allows committers to claim + ownership of a document in the &os; Documentation + Project, and take responsibility for maintaining it. DOC is the name (sans the @@ -240,21 +206,16 @@ DOC_PREFIX?= ${.CURDIR}/../../.. default, should be non-empty if only compressed documents are desired in the build. - - We covered optional variable assignments in the - previous section. - - The DOC_PREFIX and include statements should be familiar already. - FreeBSD Documentation Project + <title>&os; Documentation Project <application>Make</application> Includes - This is best explained by inspection of the code. Here are + &man.make.1; includes are best explained by inspection of the code. Here are the system include files: @@ -321,10 +282,10 @@ PRI_LANG?= en_US.ISO8859-1 default. - PRI_LANG in no way affects what + PRI_LANG does not affect which documents can, or even will, be built. Its main use is creating links to commonly referenced documents into the - FreeBSD documentation install root. + &os; documentation install root. @@ -332,7 +293,7 @@ PRI_LANG?= en_US.ISO8859-1 Conditionals The .if defined(DOC) line is an - example of a make conditional + example of a &man.make.1; conditional which, like in other programs, defines behavior if some condition is true or if it is false. defined is a function which returns @@ -351,9 +312,8 @@ PRI_LANG?= en_US.ISO8859-1 <filename>doc.subdir.mk</filename> - This is too long to explain by inspection, you should be - able to work it out with the knowledge gained from the - previous chapters, and a little help given here. + This file is too long to explain in detail. These + notes describe the most important features. Variables @@ -389,8 +349,8 @@ PRI_LANG?= en_US.ISO8859-1 target: dependency1 dependency2 ... tuples, where to build - target, you need to build the given - dependencies first. + target, the given + dependencies must be built first. After that descriptive tuple, instructions on how to build the target may be given, if the conversion process From owner-svn-doc-all@FreeBSD.ORG Sat Jul 20 01:28:58 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63622BD0; Sat, 20 Jul 2013 01:28:58 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 53E0AB29; Sat, 20 Jul 2013 01:28:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6K1Sw8T037915; Sat, 20 Jul 2013 01:28:58 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6K1SwNn037914; Sat, 20 Jul 2013 01:28:58 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307200128.r6K1SwNn037914@svn.freebsd.org> From: Warren Block Date: Sat, 20 Jul 2013 01:28:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42329 - head/en_US.ISO8859-1/books/fdp-primer/doc-build X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 01:28:58 -0000 Author: wblock Date: Sat Jul 20 01:28:57 2013 New Revision: 42329 URL: http://svnweb.freebsd.org/changeset/doc/42329 Log: Whitespace-only fixes. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Sat Jul 20 01:21:45 2013 (r42328) +++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Sat Jul 20 01:28:57 2013 (r42329) @@ -34,20 +34,18 @@ The Documentation Build Process - This chapter covers organization of the - documentation build process - and how &man.make.1; is used to control - it. + This chapter covers organization of the documentation build + process and how &man.make.1; is used to control it. The &os; Documentation Build Toolset - These are the tools used to build and install the FDP documentation. + These are the tools used to build and install the + FDP documentation. - The primary build tool is - &man.make.1;, specifically + The primary build tool is &man.make.1;, specifically Berkeley Make. @@ -57,16 +55,14 @@ - &man.gzip.1; is used to create - compressed versions of the document. - &man.bzip2.1; archives are also supported. - &man.tar.1; is used for package - building. + &man.gzip.1; is used to create compressed versions of + the document. &man.bzip2.1; archives are also supported. + &man.tar.1; is used for package building. - &man.install.1; is used - to install the documentation. + &man.install.1; is used to install the + documentation. @@ -116,10 +112,10 @@ COMPAT_SYMLINK = en DOC_PREFIX?= ${.CURDIR}/.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" - The first four non-empty lines define - the &man.make.1; variables - SUBDIR, COMPAT_SYMLINK, - and DOC_PREFIX. + The first four non-empty lines define the &man.make.1; + variables SUBDIR, + COMPAT_SYMLINK, and + DOC_PREFIX. The SUBDIR statement and COMPAT_SYMLINK statement show how to @@ -148,24 +144,24 @@ DOC_PREFIX?= ${.CURDIR}/.. point to en_US.ISO-8859-1). DOC_PREFIX is the path to the root of - the &os; Document Project tree. This is not always that - easy to find, and is also easily overridden, to allow for - flexibility. .CURDIR is a - &man.make.1; builtin variable with the path - to the current directory. - - The final line includes the &os; Documentation - Project's project-wide &man.make.1; system - file doc.project.mk which is the glue - which converts these variables into build instructions. + the &os; Document Project tree. This is not always that easy + to find, and is also easily overridden, to allow for + flexibility. .CURDIR is a &man.make.1; + builtin variable with the path to the current + directory. + + The final line includes the &os; Documentation Project's + project-wide &man.make.1; system file + doc.project.mk which is the glue which + converts these variables into build instructions. Documentation <filename>Makefile</filename>s - These Makefiles set - &man.make.1; variables that describe how to - build the documentation contained in that directory. + These Makefiles set &man.make.1; + variables that describe how to build the documentation + contained in that directory. Here is an example: @@ -185,10 +181,9 @@ DOC_PREFIX?= ${.CURDIR}/../../.. .include "$(DOC_PREFIX)/share/mk/docproj.docbook.mk" - The MAINTAINER variable - allows committers to claim - ownership of a document in the &os; Documentation - Project, and take responsibility for maintaining + The MAINTAINER variable allows + committers to claim ownership of a document in the &os; + Documentation Project, and take responsibility for maintaining it. DOC is the name (sans the @@ -215,8 +210,8 @@ DOC_PREFIX?= ${.CURDIR}/../../.. &os; Documentation Project <application>Make</application> Includes - &man.make.1; includes are best explained by inspection of the code. Here are - the system include files: + &man.make.1; includes are best explained by inspection of + the code. Here are the system include files: @@ -293,11 +288,10 @@ PRI_LANG?= en_US.ISO8859-1 Conditionals The .if defined(DOC) line is an - example of a &man.make.1; conditional - which, like in other programs, defines behavior if some - condition is true or if it is false. - defined is a function which returns - whether the variable given is defined or not. + example of a &man.make.1; conditional which, like in other + programs, defines behavior if some condition is true or if + it is false. defined is a function which + returns whether the variable given is defined or not. .if ${DOCFORMAT} == "docbook", next, tests whether the DOCFORMAT variable is @@ -312,8 +306,8 @@ PRI_LANG?= en_US.ISO8859-1 <filename>doc.subdir.mk</filename> - This file is too long to explain in detail. These - notes describe the most important features. + This file is too long to explain in detail. These notes + describe the most important features. Variables From owner-svn-doc-all@FreeBSD.ORG Sat Jul 20 14:57:11 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8D88FD9C; Sat, 20 Jul 2013 14:57:11 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 662C1648; Sat, 20 Jul 2013 14:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6KEvBVd015667; Sat, 20 Jul 2013 14:57:11 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6KEvBOj015666; Sat, 20 Jul 2013 14:57:11 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307201457.r6KEvBOj015666@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 20 Jul 2013 14:57:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42330 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 14:57:11 -0000 Author: gavin Date: Sat Jul 20 14:57:10 2013 New Revision: 42330 URL: http://svnweb.freebsd.org/changeset/doc/42330 Log: Drop rsync references for: - ftp4.de.FreeBSD.org - ftp.sk.FreeBSD.org - ftp5.us.FreeBSD.org - ftp.tr.FreeBSD.org as they no longer offer either rsync, or FreeBSD-over-rsync. Fix rsync paths for ftp5.se.FreeBSD.org and ftp2.uk.FreeBSD.org. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Sat Jul 20 01:28:57 2013 (r42329) +++ head/share/xml/mirrors.xml Sat Jul 20 14:57:10 2013 (r42330) @@ -504,7 +504,6 @@ ftp4.de.FreeBSD.org ftp://ftp4.de.FreeBSD.org/FreeBSD/ http://ftp4.de.FreeBSD.org/pub/FreeBSD/ - @@ -970,8 +969,6 @@ ftp://ftp.sk.FreeBSD.org/pub/FreeBSD/ http://ftp.sk.FreeBSD.org/pub/FreeBSD/ http://ftp.sk.FreeBSD.org/pub/FreeBSD/ - - @@ -1122,7 +1119,7 @@ ftp5.se.FreeBSD.org ftp://ftp5.se.FreeBSD.org/pub/FreeBSD/ http://ftp5.se.FreeBSD.org/ - + rsync://ftp5.se.FreeBSD.org/freebsd/ @@ -1318,13 +1315,6 @@ - ftp.tr.FreeBSD.org - ftp://ftp.tr.FreeBSD.org/pub/FreeBSD/ - http://ftp.tr.FreeBSD.org/pub/FreeBSD/ - - - - ftp2.tr.FreeBSD.org ftp://ftp2.tr.FreeBSD.org/pub/FreeBSD/ @@ -1375,7 +1365,7 @@ ftp2.uk.FreeBSD.org ftp://ftp2.uk.FreeBSD.org/pub/FreeBSD/ http://ftp2.uk.FreeBSD.org/ - + rsync://ftp2.uk.FreeBSD.org/ftp.freebsd.org/pub/FreeBSD/ @@ -1431,7 +1421,6 @@ ftp5.us.FreeBSD.org ftp://ftp5.us.FreeBSD.org/pub/FreeBSD/ - From owner-svn-doc-all@FreeBSD.ORG Sat Jul 20 15:24:54 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D2255758; Sat, 20 Jul 2013 15:24:54 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C54EB7A2; Sat, 20 Jul 2013 15:24:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6KFOsX7026598; Sat, 20 Jul 2013 15:24:54 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6KFOsGT026597; Sat, 20 Jul 2013 15:24:54 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201307201524.r6KFOsGT026597@svn.freebsd.org> From: Gavin Atkinson Date: Sat, 20 Jul 2013 15:24:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42331 - head/share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 15:24:54 -0000 Author: gavin Date: Sat Jul 20 15:24:54 2013 New Revision: 42331 URL: http://svnweb.freebsd.org/changeset/doc/42331 Log: Neither ftp.br or ftp5.br.freebsd.org have responded in the last week. Modified: head/share/xml/mirrors.xml Modified: head/share/xml/mirrors.xml ============================================================================== --- head/share/xml/mirrors.xml Sat Jul 20 14:57:10 2013 (r42330) +++ head/share/xml/mirrors.xml Sat Jul 20 15:24:54 2013 (r42331) @@ -227,12 +227,6 @@ Brazil - ftp.br.FreeBSD.org - ftp://ftp.br.FreeBSD.org/pub/FreeBSD/ - http://ftp.br.FreeBSD.org/pub/FreeBSD/ - - - ftp2.br.FreeBSD.org ftp://ftp2.br.FreeBSD.org/FreeBSD/ http://ftp2.br.FreeBSD.org/ @@ -249,11 +243,6 @@ ftp://ftp4.br.FreeBSD.org/pub/FreeBSD/ - - ftp5.br.FreeBSD.org - http://ftp5.br.FreeBSD.org/pub/FreeBSD/ - - cvsup2.br.FreeBSD.org From owner-svn-doc-all@FreeBSD.ORG Sat Jul 20 20:46:29 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7925FBDB; Sat, 20 Jul 2013 20:46:29 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB2C326; Sat, 20 Jul 2013 20:46:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6KKkTS2026880; Sat, 20 Jul 2013 20:46:29 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6KKkTn3026879; Sat, 20 Jul 2013 20:46:29 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307202046.r6KKkTn3026879@svn.freebsd.org> From: Warren Block Date: Sat, 20 Jul 2013 20:46:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42332 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 20:46:29 -0000 Author: wblock Date: Sat Jul 20 20:46:28 2013 New Revision: 42332 URL: http://svnweb.freebsd.org/changeset/doc/42332 Log: Add some tables showing common FreeBSD entities and their usage. Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Sat Jul 20 15:24:54 2013 (r42331) +++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Sat Jul 20 20:46:28 2013 (r42332) @@ -46,7 +46,7 @@ not answer to the &a.doc;. DocBook was originally developed by HaL Computer Systems and - O'Reilly & Associates to be a DTD for + O'Reilly & Associates to be a Document Type Definition (DTD) for writing technical documentation A short history can be found under @@ -92,31 +92,233 @@ &os; Extensions The &os; Documentation Project has extended the - DocBook DTD by adding some new elements. - These elements serve to make some of the markup more + DocBook DTD with additional elements and entities. + These additions serve to make some of the markup easier or more precise. - Where a &os;-specific element is listed below, it is - clearly marked. - Throughout the rest of this document, the term DocBook is used to mean the &os;-extended DocBook DTD. - There is nothing about these extensions that is &os; - specific, it was just felt that they were useful + Most of these extensions are not unique to &os;, + it was just felt that they were useful enhancements for this particular project. Should anyone from any of the other *nix camps (NetBSD, OpenBSD, Linux, …) be interested in collaborating on a standard - DocBook extension set, please get in touch with + DocBook extension set, please contact &a.doceng;. - The &os; extensions are not (currently) in the - Ports Collection. They are stored in the &os; Subversion - tree, as head/share/xml/freebsd.dtd. + + &os; Elements + + The additional &os; elements are not (currently) in the + Ports Collection. They are stored in the &os; Subversion + tree, as head/share/xml/freebsd.dtd. + + &os;-specific elements used in the examples below are + clearly marked. + + + + &os; Entities + + + &os; Name Entities + + + + + Name + Expands To + + + + + + &os; + &os; + + + + &os.stable; + &os.stable; + + + + &os.current; + &os.current; + + + +
    + + + &os; Mailing List Entities + + + + + Name + Expands To + Notes + + + + + + &a.doc; + &a.doc; + + Usage: A link to the &a.doc;. + + + + &a.questions; + &a.questions; + + Usage: A link to the &a.questions;. + + + + &a.listname; + link to + listname + Entities are defined for all the &os; mailing + lists. + + + +
    + + + &os; Document Links + + + + + Name + Expands To + Notes + + + + + + &url.books.handbook; + &url.books.handbook; + + Usage: A link to the ulink url="&url.books.handbook;/advanced-networking.html"Advanced + Networkingulink chapter of the Handbook. + + + + &url.books.bookname; + relative path to + bookname + Entities are defined for all the &os; + books. + + + + &url.articles.committers-guide; + &url.articles.committers-guide; + + Usage: A link to the ulink url="&url.articles.committers-guide;"Committer's Guideulink article. + + + + &url.articles.articlename; + relative path to + articlename + Entities are defined for all the &os; articles. + + + +
    + + + Other Operating System Name Entities + + + + + Name + Expands To + Notes + + + + + + &linux; + &linux; + The &linux; operating system. + + + + &unix; + &unix; + The &unix; operating system. + + + + &windows; + &windows; + The &windows; operating system. + + + +
    + + + Miscellaneous Entities + + + + + Name + Expands To + Notes + + + + + + &prompt.root; + &prompt.root; + The root user + prompt. + + + + &prompt.user; + &prompt.user; + A prompt for an unprivileged user. + + + + &postscript; + &postscript; + The trademarked term to refer to the + &postscript; programming language. + + + + &xorg; + &xorg; + The term to refer to the &xorg; open source X + Window System. + + + +
    +
    @@ -1635,8 +1837,8 @@ This is the file called 'foo2' exported by a Makefile that can be given as a parameter to make. makevar identifies a variable that can be - set (in the environment, on the make - command line, or within the Makefile) + set (in the environment, on the command line with make, + or within the Makefile) to influence the process.