From owner-svn-doc-all@freebsd.org Sat Jan 16 18:29:12 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98ACBA84DA4; Sat, 16 Jan 2016 18:29:12 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB44133E; Sat, 16 Jan 2016 18:29:12 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GITBdT063470; Sat, 16 Jan 2016 18:29:11 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GITBWw063469; Sat, 16 Jan 2016 18:29:11 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201601161829.u0GITBWw063469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sat, 16 Jan 2016 18:29:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48036 - head/en_US.ISO8859-1/books/fdp-primer/po-translations 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.20 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, 16 Jan 2016 18:29:12 -0000 Author: wblock Date: Sat Jan 16 18:29:11 2016 New Revision: 48036 URL: https://svnweb.freebsd.org/changeset/doc/48036 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Sat Jan 16 18:24:10 2016 (r48035) +++ head/en_US.ISO8859-1/books/fdp-primer/po-translations/chapter.xml Sat Jan 16 18:29:11 2016 (r48036) @@ -34,7 +34,7 @@ option was not enabled, display the options menu and enable it, then reinstall the port: - &prompt.root; cd /usr/ports/textproc/docproj + &prompt.root; cd /usr/ports/textproc/docproj &prompt.root; make config &prompt.root; make clean deinstall install clean @@ -117,7 +117,8 @@ - + Generating a Translated Document @@ -469,7 +470,8 @@ DOC_PREFIX?= ${.CURDIR}/../../.. PGP Keys Article Create a new French translation of the - PGP + PGP Keys article. The original is an article in ~/doc/en_US.ISO8859-1/articles/pgpkeys/. @@ -522,8 +524,8 @@ DOC_PREFIX?= ${.CURDIR}/../../.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" With the document structure complete, the - PO file can be created with - make po. + PO file can be created with + make po. @@ -801,71 +803,73 @@ DOC_PREFIX?= ${.CURDIR}/../../.. a documentation bug report or code - review. + xlink:href="https://reviews.freebsd.org/">code + review. Spanish Translation of the NanoBSD Article - - - Add a &os; version string comment as the first - line of the PO file: + + + Add a &os; version string comment as the first + line of the PO file: - #$FreeBSD$ - + #$FreeBSD$ + - - Add the Makefile, the - PO file, and the generated - XML translation to - version control: + + Add the Makefile, the + PO file, and the generated + XML translation to + version control: - &prompt.user; cd ~/doc/es_ES.ISO8859-1/articles/nanobsd/ + &prompt.user; cd ~/doc/es_ES.ISO8859-1/articles/nanobsd/ &prompt.user; ls Makefile article.xml es_ES.po &prompt.user; svn add Makefile article.xml es_ES.po A Makefile A article.xml A es_ES.po - + - - Set the - Subversion - svn:keywords properties on these files to - FreeBSD=%H so - $FreeBSD$ strings are expanded into - the path, revision, date, and author when committed: + + Set the + Subversion + svn:keywords properties on these files + to FreeBSD=%H so + $FreeBSD$ strings are + expanded into the path, revision, date, and author when + committed: - &prompt.user; svn propset svn:keywords FreeBSD=%H Makefile article.xml es_ES.po + &prompt.user; svn propset svn:keywords FreeBSD=%H Makefile article.xml es_ES.po property 'svn:keywords' set on 'Makefile' property 'svn:keywords' set on 'article.xml' property 'svn:keywords' set on 'es_ES.po' - + - - Set the MIME types of the files. - These are text/xml for books and - articles, and text/x-gettext-translation - for the PO file. + + Set the MIME types of the files. + These are text/xml for books and + articles, and + text/x-gettext-translation for the + PO file. - &prompt.user; svn propset svn:mime-type text/x-gettext-translation es_ES.po + &prompt.user; svn propset svn:mime-type text/x-gettext-translation es_ES.po property 'svn:mime-type' set on 'es_ES.po' &prompt.user; svn propset svn:mime-type text/xml article.xml property 'svn:mime-type' set on 'article.xml' - + - - Create a diff of the new files from the - ~/doc/ base directory so the full path - is shown with the filenames. This helps committers identify - the target language directory. + + Create a diff of the new files from the + ~/doc/ base directory so the full + path is shown with the filenames. This helps committers + identify the target language directory. - &prompt.user; cd ~/doc + &prompt.user; cd ~/doc svn diff es_ES.ISO8859-1/articles/nanobsd/ > /tmp/es_nanobsd.diff - - + +