Subject: proposed change to Documentation/index.html
To: None <www-changes@netbsd.org>
From: None <itojun@iijlab.net>
List: www-changes
Date: 11/24/1999 16:06:54
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <1142.943427194.1@coconut.itojun.org>
Content-Transfer-Encoding: 7bit
I find the menu tree under "Documentation/network" is too deep
so I would like to put those hyperlinks into Documentation/index.html.
Do you think this change reasonable?
itojun
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <1142.943427194.2@coconut.itojun.org>
Content-Transfer-Encoding: 7bit
Index: index.html
===================================================================
RCS file: /cvsroot/htdocs/Documentation/index.html,v
retrieving revision 1.41
diff -c -r1.41 index.html
*** index.html 1999/11/24 00:43:54 1.41
--- index.html 1999/11/24 07:01:08
***************
*** 39,45 ****
<ul>
<li><a href="misc/">Common NetBSD questions</a>
! <li><a href="network/">Networking</a>
<li><a href="">The X Windowing System</a>
<li><a href="software/">Adding/compiling software on NetBSD</a>
(including pkgsrc)
--- 39,60 ----
<ul>
<li><a href="misc/">Common NetBSD questions</a>
! <li>Networking
! <ul>
! <li><a href="network/">Basic NetBSD Networking</a>
! <li><a href="network/wavelan.html">Wireless networking using the Lucent
! WaveLAN</a>
! <li><a href="network/netboot/">HOWTO Netboot a diskless machine</a>
! <li><a href="http://radon.static.net/~armenb/ipnat.html">Network
! Address Translation (NAT) FAQ</a>, using
! <a href="http://coombs.anu.edu.au/~avalon/ip-filter.html">IP-Filter</a>.
! <li><a href="network/dhcp.html">HOWTO setup a DHCP client</a>.
! <li><a href="http://rfhs8012.fh-regensburg.de/~feyrer/NetBSD/NWF/">
! NetBSD/amiga Guide to Networking FAQ</a>
! <li><a href="network/ipv6/">IPv6 Networking FAQ</a>.
! <li><a href="http://www.macbsd.com/macbsd/howto/">
! PPP, cross compiling, and other HOW-TOs</a>
! </ul>
<li><a href="">The X Windowing System</a>
<li><a href="software/">Adding/compiling software on NetBSD</a>
(including pkgsrc)
Index: network/index.list
===================================================================
RCS file: /cvsroot/htdocs/Documentation/network/index.list,v
retrieving revision 1.13
diff -c -r1.13 index.list
*** index.list 1999/11/24 00:44:09 1.13
--- index.list 1999/11/24 07:01:08
***************
*** 13,32 ****
<a href="../../Misc/feedback.html">comments or suggestions</a>.
<LIST>
- <h2>Other links</h2>
- <ul>
- <li><a href="wavelan.html">Wireless networking using the Lucent WaveLAN</a>
- <li><a href="netboot/">HOWTO Netboot a diskless machine</a>
- <li><a href="http://radon.static.net/~armenb/ipnat.html">Network
- Address Translation (NAT) FAQ</a>, using
- <a href="http://coombs.anu.edu.au/~avalon/ip-filter.html">IP-Filter</a>.
- <li><a href="dhcp.html">HOWTO setup a DHCP client</a>.
- <li><a href="http://rfhs8012.fh-regensburg.de/~feyrer/NetBSD/NWF/">
- NetBSD/amiga Guide to Networking FAQ</a>
- <li><a href="ipv6/">IPv6 Networking FAQ</a>.
- <li><a href="http://www.macbsd.com/macbsd/howto/">
- PPP, cross compiling, and other HOW-TOs</a>
- </ul>
<SECTION>Networking FAQ
--- 13,18 ----
------- =_aaaaaaaaaa0--