* Use relative links to static html pages instead of pointing to

www.FreeBSD.org.
* Bunch /freebsd/FreeBSD/ fixes

Inspired by: Hiten Pandya <hitmaster2k@yahoo.com>
This commit is contained in:
Alexey Zelkin 2001-11-07 17:55:37 +00:00
parent 6327a9c186
commit 6a487588b8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11158
8 changed files with 42 additions and 46 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.7 2001/07/06 02:11:59 dd Exp $"> <!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.8 2001/07/13 12:52:13 dd Exp $">
<!ENTITY title "FreeBSD Documentation Project: Submitting documentation"> <!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -81,7 +81,7 @@
be used to track its progress.</p> be used to track its progress.</p>
<p>Alternatively, you can use the web interface at <a <p>Alternatively, you can use the web interface at <a
href="http://www.FreeBSD.org/send-pr.html">http://www.FreeBSD.org/send-pr.html</a>.</p> href="../send-pr.html">http://www.FreeBSD.org/send-pr.html</a>.</p>
<h2>I have made some changes to existing documentation, how do I submit <h2>I have made some changes to existing documentation, how do I submit
them?</h2> them?</h2>

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.127 2001/10/23 22:17:12 chern Exp $"> <!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.128 2001/11/07 14:21:48 dd Exp $">
<!ENTITY title "Documentation"> <!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -336,7 +336,7 @@ Developer's Handbook.</a></small></p>
<li> <li>
<p><em>FreeBSD Installation Details for Newbies</em>. This <p><em>FreeBSD Installation Details for Newbies</em>. This
document has been imported into <a document has been imported into <a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html">The href="doc/en_US.ISO8859-1/books/handbook/install.html">The
FreeBSD Handbook</a>.</p> FreeBSD Handbook</a>.</p>
</li> </li>
@ -353,14 +353,14 @@ Developer's Handbook.</a></small></p>
<li> <li>
<p><em>Writing an ISA device driver</em>. This document has been <p><em>Writing an ISA device driver</em>. This document has been
imported into <a imported into <a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook">The href="doc/en_US.ISO8859-1/books/developers-handbook">The
Developers Handbook</a>.</p> Developers Handbook</a>.</p>
</li> </li>
<li> <li>
<p><em>FreeBSD Assembly Language Programming Tutorial</em>. This <p><em>FreeBSD Assembly Language Programming Tutorial</em>. This
document has been imported into <a document has been imported into <a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook">The href="doc/en_US.ISO8859-1/books/developers-handbook">The
Developers Handbook</a>.</p> Developers Handbook</a>.</p>
</li> </li>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.8 2001/09/09 18:27:22 sobomax Exp $"> <!ENTITY date "$FreeBSD: www/en/java/index.sgml,v 1.9 2001/09/11 07:11:46 sobomax Exp $">
<!ENTITY title "FreeBSD Java Project"> <!ENTITY title "FreeBSD Java Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -27,7 +27,7 @@
<A HREF="dists/11.html">JDK 1.1.x</A><BR> <A HREF="dists/11.html">JDK 1.1.x</A><BR>
<A HREF="dists/12.html">JDK 1.2.x</A><BR> <A HREF="dists/12.html">JDK 1.2.x</A><BR>
<A HREF="dists/13.html">JDK 1.3.x</A><BR> <A HREF="dists/13.html">JDK 1.3.x</A><BR>
<A HREF="http://www.freebsd.org/ports/java.html">Available Ports...</A><BR> <A HREF="../ports/java.html">Available Ports...</A><BR>
<A HREF="howhelp.html">How can I help?</A><BR> <A HREF="howhelp.html">How can I help?</A><BR>
<A HREF="howhelp.html#BUG">I found a bug!?!</A> <A HREF="howhelp.html#BUG">I found a bug!?!</A>
</SMALL></P> </SMALL></P>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.5 2000/03/12 14:51:46 patrick Exp $"> <!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.6 2000/04/30 22:57:33 nik Exp $">
<!ENTITY title "FreeBSD Java Project: How To Install"> <!ENTITY title "FreeBSD Java Project: How To Install">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -20,7 +20,7 @@
<P>Many applications in Java need Java Foundation Classes (Swing) to run. JFC can be installed in: <CODE>/usr/ports/java/jfc</CODE> <P>Many applications in Java need Java Foundation Classes (Swing) to run. JFC can be installed in: <CODE>/usr/ports/java/jfc</CODE>
<P>If you should have trouble, you can see the <A HREF="http://www.freebsd.org/handbook/ports.html">FreeBSD Handbook section on &quot;installing applications&quot;</A> for help. <P>If you should have trouble, you can see the <A HREF="../handbook/ports.html">FreeBSD Handbook section on &quot;installing applications&quot;</A> for help.
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/updater.sgml,v 1.5 2001/11/04 19:06:13 eric Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/updater.sgml,v 1.6 2001/11/04 19:19:35 eric Exp $">
<!ENTITY title "FreeBSD Binary Updater Project (binup)"> <!ENTITY title "FreeBSD Binary Updater Project (binup)">
<!ENTITY email 'freebsd-binup'> <!ENTITY email 'freebsd-binup'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -228,10 +228,10 @@
<p>A mailing list has been setup for this project. Please post <p>A mailing list has been setup for this project. Please post
all questions, patches, etc to the <a all questions, patches, etc to the <a
href="mailto:freebsd-binup@FreeBSD.org">freebsd-binup</a> href="mailto:freebsd-binup@FreeBSD.org">freebsd-binup@FreeBSD.org</a>
mailing list. For instructions on how to subscribe to thsi mailing list. For instructions on how to subscribe to thsi
list, please see the <a list, please see the <a
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">FreeBSD href="../handbook/eresources.html#ERESOURCES-MAIL">FreeBSD
Handbook</a></p> Handbook</a></p>
&footer; &footer;

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/publish.sgml,v 1.43 2001/07/13 12:52:11 dd Exp $"> <!ENTITY date "$FreeBSD: www/en/publish.sgml,v 1.44 2001/07/28 06:01:02 kuriyama Exp $">
<!ENTITY title "FreeBSD Related Publications"> <!ENTITY title "FreeBSD Related Publications">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -490,7 +490,7 @@
<td>This is <a href="http://www.freebsdmall.com/newsletter1/">issue <td>This is <a href="http://www.freebsdmall.com/newsletter1/">issue
#1</a> of the FreeBSD Newsletter, published and distributed free #1</a> of the FreeBSD Newsletter, published and distributed free
of charge by <a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>. of charge by <a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>.
You can <a href="http://www.FreeBSD.org/register.html">register</a> You can <a href="register.html">register</a>
to receive it. Submit articles/make comments by sending email to to receive it. Submit articles/make comments by sending email to
<a href="mailto:newsletter@FreeBSD.ORG">newsletter@FreeBSD.ORG</a>. <a href="mailto:newsletter@FreeBSD.ORG">newsletter@FreeBSD.ORG</a>.
</td> </td>
@ -503,7 +503,7 @@
<td>This is <a href="http://www.freebsdmall.com/newsletter2/">issue <td>This is <a href="http://www.freebsdmall.com/newsletter2/">issue
#2</a> of the FreeBSD Newsletter, published and distributed free #2</a> of the FreeBSD Newsletter, published and distributed free
of charge by <a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>. of charge by <a href="http://www.wccdrom.com/">Walnut Creek CDROM</a>.
You can <a href="http://www.FreeBSD.org/register.html">register</a> You can <a href="register.html">register</a>
to receive it. Submit articles/make comments by sending email to to receive it. Submit articles/make comments by sending email to
<a href="mailto:newsletter@FreeBSD.ORG">newsletter@FreeBSD.ORG</a>. <a href="mailto:newsletter@FreeBSD.ORG">newsletter@FreeBSD.ORG</a>.
</td> </td>

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD$"> <!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.242 2001/11/07 16:32:11 sobomax Exp $">
<!ENTITY title "Support"> <!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -28,7 +28,7 @@
<h2>Mailing lists</h2> <h2>Mailing lists</h2>
<p><a href="&base;/handbook/eresources.html#ERESOURCES-MAIL">Mailing <p><a href="handbook/eresources.html#ERESOURCES-MAIL">Mailing
lists</a> are the primary support channel for FreeBSD users, with lists</a> are the primary support channel for FreeBSD users, with
numerous mailing lists covering different topic areas. When in doubt numerous mailing lists covering different topic areas. When in doubt
about what list to post a question to, post to <a about what list to post a question to, post to <a
@ -53,15 +53,15 @@
GB2312 encoding.</li> GB2312 encoding.</li>
<li><strong>Czech</strong> -- <a <li><strong>Czech</strong> -- <a
href="mailto:majordomo@freebsd.cz">majordomo@freebsd.cz</a></li> href="mailto:majordomo@FreeBSD.cz">majordomo@FreeBSD.cz</a></li>
<li><strong>German</strong> -- <a <li><strong>German</strong> -- <a
href="mailto:majordomo@de.FreeBSD.org">majordomo@de.FreeBSD.org</a> href="mailto:majordomo@de.FreeBSD.org">majordomo@de.FreeBSD.org</a>
or <a href="http://www.de.FreeBSD.org/de/mailinglists.html">WWW</a>.</li> or <a href="http://www.de.FreeBSD.org/de/mailinglists.html">WWW</a>.</li>
<li><strong>French</strong> -- <a <li><strong>French</strong> -- <a
href="mailto:listserver@freebsd-fr.org">listserver@freebsd-fr.org</a> href="mailto:listserver@FreeBSD-fr.org">listserver@FreeBSD-fr.org</a>
or <a href="http://www.freebsd-fr.org/">WWW</a>.</li> or <a href="http://www.FreeBSD-fr.org/">WWW</a>.</li>
<li><strong>French</strong> -- <a <li><strong>French</strong> -- <a
href="http://www.aei.ca/~malartre/bsd.html">BSD.fr</a>. Please href="http://www.aei.ca/~malartre/bsd.html">BSD.fr</a>. Please
@ -166,9 +166,9 @@
<li><a href="http://www.hu.FreeBSD.org/hu/">Hungarian</a></> <li><a href="http://www.hu.FreeBSD.org/hu/">Hungarian</a></>
<li><a href="http://www.freebsd.org.in">India</a></> <li><a href="http://www.FreeBSD.org.in">India</a></>
<li><a href="http://www.freebsd.or.id">Indonesian</a></> <li><a href="http://www.FreeBSD.or.id">Indonesian</a></>
<li><a href="http://www.gufi.org/">Italian</a></> <li><a href="http://www.gufi.org/">Italian</a></>
@ -224,17 +224,15 @@
href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Formulate href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Formulate
a specific query</a>.</li> a specific query</a>.</li>
<li><a href="http://www.FreeBSD.org/send-pr.html">Submit a Problem <li><a href="send-pr.html">Submit a Problem Report</a>.</li>
Report</a>.</li>
<li><a href="prstats/index.html">View PR Statistics</a>.</li> <li><a href="prstats/index.html">View PR Statistics</a>.</li>
</ul> </ul>
<p>Problem reports may also be submitted to the development team using the <p>Problem reports may also be submitted to the development team using the
<a href="http://www.FreeBSD.org/send-pr.html">send-pr(1)</a> command on <a href="send-pr.html">send-pr(1)</a> command on a FreeBSD system or
a FreeBSD system or by sending an email message to <a by sending an email message to <a
href="mailto:freebsd-bugs@FreeBSD.ORG">freebsd-bugs@FreeBSD.ORG</a>. href="mailto:freebsd-bugs@FreeBSD.ORG">freebsd-bugs@FreeBSD.ORG</a>.
Please note that <a Please note that <a href="send-pr.html">send-pr</a> is preferred
href="http://www.FreeBSD.org/send-pr.html">send-pr</a> is preferred
since messages sent to the mailing list are <em>not</em> tracked as since messages sent to the mailing list are <em>not</em> tracked as
official problem reports!</p> official problem reports!</p>
@ -370,7 +368,7 @@
<p></p></li> <p></p></li>
<li><strong>France</strong> The <a href="http://www.freebsd-fr.org/"> <li><strong>France</strong> The <a href="http://www.FreeBSD-fr.org/">
French FreeBSD UG</a>. Please follow the link for details. French FreeBSD UG</a>. Please follow the link for details.
<p></p></li> <p></p></li>
@ -409,7 +407,7 @@
<p></p></li> <p></p></li>
<li><strong>Lublin, Poland</strong> The <a <li><strong>Lublin, Poland</strong> The <a
href="http://www.freebsd.lublin.pl/">Lublin BSD Users Group</a>. href="http://www.FreeBSD.lublin.pl/">Lublin BSD Users Group</a>.
Please follow the link for details. Please follow the link for details.
<p></p></li> <p></p></li>

View file

@ -1,5 +1,5 @@
<!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!doctype HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD$"> <!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.242 2001/11/07 16:32:11 sobomax Exp $">
<!ENTITY title "Support"> <!ENTITY title "Support">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
@ -28,7 +28,7 @@
<h2>Mailing lists</h2> <h2>Mailing lists</h2>
<p><a href="&base;/handbook/eresources.html#ERESOURCES-MAIL">Mailing <p><a href="handbook/eresources.html#ERESOURCES-MAIL">Mailing
lists</a> are the primary support channel for FreeBSD users, with lists</a> are the primary support channel for FreeBSD users, with
numerous mailing lists covering different topic areas. When in doubt numerous mailing lists covering different topic areas. When in doubt
about what list to post a question to, post to <a about what list to post a question to, post to <a
@ -53,15 +53,15 @@
GB2312 encoding.</li> GB2312 encoding.</li>
<li><strong>Czech</strong> -- <a <li><strong>Czech</strong> -- <a
href="mailto:majordomo@freebsd.cz">majordomo@freebsd.cz</a></li> href="mailto:majordomo@FreeBSD.cz">majordomo@FreeBSD.cz</a></li>
<li><strong>German</strong> -- <a <li><strong>German</strong> -- <a
href="mailto:majordomo@de.FreeBSD.org">majordomo@de.FreeBSD.org</a> href="mailto:majordomo@de.FreeBSD.org">majordomo@de.FreeBSD.org</a>
or <a href="http://www.de.FreeBSD.org/de/mailinglists.html">WWW</a>.</li> or <a href="http://www.de.FreeBSD.org/de/mailinglists.html">WWW</a>.</li>
<li><strong>French</strong> -- <a <li><strong>French</strong> -- <a
href="mailto:listserver@freebsd-fr.org">listserver@freebsd-fr.org</a> href="mailto:listserver@FreeBSD-fr.org">listserver@FreeBSD-fr.org</a>
or <a href="http://www.freebsd-fr.org/">WWW</a>.</li> or <a href="http://www.FreeBSD-fr.org/">WWW</a>.</li>
<li><strong>French</strong> -- <a <li><strong>French</strong> -- <a
href="http://www.aei.ca/~malartre/bsd.html">BSD.fr</a>. Please href="http://www.aei.ca/~malartre/bsd.html">BSD.fr</a>. Please
@ -166,9 +166,9 @@
<li><a href="http://www.hu.FreeBSD.org/hu/">Hungarian</a></> <li><a href="http://www.hu.FreeBSD.org/hu/">Hungarian</a></>
<li><a href="http://www.freebsd.org.in">India</a></> <li><a href="http://www.FreeBSD.org.in">India</a></>
<li><a href="http://www.freebsd.or.id">Indonesian</a></> <li><a href="http://www.FreeBSD.or.id">Indonesian</a></>
<li><a href="http://www.gufi.org/">Italian</a></> <li><a href="http://www.gufi.org/">Italian</a></>
@ -224,17 +224,15 @@
href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Formulate href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Formulate
a specific query</a>.</li> a specific query</a>.</li>
<li><a href="http://www.FreeBSD.org/send-pr.html">Submit a Problem <li><a href="send-pr.html">Submit a Problem Report</a>.</li>
Report</a>.</li>
<li><a href="prstats/index.html">View PR Statistics</a>.</li> <li><a href="prstats/index.html">View PR Statistics</a>.</li>
</ul> </ul>
<p>Problem reports may also be submitted to the development team using the <p>Problem reports may also be submitted to the development team using the
<a href="http://www.FreeBSD.org/send-pr.html">send-pr(1)</a> command on <a href="send-pr.html">send-pr(1)</a> command on a FreeBSD system or
a FreeBSD system or by sending an email message to <a by sending an email message to <a
href="mailto:freebsd-bugs@FreeBSD.ORG">freebsd-bugs@FreeBSD.ORG</a>. href="mailto:freebsd-bugs@FreeBSD.ORG">freebsd-bugs@FreeBSD.ORG</a>.
Please note that <a Please note that <a href="send-pr.html">send-pr</a> is preferred
href="http://www.FreeBSD.org/send-pr.html">send-pr</a> is preferred
since messages sent to the mailing list are <em>not</em> tracked as since messages sent to the mailing list are <em>not</em> tracked as
official problem reports!</p> official problem reports!</p>
@ -370,7 +368,7 @@
<p></p></li> <p></p></li>
<li><strong>France</strong> The <a href="http://www.freebsd-fr.org/"> <li><strong>France</strong> The <a href="http://www.FreeBSD-fr.org/">
French FreeBSD UG</a>. Please follow the link for details. French FreeBSD UG</a>. Please follow the link for details.
<p></p></li> <p></p></li>
@ -409,7 +407,7 @@
<p></p></li> <p></p></li>
<li><strong>Lublin, Poland</strong> The <a <li><strong>Lublin, Poland</strong> The <a
href="http://www.freebsd.lublin.pl/">Lublin BSD Users Group</a>. href="http://www.FreeBSD.lublin.pl/">Lublin BSD Users Group</a>.
Please follow the link for details. Please follow the link for details.
<p></p></li> <p></p></li>