| Summary: | [PATCH] Fix/remove links on /docs/books.html | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Siebrand Mazeland <s.mazeland> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Siebrand Mazeland
2005-12-19 18:30:02 UTC
On Mon, Dec 19, 2005 at 07:22:44PM +0100, Siebrand Mazeland wrote: > > > >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''</a> > [Information Systems Journal (2001) 11, 321-336].</p> > </li> > - <li> > - <p><a href="http://www.computerbits.com/">Computer Bits</a>, an > - Internet online magazine, has, since March 1996, been running an > - excellent series of FreeBSD related articles in their column titled > - <strong>The Network Community</strong>, by > - <a href="mailto:tedm@agora.rdrop.com">Ted Mittelstaedt</a>.</p> > - > - <p>Some of the more popular articles include: <em><a > - href="http://www.computerbits.com/archive/1996/0300/lan9603.html"> > - Setting up a FreeBSD-based mail server</a></em>, <em><a > - href="http://www.computerbits.com/archive/1997/0800/lan9708.html"> > - Network Address Translation</a></em>, and <em><a > - href="http://www.computerbits.com/archive/1996/1100/lan9611.html"> > - Building a fax server</a></em>.</p> > - </li> > > <li> > <p><a href="mailto:mckusick@mckusick.com">Kirk McKusick</a>, one > @@ -410,24 +395,14 @@ > <li> > <p><em>FreeBSD Installation Details for Newbies</em>. This > document has been imported into <a > - href="doc/en_US.ISO8859-1/books/handbook/install.html">The > + href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">The > FreeBSD Handbook</a>.</p> > </li> > > <li> > - <p><a href="http://www.daemonnews.org/200010/blueprints.html">Dynamic > - Kernel Linker (KLD) Facility Programming Tutorial</a>.</p> > - </li> > - > - <li> > - <p><a href="http://www.daemonnews.org/200007/newbus-intro.html">How to > - Write Kernel Drivers with Newbus</a>.</p> > - </li> > - 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 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 > > > - <p><a href="http://www.daemonnews.org/200010/blueprints.html">Dynamic > > - Kernel Linker (KLD) Facility Programming Tutorial</a>.</p> > > - <p><a href="http://www.daemonnews.org/200007/newbus-intro.html">How to > > - Write Kernel Drivers with Newbus</a>.</p> > > 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 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. |