Added to the Documentation Project TODO list:
Write some new Papers
The FreeBSD VM architecture
The New SCSI layer for FreeBSD (CAM)
Write some new Tutorials
How to update from a.out to elf
How to build a FreeBSD release
Write Manpages for the kernel
CGI Scripts
Rewrite cvsweb.cgi cgi script from scratch using a RCS perl Module
Rewrite man.cgi cgi script and fix some bugs.
Write a ports INDEX perl Module
Translations of the FreeBSD Documentation
This commit is contained in:
parent
cd7fa2635d
commit
32256087a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3638
1 changed files with 62 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<!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 "$Date: 1998-07-16 08:32:49 $">
|
<!ENTITY date "$Date: 1998-10-21 13:43:55 $">
|
||||||
<!ENTITY title "FreeBSD Documentation Project: Current projects">
|
<!ENTITY title "FreeBSD Documentation Project: Current projects">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: current.sgml,v 1.2 1998-07-16 08:32:49 nik Exp $ -->
|
<!-- $Id: current.sgml,v 1.3 1998-10-21 13:43:55 wosch Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
|
@ -111,6 +111,66 @@
|
||||||
it. It will just take me a while to get to it (since I need to
|
it. It will just take me a while to get to it (since I need to
|
||||||
get the DocBook migration out of the way first).</p>
|
get the DocBook migration out of the way first).</p>
|
||||||
|
|
||||||
|
<h3><font color="#660000">Write some new Papers</font></h3>
|
||||||
|
|
||||||
|
<h4><font color="#660000">The FreeBSD VM architecture</font></h4>
|
||||||
|
<p><b>Responsible:</b> John Dyson <<a href="mailto:dyson@iquest.net">
|
||||||
|
dyson@iquest.net</a></p>
|
||||||
|
<p><b>Synopsis:</b> FreeBSD 2.x has a completly rewritten
|
||||||
|
virtual memory
|
||||||
|
architecture. Unfortunately there is no documentation available
|
||||||
|
about the FreeBSD VM architecture execpt the source code and
|
||||||
|
some old E-Mails from John Dyson.
|
||||||
|
|
||||||
|
<h4><font color="#660000">The New SCSI layer for FreeBSD (CAM)</font></h4>
|
||||||
|
<p><b>Responsible:</b>
|
||||||
|
<<a href="mailto:doc@freebsd.org">doc@freebsd.org</a>>,
|
||||||
|
<<a href="mailto:scsi@freebsd.org">scsi@freebsd.org</a>>
|
||||||
|
<p><b>Synopsis:</b> See <a href="http://www.freebsd.org/~gibbs/">
|
||||||
|
The Design and Implementation of the FreeBSD SCSI Subsystem</a>
|
||||||
|
for a first snapshot.
|
||||||
|
|
||||||
|
<h3><font color="#660000">Write some new Tutorials</font></h3>
|
||||||
|
<p><b>Responsible:</b>
|
||||||
|
<<a href="mailto:doc@freebsd.org">doc@freebsd.org</a>
|
||||||
|
|
||||||
|
<p><b>Synopsis:</b>
|
||||||
|
<ul>
|
||||||
|
<li>How to update from a.out to elf</li>
|
||||||
|
<li>How to build a FreeBSD release</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3><font color="#660000">Write Manpages for the kernel</font></h3>
|
||||||
|
<p><b>Responsible:</b>
|
||||||
|
<<a href="mailto:doc@freebsd.org">doc@freebsd.org</a>
|
||||||
|
<p><b>Synopsis:</b> Document kernel functions, section 9
|
||||||
|
|
||||||
|
<h3><font color="#660000">CGI Scripts</font></h3>
|
||||||
|
<p><b>Responsible:</b>
|
||||||
|
<<a href="mailto:doc@freebsd.org">doc@freebsd.org</a>,
|
||||||
|
Wolfram Schneider <<a href="mailto:wosch@freebsd.org">
|
||||||
|
wosch@freebsd.org</a>
|
||||||
|
<p><b>Synopsis:</b>
|
||||||
|
<ul>
|
||||||
|
<li>Rewrite cvsweb.cgi cgi script from scratch using a
|
||||||
|
RCS perl Module</li>
|
||||||
|
<li>Rewrite man.cgi cgi script and fix some bugs.</li>
|
||||||
|
<li>Write a ports INDEX perl Module. Modify the
|
||||||
|
cgi script url.cgi, ports.cgi and pds.cgi to use
|
||||||
|
this module</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3><font color="#660000">Translations of the FreeBSD Documentation</font></h3>
|
||||||
|
<p><b>Responsible:</b>
|
||||||
|
<<a href="mailto:doc@freebsd.org">doc@freebsd.org</a>
|
||||||
|
|
||||||
|
Translate the FreeBSD documentation (Web pages, FAQ,
|
||||||
|
handbook, manpages) into other languages. See the
|
||||||
|
<a href="translations.html">FreeBSD translations projects</a>
|
||||||
|
|
||||||
|
|
||||||
&footer
|
&footer
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue