From siebrand@nitro.dk Mon Dec 19 18:22:54 2005
Return-Path:
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
by hub.freebsd.org (Postfix) with ESMTP id 00D7016A430
for ; Mon, 19 Dec 2005 18:22:53 +0000 (GMT)
(envelope-from siebrand@nitro.dk)
Received: from nfishbone.nitro.dk (fishbone.nitro.dk [83.95.46.74])
by mx1.FreeBSD.org (Postfix) with ESMTP id 6289F43D83
for ; Mon, 19 Dec 2005 18:22:49 +0000 (GMT)
(envelope-from siebrand@nitro.dk)
Received: by nfishbone.nitro.dk (Postfix, from userid 1026)
id A25C461C2F; Mon, 19 Dec 2005 19:22:44 +0100 (CET)
Message-Id: <20051219182244.A25C461C2F@nfishbone.nitro.dk>
Date: Mon, 19 Dec 2005 19:22:44 +0100 (CET)
From: Siebrand Mazeland
Reply-To: Siebrand Mazeland
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Fix/remove links on /docs/books.html
X-Send-Pr-Version: 3.113
X-GNATS-Notify:
>Number: 90658
>Category: www
>Synopsis: [PATCH] Fix/remove links on /docs/books.html
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-www
>State: closed
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 19 18:30:02 GMT 2005
>Closed-Date: Tue Dec 27 22:40:37 GMT 2005
>Last-Modified: Tue Dec 27 22:40:37 GMT 2005
>Originator: Siebrand Mazeland
>Release: FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD nfishbone.nitro.dk 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #8: Sun Oct 23 12:51:06 CEST 2005 simon@nfishbone.nitro.dk:/usr/obj/usr/src/sys/FISHBONE i386
>Description:
Broken links on http://www.freebsd.org/docs/books.html:
- Computer Bits / http://www.computerbits.com / No DNS record
- FreeBSD Installation Details for Newbies / http://www.freebsd.org/docs/doc/en_US.ISO8859-1/books/handbook/install.html / incorrect link, should be http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html
- Dynamic Kernel Linker (KLD) Facility Programming Tutorial / http://www.daemonnews.org/200010/blueprints.html / 404
- How to Write Kernel Drivers with Newbus / http://www.daemonnews.org/200007/newbus-intro.html / 404
- FreeBSD Assembly Language Programming Tutorial / http://www.freebsd.org/docs/doc/en_US.ISO8859-1/books/developers-handbook / incorrect link, should be http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/
See patch to correct.
>How-To-Repeat:
Visit //www.freebsd.org/docs/books.html
>Fix:
patch for /www/en/docs/books.sgml
---- PATCH STARTS HERE ----
diff -u -r1.11 books.sgml
--- en/docs/books.sgml 30 Nov 2005 21:43:09 -0000 1.11
+++ en/docs/books.sgml 19 Dec 2005 18:16:11 -0000
@@ -362,21 +362,6 @@
Development in the FreeBSD Open Source Project''
[Information Systems Journal (2001) 11, 321-336].
-
- Computer Bits, an
- Internet online magazine, has, since March 1996, been running an
- excellent series of FreeBSD related articles in their column titled
- The Network Community, by
- Ted Mittelstaedt.
-
- Some of the more popular articles include:
- Setting up a FreeBSD-based mail server,
- Network Address Translation, and
- Building a fax server.
-
Kirk McKusick, one
@@ -410,24 +395,14 @@
FreeBSD Installation Details for Newbies. This
document has been imported into The
+ href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">The
FreeBSD Handbook.
- Dynamic
- Kernel Linker (KLD) Facility Programming Tutorial.
-
-
-
- How to
- Write Kernel Drivers with Newbus.
-
-
-
Writing an ISA device driver. This document has been
imported into The
+ href="&base;"doc/en_US.ISO8859-1/books/developers-handbook">The
Developers Handbook.
---- PATCH ENDS HERE ----
>Release-Note:
>Audit-Trail:
From: Marc Fonvieille
To: Siebrand Mazeland
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: www/90658: [PATCH] Fix/remove links on /docs/books.html
Date: Tue, 20 Dec 2005 10:19:43 +0100
--vkogqOf2sHV7VnPd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mon, Dec 19, 2005 at 07:22:44PM +0100, Siebrand Mazeland wrote:
>=20
>=20
> >Description:
> Broken links on http://www.freebsd.org/docs/books.html:
> - Computer Bits / http://www.computerbits.com / No DNS record
> - FreeBSD Installation Details for Newbies / http://www.freebsd.org/docs/=
doc/en_US.ISO8859-1/books/handbook/install.html / incorrect link, should be=
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html
> - Dynamic Kernel Linker (KLD) Facility Programming Tutorial / http://www.=
daemonnews.org/200010/blueprints.html / 404
> - How to Write Kernel Drivers with Newbus / http://www.daemonnews.org/200=
007/newbus-intro.html / 404
> - FreeBSD Assembly Language Programming Tutorial / http://www.freebsd.org=
/docs/doc/en_US.ISO8859-1/books/developers-handbook / incorrect link, shoul=
d be http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/
>=20
> See patch to correct.
> >How-To-Repeat:
> Visit //www.freebsd.org/docs/books.html
> >Fix:
> patch for /www/en/docs/books.sgml
> ---- PATCH STARTS HERE ----
> diff -u -r1.11 books.sgml
> --- en/docs/books.sgml 30 Nov 2005 21:43:09 -0000 1.11
> +++ en/docs/books.sgml 19 Dec 2005 18:16:11 -0000
> @@ -362,21 +362,6 @@
> Development in the FreeBSD Open Source Project''
> [Information Systems Journal (2001) 11, 321-336].
>
> -
> - Computer Bits, an
> - Internet online magazine, has, since March 1996, been running an
> - excellent series of FreeBSD related articles in their column titled
> - The Network Community, by
> - Ted Mittelstaedt.
> -
> - Some of the more popular articles include: - href=3D"http://www.computerbits.com/archive/1996/0300/lan9603.html">
> - Setting up a FreeBSD-based mail server, - href=3D"http://www.computerbits.com/archive/1997/0800/lan9708.html">
> - Network Address Translation, and - href=3D"http://www.computerbits.com/archive/1996/1100/lan9611.html">
> - Building a fax server.
> -
> =20
>
> Kirk McKusick, one
> @@ -410,24 +395,14 @@
>
> FreeBSD Installation Details for Newbies. This
> document has been imported into - href=3D"doc/en_US.ISO8859-1/books/handbook/install.html">The
> + href=3D"&base;/doc/en_US.ISO8859-1/books/handbook/install.html">The
> FreeBSD Handbook.
>
> =20
>
> - Dynamic
> - Kernel Linker (KLD) Facility Programming Tutorial.
> -
> -
> -
> - How to
> - Write Kernel Drivers with Newbus.
> -
> -
Hello,
Why a such removal? since daemonnews.org just moved the links to:
http://ezine.daemonnews.org/200010/blueprints.html
and
http://ezine.daemonnews.org/200007/newbus-intro.html
Marc
--vkogqOf2sHV7VnPd
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)
iD8DBQFDp8yvzQ9RwE+OdOgRAoRfAKDbVK9AdLv9nCVqsa2i9Wofq3ijRgCglrrS
nu9Fp1/BZ2NC05S2C+0JyUs=
=P95R
-----END PGP SIGNATURE-----
--vkogqOf2sHV7VnPd--
From: "Siebrand Mazeland"
To: "'Marc Fonvieille'"
Cc:
Subject: RE: www/90658: [PATCH] Fix/remove links on /docs/books.html
Date: Tue, 20 Dec 2005 20:36:50 +0100
These articles appear to be from 2000. I cannot really assess if they may be
outdated. Maybe we should refer to more fresh articles (fifo)?
Siebrand
> -----Original Message-----
> From: Marc Fonvieille [mailto:blackend@FreeBSD.org]
> Sent: Tuesday, December 20, 2005 10:20 AM
>
> > - Dynamic
> > - Kernel Linker (KLD) Facility Programming Tutorial.
> > - How
to
> > - Write Kernel Drivers with Newbus.
>
> Why a such removal? since daemonnews.org just moved the links to:
> http://ezine.daemonnews.org/200010/blueprints.html and
> http://ezine.daemonnews.org/200007/newbus-intro.html
>
> Marc
State-Changed-From-To: open->closed
State-Changed-By: pav
State-Changed-When: Tue Dec 27 22:40:09 UTC 2005
State-Changed-Why:
Committed, including blackend's suggestion.
At the moment neither www.daemonnews.org nor ezine.daemonnews.org responds,
so perhaps we'll have to revisit this.
http://www.freebsd.org/cgi/query-pr.cgi?pr=90658
>Unformatted: