* add 'email' entity to header. This causes sgml to put link to freebsd-binup

mailing list in page footer instead of freebsd-questions
* add showing footer itself
* change Contents section slightly
* add href references to projects mentioned in this page
This commit is contained in:
Alexey Zelkin 2001-10-24 17:43:08 +00:00
parent 7378b5fd34
commit 559544f46f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11033

View file

@ -1,7 +1,8 @@
<!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$"> <!ENTITY date "$FreeBSD: www/en/projects/updater.sgml,v 1.1 2001/09/17 05:32:49 murray Exp $">
<!ENTITY title "FreeBSD Binary Updater Project (binup)"> <!ENTITY title "FreeBSD Binary Updater Project (binup)">
<!ENTITY email 'freebsd-binup'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY done "<font color='green'>Done</font>"> <!ENTITY done "<font color='green'>Done</font>">
@ -13,11 +14,17 @@
<html> <html>
&header; &header;
<!-- <h1>Project Status</h1>--> <h2>Contents</h2>
<ul> <ul>
<li><a href="#goals">Goals</a></li> <li><a href="#goals">Goals</a></li>
<li><a href="#design">Design</a></li> <li><a href="#design">Design</a></li>
<li><a href="#implementation">Implementation</a></li> <li><a href="#implementation">Implementation</a></li>
<ul>
<li><a href="#update-server">Update Server</a>
<li><a href="#update-server-todo">Update Server TODO</a>
<li><a href="#update-client">Update Client</a>
<li><a href="#update-client-todo">Update Client TODO</a>
</ul>
<li><a href="#code">Code</a></li> <li><a href="#code">Code</a></li>
</ul> </ul>
@ -26,8 +33,10 @@
<p>The FreeBSD Binary Updater Project aims to provide a secure <p>The FreeBSD Binary Updater Project aims to provide a secure
mechanism for the distribution of binary updates for FreeBSD. mechanism for the distribution of binary updates for FreeBSD.
This project is complementary to the Open Packages and libh This project is complementary to the <a
efforts and there should be very little overlap.</p> href="http://www.openpackages.org">Open Packages</a> and
<a href="libh.html">libh</a> projects efforts and there should be
very little overlap.</p>
<p>This system is a client / server mechanism that allows clients <p>This system is a client / server mechanism that allows clients
to install any known "profile" or release of FreeBSD over the to install any known "profile" or release of FreeBSD over the
@ -147,6 +156,7 @@
<a name="implementation"></a> <a name="implementation"></a>
<h2>Implementation Details</h2> <h2>Implementation Details</h2>
<a name="update-server"></a>
<h3>Update Server</h3> <h3>Update Server</h3>
<p>The update server is for the most part in a usable state. <p>The update server is for the most part in a usable state.
@ -164,6 +174,7 @@
system to FreeBSD 4.X but there is a lot of polishing up to do system to FreeBSD 4.X but there is a lot of polishing up to do
and many additional features are needed.</p> and many additional features are needed.</p>
<a name="update-server-todo"></a>
<p>Server TODO list :</p> <p>Server TODO list :</p>
<ul> <ul>
@ -184,6 +195,7 @@
service to clients.</li> service to clients.</li>
</ul> </ul>
<a name="update-client"></a>
<h3>Update Client</h3> <h3>Update Client</h3>
<p>The update client is not currently usable. At the moment, it <p>The update client is not currently usable. At the moment, it
@ -199,6 +211,7 @@
application, an X application, and maybe even big eye candy application, an X application, and maybe even big eye candy
GNOME and KDE applications as well.</p> GNOME and KDE applications as well.</p>
<a name="update-client-todo"></a>
<p>Client TODO list :</p> <p>Client TODO list :</p>
<ul> <ul>
@ -229,5 +242,6 @@
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">FreeBSD href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">FreeBSD
Handbook</a></p> Handbook</a></p>
&footer;
</body> </body>
</html> </html>