Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2001 13:05:01 -0700 (MST)
From:      jjreynold@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/27099: [PATCH] project/newbies.html references wrong release
Message-ID:  <200105052005.f45K51i29042@whale.home-net>

next in thread | raw e-mail | index | archive | help

>Number:         27099
>Category:       docs
>Synopsis:       newbies project file references incorrect stable release
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 13:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD whale 4.3-STABLE FreeBSD 4.3-STABLE #10: Sun Apr 22 16:20:08 MST 2001 root@dolphin:/usr/obj/usr/src/sys/WHALE i386

>Description:

"Sam Stern" <samstern@samstern.net> spotted an incorrect release pointer on the
"newbies" project page on the web. This was traced to incorrect numbers in the
various "include.sgml" files. A set of patches for /usr/www is attached to fix
it.

>How-To-Repeat:

Go to http://www.freebsd.org/projects/newbies.html and follow the 1st link on
the "Learning about FreeBSD" section.

>Fix:

--- de/includes.sgml.orig       Sat May  5 12:44:36 2001
+++ de/includes.sgml    Sat May  5 12:45:09 2001
@@ -59,8 +59,8 @@
 <address>&author;<br>&date;</address>'>
 
 <!-- Short names for various anchor points -->
-<!ENTITY a.latest.not '<a href="&base/../releases/3.4R/notes.html">'>
-<!ENTITY a.latest.ann '<a href="&base/../releases/3.4R/announce.html">'>
+<!ENTITY a.latest.not '<a href="&base/../releases/4.3R/notes.html">'>
+<!ENTITY a.latest.ann '<a href="&base/../releases/4.3R/announce.html">'>
 
 
 <!-- macro for webbuild paper --> 
--- en/includes.sgml.orig       Sat May  5 12:57:58 2001
+++ en/includes.sgml    Sat May  5 12:56:59 2001
@@ -54,8 +54,8 @@
 <address>&author;<br>&date;</address>'>
 
 <!-- Short names for various anchor points -->
-<!ENTITY a.latest.not '<a href="&base;/releases/3.4R/notes.html">'>
-<!ENTITY a.latest.ann '<a href="&base;/releases/3.4R/announce.html">'>
+<!ENTITY a.latest.not '<a href="&base;/releases/4.3R/notes.html">'>
+<!ENTITY a.latest.ann '<a href="&base;/releases/4.3R/announce.html">'>
 
 
 <!-- macro for webbuild paper --> 
--- es/includes.sgml.orig       Sat May  5 12:44:36 2001
+++ es/includes.sgml    Sat May  5 13:01:07 2001
@@ -54,8 +54,8 @@
 <address>&author;<br>&date;</address>'>
 
 <!-- Short names for various anchor points -->
-<!ENTITY a.latest.not '<a href="&base/releases/3.4R/notes.html">'>
-<!ENTITY a.latest.ann '<a href="&base/releases/3.4R/announce.html">'>
+<!ENTITY a.latest.not '<a href="&base/releases/4.3R/notes.html">'>
+<!ENTITY a.latest.ann '<a href="&base/releases/4.3R/announce.html">'>
 
 
 
--- ja/includes.sgml.orig	Sat May  5 12:44:36 2001
+++ ja/includes.sgml	Sat May  5 13:01:37 2001
@@ -74,8 +74,8 @@
 までお願いします)</address>'>
 
 <!-- Short names for various anchor points -->
-<!ENTITY a.latest.not '<a href="&base;/releases/3.4R/notes.html">'>
-<!ENTITY a.latest.ann '<a href="&base;/releases/3.4R/announce.html">'>
+<!ENTITY a.latest.not '<a href="&base;/releases/4.3R/notes.html">'>
+<!ENTITY a.latest.ann '<a href="&base;/releases/4.3R/announce.html">'>
 
 
 <!-- macro for webbuild paper --> 
--- ru/includes.sgml.orig       Sat May  5 12:44:36 2001
+++ ru/includes.sgml    Sat May  5 13:02:01 2001
@@ -60,8 +60,8 @@
 <address>&author;<br>&date;</address>'>
 
 <!-- Short names for various anchor points -->
-<!ENTITY a.latest.not '<a href="&base/releases/3.4R/notes.html">'>
-<!ENTITY a.latest.ann '<a href="&base/releases/3.4R/announce.html">'>
+<!ENTITY a.latest.not '<a href="&base/releases/4.3R/notes.html">'>
+<!ENTITY a.latest.ann '<a href="&base/releases/4.3R/announce.html">'>
 
 <!-- macro for webbuild paper -->
 <!ENTITY webbuild '
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105052005.f45K51i29042>