* 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:
parent
7378b5fd34
commit
559544f46f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11033
1 changed files with 18 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!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 email 'freebsd-binup'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY done "<font color='green'>Done</font>">
|
||||
|
@ -13,11 +14,17 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<!-- <h1>Project Status</h1>-->
|
||||
<h2>Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#goals">Goals</a></li>
|
||||
<li><a href="#design">Design</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>
|
||||
</ul>
|
||||
|
||||
|
@ -26,8 +33,10 @@
|
|||
|
||||
<p>The FreeBSD Binary Updater Project aims to provide a secure
|
||||
mechanism for the distribution of binary updates for FreeBSD.
|
||||
This project is complementary to the Open Packages and libh
|
||||
efforts and there should be very little overlap.</p>
|
||||
This project is complementary to the <a
|
||||
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
|
||||
to install any known "profile" or release of FreeBSD over the
|
||||
|
@ -147,6 +156,7 @@
|
|||
<a name="implementation"></a>
|
||||
<h2>Implementation Details</h2>
|
||||
|
||||
<a name="update-server"></a>
|
||||
<h3>Update Server</h3>
|
||||
|
||||
<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
|
||||
and many additional features are needed.</p>
|
||||
|
||||
<a name="update-server-todo"></a>
|
||||
<p>Server TODO list :</p>
|
||||
|
||||
<ul>
|
||||
|
@ -184,6 +195,7 @@
|
|||
service to clients.</li>
|
||||
</ul>
|
||||
|
||||
<a name="update-client"></a>
|
||||
<h3>Update Client</h3>
|
||||
|
||||
<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
|
||||
GNOME and KDE applications as well.</p>
|
||||
|
||||
<a name="update-client-todo"></a>
|
||||
<p>Client TODO list :</p>
|
||||
|
||||
<ul>
|
||||
|
@ -229,5 +242,6 @@
|
|||
href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">FreeBSD
|
||||
Handbook</a></p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue