- Link to the new libh development homepage, which contains

snapshots, documentation, changelogs, screenshots etc..
- Remove the status table, it's not up to date and should be
  found on the devel homepage now.
- Add links to Qt, TCL & TVision

Submitted by:	Antoine Beaupre <anarcat@anarcat.ath.cx>
This commit is contained in:
Alexander Langer 2002-05-28 20:51:15 +00:00
parent 1545cd76c3
commit f175555d69
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13265

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/libh.sgml,v 1.6 2002/03/16 08:11:33 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/libh.sgml,v 1.7 2002/05/16 01:49:59 trhodes Exp $">
<!ENTITY title 'FreeBSD libh Project'>
<!ENTITY email 'freebsd-libh'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -13,13 +13,15 @@
<ul>
<li><a href="#about">What is libh?</a></li>
<li><a href="#status">Project Status and Tasklist</a></li>
<li><a href="#required">Project Requirements</a></li>
</ul>
<h2>Overview</h2>
<dl>
<dt>Development Homepage:</dt>
<dd><a href="http://usw4.FreeBSD.org/~libh/">http://usw4.FreeBSD.org/~libh/</a></dd>
<dt>Project Mailinglist:</dt>
<dd><a href="mailto:freebsd-libh@FreeBSD.org">freebsd-libh@FreeBSD.org</a></dd>
@ -32,80 +34,17 @@
<hr>
<h2><a name="status">Project Status</a></h2>
<table border=1>
<tr>
<th>Problem/Goal/Task</th> <th>Responsible</th> <th>Last updated</th> <th>Status</th>
</tr>
<tr>
<td>Find bugs in the UI backend</td>
<td>alex</td>
<td>17 September 2001</td>
<td><font color="black">In progress</font></td>
</tr>
<tr>
<td>Write a disk slice and label editor in TCL using libh's libraries</td>
<td>alex</td>
<td>20 January 2002</td>
<td><font color="black">Almost completed</font></td>
</tr>
<tr>
<td>Floppy/CDROM boot into a scriptable libh TCL interpreter</td>
<td>antoine</td>
<td>20 January 2002</td>
<td><font color="black">In progress</font></td>
</tr>
<tr>
<td>Write a "setup" utility for both, floppy and CDROM installation.</td>
<td>alex</td>
<td>17 September 2001</td>
<td><font color="black">In progress</font></td>
</tr>
<tr>
<td>Clean up make(1) build</td>
<td>alex/antoine</td>
<td>27 September 2001</td>
<td><font color="green">Done</font></td>
</tr>
<tr>
<td>I18N/Multiple language support</td>
<td><a href="mailto:stalingrad20@hotmail.com">Eric Buchanan</a></td>
<td>22 April 2001</td>
<td><font color="red">Unknown</font></td>
</tr>
<tr>
<td>System configuration utility</td>
<td>mike</td>
<td>17 September 2001</td>
<td><font color="red">Unknown</font></td>
</tr>
<tr>
<td>Fix the package library</td>
<td>alex</td>
<td>17 September 2001</td>
<td><font color="red">Work started</font></td>
</tr>
</table>
<hr>
<h2><a name="required">Project Requirements</a></h2>
<p>You'll need the following to run/test libh:</p>
<ul>
<li>TVision port (devel/tvision).</li>
<li>TCL port (any version, I suggest 8.3) (lang/tcl83)</li>
<li>Qt 2 port (currently). Note that you have to install both,
<li><a href="http://www.sigala.it/sergio/tvision/">TVision</a>
port (devel/tvision).</li>
<li><a href="http://www.scriptics.com/">TCL</a>
port (any version, I suggest 8.3) (lang/tcl83)</li>
<li><a href="http://doc.trolltech.com/">Qt 2</a>
port (currently). Note that you have to install both,
the dynamic as well as the static version (x11-toolkits/qt23
and x11-toolkits/qt2-static).</li>
</ul>