Bug 32654

Summary: There are broken links on the FreeBSD webpage
Product: Documentation Reporter: Josh Paetzel <friar_josh>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: michael
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Josh Paetzel 2001-12-09 22:40:01 UTC
The following links are broken on www.freebsd.org/docs.html
		Under Articles, both of the Computer Bits links to Ted's 
		articles need to be updated.
		Under Links, the Open Directory Project links both need 
		to be updated.
		Under Additional Resources, the freebsdzine is not currently
		up, and should be removed until it comes back on-line.

Fix: Apply the following patch to docs.sgml

	
<p>These articles cover everything from setting up
!         <a href="http://www.computerbits.com/archive/1996/0300/lan9603.htm">a
            FreeBSD based mail server</a> to doing <a
!             href="http://www.computerbits.com/archive/1997/0800/lan9708.htm">N
etwork
            Address Translation</a> for other hosts.</p>
        </li>
      </ul>
--- 293,301 ----
          <a href="mailto:tedm@agora.rdrop.com">Ted Mittelstaedt</a>.</p>

        <p>These articles cover everything from setting up
!         <a href="http://www.computerbits.com/archive/9603/lan9603.htm">a
            FreeBSD based mail server</a> to doing <a
!             href="http://www.computerbits.com/archive/9708/lan9708.htm">Networ
k
            Address Translation</a> for other hosts.</p>
        </li>
      </ul>
***************
How-To-Repeat: Browse http://www.freebsd.org/doc.html and try out the links
Comment 1 hiten pandya 2001-12-10 22:38:50 UTC
it seems my friend that ur patch doesn't solve
the issue... i tried the new links, but they still
give a page not found error....

=Hiten
=<hiten@uk.FreeBSD.org>

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
Comment 2 hiten pandya 2001-12-10 23:22:33 UTC
i have corrected the above patch from scratch and
re-submitting it, this PR can be closed after this
patch, and Ah! i have also added a link from
computerbits.com for building a fax server on FreeBSD.

the patch...
if you would like a gzipped version of the patch, the
reason is if the tabs /spaces get destroyed...
you can also download the patch from:

http://us.f1.yahoofs.com/users/ccde5619/bc/docs.sgml.diff.gz?bcOIXZ8AfhaSIhem

enter exactly as above... it helps.. :-)

=Hiten
=<hiten@uk.FreeBSD.org>

the patch....

*** docs.sgml.old Fri Nov 23 15:52:00 2001
--- docs.sgml Mon Dec 10 23:05:31 2001
***************
*** 293,302 ****
<a href="mailto:tedm@agora.rdrop.com">Ted
Mittelstaedt</a>.</p>

<p>These articles cover everything from setting up
! <a
href="http://www.computerbits.com/archive/9603/lan9603.htm">a
! FreeBSD based mail server</a> to doing <a
!
href="http://www.computerbits.com/archive/9708/lan9708.htm">Network
! Address Translation</a> for other hosts.</p>
</li>
</ul>

--- 293,305 ----
<a href="mailto:tedm@agora.rdrop.com">Ted
Mittelstaedt</a>.</p>

<p>These articles cover everything from setting up
! <a
href="http://www.computerbits.com/archive/1996/0300/lan9603.html">a
! FreeBSD based mail server</a> to doing 
! <a
href="http://www.computerbits.com/archive/1997/0800/lan9708.html">
! Network Address Translation</a> for other hosts, and
also an article 
! on 
! <a
href="http://www.computerbits.com/archive/1996/1100/lan9611.html">
! building a fax server</a>.</p>
</li>
</ul>

***************
*** 381,391 ****
<ul>
<li>
<p>The
! <a
href="http://dmoz.org/Computers/Operating_Systems/Unix/FreeBSD/">Open
Directory Project</a> offers an excellent selection of
links for
FreeBSD, including a list of
! <a
href="http://dmoz.org/Computers/Operating_Systems/Unix/FreeBSD/Prominent_Users/">prominent
! users</a> which can be helpful for marketing
purposes.</p></li>
</ul>

<h2>In the real world...</h2>
--- 384,394 ----
<ul>
<li>
<p>The
! <a
href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/">Open
Directory Project</a> offers an excellent selection of
links for
FreeBSD, including a list of
! <a
href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/Prominent_Users/">
! prominent users</a> which can be helpful for
marketing purposes.</p></li>
</ul>

<h2>In the real world...</h2>



__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-12-11 04:56:20 UTC
State Changed
From-To: open->closed

Your patch has been committed, thanks!  It may take up to 24 hours for this change to reach the web site.