52f6d56540
- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
70 lines
2.1 KiB
XML
70 lines
2.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title 'Projet libh pour FreeBSD'>
|
|
<!ENTITY email 'freebsd-libh'>
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.10
|
|
|
|
Version francaise : Pierre CASTELLA <pcastella@free.fr>
|
|
-->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.developers">
|
|
|
|
<h2>Contenu</h2>
|
|
|
|
<ul>
|
|
<li><a href="http://rtp1.slowblink.com/~libh/sysinstall2/aboutlibh.html">A propos de libh</a></li>
|
|
<li><a href="#required">Pré-requis pour le projet</a></li>
|
|
</ul>
|
|
|
|
<h2>Vue d'ensemble</h2>
|
|
|
|
<dl>
|
|
<dt>Site des développeurs :</dt>
|
|
<dd><a href="http://rtp1.slowblink.com/~libh/">http://rtp1.slowblink.com/~libh/</a> (inclus snapshots, copies d'écrans, etc)</dd>
|
|
|
|
<dt>Liste de diffusion du projet :</dt>
|
|
<dd><a href="mailto:freebsd-libh@FreeBSD.org">freebsd-libh@FreeBSD.org</a></dd>
|
|
|
|
<dt>Dépôt CVS</dt>
|
|
<dd>Libh est disponible à partir du serveur CVS anonyme (mot de passe vide) :
|
|
<pre>
|
|
cvs -d :pserver:anonymous@rtp1.slowblink.com:/home/libh/cvs
|
|
</pre></dd>
|
|
</dl>
|
|
|
|
<hr/>
|
|
|
|
<h2><a name="required">Pré-requis pour le projet</a></h2>
|
|
|
|
<p>Vous avez besoin de ce qui suit pour exécuter/tester libh :</p>
|
|
|
|
<ul>
|
|
<li>Port <a href="http://www.sigala.it/sergio/tvision/">TVision</a>
|
|
(devel/tvision).</li>
|
|
<li>Port <a href="http://www.scriptics.com/">TCL</a>
|
|
(version indifférente, 8.3 suggérée) (lang/tcl83)</li>
|
|
<li>Port <a href="http://doc.trolltech.com/">Qt 2</a>
|
|
(pour le moment). Notez qu'il vous faut installer à la fois
|
|
la version dynamique et la version statique (x11-toolkits/qt23
|
|
et x11-toolkits/qt2-static).</li>
|
|
</ul>
|
|
|
|
<p>Un port de libh est également disponible (misc/libh),
|
|
lequel installe un instantané des bibliothèques et des scripts TCL.
|
|
Cependant, ce n'est pas pour du développement.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|