Add anchors for project categories and add another corresponding level
to the table of contents.
This commit is contained in:
parent
cb736011e5
commit
0d5f70f16e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24701
1 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.9 2005/06/01 22:56:21 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.10 2005/06/01 23:28:38 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Summer Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
|
@ -15,13 +15,21 @@
|
|||
an open source project over the summer break.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="#ideas">Example Proposal Ideas</a></li>
|
||||
<li><a href="#ideas">Example Proposal Ideas</a>
|
||||
<ul>
|
||||
<li><a href="#p-userland">Userland / Installation Tools</a></li>
|
||||
<li><a href="#p-filesystem">Filesystem</a></li>
|
||||
<li><a href="#p-networking">Networking</a></li>
|
||||
<li><a href="#p-security">Security</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#mentors">Possible Mentors</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="ideas"></a>
|
||||
<h2>Example Proposal Ideas</h2>
|
||||
|
||||
<a name="p-userland"></a>
|
||||
<h3>Userland / Installation Tools</h3>
|
||||
|
||||
<ul>
|
||||
|
@ -64,6 +72,7 @@
|
|||
href="mailto:mux@FreeBSD.org">&a.mux;</a> is the coordinator.</li>
|
||||
</ul>
|
||||
|
||||
<a name="p-filesystem"></a>
|
||||
<h3>Filesystem</h3>
|
||||
|
||||
<ul>
|
||||
|
@ -94,6 +103,7 @@
|
|||
|
||||
</ul>
|
||||
|
||||
<a name="p-networking"></a>
|
||||
<h3>Networking</h3>
|
||||
|
||||
<ul>
|
||||
|
@ -128,6 +138,7 @@
|
|||
|
||||
</ul>
|
||||
|
||||
<a name="p-security"></a>
|
||||
<h3>Security</h3>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue