From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 17:00:29 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2F57D2C for ; Sun, 28 Jul 2013 17:00:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C0852225 for ; Sun, 28 Jul 2013 17:00:29 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6SH0SAZ009878 for ; Sun, 28 Jul 2013 11:00:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6SH0SrN009875 for ; Sun, 28 Jul 2013 11:00:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jul 2013 11:00:28 -0600 (MDT) From: Warren Block To: doc@FreeBSD.org Subject: Another CSS suggestion: pre-wrap Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Jul 2013 11:00:28 -0600 (MDT) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 17:00:30 -0000 Long lines in screen and programlisting elements run off the right side of the screen with the current CSS. It would be great to have them wrap and include a visible a line wrap indicator, but that may not be possible, or may require Javascript. Better than nothing is to have them at least have forced wrapping based on screen width. That can be done with changes in div.screen and div.programlisting: - white-space: pre; + white-space: pre-wrap; This seems to work well, other than there being no visible marker where a line is wrapped due to screen width. Is there a better way to accomplish this? From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 17:46:24 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1353D84D for ; Sun, 28 Jul 2013 17:46:24 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0F592368 for ; Sun, 28 Jul 2013 17:46:23 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 0A28714D2516; Sun, 28 Jul 2013 19:46:22 +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 9yY05phvHmUj; Sun, 28 Jul 2013 19:46:16 +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 5727714D250A; Sun, 28 Jul 2013 19:46:16 +0200 (CEST) Message-ID: <51F558D2.1010808@FreeBSD.org> Date: Sun, 28 Jul 2013 19:45:54 +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: Warren Block , doc@FreeBSD.org Subject: Re: Another CSS suggestion: pre-wrap References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 17:46:24 -0000 On 2013.07.28. 19:00, Warren Block wrote: > Long lines in screen and programlisting elements run off the right > side of the screen with the current CSS. > > It would be great to have them wrap and include a visible a line wrap > indicator, but that may not be possible, or may require Javascript. > > Better than nothing is to have them at least have forced wrapping > based on screen width. That can be done with changes in div.screen > and div.programlisting: > > - white-space: pre; > + white-space: pre-wrap; > > This seems to work well, other than there being no visible marker > where a line is wrapped due to screen width. > > Is there a better way to accomplish this? This seems to work: http://iany.me/2012/02/css-line-wrap-indicator/ The wrapping of programlisting content into span elements can be done in XSLT. Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 18:44:55 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECCFBF4A for ; Sun, 28 Jul 2013 18:44:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A650E2577 for ; Sun, 28 Jul 2013 18:44:55 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id D6A8414D2515; Sun, 28 Jul 2013 20:44:52 +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 rjifvhE_TTyc; Sun, 28 Jul 2013 20:44:44 +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 6045F14D2514; Sun, 28 Jul 2013 20:44:44 +0200 (CEST) Message-ID: <51F56688.5040900@FreeBSD.org> Date: Sun, 28 Jul 2013 20:44:24 +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: Warren Block , doc@FreeBSD.org Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> In-Reply-To: <51F558D2.1010808@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 18:44:56 -0000 On 2013.07.28. 19:45, Gabor Kovesdan wrote: > On 2013.07.28. 19:00, Warren Block wrote: >> Long lines in screen and programlisting elements run off the right >> side of the screen with the current CSS. >> >> It would be great to have them wrap and include a visible a line wrap >> indicator, but that may not be possible, or may require Javascript. >> >> Better than nothing is to have them at least have forced wrapping >> based on screen width. That can be done with changes in div.screen >> and div.programlisting: >> >> - white-space: pre; >> + white-space: pre-wrap; >> >> This seems to work well, other than there being no visible marker >> where a line is wrapped due to screen width. >> >> Is there a better way to accomplish this? > This seems to work: > http://iany.me/2012/02/css-line-wrap-indicator/ > > The wrapping of programlisting content into span elements can be done > in XSLT. This seems to does the XSLT-part, although it may be done in a better way since it breaks some DocBook features that we don't use: http://kovesdan.org/patches/xhtml-wrap.diff Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 19:17:22 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15686A1A; Sun, 28 Jul 2013 19:17:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BADC026AC; Sun, 28 Jul 2013 19:17:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6SJHKZY010883; Sun, 28 Jul 2013 13:17:20 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6SJHKnh010880; Sun, 28 Jul 2013 13:17:20 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jul 2013 13:17:20 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap In-Reply-To: <51F56688.5040900@FreeBSD.org> Message-ID: References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Jul 2013 13:17:20 -0600 (MDT) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 19:17:22 -0000 On Sun, 28 Jul 2013, Gabor Kovesdan wrote: > On 2013.07.28. 19:45, Gabor Kovesdan wrote: >> On 2013.07.28. 19:00, Warren Block wrote: >>> Long lines in screen and programlisting elements run off the right side of >>> the screen with the current CSS. >>> >>> It would be great to have them wrap and include a visible a line wrap >>> indicator, but that may not be possible, or may require Javascript. >>> >>> Better than nothing is to have them at least have forced wrapping based on >>> screen width. That can be done with changes in div.screen and >>> div.programlisting: >>> >>> - white-space: pre; >>> + white-space: pre-wrap; >>> >>> This seems to work well, other than there being no visible marker where a >>> line is wrapped due to screen width. >>> >>> Is there a better way to accomplish this? >> This seems to work: >> http://iany.me/2012/02/css-line-wrap-indicator/ >> >> The wrapping of programlisting content into span elements can be done in >> XSLT. > This seems to does the XSLT-part, although it may be done in a better way > since it breaks some DocBook features that we don't use: > http://kovesdan.org/patches/xhtml-wrap.diff Nice! Which DocBook features would be compromised? Are there any other reasons not to start using this now? From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 19:25:32 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BDF66B11 for ; Sun, 28 Jul 2013 19:25:32 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76E2326DC for ; Sun, 28 Jul 2013 19:25:32 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id E2E1514D2515; Sun, 28 Jul 2013 21:25:29 +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 Sm5OqaksCtLq; Sun, 28 Jul 2013 21:25:25 +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 3425414D2403; Sun, 28 Jul 2013 21:25:25 +0200 (CEST) Message-ID: <51F57011.2000603@FreeBSD.org> Date: Sun, 28 Jul 2013 21:25:05 +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: Warren Block Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 19:25:32 -0000 On 2013.07.28. 21:17, Warren Block wrote: >> This seems to does the XSLT-part, although it may be done in a better >> way since it breaks some DocBook features that we don't use: >> http://kovesdan.org/patches/xhtml-wrap.diff > > Nice! Which DocBook features would be compromised? Are there any > other reasons not to start using this now? Line numbering and syntax highlighting. Both require XSLT extensions and thus won't work with xsltproc. I don't know of any other reason not to use them. I think we should only use the indicator at the end of the line both not at the start of the wrapped part since this is more conventional. And it would be nice to use the same symbol that we use in the new PDFs. That is part of the Droid Sans Mono font. This example uses images but maybe it is possible to use text, I'm not sure about this, I don't know CSS so well. Anyway, we may as well create an image with an SVG editor. Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 19:37:27 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2635AF79; Sun, 28 Jul 2013 19:37:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1F042748; Sun, 28 Jul 2013 19:37:26 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6SJbPYZ011036; Sun, 28 Jul 2013 13:37:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6SJbPii011033; Sun, 28 Jul 2013 13:37:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jul 2013 13:37:25 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap In-Reply-To: <51F57011.2000603@FreeBSD.org> Message-ID: References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Jul 2013 13:37:25 -0600 (MDT) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 19:37:27 -0000 On Sun, 28 Jul 2013, Gabor Kovesdan wrote: > On 2013.07.28. 21:17, Warren Block wrote: >>> This seems to does the XSLT-part, although it may be done in a better way >>> since it breaks some DocBook features that we don't use: >>> http://kovesdan.org/patches/xhtml-wrap.diff >> >> Nice! Which DocBook features would be compromised? Are there any other >> reasons not to start using this now? > Line numbering and syntax highlighting. Both require XSLT extensions and thus > won't work with xsltproc. I don't know of any other reason not to use them. Line numbering is nice sometimes, although sometimes it's easy to confuse with content. Syntax highlighting could be useful in places like the Architecture Handbook, but as you say, we don't have it now. Would you agree that using this line wrap now would not prevent switching to other methods in the future? > I think we should only use the indicator at the end of the line both not at > the start of the wrapped part since this is more conventional. And it would > be nice to use the same symbol that we use in the new PDFs. That is part of > the Droid Sans Mono font. This example uses images but maybe it is possible > to use text, I'm not sure about this, I don't know CSS so well. Anyway, we > may as well create an image with an SVG editor. Agreed on all counts. A useful example is at the bottom of this page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/xml-primer-elements.html The xmllint output is huge and scrolls off the right of the screen. From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 20:18:21 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCB011EC for ; Sun, 28 Jul 2013 20:18:21 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 747562905 for ; Sun, 28 Jul 2013 20:18:21 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id D40C014D250A; Sun, 28 Jul 2013 22:18:16 +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 YKWGgCfLRLnC; Sun, 28 Jul 2013 22:18:10 +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 326F614D2403; Sun, 28 Jul 2013 22:18:10 +0200 (CEST) Message-ID: <51F57C6E.9050608@FreeBSD.org> Date: Sun, 28 Jul 2013 22:17:50 +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: Warren Block Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 20:18:21 -0000 On 2013.07.28. 21:37, Warren Block wrote: > > Line numbering is nice sometimes, although sometimes it's easy to > confuse with content. Syntax highlighting could be useful in places > like the Architecture Handbook, but as you say, we don't have it now. > > Would you agree that using this line wrap now would not prevent > switching to other methods in the future? I believe it is possible to make them work together. But using these extensions requires using Saxon as the XSLT processor, which is Java-based and slower than xsltproc. Even if we end up using Java for PDF rendering, it would be better to keep the XHTML build fast and Java-free so that committers can easily test their work. Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 20:23:04 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF5E934B; Sun, 28 Jul 2013 20:23:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [208.86.227.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82970293B; Sun, 28 Jul 2013 20:23:04 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:29]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id E5CD0A6E2; Sun, 28 Jul 2013 20:23:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us E5CD0A6E2 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Sun, 28 Jul 2013 16:23:01 -0400 From: Glen Barber To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap Message-ID: <20130728202301.GN2272@glenbarber.us> References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LXESt2jNC8oCvz8w" Content-Disposition: inline In-Reply-To: <51F57C6E.9050608@FreeBSD.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 20:23:04 -0000 --LXESt2jNC8oCvz8w Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 28, 2013 at 10:17:50PM +0200, Gabor Kovesdan wrote: > I believe it is possible to make them work together. But using these > extensions requires using Saxon as the XSLT processor, which is > Java-based and slower than xsltproc. Even if we end up using Java > for PDF rendering, it would be better to keep the XHTML build fast > and Java-free so that committers can easily test their work. >=20 Yes, please, let's keep it Java-free... IMHO, it is bad enough some of use require use of Java for basic web browsing. Adding that to a our doc build is a big red bug. Glen --LXESt2jNC8oCvz8w Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBCAAGBQJR9X2lAAoJEFJPDDeguUajO/0IAIfJhpeuZbQ0Xe+LXMcLhpuq 1KkiabNtHrzM/b4jQPY+typ8DzkOZfejA5/utCNvycporVd9xFlJDb1n16BYBzhf EUAqmRCt4bu3H44WbENaTUcss3Dd7zgDs2ebc8nKRYqTIGvY2VKDJGplXfNJc8La inBiqT6olBckgIJ9oIeHEoqKQQs8ePhoZ5ejJNyq1KWBsrIka8mNctpOvOfLr+r0 mTNBGKGJvcfmkwYAdrIeg4AGkIYMDfcMUVeIx6b25d5YLM++1KTF396z1PsOJuX5 7fIMcvZE06WPCoxx/nyTos+gzBHnqsLmS6YMU6TiaK31uuMQNijKlQIbcEfgJiU= =GCIP -----END PGP SIGNATURE----- --LXESt2jNC8oCvz8w-- From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 20:32:34 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D88614F5; Sun, 28 Jul 2013 20:32:34 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7302974; Sun, 28 Jul 2013 20:32:34 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id D29F014D2516; Sun, 28 Jul 2013 22:32:32 +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 Q6Lnoya8owlF; Sun, 28 Jul 2013 22:32:32 +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 6404014D250A; Sun, 28 Jul 2013 22:32:32 +0200 (CEST) Message-ID: <51F57FCC.8090404@FreeBSD.org> Date: Sun, 28 Jul 2013 22:32:12 +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: Glen Barber Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> <20130728202301.GN2272@glenbarber.us> In-Reply-To: <20130728202301.GN2272@glenbarber.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 20:32:34 -0000 On 2013.07.28. 22:23, Glen Barber wrote: > On Sun, Jul 28, 2013 at 10:17:50PM +0200, Gabor Kovesdan wrote: >> >I believe it is possible to make them work together. But using these >> >extensions requires using Saxon as the XSLT processor, which is >> >Java-based and slower than xsltproc. Even if we end up using Java >> >for PDF rendering, it would be better to keep the XHTML build fast >> >and Java-free so that committers can easily test their work. >> > > Yes, please, let's keep it Java-free... > > IMHO, it is bad enough some of use require use of Java for basic web > browsing. Adding that to a our doc build is a big red bug. What do you mean for basic web browsing? Where is Java required for that? Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 20:37:02 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C38A091F; Sun, 28 Jul 2013 20:37:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [208.86.227.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96206299B; Sun, 28 Jul 2013 20:37:02 +0000 (UTC) Received: from glenbarber.us (nucleus.glenbarber.us [IPv6:2001:470:8:1205:2:2:ff:29]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 5C809A830; Sun, 28 Jul 2013 20:37:01 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 5C809A830 Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Sun, 28 Jul 2013 16:36:59 -0400 From: Glen Barber To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap Message-ID: <20130728203659.GO2272@glenbarber.us> References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> <20130728202301.GN2272@glenbarber.us> <51F57FCC.8090404@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3m6VNgM56Nljn+Yv" Content-Disposition: inline In-Reply-To: <51F57FCC.8090404@FreeBSD.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 20:37:02 -0000 --3m6VNgM56Nljn+Yv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 28, 2013 at 10:32:12PM +0200, Gabor Kovesdan wrote: > On 2013.07.28. 22:23, Glen Barber wrote: > >On Sun, Jul 28, 2013 at 10:17:50PM +0200, Gabor Kovesdan wrote: > >>>I believe it is possible to make them work together. But using these > >>>extensions requires using Saxon as the XSLT processor, which is > >>>Java-based and slower than xsltproc. Even if we end up using Java > >>>for PDF rendering, it would be better to keep the XHTML build fast > >>>and Java-free so that committers can easily test their work. > >>> > >Yes, please, let's keep it Java-free... > > > >IMHO, it is bad enough some of use require use of Java for basic web > >browsing. Adding that to a our doc build is a big red bug. > What do you mean for basic web browsing? Where is Java required for that? >=20 Unfortunately some regular sites I have to visit. My real point is that making Java part of our regular doc build, IMHO, is a regression. Glen --3m6VNgM56Nljn+Yv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iQEcBAEBCAAGBQJR9YDrAAoJEFJPDDeguUaj15sH/0XcGjLtCbAJr8a2l3sLdShv hu1JR0MUONq7dbXxLF31CDGs38vp7NYjAHtPMraHORIKx6YA0vNDASCuD1/lfn2W Sr5oStTsy58yojqyC8JMRKZJnxIMDkEfnh9bKw6Hg7Its2qlLE5O6Pp4hCcmZxlV ZfFV1fbDs4uD8ACW8cecYTEjOwkq5wqViwyI3POFXB8/v/4gy0zehRdytaBWFG58 XkBwEwZV3eOlpwn2TruCKsvf9y/xhaawAyfAWTxeZTrVupP5zmUEZUrfGC3Osqrq 6jbtQFjwzJQ9oi9/VM+Xi1x0jjUpic06l1EeLKocX1pMRcA5goZymKGlcXecEo8= =Ox5S -----END PGP SIGNATURE----- --3m6VNgM56Nljn+Yv-- From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 21:40:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A732FB1D for ; Sun, 28 Jul 2013 21:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 858F22BE6 for ; Sun, 28 Jul 2013 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6SLe0pm081031 for ; Sun, 28 Jul 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6SLe0er081030; Sun, 28 Jul 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 28 Jul 2013 21:40:00 GMT Resent-Message-Id: <201307282140.r6SLe0er081030@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 41D2796D for ; Sun, 28 Jul 2013 21:32:08 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E0A22B80 for ; Sun, 28 Jul 2013 21:32:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6SLW7Nu080888 for ; Sun, 28 Jul 2013 21:32:08 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6SLW71i080887; Sun, 28 Jul 2013 21:32:07 GMT (envelope-from jgh) Message-Id: <201307282132.r6SLW71i080887@freefall.freebsd.org> Date: Sun, 28 Jul 2013 21:32:07 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: docs/180912: [patch][porters-handbook] document gmake/imake in Uses, trim kde3 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 21:40:00 -0000 >Number: 180912 >Category: docs >Synopsis: [patch][porters-handbook] document gmake/imake in Uses, trim kde3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 28 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253323: Sat Jul 13 18:26:21 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: update uses to include gmake and imake and trim kde3 ( no longer in tree ) >How-To-Repeat: >Fix: Index: en_US.ISO8859-1/books/porters-handbook/uses.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/uses.xml (revision 42463) +++ en_US.ISO8859-1/books/porters-handbook/uses.xml (working copy) @@ -97,6 +97,14 @@ + gmake + (none) + Implies that the port uses devel/gmake as build-time + dependency. + + + iconv (none) Implies that the port uses + imake + (none) + Implies that the port uses devel/imake as build-time + dependency. + + + ncurses (none), base, port Index: en_US.ISO8859-1/books/porters-handbook/book.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/book.xml (revision 42463) +++ en_US.ISO8859-1/books/porters-handbook/book.xml (working copy) @@ -559,7 +559,7 @@ The build target is run. This is responsible for descending into the port's private working directory (WRKSRC) and building - it. If USE_GMAKE is set, GNU + it. If USES= gmake is set, GNU make will be used, otherwise the system make will be used. @@ -3683,7 +3683,7 @@ variables, which are processed by ports/Mk/bsd.*.mk to augment initial build dependencies. For example, - USE_GMAKE=yes adds USES= gmake adds devel/gmake to BUILD_DEPENDS. To prevent such additional dependencies from polluting @@ -5299,7 +5299,7 @@ imake If your port uses GNU make, - set USE_GMAKE=yes. + set USES= gmake. Variables for Ports Related to @@ -5315,7 +5315,7 @@ <tbody> <row> - <entry><makevar>USE_GMAKE</makevar></entry> + <entry><makevar>USES= gmake</makevar></entry> <entry>The port requires <command>gmake</command> to build.</entry> </row> @@ -5333,7 +5333,7 @@ <filename>Makefile</filename> files from <filename>Imakefile</filename> files using <application>imake</application>, then set - <literal>USE_IMAKE=yes</literal>. This will cause the + <literal>USES= imake</literal>. This will cause the configure stage to automatically do an <command>xmkmf -a</command>. If the <option>-a</option> flag is a problem for your port, set <literal>XMKMF=xmkmf</literal>. @@ -6076,7 +6076,7 @@ <tgroup cols="2"> <tbody> <row> - <entry><makevar>USE_IMAKE</makevar></entry> + <entry><makevar>USES= imake</makevar></entry> <entry>The port uses <command>imake</command>.</entry> </row> @@ -6742,36 +6742,6 @@ <sect1 id="using-kde"> <title>Using KDE - - Variable Definitions (KDE 3.x Only) - -
- Variables for Ports That Use KDE 3.x - - - - - USE_KDELIBS_VER - The port uses KDE libraries. It specifies the - major version of KDE to use and implies - USE_QT_VER of the appropriate - version. The only possible value is - 3. - - - - USE_KDEBASE_VER - The port uses KDE base. It specifies the major - version of KDE to use and implies - USE_QT_VER of the appropriate - version. The only possible value is - 3. - - - -
- - KDE 4 Variable Definitions @@ -6935,10 +6905,10 @@ KDE 4.x ports are installed into KDE4_PREFIX, which is - /usr/local/kde4 currently, to avoid - conflicts with KDE 3.x ports. This is achieved by - specifying the kdeprefix component, which - overrides the default PREFIX. The ports + /usr/local/kde4 currently. + This is achieved by specifying the + kdeprefix component, which overrides + the default PREFIX. The ports however respect any PREFIX set via MAKEFLAGS environment variable and/or make arguments. @@ -7270,7 +7240,7 @@ default one will be set that simply runs Ant according to MAKE_ENV, MAKE_ARGS and ALL_TARGET. This is similar to the - USE_GMAKE mechanism, which is documented + USES= gmake mechanism, which is documented in . @@ -16844,9 +16814,9 @@ [If it requires a "configure" script generated by GNU autoconf to be run] GNU_CONFIGURE= yes [If it requires GNU make, not /usr/bin/make, to build...] -USE_GMAKE= yes +USES= gmake [If it is an X application and requires "xmkmf -a" to be run...] -USE_IMAKE= yes +USES= imake [et cetera.] [non-standard variables to be used in the rules below] >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 21:50:53 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BA498C9F; Sun, 28 Jul 2013 21:50:53 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D0E12C67; Sun, 28 Jul 2013 21:50:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6SLorSg084314; Sun, 28 Jul 2013 21:50:53 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6SLorP7084313; Sun, 28 Jul 2013 21:50:53 GMT (envelope-from rene) Date: Sun, 28 Jul 2013 21:50:53 GMT Message-Id: <201307282150.r6SLorP7084313@freefall.freebsd.org> To: rene@FreeBSD.org, freebsd-doc@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Subject: Re: docs/180912: [patch][porters-handbook] document gmake/imake in Uses, trim kde3 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 21:50:53 -0000 Synopsis: [patch][porters-handbook] document gmake/imake in Uses, trim kde3 Responsible-Changed-From-To: freebsd-doc->rene Responsible-Changed-By: rene Responsible-Changed-When: Sun Jul 28 21:50:43 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=180912 From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 22:09:14 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CA5BFFE; Sun, 28 Jul 2013 22:09:14 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C32B22D12; Sun, 28 Jul 2013 22:09:13 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6SM9CcZ012090; Sun, 28 Jul 2013 16:09:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6SM9C0q012087; Sun, 28 Jul 2013 16:09:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jul 2013 16:09:12 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap In-Reply-To: <51F57C6E.9050608@FreeBSD.org> Message-ID: References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Jul 2013 16:09:12 -0600 (MDT) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 22:09:14 -0000 On Sun, 28 Jul 2013, Gabor Kovesdan wrote: > On 2013.07.28. 21:37, Warren Block wrote: >> >> Line numbering is nice sometimes, although sometimes it's easy to confuse >> with content. Syntax highlighting could be useful in places like the >> Architecture Handbook, but as you say, we don't have it now. >> >> Would you agree that using this line wrap now would not prevent switching >> to other methods in the future? > I believe it is possible to make them work together. But using these > extensions requires using Saxon as the XSLT processor, which is > Java-based and slower than xsltproc. Even if we end up using Java for > PDF rendering, it would be better to keep the XHTML build fast and > Java-free so that committers can easily test their work. Do you mean Java is needed to do the linewrap on XHTML, or that it would be needed to do line numbers and syntax highlighting? From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 22:16:08 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45BB6153 for ; Sun, 28 Jul 2013 22:16:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F17DB2D4A for ; Sun, 28 Jul 2013 22:16:07 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 2369F14D250A; Mon, 29 Jul 2013 00:16:06 +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 uLn4oUb6pdqJ; Mon, 29 Jul 2013 00:16:05 +0200 (CEST) Received: from [192.168.1.117] (unknown [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 707AA14D2403; Mon, 29 Jul 2013 00:16:05 +0200 (CEST) Message-ID: <51F59807.4040308@FreeBSD.org> Date: Mon, 29 Jul 2013 00:15:35 +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: Warren Block Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 22:16:08 -0000 On 2013.07.29. 0:09, Warren Block wrote: > On Sun, 28 Jul 2013, Gabor Kovesdan wrote: > >> On 2013.07.28. 21:37, Warren Block wrote: >>> >>> Line numbering is nice sometimes, although sometimes it's easy to >>> confuse with content. Syntax highlighting could be useful in places >>> like the Architecture Handbook, but as you say, we don't have it now. >>> >>> Would you agree that using this line wrap now would not prevent >>> switching to other methods in the future? > >> I believe it is possible to make them work together. But using these >> extensions requires using Saxon as the XSLT processor, which is >> Java-based and slower than xsltproc. Even if we end up using Java >> for PDF rendering, it would be better to keep the XHTML build fast >> and Java-free so that committers can easily test their work. > > Do you mean Java is needed to do the linewrap on XHTML, or that it > would be needed to do line numbers and syntax highlighting? For the latter two only. Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 22:21:22 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5455A32A; Sun, 28 Jul 2013 22:21:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01DD72D71; Sun, 28 Jul 2013 22:21:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6SMLKot012183; Sun, 28 Jul 2013 16:21:20 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6SMLKoq012180; Sun, 28 Jul 2013 16:21:20 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jul 2013 16:21:20 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap In-Reply-To: <51F59807.4040308@FreeBSD.org> Message-ID: References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> <51F59807.4040308@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Jul 2013 16:21:20 -0600 (MDT) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 22:21:22 -0000 On Mon, 29 Jul 2013, Gabor Kovesdan wrote: > On 2013.07.29. 0:09, Warren Block wrote: >> On Sun, 28 Jul 2013, Gabor Kovesdan wrote: >> >>> On 2013.07.28. 21:37, Warren Block wrote: >>>> >>>> Line numbering is nice sometimes, although sometimes it's easy to confuse >>>> with content. Syntax highlighting could be useful in places like the >>>> Architecture Handbook, but as you say, we don't have it now. >>>> >>>> Would you agree that using this line wrap now would not prevent switching >>>> to other methods in the future? >> >>> I believe it is possible to make them work together. But using these >>> extensions requires using Saxon as the XSLT processor, which is Java-based >>> and slower than xsltproc. Even if we end up using Java for PDF rendering, >>> it would be better to keep the XHTML build fast and Java-free so that >>> committers can easily test their work. >> >> Do you mean Java is needed to do the linewrap on XHTML, or that it would be >> needed to do line numbers and syntax highlighting? > For the latter two only. Excellent! What do you think about adding it after the doc slush ends in a week or so? From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 22:30:52 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 652C85BB for ; Sun, 28 Jul 2013 22:30:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BF602DCC for ; Sun, 28 Jul 2013 22:30:51 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 4CA6614D250A; Mon, 29 Jul 2013 00:30:49 +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 C8qWcpgqGCt3; Mon, 29 Jul 2013 00:30:47 +0200 (CEST) Received: from [192.168.1.117] (unknown [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 3E02614D2403; Mon, 29 Jul 2013 00:30:47 +0200 (CEST) Message-ID: <51F59B79.6020405@FreeBSD.org> Date: Mon, 29 Jul 2013 00:30:17 +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: Warren Block Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> <51F59807.4040308@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 22:30:52 -0000 On 2013.07.29. 0:21, Warren Block wrote: > >>> Do you mean Java is needed to do the linewrap on XHTML, or that it >>> would be needed to do line numbers and syntax highlighting? > >> For the latter two only. > > Excellent! What do you think about adding it after the doc slush ends > in a week or so? Good. I think the slush is about content change so that translators can catch up so I personally I would not object if you wanted to do it earlier. Gabor From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 23:21:50 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EAFDA240; Sun, 28 Jul 2013 23:21:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B8F92FC4; Sun, 28 Jul 2013 23:21:50 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6SNLnkb012481; Sun, 28 Jul 2013 17:21:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6SNLn2s012478; Sun, 28 Jul 2013 17:21:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 28 Jul 2013 17:21:49 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: Another CSS suggestion: pre-wrap In-Reply-To: <51F59B79.6020405@FreeBSD.org> Message-ID: References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> <51F59807.4040308@FreeBSD.org> <51F59B79.6020405@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Jul 2013 17:21:49 -0600 (MDT) Cc: doc@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 23:21:51 -0000 On Mon, 29 Jul 2013, Gabor Kovesdan wrote: > On 2013.07.29. 0:21, Warren Block wrote: >> >>>> Do you mean Java is needed to do the linewrap on XHTML, or that it would >>>> be needed to do line numbers and syntax highlighting? >> >>> For the latter two only. >> >> Excellent! What do you think about adding it after the doc slush ends in a >> week or so? > Good. I think the slush is about content change so that translators can catch > up so I personally I would not object if you wanted to do it earlier. Okay. If the end of line character is an image, that will have to be included in imagelib, with acompanying changes in doc.images.mk. Or maybe there's a better way to do it, and make sure that image is included with every document. From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 04:29:16 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4DFAE87E for ; Mon, 29 Jul 2013 04:29:16 +0000 (UTC) (envelope-from jamesgosnell@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB1A82A28 for ; Mon, 29 Jul 2013 04:29:15 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id b47so289987eek.31 for ; Sun, 28 Jul 2013 21:29:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dmtwWBZOKp1L9J/s/LgoY+n7llRIiJ+8/aKczEgPAKA=; b=FjHL4hNN9hYr4rMkDNghTNMlKVRdnh5lE30kOwJT2q9MIXFIIktQoauRc2QnaYVyJp NrLsORyHE32F+P2XY5xP3NCZWdfqx8zz448rmB5zWRJYZ3TsKnFfu2BNypKJhtZq7iH/ cxUeMcePtqvCtc7yVx0Sm63SLD+44nw4U6THC6Jx5QMOF6uGVc4kL0HTB2AbdAOz5UnW VWgcvUeoX23O++gVMLUvttSriBnNFgddi/7MpfWWwS9IDE16HsfNrSqfnZf5Nb8AUjHP X20zsltjyRD+jxwpvybUfRkpsRjD2nFJNdaodzjZxU2zIg6IqXVbaVNJDoQ26vgdeb12 NYzw== MIME-Version: 1.0 X-Received: by 10.14.176.199 with SMTP id b47mr58006607eem.117.1375072154178; Sun, 28 Jul 2013 21:29:14 -0700 (PDT) Received: by 10.223.84.130 with HTTP; Sun, 28 Jul 2013 21:29:14 -0700 (PDT) Date: Sun, 28 Jul 2013 23:29:14 -0500 Message-ID: Subject: Re: 64 bit assembly language using c standard library From: James Gosnell To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 04:29:16 -0000 I found it useful, but you need to state a "purpose" section at the top to explain what the tutorial is for. -- James Gosnell, ACP From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 11:06:04 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38F5DFAB for ; Mon, 29 Jul 2013 11:06:04 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2394E2D67 for ; Mon, 29 Jul 2013 11:06:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TB64Rg060882 for ; Mon, 29 Jul 2013 11:06:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TB63tq060880 for freebsd-doc@FreeBSD.org; Mon, 29 Jul 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Jul 2013 11:06:03 GMT Message-Id: <201307291106.r6TB63tq060880@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 11:06:04 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/180767 doc [patch] printf.3: fix off-by-one in snprintf descripti o docs/180658 doc [handbook] add detail to pkgng part of the handbook o docs/180493 doc Single-user mode console confusion o docs/180332 doc SSD Kernel Instructions Out of Date: options MFS throw o docs/180331 doc SSD Kernel Instructions Out of Date: options MD_ROOT a o docs/180330 doc SSD Kernel Instructions Out of Date: pseudo-device no o docs/180027 doc Missing man page entries for callout_reset_sbt in time o docs/179988 doc [faq] [patch] ThwackAFAQ - sandbox p docs/179914 doc remove inactive user dougb from mergemaster maintainer o docs/179832 doc manual page of mac_from_text suggests incorrect freein o docs/179697 doc Handbook incomplete WRT Opera flash usage (linproc) o docs/179560 doc [handbook] brazilian portuguese translation to "DTrace o docs/179552 doc [handbook] brazilian portuguese translation to "Instal o docs/179541 doc [handbook] brazilian portuguese translation to "Obtain o docs/179497 doc [patch] service.8 add csh completion example o docs/179246 doc [patch] gnome porting updates o docs/178818 doc gmirror(8) says to use rc.early which is no longer ava o docs/178730 doc move roff papers out of src into doc o docs/178677 doc *** [article.html] Error code 1 Stop in /usr/doc. o docs/178286 doc [PATCH] document the LOCAL_* vars in build(7) o docs/178221 doc Addition to handbook jails chapter: warning about make o www/178190 doc myths web page should be updated o docs/178119 doc [ports] Porter's handbook lacks examples for using Opt o docs/178077 doc [patch] Correct description of -webnfs in exports.5 o docs/177968 doc bpf(4): documentation of BIOCROTZBUF is incomplete o docs/177699 doc Documentation (handbook and manpage) for mac_biba does o docs/177514 doc [handbook] ZFS examples do not cover dataset creation o docs/177457 doc diskinfo(8): diskinfo -v shows inacurate drive size o docs/177431 doc Handbook & Announcements recommend poor dd options for o docs/177429 doc dd(1) man page is unclear about semantics of conv=sync o docs/177215 doc [handbook] [patch] FreeBSD uses SHA512 and no more MD5 o docs/177056 doc typo in link in handbook section 31.4.16 o docs/176806 doc recv(2) man page grammatical fixes o docs/176648 doc restore(8) man page is misleading/confusing o docs/176645 doc The example in netmap.4 is wrong o docs/176583 doc getifaddrs(3) - struct ifa_data not exist o docs/176363 doc Remove mention of 'CVSup' from "Mirroring FreeBSD arti o docs/176355 doc Attribution and correction of quote in fortune o docs/176251 doc FreeBSD Handbook assumes too much pre-knowledge o docs/176127 doc [handbook] add information about all missing mailing l o docs/176125 doc missing summary of freebsd-jail mailing list o docs/176123 doc missing summary of freebsd-sysinstall mailing list o docs/176015 doc [handbook] wrong order in docs for major upgrade o docs/175995 doc Setting MALLOC_PRODUCTION stops buildworld o docs/175983 doc man zfs are missing "hold, release" from "zfs allow" o docs/175712 doc Update 'disk naming' handbook page o docs/175687 doc pthread_setschedparam(3) may fail for undocumented rea o docs/175560 doc ugen(4) man page contains incorrect device node path o docs/175239 doc sem_wait can be interrupted o docs/175123 doc [geom] gpart list/status isn't documented in usage sec o docs/174868 doc mount(2) doesn't do a good job at describing all possi o docs/174792 doc synopsis for nsupdate(1) missing options -L, and -p o docs/174581 doc man page of recvmsg(2) does not mention return value 0 o docs/173710 doc Added section "MTP storage" to handbook o docs/173539 doc [patch] statfs(2) man page missed the error code ENOSY o docs/173321 doc ports(7) man page -- no info on building with debuggin o docs/173013 doc FreeBSD Boot Menu documentation lacks detail o docs/172927 doc ipfw(8): ipfw manual page doesn't show simpliest NAT c o docs/172913 doc [ipsec] [patch] setkey(8) is unclear on anti-replay wi o docs/172869 doc [PATCH] Add in nifty lang icons to index.html (home) o docs/172743 doc IPv6 handbooks lacks info about accepting router adver o docs/172626 doc [PATCH] modify the community/* pages to look more plea o docs/172370 doc [handbook] Handbook should be updated for Blu-Ray driv o docs/172369 doc mkisofs(8)/growisofs(1m) don't specify UDF version o docs/172368 doc mount_udf(8) doesn't specify which versions of UDF are o docs/172367 doc ata(4) man page needs an updated for Blu-Ray o docs/172330 doc [PATCH] Fix some errors introduced to announce.xml by o docs/172144 doc psignal(9) manpage is outdated for FreeBSD-9 systems o docs/172137 doc deprecated information for adduser(8) man pages o docs/171199 doc the GDB man page is outdated o docs/170691 doc Difference between zfs manpages and reality o docs/170223 doc IPv6 configuration section for 9.x is incorrect o docs/170119 doc at behaviour and man at inconsistency o docs/169712 doc [patch] porters-handbook zh_TW.Big5 apache section o docs/169711 doc [patch] porters-handbook zh_CN.GB2312 apache section o docs/169544 doc serial port console documentation changes s docs/169401 doc passify dead links in release links, move www to lists o docs/169377 doc [patch] ipmon(8) man page refers to a different facili o docs/169317 doc zfs umount refers to umount(1M) but should to umount(8 o docs/169158 doc [patch] iasl(8) man page is out of date f docs/168939 doc Port upgrade documentation missing from Application Ja o docs/168930 doc map_mincore(9) not up-to-date o docs/168915 doc size of integers used by test(1) and sh(1) is not docu o docs/168823 doc 404s in fr_FR French web pages o docs/168814 doc [patch] remove `d` negative pointer EINVAL requirement o docs/168803 doc Remove outdated smp info o docs/167429 doc geli(8) needs to mention unencrypted /etc/fstab requir o docs/166553 doc find(1): find -delete documentation is misleading o docs/166358 doc No networking in Jail build via: handbook/jail-tuning o conf/166330 doc [rc] [patch] Thin server configuration revision reques o docs/165551 doc ipfw(8): no info in "ipfw pipe show" about ipv6 o docs/165249 doc Multibyte characters in manpages still not displaying o docs/164803 doc Unclear manual page for mount_unionfs(8) o docs/164620 doc Raid 1 issues o docs/164099 doc gparm(8): man page for gparm set is incorrect and inco o docs/164034 doc acl(9) documentation lacking o docs/163879 doc [handbook] handbook does not say about how to force to o docs/163830 doc device smbios: missing documentation, no manpage o docs/163149 doc [patch] Red Hat Linux/i386 9 HTML format sudo man page o docs/162765 doc [patch] lseek(2) may return successful although no see o docs/162587 doc unclear/incomplete description of per-interface statis o docs/162419 doc [request] please document (new) zfs and zpool cmdline o docs/162404 doc [handbook] IPv6 link-local address compared with IPv4 o docs/161754 doc p4tcc(4), est(4) and qpi(4) are not documented o docs/161496 doc zfs(1): Please document that sysctl vfs.usermount must o docs/160460 doc [handbook] Network setup guide suggestion o docs/160446 doc [handbook] Handbook sound setup seems outdated o docs/160399 doc Man page for re(4) missing jumbo frames info o docs/159307 doc [patch] lpd smm chapter unconditionally installed o docs/158388 doc Incorrect documentation of LOCAL_SCRIPT in release(7) o docs/158387 doc The tree(3) man should mention the RB_FOREACH_SAFE() A o docs/157908 doc [handbook] Description of post-install should include o docs/157698 doc [patch] gpart(8) man page contains old/incorrect size o docs/157316 doc [patch] update devstat(9) man page o docs/157049 doc FreeBSD Handbook: Chapter 14 (Security) Inaccuracy o docs/156920 doc isspecial(3) is not helpful o docs/156815 doc chmod(1): manpage should describe that chmod kicks +t o docs/156689 doc stf(4) output-only documentation gives bad configurati f docs/156187 doc [handbook] [patch] Add bsnmpd to handbook o docs/156081 doc troff falls with troff.core with UTF-8 man with incorr o docs/155982 doc [handbook] reaper of the dead: remove reference to flo o docs/155149 doc [patch] don't encourage using xorg.conf outside of PRE o docs/154838 doc update cvs-tags information on releng_* to reflect sup o docs/153958 doc ksu man-page documented, but not installed a docs/153012 doc [patch] iostat(8) requires an argument to -c option o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/149574 doc [patch] update mi_switch(9) man page o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148984 doc [handbook] Mistake in section 16.15.4 of the handbook o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/147995 doc elf.5 man page has has missing reference o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/145066 doc Update for new uart dev names for serial port. s docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144515 doc [handbook] Expand handbook Table of contents o docs/143472 doc gethostname(3) references undefined value: HOST_NAME_M o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine o docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/126484 doc libc function res-zonscut2 is not documented f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118214 doc close(2) error returns incomplete o docs/116588 doc No IPFW tables or dummynet in Handbook o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112579 doc [request] No ipv6 related pf examples in /usr/share/ex o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/101271 doc serial console documentation implies kernel rebuild re o docs/100196 doc man login.conf does explain not "unlimited" o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/95408 doc install over serial console does not work as documente o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/57298 doc [patch] add using compact flash cards info to handbook s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o kern/51341 doc [ipfw] [patch] ipfw rule 'deny icmp from any to any ic o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/48101 doc [patch] Add documentation on the fixit disk o docs/47594 doc [patch] passwd(5) incorrectly states allowed username o docs/45303 doc Bug in PDF DocBook rendering o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/36724 doc ipnat(5) manpage grammar is incomplete and inconsisten s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 246 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 17:32:53 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8948C569 for ; Mon, 29 Jul 2013 17:32:53 +0000 (UTC) (envelope-from tronici82@yahoo.com) Received: from nm19.bullet.mail.sg3.yahoo.com (nm19.bullet.mail.sg3.yahoo.com [106.10.148.70]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D67A2245E for ; Mon, 29 Jul 2013 17:32:52 +0000 (UTC) Received: from [106.10.166.118] by nm19.bullet.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:32:50 -0000 Received: from [106.10.167.168] by tm7.bullet.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:32:50 -0000 Received: from [127.0.0.1] by smtp141.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:32:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1375119170; bh=b8WsRNdA+XrsPWwkInak52u+dlU0lkNGOZ37FUzSIRs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:MIME-Version:Date:X-Priority:Subject:From:To:Reply-To:Content-Type:Content-Transfer-Encoding:Message-ID; b=J3/rCZeMkI69oV1FACmajqvtcxXixq0Qw+90BM3pW6wRbX2Bx2xv703SYbuLNRWYFYrDRYULAHziqmNMu6Ff3paBOIaZrocQrT8V0uX1XynlURxjzZ0G6nsIonzEI0DANOPogiU5XLsHZ5M2k7IGPZmLJ5K2FXYYIzmqAO/oOkI= X-Yahoo-Newman-Id: 922986.2209.bm@smtp141.mail.sg3.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 52OkhrIVM1livHKuItm.tWcPcoGj0MS5PQG1i6MlRvdbJLq qQ9pC.Q1uCkhfMMwW.cdJ4HUrwI4gi4a5t6HKMv1h5avWq2F5T8.qK5cnc.a uRd8PU4159R5YBzN1dXLou16PkqgViuU7y1dWDcRLGBbNaaRmslAUi_i1pLA epHeelnM5HQM4DFjDqsYWFqzhbF5DQxl33tBXlTDIfRxghF_xoZi592OncEn 3_0ef6acnSON1cTiweWl0ZJt0Z7jvmw5Oc.rEj44SlioK9JD6kZ_xfgvkW4g MnDLjbzCXPS.FCieiByev2MyCvIVBncpxOvcQvaxHAVV2JLhCi33FaAsY1kW oEyyAaIX8ADmmttlNzH9_w9msEVkD7oUQjfxI4UC4mxvOVUiiLaXPegWwxCO fnHeZPlmKaDTkkjqmMfR0sWZRKbgH3Fj3qy5qUznTs7On1qtjECgPViuJeOT 0K1P33LNN9Ba0E91uunIpeulBoxT9kiPmy4NLQI5ApoPOq7yUJEVv86QQz07 3ed6NSwQfTmQ_hJ944rOF18RDzmddLKajXH0Y5zjL3Aqvv_j4XQ-- X-Yahoo-SMTP: UBVQEAiswBAqgBNFQzfajJLDJ6q5qw-- X-Rocket-Received: from Deepak-PC (tronici82@122.177.209.35 with ) by smtp141.mail.sg3.yahoo.com with SMTP; 29 Jul 2013 10:32:50 -0700 PDT MIME-Version: 1.0 Date: Mon, 29 Jul 2013 23:00:04 +0530 X-Priority: 3 (Normal) Subject: Technological Collabration From: "tronic solutions" To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <599B0E9A5F720524449A7144F008117DF7BF5FEC@Deepak-PC> X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tronic solutions List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 17:32:53 -0000 Hi, =0A=0AAfter carefully reviewing your services, we feel utterly confiden= t that we can help just as we=E2=80=99ve helped similar companies improve t= heir profitability: by providing you the same (or better!) quality IT servi= ces at significantly lower cost. I tried calling you but haven=E2=80=99t ma= naged to connect yet. I would wish to discuss together with you for explori= ng this prospects & contributing to your requirements.=0A=0ATronic is an gl= obal IT development & solution provder. Our core areas of portfolio are:=0A= =0AWeb site Designing:=0ACustomized PHP, JAVA, dotnet based web design wit= h unique Web 2.0 applications. Web site creation both eCommerce and Non-Com= merce with Open source Content management system like WordPress, Magento, J= oomla, Drupal,Volusion, Shopify, Prestashop etc..PSD to HTML conversions, W= eb 2.0 standard Theme Design and development, =0A=0AeCommerce Solutions:=0A= Tronic solutions provides you results-driven commerce website to sell your = product & services, with customized design & features for individual, B2B, = B2C, corporate and E-commerce solutions to worldwide clientele.=0A=0AApplic= ation Development=0AEvolving inspiring concepts into innovative i phone, iP= ad, Android OS mobile & tablet Apps. =0A=0AIn Time I'd like to plan a phone= call or Skype/other IM session along with you during a time easy to you ac= tually, and take this ahead. Let me know your thoughts about this and I wil= l be happy to share more info along you about our services in fine detail. = =0A=0AKindly suggest.=0A=0AThanks,=0ADeepak=0ASr. Web-site & SEO advisor.= =0Awww.tronicsolutions.com=0A=0AE mail: deepak@tronicsolutions.com=0ASkype:= deepak.tronicsolutions=0AMobile: +91-981-8988-070=0AUSA line: +1 209-6825-= 841=0A=0ACONFIDENTIALITY NOTICE: =0AThe info sent is supposed limited to th= e person or organization to which it is attended to and could contain priva= te and/or privileged material. Any review, re-transmitting, dissemination o= r other use of, or taking of any actions in reliance upon, this info by per= sons or entities other than the meant receiver. From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 17:33:15 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5654B5B9 for ; Mon, 29 Jul 2013 17:33:15 +0000 (UTC) (envelope-from atronic36@yahoo.com) Received: from nm18-vm3.bullet.mail.sg3.yahoo.com (nm18-vm3.bullet.mail.sg3.yahoo.com [106.10.149.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A04F42467 for ; Mon, 29 Jul 2013 17:33:14 +0000 (UTC) Received: from [106.10.166.126] by nm18.bullet.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:33:07 -0000 Received: from [106.10.167.144] by tm15.bullet.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:33:07 -0000 Received: from [127.0.0.1] by smtp117.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:33:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1375119187; bh=teS3vVhLOSKVom4mutt01leekk9w6gRNh+kwO+NKjyY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:MIME-Version:Date:X-Priority:Subject:From:To:Reply-To:Content-Type:Content-Transfer-Encoding:Message-ID; b=OdFgWqvljz+HjjyOZfZoAlkcimgHywICF3Zdbm8JTbqT1e9zxZirB3JgNZmgipeKlw1rVDBGnj5RUbgBk/jw72k8soB/h+IkgnJY/ZYtJGhSV2VZsQw4dznTOvn8FUkXSVJh+dAgZYo1qBNBoJ8yfSTpeFTCO8ijcVRBQdgE8GY= X-Yahoo-Newman-Id: 297088.40334.bm@smtp117.mail.sg3.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: PVGJv90VM1mEOr9AxD1FHXl7GkihcUCtNpcVeKfTOlA0gs. Rtw9oA6ZiwKB2yWfvVaU4nU4A4foSb91ZZyQv6l9raQV032hi1Q2quKQVffw oV8Ah_4FTseFrxdXe2eGNxambeL9b9IOVV9jzV5glCJfxH8Kdj_7WIWvdtFB gqrn1qXOWOEwr2Pi3VnihIf51nL_u5OFecWlYtfLY2t3FElBYMH2wXAtYzJx N4y2FnxYmu_irec4QDH7fuHXJUkjK.VpwqaIBVgHHItGCdLogb.xcINyXfJi b1rYxu0QKpsoVbf0FMfBC4hjUJK71BtgTO7kUTHmjqOcynM9miZsgC.0zeYe 0J8n.m3wfXuJy.X7uTd5feIPwWecmDkxzpmdojVGR2liywrqkc6o3tY8A6Et ILjwXA9KiT4B3bmewpeJtas5He4gMfeIedlHq2e1iaZjvHspf1XRZS5fEW13 GR1DtSJleUWAMfdwnnlGGBGAK3XHXY.g.9aRCRfTg82HDt_EWCMpTNXEZqcX 1mKmDEzedPveO8caFDGqvZCn7JRwrfBpRAHH4xw8UNAIxBDL2ZA-- X-Yahoo-SMTP: dZte85WswBBcEcTE1PtU7y3pjH4wxg-- X-Rocket-Received: from Deepak-PC (atronic36@122.177.209.35 with ) by smtp117.mail.sg3.yahoo.com with SMTP; 29 Jul 2013 10:33:07 -0700 PDT MIME-Version: 1.0 Date: Mon, 29 Jul 2013 23:00:20 +0530 X-Priority: 3 (Normal) Subject: Technological Collabration From: "tronic solutions" To: doc@FreeBSD.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: <451D4792A0F35F1B6111FCC0CA40B8FDB4908860@Deepak-PC> X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tronic solutions List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 17:33:15 -0000 Hi, =0A=0AAfter carefully reviewing your services, we feel utterly confiden= t that we can help just as we=E2=80=99ve helped similar companies improve t= heir profitability: by providing you the same (or better!) quality IT servi= ces at significantly lower cost. I tried calling you but haven=E2=80=99t ma= naged to connect yet. I would probably wish to have a discussion along for = exploring this prospects & contributing to your requirement.=0A=0ATronic so= lutions is an offshore IT development & solution provder. Our core service = portfolio are:=0A=0AWeb site Designing:=0ACustomized PHP, java, dotnet bas= ed web design with unique Web 2.0 applications. Website creation both eComm= erce and Non-Commerce with Open source Content management systems like Word= Press, Magento, Joomla, Drupal,Volusion, Shopify, Prestashop etc..PSD to HT= ML conversions, Web 2.0 standard Theme Designing, =0A=0AeCommerce Solutions= :=0ATronic provides you results-driven commerce website to sell your produc= t & services, with customized design & features for individual, B2B, B2C, c= orporate and Ecommerce expert services to global customer base.=0A=0AApplic= ation Development=0AEvolving inspiring concepts into innovative i phone, ip= ad, Android OS mobile & tablet Applications. =0A=0AIn Time I'd like to plan= a call or Skype/other IM session with you at any given time easy to you, a= nd take this forward. Let me know your thoughts on this and I will be happy= to discuss more details with you about my services in depth. =0A=0AKindly = advise.=0A=0AThanks,=0ADeepak=0ASr. Web-site & Search engine marketing cons= ultant.=0Awww.tronicsolutions.com=0A=0AE mail: deepak@tronicsolutions.com= =0Askype: tronicsolutions=0ACellular: +91-981-8988-070=0AUS Phone: +1 209-6= 825-841=0A=0ASECRECY NOTICE: =0AThe info transmitted is supposed only reser= ved for the person or organization that it's addressed and may contain conf= idential and/or privileged content. Any review, re-transmission, disseminat= ion or other use of, or taking of any actions in reliance upon, this info b= y individuals or entities other than the intended receiver. From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 17:39:55 2013 Return-Path: Delivered-To: www@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E7088BC for ; Mon, 29 Jul 2013 17:39:55 +0000 (UTC) (envelope-from btronic19@yahoo.com) Received: from nm12-vm8.bullet.mail.sg3.yahoo.com (nm12-vm8.bullet.mail.sg3.yahoo.com [106.10.149.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9BE324C9 for ; Mon, 29 Jul 2013 17:39:54 +0000 (UTC) Received: from [106.10.166.117] by nm12.bullet.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:36:18 -0000 Received: from [106.10.167.137] by tm6.bullet.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:36:18 -0000 Received: from [127.0.0.1] by smtp110.mail.sg3.yahoo.com with NNFMP; 29 Jul 2013 17:36:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1375119378; bh=5qudjOYG/dPi11g4Kg67cPGRuURyipQc0eM8yc/9lOs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:MIME-Version:Date:X-Priority:Subject:From:To:Reply-To:Content-Type:Content-Transfer-Encoding:Message-ID; b=AvFEnkggF1I6HXZV/2RtKyqz1yiuRr3Gv71pTCB2Un8RCD0CDs9dXofkTg3DLk+17GtmpNpFojxRUwv8RIHDfB10Sz0c2G3DBUiNkPGULy2vBvfpz6yn0T2cxlTwrTb8ccRON5oLpn86hffwvSHv6kJ/wy38NrmApTV3Phj+RgY= X-Yahoo-Newman-Id: 766091.2573.bm@smtp110.mail.sg3.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: vwNtlycVM1n0nFAX_j3aI4.3vaHXNFxfXn.tjrtmDKMMwOt bv6YrU3poqoZ6F2KltZWiX_9rUIItPQ22o5AAae9_BcUq3tgVcIHun7uOZxv ZTWlbXf21EuEYJDmhsY_EsnhIKyB8k3hbo5bvDAqEciQgSdDnlj.CPPaOISd PSotiNd_4HrVwh.r3bVw1rWdZazSpbQAZMNO6QhRxwxfqMPa2M5mvmdIokHN v1lMEoZognvXNcz7438.SM4N6SPM0WltpsbDEY.a6C71K161vqxrT2iev_3m 6xfdEKvdWFV_MlYE3wO1Zh7oI_0r9yUOsZOFUAiEsA_Y5ooXGsDHd.7wewk8 ITqth2JJcJnW6dWUUC8.E7PLKpXwMj6._1gZ00lYQszl2WBErVwQV.o1bRxs ZZNLjuFE7OV3jfnIGcogS8cQLZ5xkaczlOzl1mVpNOJa0r25UDPdsWR5mOUB EwG9I5UtiMdVgg1yhBZv7D1id.EJiDk3Lfrgw3qLp6spMvVcWfGb3MUwXPmu q._EiVf2ZDCe2.EBA4fsHiAcKoUrZ3vsmEOtPgRlGX1APWiYnDg-- X-Yahoo-SMTP: 29Mrzh6swBDd8nDNaScYW5WhiupSQg-- X-Rocket-Received: from Deepak-PC (btronic19@122.177.209.35 with ) by smtp110.mail.sg3.yahoo.com with SMTP; 29 Jul 2013 10:36:18 -0700 PDT MIME-Version: 1.0 Date: Mon, 29 Jul 2013 23:03:31 +0530 X-Priority: 3 (Normal) Subject: Technological Collabration From: "tronic solutions" To: www@FreeBSD.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tronic solutions List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 17:39:55 -0000 Hi, =0A=0AAfter carefully reviewing your services, we feel utterly confiden= t that we can help just as we=E2=80=99ve helped similar companies improve t= heir profitability: by providing you the same (or better!) quality IT servi= ces at significantly lower cost. I tried calling you but haven=E2=80=99t ma= naged to connect yet. I would probably like to have a discussion along for = exploring this prospects & contributing to your requirement.=0A=0ATronic so= lutions is an global IT development & solution provder. Our core areas of p= ortfolio are:=0A=0AWeb Designing:=0ATailored PHP, JAVA, dotnet based web d= evelopment with unique Web 2.0 functions. Website construction both e-comme= rce and Non-Commerce with Open source Content management system like WordPr= ess, Magento, Joomla, Drupal,Volusion, Shopify, Prestashop etc..PSD to HTML= conversions, Web 2.0 standard Theme Designing, =0A=0AeCommerce Stores:=0AT= ronic solutions provides you results-driven commerce website to sell your p= roduct & services, with customized design & features for individual, B2B, B= 2C, corporate and Ecommerce expert services to global clientele.=0A=0AMobil= e Apps=0AEvolving inspiring concepts into progressive i phone, iPad, Androi= d OS mobile & tablet Applications. =0A=0AIn Time I'd like to plan a call or= Skype/some other IM session with you at any given time easy to you actuall= y, and take this ahead. Let me know your thoughts on this and I'll be happy= to share more details with you regarding my services in detail. =0A=0APlea= se advise.=0A=0AMany thanks,=0ADeepak Wadhwa=0ASr. Web-site & SEO expert.= =0Awww.tronicsolutions.com=0A=0AEmail: sales@tronicsolutions.biz=0ASkype: t= ronicsolutions=0ACellular: +91-981-8988-070=0AUSA Phone: +1 209-6825-841=0A= =0ASECRECY NOTICE: =0AThe info sent is intended just for the person or enti= ty that it is attended to and may contain private and/or privileged materia= l. Any review, re-transmitting, dissemination or other utilization of, or t= aking of any action in reliance upon, this information by individuals or en= tities other than the intended receiver. From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 19:50:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A20B6859 for ; Mon, 29 Jul 2013 19:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 821DC2BE9 for ; Mon, 29 Jul 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TJo071067199 for ; Mon, 29 Jul 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TJo0Gg067198; Mon, 29 Jul 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 29 Jul 2013 19:50:00 GMT Resent-Message-Id: <201307291950.r6TJo0Gg067198@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremie Le Hen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EAFE701 for ; Mon, 29 Jul 2013 19:45:25 +0000 (UTC) (envelope-from jlh@caravan.chchile.org) Received: from caravan.chchile.org (caravan.chchile.org [178.32.125.136]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A89A2BB3 for ; Mon, 29 Jul 2013 19:45:25 +0000 (UTC) Received: by caravan.chchile.org (Postfix, from userid 1000) id 06E6DB76F0; Mon, 29 Jul 2013 19:45:16 +0000 (UTC) Message-Id: <20130729194517.06E6DB76F0@caravan.chchile.org> Date: Mon, 29 Jul 2013 19:45:16 +0000 (UTC) From: Jeremie Le Hen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: docs/180933: Add back the "Single HTML" link in articles X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jeremie Le Hen List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 19:50:00 -0000 >Number: 180933 >Category: docs >Synopsis: Add back the "Single HTML" link in articles >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jeremie Le Hen >Release: FreeBSD >Organization: FreeBSD >Environment: Really, we don't care for this :). >Description: There used to have a link to the full article in a single HTML page. It disappeared for some reason. Interestingly, this link seems to still be here for books. >How-To-Repeat: http://www.freebsd.org/doc/en/articles/committers-guide/ >Fix: ENOCLUE >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 19:52:09 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C5B2A71; Mon, 29 Jul 2013 19:52:09 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D50902C14; Mon, 29 Jul 2013 19:52:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TJq8uh068861; Mon, 29 Jul 2013 19:52:08 GMT (envelope-from jlh@freefall.freebsd.org) Received: (from jlh@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TJq8rN068860; Mon, 29 Jul 2013 19:52:08 GMT (envelope-from jlh) Date: Mon, 29 Jul 2013 19:52:08 GMT Message-Id: <201307291952.r6TJq8rN068860@freefall.freebsd.org> To: jlh@FreeBSD.org, freebsd-doc@FreeBSD.org, gjb@FreeBSD.org From: jlh@FreeBSD.org Subject: Re: docs/180933: Add back the "Single HTML" link in articles X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 19:52:09 -0000 Synopsis: Add back the "Single HTML" link in articles Responsible-Changed-From-To: freebsd-doc->gjb Responsible-Changed-By: jlh Responsible-Changed-When: Mon Jul 29 19:51:55 UTC 2013 Responsible-Changed-Why: As seen on IRC. http://www.freebsd.org/cgi/query-pr.cgi?pr=180933 From owner-freebsd-doc@FreeBSD.ORG Mon Jul 29 20:46:53 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7121B317 for ; Mon, 29 Jul 2013 20:46:53 +0000 (UTC) (envelope-from marktaylor1328@gmail.com) Received: from mail-ob0-x248.google.com (mail-ob0-x248.google.com [IPv6:2607:f8b0:4003:c01::248]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DF102FDF for ; Mon, 29 Jul 2013 20:46:53 +0000 (UTC) Received: by mail-ob0-f200.google.com with SMTP id wd6so5343126obb.3 for ; Mon, 29 Jul 2013 13:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:message-id:date:subject:from:to:content-type; bh=fO6Pu/QaBPAe0OAAQoI3r6QwUInTsv+gSjT96Xq6Rlc=; b=bh5G+FrTRu5QMzZlQA6eiJ4wS5dHZJzaIJJtm4c5z2P0U1USmB6u3nCooSAxqHC2HF LOFximSmlQv228LsuE7flMyvLCrMYl2xpF2wh+C8YgQ9PBTB0oes31P2/vg4Nq91E4// EWQ8dnXAWw1L/oAMmv1N2cAvcJEbMAOZTSELPDaTZptaQn1YVtTkI6mQUor982WlleIc NZ0L1anvrhOA74YftQvJXwfBVHtt9/LcDmoEGyUMTJ2D8jkU160ZdHeolDL+ggnJEAuq QCvaoVtPe1zgc7dmsmHma3QR6LMhxppu9QR9rdK+JZy+araTe/Bp4dYfc5C/CHTDo4x9 QkAw== MIME-Version: 1.0 X-Received: by 10.50.106.78 with SMTP id gs14mr9327177igb.7.1375130812404; Mon, 29 Jul 2013 13:46:52 -0700 (PDT) Message-ID: <047d7bd74bf097df7904e2ac97ef@google.com> Date: Mon, 29 Jul 2013 20:46:52 +0000 Subject: Web Business Optimization: hk4u.com :MT From: Mark Taylor To: freebsd-questions@FreeBSD.org, freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 20:46:53 -0000 PGZvbnQ+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+DQoNCjwv c3Bhbj48L2ZvbnQ+PHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9InRleHQtYWxpZ246anVzdGlm eSI+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+ PHNwYW4gbGFuZz0iRU4tSU4iPkhpDQpoazR1LmNvbSBUZWFtLDwvc3Bhbj48L3NwYW4+PC9mb250 PjwvcD48cCBjbGFzcz0iTXNvTm9ybWFsIiAgDQpzdHlsZT0idGV4dC1hbGlnbjpqdXN0aWZ5Ij48 Zm9udD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3Bh biAgDQpsYW5nPSJFTi1JTiI+PGJyPjwvc3Bhbj48L3NwYW4+PC9mb250PjwvcD48Zm9udD48c3Bh biAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj4NCg0KPC9zcGFuPjwv Zm9udD48cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0idGV4dC1hbGlnbjpqdXN0aWZ5Ij48Zm9u dD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3BhbiBs YW5nPSJFTi1JTiI+SG9wZQ0KeW91IGFyZSBkb2luZyB3ZWxsLjwvc3Bhbj48L3NwYW4+PC9mb250 PjwvcD48cCBjbGFzcz0iTXNvTm9ybWFsIiAgDQpzdHlsZT0idGV4dC1hbGlnbjpqdXN0aWZ5Ij48 Zm9udD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3Bh biAgDQpsYW5nPSJFTi1JTiI+PGJyPjwvc3Bhbj48L3NwYW4+PC9mb250PjwvcD48Zm9udD48c3Bh biAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj4NCg0KPC9zcGFuPjwv Zm9udD48cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0idGV4dC1hbGlnbjpqdXN0aWZ5Ij48Zm9u dD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3BhbiBs YW5nPSJFTi1JTiI+WW91cg0Kd2Vic2l0ZSBjYW4gZ2l2ZSB5b3UgcHJvZHVjdGl2ZSByZXN1bHQg aW4gYnVzaW5lc3MuIEl0IHNvdW5kcyBncmVhdCEgSW4NCmFkZGl0aW9uLCB5b3Ugd2FudCB5b3Vy IHdlYnNpdGUgdG8gcmVtYWluIGF0IHRoZSB0b3Agb24gdGhlIHNlYXJjaCAgDQplbmdpbmUuPC9z cGFuPjwvc3Bhbj48L2ZvbnQ+PC9wPjxwIGNsYXNzPSJNc29Ob3JtYWwiICANCnN0eWxlPSJ0ZXh0 LWFsaWduOmp1c3RpZnkiPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5h LHNhbnMtc2VyaWYiPjxzcGFuIGxhbmc9IkVOLUlOIj48YnI+DQo8L3NwYW4+PC9zcGFuPjwvZm9u dD48L3A+PGZvbnQ+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+ DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9InRleHQtYWxpZ246 anVzdGlmeSI+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1z ZXJpZiI+PHNwYW4gbGFuZz0iRU4tSU4iPk91cg0KY29tcGFueSBpcyBoZXJlIHRvIGhlbHAgeW91 IG91dCBmb3IgdGhlIHNhbWUuIFdlIDxzcGFuIHN0eWxlPSIiPndvcmsNCmFzIHBlciB0aGUgR29v Z2xlIHdlYm1hc3RlciBndWlkZWxpbmVzIGFuZCB0aGUgbGF0ZXN0IHVwZGF0ZXMgb2YgU0UgIA0K PC9zcGFuPmFsZ29yaXRobSw8c3BhbiBzdHlsZT0iIj4gd2hlcmUgd2UgPC9zcGFuPndpbGwgd29y ayBmb3IgeW91ciB3ZWJzaXRlICANCnN1Y2Nlc3MgYW5kDQpvdmVyY29tZSB0aGUgYmFycmllcnMu PC9zcGFuPjwvc3Bhbj48L2ZvbnQ+PC9wPjxwIGNsYXNzPSJNc29Ob3JtYWwiICANCnN0eWxlPSJ0 ZXh0LWFsaWduOmp1c3RpZnkiPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJk YW5hLHNhbnMtc2VyaWYiPjxzcGFuIGxhbmc9IkVOLUlOIj48YnI+ICANCjwvc3Bhbj48L3NwYW4+ PC9mb250PjwvcD48Zm9udD48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNl cmlmIj4NCg0KPC9zcGFuPjwvZm9udD48cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0idGV4dC1h bGlnbjpqdXN0aWZ5Ij48Zm9udD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxz YW5zLXNlcmlmIj48c3BhbiBsYW5nPSJFTi1JTiI+VW5saWtlDQpvdGhlciBjb21wYW5pZXMgd2Ug cHJvdmlkZSBhIHF1YWxpdHkgYW5kIHRoZW1lIGJhc2VkIGJhY2tsaW5rcyB3aGljaCBpcyBhDQpy ZXN1bHQgb2YgYSBjb21wbGV0ZSBvcmdhbmljIGxpbmsgYnVpbGRpbmcgcHJvY2Vzcy4gVGhpcyBp cyBhIGNvbnRpbnVvdXMgIA0KZWZmb3J0DQp0byBwcm92aWRlIGEgcXVhbGl0eSByZXN1bHRzIHRv IG91ciBjbGllbnRzIGJ5IHByb3ZpZGluZyBFRFUgJmFtcDsgR09WICANCmxpbmtzLiA8YnI+PC9z cGFuPjwvc3Bhbj48L2ZvbnQ+PC9wPjxwIGNsYXNzPSJNc29Ob3JtYWwiICANCnN0eWxlPSJ0ZXh0 LWFsaWduOmp1c3RpZnkiPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5h LHNhbnMtc2VyaWYiPjxzcGFuIGxhbmc9IkVOLUlOIj48YnI+DQo8L3NwYW4+PC9zcGFuPjwvZm9u dD48L3A+PGZvbnQ+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+ DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9InRleHQtYWxpZ246 anVzdGlmeSI+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1z ZXJpZiI+PHNwYW4gbGFuZz0iRU4tSU4iPk91cg0KcGFja2FnZXMgYXJlIGRlc2lnbmVkIGZvciBh IGNvbXBsZXRlIGFkdmFuY2UgU0VPIGV4cGVyaWVuY2Ugd2hpY2ggaW5jbHVkZXMgIA0KU01PLA0K QnJhbmQgbWFuYWdlbWVudCwgUmVwdXRhdGlvbiBtYW5hZ2VtZW50LCBTRU8uIEluIG9yZGVyIHRv IGJlYXQgeW91ciAgDQpjb21wZXRpdG9yDQppbiB0b2RheXMgY29tcGV0aXRpdmUgT25saW5lIG1h cmtldCB3ZSBpbXBsZW1lbnQgaGlnaGVuZCBTRU8gdGVjaG5pcXVlcyAgDQp3aGljaA0KaW5jbHVk ZXMgQXJ0aWNsZXMsIEJsb2dzLCBFRFUmYW1wOyBHT1YgbGlua3MsIFJldmlldyBwb3N0aW5nIGV0 Yy4gdG8gZGVsaXZlcg0KeW91IHRyZW1lbmRvdXMgcmVzdWx0LiA8L3NwYW4+PC9zcGFuPjwvZm9u dD48L3A+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJp ZiI+DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgc3R5bGU9Im1hcmdpbi1ib3R0b206MTJwdDtiYWNrZ3Jv dW5kOm5vbmUgcmVwZWF0IHNjcm9sbCAwJSAgDQowJSB3aGl0ZSI+PGZvbnQ+PHNwYW4gc3R5bGU9 ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+PHNwYW4gc3R5bGU9IiIgIA0KbGFuZz0i RU4tSU4iPkZvbGxvd2luZyBhcmUgc29tZSBvZiB0aGUgbWFqb3IgZmFjdG9ycyB3aGljaCBuZWVk IHRvIGJlICANCm92ZXJjb21lDQpmb3IgeW91ciB3ZWJzaXRlIGluIG9yZGVyIHRvIGluY3JlYXNl IHlvdXIgd2Vic2l0ZSB2YWx1ZSAmYW1wOyAgDQpQcm9kdWN0aXZpdHkuPC9zcGFuPjwvc3Bhbj48 L2ZvbnQ+PC9wPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5hLHNhbnMt c2VyaWYiPg0KDQo8L3NwYW4+PC9mb250PjxwIHN0eWxlPSJtYXJnaW46NXB0IDBpbiAxMnB0IDAu NWluO2JhY2tncm91bmQ6bm9uZSByZXBlYXQgIA0Kc2Nyb2xsIDAlIDAlIHdoaXRlIj48Zm9udD48 c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3BhbiBzdHls ZT0iIiAgDQpsYW5nPSJFTi1JTiI+PHNwYW4+MS48c3BhbiAgDQpzdHlsZT0iZm9udC1zdHlsZTpu b3JtYWw7Zm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7bGluZS1oZWlnaHQ6 bm9ybWFsO2ZvbnQtc2l6ZS1hZGp1c3Q6bm9uZTtmb250LXN0cmV0Y2g6bm9ybWFsIj6goKCgoKAN Cjwvc3Bhbj48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSIiIGxhbmc9IkVOLUlOIj5Zb3VyIHdl YnNpdGUgY2FycmllcyBhDQpsb3Qgb2YgdGVjaG5pY2FsIGVycm9ycyB3aGljaCBpcyBwcmV2ZW50 aW5nIHNlYXJjaCBlbmdpbmUgdG8gY3Jhd2wgYW5kIGluZGV4DQp0aGUgcGFnZXMgcHJvcGVybHku PC9zcGFuPjwvc3Bhbj48L2ZvbnQ+PC9wPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWls eTp2ZXJkYW5hLHNhbnMtc2VyaWYiPg0KDQo8L3NwYW4+PC9mb250PjxwIHN0eWxlPSJtYXJnaW46 NXB0IDBpbiAxMnB0IDAuNWluO2JhY2tncm91bmQ6bm9uZSByZXBlYXQgIA0Kc2Nyb2xsIDAlIDAl IHdoaXRlIj48Zm9udD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNl cmlmIj48c3BhbiBzdHlsZT0iIiAgDQpsYW5nPSJFTi1JTiI+PHNwYW4+Mi48c3BhbiAgDQpzdHls ZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3Jt YWw7bGluZS1oZWlnaHQ6bm9ybWFsO2ZvbnQtc2l6ZS1hZGp1c3Q6bm9uZTtmb250LXN0cmV0Y2g6 bm9ybWFsIj6goKCgoKANCjwvc3Bhbj48L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSIiIGxhbmc9 IkVOLUlOIj5Qcm9wZXIga2V5d29yZA0Kc2VsZWN0aW9uIGFuZCBvcHRpbWl6YXRpb24gbmVlZHMg dG8gYmUgZG9uZSBvbiB5b3VyIHdlYnNpdGUuICANCjwvc3Bhbj48L3NwYW4+PC9mb250PjwvcD48 Zm9udD48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj4NCg0KPC9z cGFuPjwvZm9udD48cCBzdHlsZT0ibWFyZ2luOjVwdCAwaW4gMTJwdCAwLjVpbjtiYWNrZ3JvdW5k Om5vbmUgcmVwZWF0ICANCnNjcm9sbCAwJSAwJSB3aGl0ZSI+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9 ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+PHNwYW4gc3R5bGU9IiIgIA0KbGFuZz0i RU4tSU4iPjxzcGFuPjMuPHNwYW4gIA0Kc3R5bGU9ImZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFy aWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2xpbmUtaGVpZ2h0Om5vcm1hbDtmb250LXNp emUtYWRqdXN0Om5vbmU7Zm9udC1zdHJldGNoOm5vcm1hbCI+oKCgoKCgDQo8L3NwYW4+PC9zcGFu Pjwvc3Bhbj48c3BhbiBzdHlsZT0iIiBsYW5nPSJFTi1JTiI+WW91ciB3ZWJzaXRlIGlzIG5vdA0K d2VsbCBmdXJuaXNoZWQgd2l0aCBlbm91Z2ggcXVhbGl0eSBhbmQgdGhlbWUgYmFzZWQgYmFjayAg DQpsaW5rcy48L3NwYW4+PC9zcGFuPjwvZm9udD48L3A+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZv bnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgc3R5bGU9 Im1hcmdpbjo1cHQgMGluIDEycHQgIA0KMC41aW47dGV4dC1hbGlnbjpqdXN0aWZ5O2JhY2tncm91 bmQ6bm9uZSByZXBlYXQgc2Nyb2xsIDAlIDAlICANCndoaXRlIj48Zm9udD48c3BhbiBzdHlsZT0i Zm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3BhbiAgDQpsYW5nPSJFTi1JTiI+PHNw YW4+NC48c3BhbiAgDQpzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC12YXJpYW50Om5vcm1h bDtmb250LXdlaWdodDpub3JtYWw7bGluZS1oZWlnaHQ6bm9ybWFsO2ZvbnQtc2l6ZS1hZGp1c3Q6 bm9uZTtmb250LXN0cmV0Y2g6bm9ybWFsIj6goKCgoKANCjwvc3Bhbj48L3NwYW4+PC9zcGFuPjxz cGFuIHN0eWxlPSIiIGxhbmc9IkVOLUlOIj5Zb3VyIHdlYnNpdGUgc2hvdWxkIGJlDQptb3JlIGlu Y2xpbmVkIHRvd2FyZHMgU29jaWFsIG1lZGlhIHByb21vdGlvbiBhbmQgYSByZWd1bGFyIHVwZGF0 ZXMgaW4gbWFqb3INCnNvY2lhbCBuZXR3b3JrcyB0byBpbXByb3ZlIGJyYW5kIGFuZCByZXB1dGF0 aW9uLjwvc3Bhbj48c3BhbiAgDQpsYW5nPSJFTi1JTiI+PC9zcGFuPjwvc3Bhbj48L2ZvbnQ+PC9w Pjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5hLHNhbnMtc2VyaWYiPg0K DQo8L3NwYW4+PC9mb250PjxwIHN0eWxlPSJtYXJnaW46NXB0IDBpbiAxMnB0ICANCjAuNWluO3Rl eHQtYWxpZ246anVzdGlmeTtiYWNrZ3JvdW5kOm5vbmUgcmVwZWF0IHNjcm9sbCAwJSAwJSAgDQp3 aGl0ZSI+PGZvbnQ+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+ PHNwYW4gIA0KbGFuZz0iRU4tSU4iPjxzcGFuPjUuPHNwYW4gIA0Kc3R5bGU9ImZvbnQtc3R5bGU6 bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2xpbmUtaGVpZ2h0 Om5vcm1hbDtmb250LXNpemUtYWRqdXN0Om5vbmU7Zm9udC1zdHJldGNoOm5vcm1hbCI+oKCgoKCg DQo8L3NwYW4+PC9zcGFuPjwvc3Bhbj48c3BhbiBzdHlsZT0iIiBsYW5nPSJFTi1JTiI+TWlzc2lu ZyBxdWFsaXR5IHdlYg0KYW5kIHByb21vdGlvbmFsIGNvbnRlbnRzIChBcnRpY2xlLCBCbG9ncyBl dGMuKSB3aGljaCBpcyBwcmV2ZW50aW5nIHlvdXIgIA0Kd2Vic2l0ZQ0KdG8gZ2FpbiBtb3JlIGF1 dGhvcml0eSBhbmQgcmFuayB3ZWxsIGluIFdlYiBNYXJrZXQuPC9zcGFuPjxzcGFuICANCmxhbmc9 IkVOLUlOIj48L3NwYW4+PC9zcGFuPjwvZm9udD48L3A+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZv bnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgY2xhc3M9 Ik1zb05vcm1hbCIgc3R5bGU9InRleHQtYWxpZ246anVzdGlmeSI+PGZvbnQ+PHNwYW4gIA0Kc3R5 bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+PHNwYW4gbGFuZz0iRU4tSU4iPk91 cg0KR29vZ2xlIEFuYWx5dGljcyBjZXJ0aWZpZWQgdGVhbSAoMjIwKyBTRU8gcHJvZmVzc2lvbmFs cykgdGFrZXMgdGhlDQpyZXNwb25zaWJpbGl0eSB0byBpbmNyZWFzZSB5b3VyIHdlYiB0cmFmZmlj LiA8c3BhbiBzdHlsZT0iIj5BY3Rpb25zDQpzcGVhayBsb3VkZXIgdGhhbiB3b3JkcyBhbmQgd2Ug aGF2ZSBwcm92ZW4gb3VyIGNyZWRpYmlsaXR5LiBXZSBoYXZlIHRyYWNrDQpyZWNvcmRzIHRvIGRl bGl2ZXIgYSB0cmVtZW5kb3VzIHN1Y2Nlc3MgdG8gbWFueSBvZiBvdXIgY2xpZW50cyB0aHJvdWdo b3V0ICANCnRoZQ0KR2xvYmUgYmVjYXVzZSB0aGV5IGNvbnNpc3RlbnRseSBzdGFuZCBvbiB0aGUg dG9wIG9mIHRoZSAgDQpjb21wZXRpdGlvbi48L3NwYW4+PC9zcGFuPjwvc3Bhbj48L2ZvbnQ+PC9w PjxwIGNsYXNzPSJNc29Ob3JtYWwiICANCnN0eWxlPSJ0ZXh0LWFsaWduOmp1c3RpZnkiPjxmb250 PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5hLHNhbnMtc2VyaWYiPjxzcGFuIGxh bmc9IkVOLUlOIj48c3BhbiAgDQpzdHlsZT0iIj48YnI+DQo8L3NwYW4+PC9zcGFuPjwvc3Bhbj48 L2ZvbnQ+PC9wPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5hLHNhbnMt c2VyaWYiPg0KDQo8L3NwYW4+PC9mb250PjxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxlPSJ0ZXh0 LWFsaWduOmp1c3RpZnkiPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2ZXJkYW5h LHNhbnMtc2VyaWYiPjxiPjxpPjxzcGFuICANCmxhbmc9IkVOLUlOIj5QUzo8L3NwYW4+PC9pPjwv Yj48c3BhbiBsYW5nPSJFTi1JTiI+PHNwYW4+oCA8L3NwYW4+U2VuZGluZyAgDQplbWFpbHMgZnJv bSBHbWFpbCBhY2NvdW50IGlzIG5vdCB0aGUNCmV4YWN0IGFwcHJvYWNoLiBIb3dldmVyLCBvbmNl IHlvdSByZXBseSwgb3VyIE1hcmtldGluZyBUZWFtIHdpbGwgY29tbXVuaWNhdGUNCmZyb20gb3Vy IGNvcnBvcmF0ZSBJZC4gPHNwYW4gc3R5bGU9IiI+VGhpcyBlbWFpbCBqdXN0IHRlbGxzIHlvdSB0 aGUNCmZyYWN0aW9uIG9mIHRoaW5ncyB3ZSBkbywgaG93ZXZlciBvdXIgd29yayBwcm9jZXNzIGlu dm9sdmVzIG1hbnkgb3RoZXINCnRlY2huaWNhbCBmYWN0b3JzIHdoaWNoIGNhbiBiZSBzZW50IHRv IHlvdSBvbiB5b3VyIHJlcXVlc3QuIDwvc3Bhbj5Zb3UgY2FuICANCm1haWwNCm9yIGNhbGwgdXMg aW4gYmVsb3ctbWVudGlvbmVkIG51bWJlciB0byBnZXQgbW9yZSAgDQpkZXRhaWxzLjwvc3Bhbj48 L3NwYW4+PC9mb250PjwvcD48Zm9udD48c3BhbiAgDQpzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFu YSxzYW5zLXNlcmlmIj4NCg0KPC9zcGFuPjwvZm9udD48cCBzdHlsZT0ibWFyZ2luLWJvdHRvbTox MnB0O2JhY2tncm91bmQ6bm9uZSByZXBlYXQgc2Nyb2xsIDAlICANCjAlIHdoaXRlIj48Zm9udD48 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlmIj48c3BhbiBzdHlsZT0i IiAgDQpsYW5nPSJFTi1JTiI+TGV0IG1lIGtub3cgeW91ciB0aG91Z2h0cyBhbmQgbG9va2luZyBm b3J3YXJkIHRvIHdvcmsgIA0KdG9nZXRoZXIuPC9zcGFuPjwvc3Bhbj48L2ZvbnQ+PC9wPg0KPGZv bnQ+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+DQoNCjwvc3Bh bj48L2ZvbnQ+PHAgc3R5bGU9ImJhY2tncm91bmQ6bm9uZSByZXBlYXQgc2Nyb2xsIDAlIDAlICAN CndoaXRlIj48Zm9udD48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6dmVyZGFuYSxzYW5zLXNlcmlm Ij48c3BhbiBzdHlsZT0iIiAgDQpsYW5nPSJFTi1JTiI+QmVzdCBSZWdhcmRzLKA8YnI+DQpNYXNo YSBMb2Nrd29vZCB8U0VPIENvbnN1bHRhbnQ8YnI+DQpQSC4gTm86oDYzMS0yOTItNDA5MDxicj4N CkFVUzogKzYxLTM5MDEzLTYwOTA8YnI+DQpTa3lwZTqgc2VvLm9ubGluZWJ1c2luZXNzPGJyPg0K LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tPFdCUj4tLS0tLS0tLS0tLS0tLS0tLS0tPC9z cGFuPjwvc3Bhbj48L2ZvbnQ+PC9wPjxmb250PjxzcGFuICANCnN0eWxlPSJmb250LWZhbWlseTp2 ZXJkYW5hLHNhbnMtc2VyaWYiPg0KDQo8L3NwYW4+PC9mb250PjxwIHN0eWxlPSJiYWNrZ3JvdW5k Om5vbmUgcmVwZWF0IHNjcm9sbCAwJSAwJSAgDQp3aGl0ZSI+PGZvbnQ+PHNwYW4gc3R5bGU9ImZv bnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+PGI+PHNwYW4gc3R5bGU9IiIgIA0KbGFuZz0i RU4tSU4iPk5vdGU6oDwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9IiIgbGFuZz0iRU4tSU4iPjxicj4N Cg0KMTogVGhpcyBlbWFpbCBpcyBzdGFuZHMgZm9yIG9uZXRpbWUgYW5kIHlvdSBtYXkgYXNrIHVz IHRvIJNSRU1PVkWUIHlvdSBmcm9tICANCm91cg0KbGlzdC48YnI+DQoyOqAgSWYgeW91IGFyZSBp bnRlcmVzdGVkIHRoZW4gSSB3aWxsIHNlbmQgeW91IG1vcmUgZGV0YWlscyBvbiBvdXINCpNjb3Jw b3JhdGUgaWRlbnRpdHmULCCTd2h5IHlvdSBzaG91bGQgY2hvb3NlIHVzP5QsIJNQcmljZSBsaXN0 lCwgk21vbmV5ICANCmJhY2uUDQpldGMuIGluIG15IG5leHQgbWFpbC48L3NwYW4+PC9zcGFuPjwv Zm9udD48L3A+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1z ZXJpZiI+DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9InRleHQt YWxpZ246anVzdGlmeSI+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEs c2Fucy1zZXJpZiI+PHNwYW4gIA0KbGFuZz0iRU4tSU4iPqA8L3NwYW4+PC9zcGFuPjwvZm9udD48 L3A+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+ DQoNCjwvc3Bhbj48L2ZvbnQ+PHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9InRleHQtYWxpZ246 anVzdGlmeSI+PGZvbnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1z ZXJpZiI+PHNwYW4gIA0KbGFuZz0iRU4tSU4iPqA8L3NwYW4+PC9zcGFuPjwvZm9udD48L3A+PGZv bnQ+PHNwYW4gIA0Kc3R5bGU9ImZvbnQtZmFtaWx5OnZlcmRhbmEsc2Fucy1zZXJpZiI+DQoNCjwv c3Bhbj48L2ZvbnQ+DQo= From owner-freebsd-doc@FreeBSD.ORG Tue Jul 30 20:40:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB1D12C9 for ; Tue, 30 Jul 2013 20:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A887629F5 for ; Tue, 30 Jul 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6UKe0we077276 for ; Tue, 30 Jul 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6UKe0f3077275; Tue, 30 Jul 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 30 Jul 2013 20:40:00 GMT Resent-Message-Id: <201307302040.r6UKe0f3077275@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ken Reed Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 09D4CE7F for ; Tue, 30 Jul 2013 20:35:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EAF4A29B3 for ; Tue, 30 Jul 2013 20:35:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6UKZVl3059645 for ; Tue, 30 Jul 2013 20:35:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6UKZVnj059642; Tue, 30 Jul 2013 20:35:31 GMT (envelope-from nobody) Message-Id: <201307302035.r6UKZVnj059642@oldred.freebsd.org> Date: Tue, 30 Jul 2013 20:35:31 GMT From: Ken Reed To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/180955: Update to Network-NFS Documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 20:40:00 -0000 >Number: 180955 >Category: docs >Synopsis: Update to Network-NFS Documentation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 30 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ken Reed >Release: 9.1-Release-p5 >Organization: >Environment: FreeBSD chaos 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:14:23 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updating NFS doc to use services instead of specific binaries. Also offered a couple of minor points of clarification in the text. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: en_US.ISO8859-1/books/handbook/network-servers/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/network-servers/chapter.xml (revision 42478) +++ en_US.ISO8859-1/books/handbook/network-servers/chapter.xml (working copy) @@ -267,7 +267,7 @@ - + <filename>inetd.conf</filename> Configuration of inetd is @@ -819,20 +819,15 @@ Please refer to for more information about using rc scripts. - Alternatively, a reboot will make FreeBSD set everything - up properly. A reboot is not necessary though. - Executing the following commands as root - should start everything up. + NFS services can now be started by running the following + command, on the NFS server, as + root: - On the NFS server: + &prompt.root; service nfsd start - &prompt.root; rpcbind -&prompt.root; nfsd -u -t -n 4 -&prompt.root; mountd -r - On the NFS client: - &prompt.root; nfsiod -n 4 + &prompt.root; service nfsclient restart Now everything should be ready to actually mount a remote file system. In these examples the server's name will be @@ -1609,7 +1604,7 @@ good reason, never propagate passwords for root and other administrative accounts to all the servers in the NIS domain. Therefore, - before the the NIS maps are initialized, configure the + before the NIS maps are initialized, configure the primary password files: &prompt.root; cp /etc/master.passwd /var/yp/master.passwd @@ -1649,7 +1644,7 @@ Questions will all be asked at the beginning of the procedure. Do you want this procedure to quit on non-fatal errors? [y/n: n] n Ok, please remember to go back and redo manually whatever fails. -If you don't, something might not work. +If not, something might not work. At this point, we have to construct a list of this domains YP servers. rod.darktech.org is already known as master server. Please continue to add any slave servers, one per line. When you are @@ -1711,7 +1706,7 @@ Do you want this procedure to quit on non-fatal errors? [y/n: n] n Ok, please remember to go back and redo manually whatever fails. -If you don't, something might not work. +If not, something might not work. There will be no further questions. The remainder of the procedure should take a few minutes, to copy the databases from ellington. Transferring netgroup... @@ -1756,7 +1751,7 @@ ypxfr: Exiting: Map successfully transferred coltrane has been setup as an YP slave server without any errors. -Don't forget to update map ypservers on ellington. +Remember to update map ypservers on ellington. There should be a directory called /var/yp/test-domain. Copies of the >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Wed Jul 31 08:22:21 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25D11E6A for ; Wed, 31 Jul 2013 08:22:21 +0000 (UTC) (envelope-from stronic229@yahoo.com) Received: from nm35-vm6.bullet.mail.sg3.yahoo.com (nm35-vm6.bullet.mail.sg3.yahoo.com [106.10.151.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4FE7520FC for ; Wed, 31 Jul 2013 08:22:19 +0000 (UTC) Received: from [106.10.166.61] by nm35.bullet.mail.sg3.yahoo.com with NNFMP; 31 Jul 2013 08:19:08 -0000 Received: from [106.10.167.132] by tm18.bullet.mail.sg3.yahoo.com with NNFMP; 31 Jul 2013 08:19:08 -0000 Received: from [127.0.0.1] by smtp105.mail.sg3.yahoo.com with NNFMP; 31 Jul 2013 08:19:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1375258748; bh=fumKaPHjjsBXl4POZMXrZZudNcus58zzP3cSrWFwknw=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:MIME-Version:Date:X-Priority:Subject:From:To:Reply-To:Content-Type:Content-Transfer-Encoding:Message-ID; b=FVsICZ0TE/aR/eeXSMh/f4vFPV/Bywt/vWsTJcgQSmT/ldtq/TRu3iXXdcF22T5biSh0LuEagvdCTfNdT6p9PwxLYUP2J81f4GeT3zQREZjzUqSVzt3GxXvAFgQYbonaDybSrA+0JGPNdGMFRQnCzrTO1/NH3g0NS/mgiLyKLBY= X-Yahoo-Newman-Id: 477636.24853.bm@smtp105.mail.sg3.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: YXhh.SwVM1lnrwHhxIry1U0Scfz3Y4fO.y.8cB3L4Gzx23a N.syRmGkHGwtYG3B3vyWn1UC6LqzYxEjk8IYTBsY2arUFtyOXC3tGYzT3aG9 D.xPCmo0E8lzx5NL4drTQFjxH12iGwsH8C824n311BMf7OxMxCuFYd_mte0Z 68bO39ABSJlhXj9VBXyLxD5Vzg9Dh8oe28LAgzNKkJTaEPjwKv3K1YXHcD5v MmfnIvucR.UISihiHLfDPwoLNztMp3WALxDz.hFvWItKzKgGVt8rMq7Hx.mQ nAl4QwPQt4VVNpQ.LM4n7a3Ji0bLKC0lI9_DZknve.qGiFs0OxZfRukucG_f ENwUstZnvS4EQBKRvEJcYUYTdzlaFrTSBBjjZPuk3lEOyGk11j2wJY6.WlIx Sh_v5_e5wKuTjb8.y2aE2Gfryi.c83XneeRCvH7YPcQpWfAkRB67xYU2mNNw CMo_CKCVd1LtbYpbm7oNKMyFu._I1SuWE3P_eP4NVPtVB3wksGTu.DAD88mF CjgzkUQklluehgJ7p3G99T7jfCn2TuvcuKv8iyeo5Ug8NiH4YtOQ- X-Yahoo-SMTP: lxauCQGswBAgDh40ogF2JxjR7ewBA0I- X-Rocket-Received: from Deepak-PC (stronic229@122.177.149.40 with ) by smtp105.mail.sg3.yahoo.com with SMTP; 31 Jul 2013 01:19:08 -0700 PDT MIME-Version: 1.0 Date: Wed, 31 Jul 2013 13:46:17 +0530 X-Priority: 3 (Normal) Subject: Technological Collabration From: "tronic solutions" To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: tronic solutions List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 08:22:21 -0000 Hi, =0A=0AAfter carefully reviewing your services, we feel utterly confiden= t that we can help just as we=E2=80=99ve helped similar companies improve t= heir profitability: by providing you the same (or better!) quality IT servi= ces at significantly lower cost. I tried calling you but haven=E2=80=99t ma= naged to connect yet. I would wish to have a discussion together with you f= or exploring this opportunity & contributing to your needs.=0A=0ATronic is = an global IT development & solution provder. Our core areas of portfolio ar= e:=0A=0AWeb Designing:=0ATailored PHP, java, dotnet based web development = with unique Web 2.0 apps. Web site creation both commerce and Non-Commerce = with Open source Cms like WordPress, Magento, Joomla, Drupal,Volusion, Shop= ify, Prestashop etc..PSD to HTML conversions, Web 2.0 standard Theme Creati= on, =0A=0AE-commerce Stores:=0ATronic solutions provides you results-driven= commerce website to sell your product & services, with customized design &= features for individual, B2B, B2C, corporate and E-commerce solutions to w= orldwide customers.=0A=0AMobile Apps=0AEvolving inspiring concepts into inn= ovative i phone, ipad, Android OS mobile & tablet Apps. =0A=0AIn Time I'd r= eally like to plan a call or Skype/other IM chat with you at any given time= convenient to you, and take this forward. Let me know your views on this a= nd I'll be happy to discuss more info with you regarding our expert service= s in details. =0A=0APlease suggest.=0A=0AThanks,=0ADeepak.W=0ASr. Website &= SEO marketing consultant.=0Awww.tronicsolutions.com=0A=0AMail: deepak@tron= icsolutions.com=0ASkype: tronicsolutions=0APhone: +91-981-8988-070=0AUSA Ph= one: +1 209-6825-841=0A=0APRIVACY NOTICE: =0AThe info sent is intended only= reserved for the person or organization that it's addressed and could cont= ain confidential and/or privileged content. Any review, re-transmitting, di= ssemination or other usage of, or taking of any actions in reliance upon, t= his info by persons or entities other than the meant receiver. From owner-freebsd-doc@FreeBSD.ORG Wed Jul 31 11:18:35 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 680E16DB for ; Wed, 31 Jul 2013 11:18:35 +0000 (UTC) (envelope-from stephanstueber@gmail.com) Received: from mail-ee0-x243.google.com (mail-ee0-x243.google.com [IPv6:2a00:1450:4013:c00::243]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEB232BDB for ; Wed, 31 Jul 2013 11:18:34 +0000 (UTC) Received: by mail-ee0-f67.google.com with SMTP id c1so143871eek.10 for ; Wed, 31 Jul 2013 04:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version:x-mailer; bh=zJfyB8sKrBLCvfuMy6arqj4OKczM+/WHEFcgjeaynbY=; b=Ct9E1rRzuQRT/wWkKRLBqvb3fQ48vzlRZDC8vX00MWsCias420j/TmGDojxB8I55Se NrTJ9IY1odoysqcWsSlXsV1GthW6wcykuASk3ntsS7yXN7mCdsaISr+3rcr2V1xX8gBU /vIWKolRlAxSzByyhtjwG3bjWncGzH4umUSLUbyhkltlNxCpwuzEqlD1Sgb26ExaS4PM n0CD8AKNcw+qG5shR6t+pog2vQUpLGapSbSd5e28osdKvQnklSfUpXBTUqyAk7zH799p kBnDjgGxeDYlsR2GApFBTp0d75Nnzop74wUjGaWl1i24tyGlJx0QwTysPUE+i3qC0eMn pdCA== X-Received: by 10.15.51.202 with SMTP id n50mr67771387eew.39.1375269512522; Wed, 31 Jul 2013 04:18:32 -0700 (PDT) Received: from kais-imac.fritz.box (p54A074C4.dip0.t-ipconnect.de. [84.160.116.196]) by mx.google.com with ESMTPSA id n42sm1806030eeh.15.2013.07.31.04.18.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 04:18:32 -0700 (PDT) From: Stephan Stueber Subject: Broken Link on http://freebsd.server-king.de/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html Message-Id: Date: Wed, 31 Jul 2013 13:18:30 +0200 To: freebsd-doc@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 11:18:35 -0000 Hello, I have bumped into your site while seeking for software and found your = website very interesting :) Just a quick note, http://www.dvdrw.com is no longer active, and you are = linking to it from page = -http://freebsd.server-king.de/doc/en_US.ISO8859-1/books/handbook/creating= -dvds.html=20 I was wondering if you don't mind updating the link to the updated = website http://de.downloadastro.com/ - A great download site with the = biggest catalog of software available and more than 300K software and = games, including professional reviews and user ratings. We are now in a process of updating the links in websites all around the = world and I will appreciate your cooperation.=20 I am sure your users will find it useful. Best wishes, Stephan S.= From owner-freebsd-doc@FreeBSD.ORG Wed Jul 31 12:08:05 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A6EEAA8B for ; Wed, 31 Jul 2013 12:08:05 +0000 (UTC) (envelope-from adetola_n@yahoo.com) Received: from nm12-vm0.bullet.mail.ird.yahoo.com (nm12-vm0.bullet.mail.ird.yahoo.com [77.238.189.196]) by mx1.freebsd.org (Postfix) with SMTP id 044B82E41 for ; Wed, 31 Jul 2013 12:08:04 +0000 (UTC) Received: from [77.238.189.48] by nm12.bullet.mail.ird.yahoo.com with NNFMP; 31 Jul 2013 12:07:58 -0000 Received: from [46.228.39.66] by tm1.bullet.mail.ird.yahoo.com with NNFMP; 31 Jul 2013 12:07:58 -0000 Received: from [127.0.0.1] by smtp103.mail.ir2.yahoo.com with NNFMP; 31 Jul 2013 12:07:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1375272478; bh=zM0kLAI2CIh+hr5ATuEtBoXKZKFgwauHEtnhJDj/SJA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:X-rim-org-msg-ref-id:Message-ID:Reply-To:X-Priority:Sensitivity:Importance:To:From:Date:Content-Type:MIME-Version; b=nSAYp0zYSf1DEk2PYqPhIZRuln1MusoywHDPOfl4+kBfgKXsNdJ6ikC3byOrBRtcLsvdPKACzelF8VcD4OBO2Dmo/1uSkIhHhWKsB2McQBpcFQr2jNpJ95nKnBvRQuQ6ocr/TRb8GLb8h1JswMGxCe3mZCTQNMzau+az43T2rhw= X-Yahoo-Newman-Id: 154147.64972.bm@smtp103.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: k3G5I90VM1lmmdxn0FQQtzbHG_VMDuqDqvHiFLroO7DNYpV sAqWFI1XpPKfaNjW4c2qJhlw6RMuZbiZ49EAF18elloKIfMrYzZ4b6RufXp7 LOb0TFg5X7W_m3FeCrIFOHQrevWUWa5eLhpeCgIh21iPgDZ3T8N4Iu9hWrz9 Eg4fhvukgh0pePpWPh__sUq.H1_sj7Bq_sIwpEHHdT.RopiHq5bMe6BVHZ4V AtVG0cms3G9zdHwb.4cqc8pE_umxs1t50td_g8Cr1GljOry9Rn23_N7tYlW2 nW0W0ysUw0uiHSNdVEPGiWNGXqnc6eUO_fbneRkeZs8YazWh5D_Ktxo9BnIo dWJbWqpihlL7EzLTsS1PcUqeQHYuyP3RV8uiN3O9EECbqZP47G1gYvwjMCuG oHgtGd_e9wmBzjPI9NPgNPSbM1HHiKpcwLTQbj0ux98TrQgaMRVzRxft18WA Z1XyOHdPxNHavPodpqNH4VAmH X-Yahoo-SMTP: Wd7gE5yswBBjhYtPA.ugwQg6cczZLA-- X-Rocket-Received: from b11.c15.bise7.blackberry (adetola_n@178.239.86.136 with ) by smtp103.mail.ir2.yahoo.com with SMTP; 31 Jul 2013 12:07:58 +0000 UTC X-rim-org-msg-ref-id: 229800796 Message-ID: <229800796-1375272476-cardhu_decombobulator_blackberry.rim.net-1625861775-@b5.c15.bise7.blackberry> X-Priority: Normal Sensitivity: Normal Importance: Normal To: freebsd-doc@freebsd.org From: adetola_n@yahoo.com Date: Wed, 31 Jul 2013 12:07:58 +0000 Content-Type: text/plain MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: adetola_n@yahoo.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 12:08:05 -0000 Sent from my BlackBerry wireless device from MTN From owner-freebsd-doc@FreeBSD.ORG Wed Jul 31 13:40:03 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 376371CF for ; Wed, 31 Jul 2013 13:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F230622A1 for ; Wed, 31 Jul 2013 13:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6VDe23U093414 for ; Wed, 31 Jul 2013 13:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6VDe2eY093413; Wed, 31 Jul 2013 13:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 31 Jul 2013 13:40:02 GMT Resent-Message-Id: <201307311340.r6VDe2eY093413@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carlos Jacobo Puga Medina Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7728811F for ; Wed, 31 Jul 2013 13:34:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A9BC2258 for ; Wed, 31 Jul 2013 13:34:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6VDYYAr048928 for ; Wed, 31 Jul 2013 13:34:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6VDYY2X048920; Wed, 31 Jul 2013 13:34:34 GMT (envelope-from nobody) Message-Id: <201307311334.r6VDYY2X048920@oldred.freebsd.org> Date: Wed, 31 Jul 2013 13:34:34 GMT From: Carlos Jacobo Puga Medina To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/180970: [request] No manpage for ps_strings X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 13:40:03 -0000 >Number: 180970 >Category: docs >Synopsis: [request] No manpage for ps_strings >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 13:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Carlos Jacobo Puga Medina >Release: 9.1-RELEASE >Organization: >Environment: >Description: Currently there is not a section 5 manpage for the ps_strings structure. The ps_strings(5) from BSDi's man pages could be used as base. Reference: http://forums.freebsd.org/showthread.php?t=40913. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Thu Aug 1 09:03:47 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 96F08691 for ; Thu, 1 Aug 2013 09:03:47 +0000 (UTC) (envelope-from ivan010203@ukr.net) Received: from mx.ethnopost.com (mx.ethnopost.com [91.224.74.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1742382 for ; Thu, 1 Aug 2013 09:03:46 +0000 (UTC) Received: from mx.ethnopost.com (mx.ethnopost.com [91.224.74.7]) by mx.ethnopost.com (Postfix) with ESMTP id 2B4BE7C6932 for ; Thu, 1 Aug 2013 11:05:12 +0300 (FET) To: doc@freebsd.org Subject: =?UTF-8?B?0JrQvdC40LPQsCDRgdGC0L7QuNC80L7RgdGC0YzRjiAyOTkg0YDRg9CxLiDQotC+0LvRjNC60L4g0YHQtdCz0L7QtNC90Y8g0JHQldCh0J/Qm9CQ0KLQndCeISDQoSDQv9GA0LDQstCw0LzQuCDQv9C10YDQtdC/0YDQvtC00LDQttC4Lg==?= Message-ID: Date: Thu, 01 Aug 2013 11:03:09 +0300 From: "=?UTF-8?B?0JjQstCw0L0g0J3QsNCz0L7RgNC90YvQuSA=?=" MIME-Version: 1.0 X-Mailer-LID: 1022 X-Mailer-RecptId: 5659528 X-Mailer-SID: 2937 X-Mailer-Sent-By: 553 Content-Type: text/plain; format=flowed; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: ivan010203@ukr.net List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 09:03:47 -0000 Доброго времени суток, Дорогой Друг! Только сегодня специально для Вас Шикарный Подарок: Книга «Как Раскрутить Свой Блог» сейчас в Бесплатном Доступе. http://my.ethnopost.com/link.php?M=5659528&N=2937&L=1444&F=T Более 40 страниц книги, расскажут Вам, о самых лучших секретах, которые мучаю всех интернет предпринимателей. Также в данной книге, переведены ответы на следующие вопросы: Полная раскрутка блога, внешняя и внутренняя оптимизация. Конвертируем посетителя в подписчика. Секреты посещаемости на блоге. Все о рекламе. Социальные сети. Механизмы для продвижения на блоге. И многое, многое другое! Забудьте о проблемах, в продвижении! Узнайте Больше! А еще дополнительный сюрприз! http://my.ethnopost.com/link.php?M=5659528&N=2937&L=1444&F=T From owner-freebsd-doc@FreeBSD.ORG Thu Aug 1 11:07:44 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3D3E7359 for ; Thu, 1 Aug 2013 11:07:44 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ve0-x22e.google.com (mail-ve0-x22e.google.com [IPv6:2607:f8b0:400c:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F05B62AAA for ; Thu, 1 Aug 2013 11:07:43 +0000 (UTC) Received: by mail-ve0-f174.google.com with SMTP id d10so2106987vea.33 for ; Thu, 01 Aug 2013 04:07:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/4RY6dcQZnYRdahkbqBqfPPeHFX/GPGybgFLLWRtbRo=; b=RmSppZpKiU0GDFsAYJKSYaVvB8mKya80z5TC/Mkp7RXCkjuL3PY5BMNXawpBynVPI9 o0GXjGxEPI7xQo+dZswMEhoMnAY7l3vytBf6ZB3+pNEMhl4IpnV/BDxeXe/MNTUDWD82 WIUiUyASCDTnMov8HocwrGiyZBoH29iAQGnw9F3Ew+FZshfmND4d35QAnOgqbasF6gvB uGqQBVPskar6fC+KMjdaVyW797QRW6vpFZ51RKWtI8sArwWZ15uF9b+Aa4pbtdFbGOYn lRGV+9vhgXC+R5uhfpKYB0XErHH0G6l+4WqKnHqY3N+JNj8mfMyW90JkD/eU1mRZD/Zb 33nw== MIME-Version: 1.0 X-Received: by 10.220.237.130 with SMTP id ko2mr260260vcb.88.1375355262929; Thu, 01 Aug 2013 04:07:42 -0700 (PDT) Received: by 10.52.23.7 with HTTP; Thu, 1 Aug 2013 04:07:42 -0700 (PDT) Date: Thu, 1 Aug 2013 14:07:42 +0300 Message-ID: Subject: KyivBSD'13 conference From: Alexander Yerenkow To: doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 11:07:44 -0000 Hello there! Can someone add info about upcoming conference to site and schedule? en.kyivbsd.org.ua KyivBSD'13 21 September 2013 Kyiv, Ukraine We'll be glad to invite all to fifth conference placed in Kyiv! Kyiv is both historical landmark and urbanistic city, with many peoples interested in open source in general, which makes it good choice for local and foreigner to attend. Any foreigner who want to visit conference or just city - feel free to contact me personally, I'll do my best to help you enjoy your stay. As I am no native english speaker, you can rephrase/fix message as you see it. Thanks! -- Regards, Alexander Yerenkow From owner-freebsd-doc@FreeBSD.ORG Thu Aug 1 15:04:11 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 20167A59; Thu, 1 Aug 2013 15:04:11 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8B3228BA; Thu, 1 Aug 2013 15:04:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r71F4A8a008798; Thu, 1 Aug 2013 15:04:10 GMT (envelope-from brd@freefall.freebsd.org) Received: (from brd@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r71F4A0p008797; Thu, 1 Aug 2013 15:04:10 GMT (envelope-from brd) Date: Thu, 1 Aug 2013 15:04:10 GMT Message-Id: <201308011504.r71F4A0p008797@freefall.freebsd.org> To: brd@FreeBSD.org, freebsd-doc@FreeBSD.org, brd@FreeBSD.org From: brd@FreeBSD.org Subject: Re: docs/180955: Update to Network-NFS Documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 15:04:11 -0000 Synopsis: Update to Network-NFS Documentation Responsible-Changed-From-To: freebsd-doc->brd Responsible-Changed-By: brd Responsible-Changed-When: Thu Aug 1 15:03:58 UTC 2013 Responsible-Changed-Why: Grab http://www.freebsd.org/cgi/query-pr.cgi?pr=180955 From owner-freebsd-doc@FreeBSD.ORG Thu Aug 1 17:34:59 2013 Return-Path: Delivered-To: www@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9C497C9 for ; Thu, 1 Aug 2013 17:34:59 +0000 (UTC) (envelope-from avyd@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0A0120B3 for ; Thu, 1 Aug 2013 17:34:58 +0000 (UTC) Received: from fruiteater.riseup.net (fruiteater-pn.riseup.net [10.0.1.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id B15C34CDEB for ; Thu, 1 Aug 2013 10:34:52 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: avyd@fruiteater.riseup.net) with ESMTPSA id 2AE83986 Message-ID: <51FA9C39.3020401@riseup.net> Date: Thu, 01 Aug 2013 19:34:49 +0200 From: Avyd User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: www@FreeBSD.org Subject: Developer's contact X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.8 at mx1 X-Virus-Status: Clean X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 17:34:59 -0000 Dear FreeBSD, I would like to contact the developers with some questions about the process of code addition and reviewing. Please provide me a contact address or someone who can answer my questions. Best regards, Avyd From owner-freebsd-doc@FreeBSD.ORG Thu Aug 1 20:42:57 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6EB4CB86 for ; Thu, 1 Aug 2013 20:42:57 +0000 (UTC) (envelope-from taras@synfin.me) Received: from relay2.ukrhub.net (relay2.ukrhub.net [212.90.160.9]) by mx1.freebsd.org (Postfix) with ESMTP id 25AC029AC for ; Thu, 1 Aug 2013 20:42:56 +0000 (UTC) Received: from bee.synfin.me (unnum-78-27-183-136.domashka.kiev.ua [78.27.183.136]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "bee.synfin.me", Issuer "synfin.me" (verified OK)) by relay2.ukrhub.net (Postfix) with ESMTPS id 248061EE819; Thu, 1 Aug 2013 23:42:49 +0300 (EEST) Received: by bee.synfin.me (Postfix, from userid 1000) id F218B8A051; Thu, 1 Aug 2013 23:42:48 +0300 (EEST) Date: Thu, 1 Aug 2013 23:42:48 +0300 From: Taras Korenko To: Alexander Yerenkow Subject: Re: KyivBSD'13 conference Message-ID: <20130801204248.GA3965@bee.synfin.me> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Taras Korenko List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 20:42:57 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 01, 2013 at 02:07:42PM +0300, Alexander Yerenkow wrote: > Hello there! > Can someone add info about upcoming conference to site and schedule? > ... Done. --=20 WBR, Taras Korenko --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iEYEARECAAYFAlH6yEgACgkQ2DhU04rMxovfZwCgjH3LSf8FIQw/uUFx9ID5kTdP Q2EAn1KNL7jlAwyK2Z8cuVXZivOv+Ab5 =rlZs -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-doc@FreeBSD.ORG Fri Aug 2 08:38:03 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1CF0A632 for ; Fri, 2 Aug 2013 08:38:03 +0000 (UTC) (envelope-from leaf-sapporo@www2865.sakura.ne.jp) Received: from www2865.sakura.ne.jp (www2865.sakura.ne.jp [IPv6:2403:3a00:201:1c:49:212:198:75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C04B92B49 for ; Fri, 2 Aug 2013 08:38:02 +0000 (UTC) Received: from www2865.sakura.ne.jp (localhost [127.0.0.1]) by www2865.sakura.ne.jp (8.14.4/8.14.4) with ESMTP id r728c1QL034050 for ; Fri, 2 Aug 2013 17:38:01 +0900 (JST) (envelope-from leaf-sapporo@www2865.sakura.ne.jp) Received: (from leaf-sapporo@localhost) by www2865.sakura.ne.jp (8.14.4/8.14.4/Submit) id r728c1HY034049; Fri, 2 Aug 2013 17:38:01 +0900 (JST) (envelope-from leaf-sapporo) Date: Fri, 2 Aug 2013 17:38:01 +0900 (JST) To: freebsd-doc@freebsd.org Subject: =?utf-8?B?0J/RgNC10LTQu9C+0LbQtdC90LjQtSDQv9C+INGD0LLQtdC70LjRh9C10L3QuNGOINC/0L7RgdC10YnQsNC10LzQvtGB0YLQuCDRgdCw0LnRgtCw?= From: =?utf-8?B?0JLRj9GH0LXRgdC70LDQsg==?= Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 08:38:03 -0000 Здравствуйте! Хотел бы предложить для Вашего сайта целевых пользователей. Источником являются почтовые рассылки. Наши преимущества: - Возможность таргетинга по любому городу РФ; - Просмотр статистики в личном кабинете; - Цена перехода гораздо ниже Яндекс.Директа; - Размер объявления до 200 символов. Обращайтесь по любым вопросам по телефону: (4 9 5) 7Ч 0 ~6 6= 65 From owner-freebsd-doc@FreeBSD.ORG Fri Aug 2 11:33:52 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ED00AFA8 for ; Fri, 2 Aug 2013 11:33:51 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A439222AA for ; Fri, 2 Aug 2013 11:33:51 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 0DDBD14D250E for ; Fri, 2 Aug 2013 13:33:43 +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 kvjwhkeN_9GH for ; Fri, 2 Aug 2013 13:33:42 +0200 (CEST) Received: from [192.168.1.13] (unknown [85.52.92.158]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 9C5F614D2436 for ; Fri, 2 Aug 2013 13:33:41 +0200 (CEST) Message-ID: <51FB990F.6030505@FreeBSD.org> Date: Fri, 02 Aug 2013 13:33:35 +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: doc@freebsd.org Subject: [CALL FOR REVIEW] Upgrading to DocBook 5.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 11:33:52 -0000 Hi, during the last weeks, I've been working on upgrading our documentation set to DocBook 5.0 and a higher-quality PDF generation toolchain, sponsored by the FreeBSD Foundation. With FF, we have discussed that high quality print output was especially important because of the upcoming print edition of the FreeBSD Handbook. The best tool available for this was Apache FOP, which is Java-based. Java is only required for high quality print output but not for validation of documents and XHTML generation. Since some committers are concerned about depending on Java, I've also added support for dblatex, but it is more limited. The deliverables of the overall work are: 1, A DocBook 5.0 tree of the documentation. The basic set is available in projects/db5 but still the converter has to be run on a fresh checkout. The converter can be obtained from user/gabor/db5 and it has a README, which explains how it works. The converted sources are not checked in because in this way merges are easier and adjustments of conversion parameters is still possible until we merge this to head. 2, A FOP-based rendering toolchain. This gives high quality output and after some last touches it will be print quality. I18N support is really good, all languages can be rendered in high quality, even CJK languages. A full PDF build can be found here: http://kovesdan.org/files/fop/ 3, A dblatex-based rendering toolchain. This toolchain is more limited. Its customization is more difficult and non-Latin text is not wrapped properly. Also, it fails with programlistings in tables so it cannot build the whole documentation set. This is a limitation that is explicitly listed in the dblatex documentation. This is a Java-free solution but it does not give us full support and such a high quality as FOP. Some sample documents can be found here: http://kovesdan.org/files/dblatex/ To get the sources, you can checkout the db5 branch and the converter from user/gabor/db5 and run it in the top-level directory of the doc sources. Or you can grab my snapshot: http://kovesdan.org/files/doc-db5.tgz To use this tree, you need for all output types: textproc/docbook-500 textproc/docbook-xsl-ns For PDF build in general: chinese/arphicttf japanese/ipa x11-fonts/gentium-plus x11-fonts/droid-fonts-ttf x11-fonts/lohit To test FOP build, you additionally need to install: textproc/fop To test dblatex build, you need: print/texlive-full textproc/dblatex To build PDF files with dblatex, run make FORMATS=pdf all. To do it with FOP: make FORMATS=pdf RENDERENGINE=fop all. Please let me know about your comments. I plan to merge this changeset when I'm back from vacation, after Aug 12. Gabor From owner-freebsd-doc@FreeBSD.ORG Fri Aug 2 13:56:35 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0B7B253; Fri, 2 Aug 2013 13:56:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36E622814; Fri, 2 Aug 2013 13:56:34 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r72DuXYB098070; Fri, 2 Aug 2013 07:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r72DuXJ5098067; Fri, 2 Aug 2013 07:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 2 Aug 2013 07:56:33 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: [CALL FOR REVIEW] Upgrading to DocBook 5.0 In-Reply-To: <51FB990F.6030505@FreeBSD.org> Message-ID: References: <51FB990F.6030505@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 02 Aug 2013 07:56:33 -0600 (MDT) Cc: doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 13:56:36 -0000 On Fri, 2 Aug 2013, Gabor Kovesdan wrote: > 3, A dblatex-based rendering toolchain. This toolchain is more limited. Its > customization is more difficult and non-Latin text is not wrapped properly. > Also, it fails with programlistings in tables so it cannot build the whole > documentation set. This is a limitation that is explicitly listed in the > dblatex documentation. This is a Java-free solution but it does not give us > full support and such a high quality as FOP. > Some sample documents can be found here: > http://kovesdan.org/files/dblatex/ This looks pretty good. There is a problem in that paragraphs are indented inconsistently. See the Committer's Guide, "3.1 Introduction" for an example. The first paragraph is not indented, following ones are indented. Thanks for your work on this! From owner-freebsd-doc@FreeBSD.ORG Fri Aug 2 15:49:19 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4839D510 for ; Fri, 2 Aug 2013 15:49:19 +0000 (UTC) (envelope-from info@jxtpcb.com) Received: from hk7.cn4e.com (hk7.cn4e.com [58.64.128.118]) by mx1.freebsd.org (Postfix) with ESMTP id 13AA52D5E for ; Fri, 2 Aug 2013 15:49:16 +0000 (UTC) Received: from smail55.cn4e.com (unknown [118.244.197.55]) by hk7.cn4e.com (Postfix) with ESMTP id BBC11123803C for ; Fri, 2 Aug 2013 23:28:56 +0800 (CST) X-Bordeaux-Score: 0 X-Spam-Flag: NO Received: from mail.smail55.cn4e.com([127.0.0.1]) by smail55.cn4e.com(3.9.0.2b) with ESMTP id 603C00010004.27.1375457312.999487; Fri, 02 Aug 2013 23:28:32 +0800 (CST) X-BQId: 603C00010004.27.1375457312.999487.1 X-Bordeaux-Type: MAILACCESS X-35BMId: 603C00010004.27.1375457312.999487.1 X-Bordeaux-LOG: SA: TSMF, 1-0-0-0,1-0-0-0,1-0-0-0 eJxjZYAAxQu/A5FpZ38/P1fnEAVDI3M9AyA0ZBgFIwncIUJNcW5iZo6pqV5ynkmqXnJ+roJrsG9 IgIJTflFKamJphYOxqYaxniUw8RgladLcwaNgFIwCugM2KI1ef7h6+PgrgMoHPfRSYsCcOgroCH 4RocY/m+bOGAWjYBQMYsADpdHrD19HTx8FtyB/XyubzLy0fIesipKC5CRQ/WE3YG4dBfQDo/XHK BgFo4AQ4IXS6PVHkHNAiEKIv5VNWlFqalJxim5KfrIDlK2XX5Q+WosMbwCqP4KcrVwjQnCr8fdW SK0oSS3KS8wBd1WT8ivo5r5RMApGwcADABbQTno= X-Bordeaux-Detail: eJxzsrIKjgwOcfW1snK2svKzsjI0AAIgZW5lpZFXmpOjCQCY5wjW X-Bordeaux-Action-libantispam.so: Virus-Flag: False Action: Relay[NEXT,10000,0:0:0] X-Bordeaux-Action-libspamsa.so: X-Bordeaux-Action-libclamav.so: X-Bordeaux-Action-libsmtpext.so: X-Bordeaux-Action-libpwdrate.so: Date: Fri, 2 Aug 2013 23:28:00 +0800 (CST) From: Jxtpcb To: freebsd-doc Message-ID: <875335854.82745.1375457312998.JavaMail.vmail@mail.smail55.cn4e.com> Subject: Re: pcb production from china MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_78876_84816788.1375433126947" X-SaveSent: TRUE X-RecallFlag: 51fb71a60cf281827477638a X-Mailsessionid: 51fb71a60cf281827477638a X-Priority: 3 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 15:49:19 -0000 ------=_Part_78876_84816788.1375433126947 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 DQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0N DQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ1EZWFyIEN1c3RvbWVyICAKDQ0NDQ0NDQ0NDQ1UaGlzIGlzIEp1 biBmcm9tIEp4dHBjYiwgT3VyIGNvbXBhbnkgaXMgb25lIFByaW50ZWQgY2lyY3VpdCBib2FyZHMg dmFsdWUtYWRkZWQgc2VydmljZXMgcHJvdmlkZXIgaW4gQ2hpbmEuICAKDQoxLiBRdWljayB0dXJu IHBjYiwgUHJvdG90eXBlIHBjYiAgICAoIDEyLSA3MiBIb3VycyAgIEZhc3QgRGVsaXZlcnkgICAg ICkKICAKDTIuIFJpZ2lkIHBjYiwgRmxleGlibGUgcGNiKEZwYyksIFJpZ2lkLWZsZXggcGNiLCAg ICAgICAgICBMRUQgcGNiLCBNZXRhbCBiYXNlIC8gY29yZSBwY2IsIE1pY3Jvd2F2ZSAvIGhpZ2gg ZnJlcXVlbmN5IHBjYiBldGMuLi4KICAKDTMuIEhpZ2ggcXVhbGl0eSBwcm9kdWN0cywgQ29tcGV0 aXRpdmUgcHJpY2UsIFByb2Zlc3Npb25hbCBzZXJ2aWNlcywgRmFzdCBkZWxpdmVyeQogIAoNNC4g Tm8gTU9RICAgICAKDVdlIHdpbGwgdmVyeSBwbGVhc2VkIHRvIHN1cHBseSB5b3UgYW55IGluZm9y bWF0aW9uIGFib3V0IG91ciBwcm9kdWN0cywga2luZGx5IGZlZWwgZnJlZSB0byBjb250YWN0IG1l LiBUaGFuayB5b3UhICAKDS0tLSAgCg1CZXN0ICByZWdhcmRzICAgCgpKdW4gTGVlIAoKVGVsOiA4 Ni03NTUtMjk3NjA5MTcgZXh0LiA2MDUgICAKRmF4OiA4Ni03NTUtMjMyODM3NDQKTXNuOiBqeHRj aGluYXNhbGVzMUBob3RtYWlsLmNvbSAgClNreXBlOiBqeHRzYWxlczEgICAKRW1haWw6IHNhbGVz MDFAanh0cGNiLmNvbQpXZWI6IHd3dy5qeHRwY2IuY29tICAKICBQICAgICBwbGVhc2UgY29uc2lk ZXIgdGhlIGVudmlyb25tZW50IGJlZm9yZSBwcmludGluZyAgICAKCgoKICAKCgoKCgoKCgoKCgoK CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoK CgoKCgoKCgoKCgoKCgo= ------=_Part_78876_84816788.1375433126947-- From owner-freebsd-doc@FreeBSD.ORG Fri Aug 2 18:56:14 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B2E2F349 for ; Fri, 2 Aug 2013 18:56:14 +0000 (UTC) (envelope-from ddwood@highdensity.org) Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8956D25D3 for ; Fri, 2 Aug 2013 18:56:14 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id v10so969457pde.24 for ; Fri, 02 Aug 2013 11:56:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:x-gm-message-state; bh=OJMq+MvXm4BgTIrY+f6HQHDF0YJXWYr5etE8uVZdDOk=; b=LB7pkY6eO8wase4yiplzQotpm+iVnLyEOT4w7M5FrQS+HdoEaEu6s3H14zmjmrgY63 9p2mJ85UVh4ZZApq2u3ClxpXXZK+I90bWk5A7ZwM3AHMIpGPMsDPnvLyWz5ipywSln8Y YVJExu9Er0cV0OBUZULJWU4YU4C39pnCrM0QM33EFQmh9EERP34Wm+LT1L8atUdp8cKY w+K6wbCp9oqciRY6PrZesPbq38S3oreqVwcysWB33Pxcymcm06ni3s8RGlN14rdyCN4s vWb28p87qAdoCjZUOPlHD/MKYuGcgRpRDyXqRthhMtMoLQ1WwoEmrQSpipeHnbOuCmKd US3Q== X-Received: by 10.68.233.134 with SMTP id tw6mr9492796pbc.9.1375469766947; Fri, 02 Aug 2013 11:56:06 -0700 (PDT) Received: from yavin.local (ip72-201-96-33.ph.ph.cox.net. [72.201.96.33]) by mx.google.com with ESMTPSA id e7sm10220810pbc.11.2013.08.02.11.56.05 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 02 Aug 2013 11:56:06 -0700 (PDT) Date: Fri, 2 Aug 2013 11:55:50 -0700 From: Derek Wood To: freebsd-doc@freebsd.org, gabor@freebsd.org Subject: Re: [CALL FOR REVIEW] Upgrading to DocBook 5.0 Message-ID: <20130802185523.GA15477@yavin.local> Mail-Followup-To: freebsd-doc@freebsd.org, gabor@freebsd.org References: <51FB990F.6030505@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51FB990F.6030505@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQmiq87YN4y6MavRRg/fIxX06An/gBFQJ3ivrVuod8ZYeG1qrzYjj4xV7rCLvs2M+2JfEHBm X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 18:56:14 -0000 The FOP output looks real nice. A few things though: 1. It appears that the links to svn revisions do not work. The FAQ book has an example of this in the question "Does ZFS support TRIM for Solid State Drives" (pg. 51). 2. Author attributions (chapter 3 heading in the handbook, pg. 13) unnecessarily take up an extra line for the email address. 3. Text within "literal" tags are truncated to line endings via hyphenation. FAQ book question 4.4.1 has probably the worst type of example for this, where "allscreens_flags=" is transformed into "allscreen-s_flags=". It is worth noting that if you actually copy and paste the text, some pdf readers will intelligently remove the hyphen (foxit does, evince does not). 4. Boxes produced via "example" tags can get split between pages (see pg. 64, 65 in FAQ). I think "warning" and "note" boxes are not affected: pg 44/45 in FAQ have a "warning" box and and empty space on the previous page. 5. Justification is producing an unnecessary amount of hyphenation. A good example of the number of hyphenations used is on page 35, where 4 out of 7 line breaks require hyphenating the word at the break; and an example of the bad type of hyphenations is on 1.1 (page 1) of the FAQ where "enhancements" is broken into "en-hancements". I am not really sure how it is possible to tweak this (This is entirely subjective, but I believe I'd prefer a requirement of 4 or more characters preceeding the hyphen), but from a small case study (fedora's installation guide [1] and debian's new maintainers' guide [2]), they have a greater amount of text per line (debian: 116, fedora: 106, freebsd: 84), which I assume gives more leeway for the formatter to reduce hyphenation. [1] http://docs.fedoraproject.org/en-US/Fedora/18/pdf/Installation_Guide/Fedora-18-Installation_Guide-en-US.pdf [2] http://www.debian.org/doc/manuals/maint-guide/maint-guide.en.pdf From owner-freebsd-doc@FreeBSD.ORG Sat Aug 3 08:39:00 2013 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 755C4E3A; Sat, 3 Aug 2013 08:39:00 +0000 (UTC) (envelope-from marc@blackend.org) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by mx1.freebsd.org (Postfix) with ESMTP id D5E252BE4; Sat, 3 Aug 2013 08:38:56 +0000 (UTC) Received: from emphyrio.blackend.org (unknown [88.179.1.53]) by smtp6-g21.free.fr (Postfix) with ESMTP id 0326082344; Sat, 3 Aug 2013 10:38:49 +0200 (CEST) Received: from emphyrio.blackend.org (localhost [127.0.0.1]) by emphyrio.blackend.org (8.14.5/8.14.4) with ESMTP id r738cmug002645; Sat, 3 Aug 2013 10:38:48 +0200 (CEST) (envelope-from marc@emphyrio.blackend.org) Received: (from marc@localhost) by emphyrio.blackend.org (8.14.5/8.14.4/Submit) id r738cmGB002644; Sat, 3 Aug 2013 10:38:48 +0200 (CEST) (envelope-from marc) Date: Sat, 3 Aug 2013 10:38:48 +0200 From: Marc Fonvieille To: freebsd-doc@FreeBSD.org Subject: Re: HEADS UP: doc/ slush begins for 9.2-RELEASE Message-ID: <20130803083848.GA1492@emphyrio.blackend.org> References: <20130725111356.GA1587@emphyrio.blackend.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <20130725111356.GA1587@emphyrio.blackend.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 8.3-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: doceng@FreeBSD.org, re@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 08:39:00 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 25, 2013 at 01:13:56PM +0200, Marc Fonvieille wrote: > Hello, >=20 > As announced, the doc tree is now in a slush. Please postpone all > non-essential changes until after the doc tree is tagged (currently > scheduled for 2 August, 2013). >=20 > Please note that the slush does not apply to /htdocs documents. >=20 > While this is not a real freeze, if you need to commit a relatively > large change to fix or improve our documentation for 9.2-RELEASE, > please put a note for translators onto your commit log. >=20 The doc tree has been tagged, i.e., doc/release/9.2.0 branch created. If you noticed a problem or have a change which must be included in the release, please let me know. You can consider the doc tree is open for commits now, but any sweeping changes should be postponed until after the release day. Thank you for your cooperation and keep up the good work! --=20 Marc on behalf of doceng@ --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iD8DBQFR/MGXzQ9RwE+OdOgRAh72AJ0bbjk+Xb6TQfDyM5rEmNOm7CF3FACbB6KL w5sInTFj/Kuo9jxxUWLGJTA= =xANW -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF--