From owner-freebsd-www@FreeBSD.ORG Sun Jul 3 22:30:20 2005 Return-Path: X-Original-To: freebsd-www@hub.freebsd.org Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A4216A41C for ; Sun, 3 Jul 2005 22:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD7643D45 for ; Sun, 3 Jul 2005 22:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j63MUK32011446 for ; Sun, 3 Jul 2005 22:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j63MUKEE011444; Sun, 3 Jul 2005 22:30:20 GMT (envelope-from gnats) Date: Sun, 3 Jul 2005 22:30:20 GMT Message-Id: <200507032230.j63MUKEE011444@freefall.freebsd.org> To: freebsd-www@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: www/82935: Update and fix english in FreeBSD on Laptops article X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 22:30:20 -0000 The following reply was made to PR www/82935; it has been noted by GNATS. From: Giorgos Keramidas To: Daniel Gerzo Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: www/82935: Update and fix english in FreeBSD on Laptops article Date: Mon, 4 Jul 2005 01:30:02 +0300 On 2005-07-03 19:09, Daniel Gerzo wrote: > --- article.sgml.diff begins here --- > --- article.sgml.orig Sun Jul 3 16:59:50 2005 > +++ article.sgml Sun Jul 3 18:58:39 2005 > @@ -45,8 +45,11 @@ > The &os; > Laptop Compatibility List. > > - For communications with other &os; laptop users, check out > - the &a.mobile.name; list. > + If you want to communicate with other &os; laptop users, > + checkout the &a.mobile.name; list. You can also get additional > + information about using Laptops on &os; at > + > + http://tuxmobil.org/mobile_bsd.html. Nice diff. I only have a minor comment. When the content of a element is just the URL itself, it's probably better to leave the content of the element empty -- the stylesheets will take care of duplicating the URL in the generated link, i.e.: This doesn't duplicate the URL, making it double the effort to switch to a different URL and twice as error-prone (i.e. update one but forget the other). If this looks ok to the rest of the -www people, I can commit it with this minor change to the diff :-) - Giorgos