doc/fr/projects/libh.sgml
Hiroki Sato 5305bb945d www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>/share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:26:51 +00:00

66 lines
2.1 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/fr/projects/libh.sgml,v 1.4 2005/10/06 12:56:06 blackend Exp $">
<!ENTITY title 'Projet libh pour FreeBSD'>
<!ENTITY email 'freebsd-libh'>
<!ENTITY % navinclude.developers "INCLUDE">
]>
<!--
The FreeBSD French Documentation Project
Original revision: 1.10
Version francaise : Pierre CASTELLA <pcastella@free.fr>
-->
<html>
&header;
<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&eacute;-requis pour le projet</a></li>
</ul>
<h2>Vue d'ensemble</h2>
<dl>
<dt>Site des d&eacute;veloppeurs :</dt>
<dd><a href="http://rtp1.slowblink.com/~libh/">http://rtp1.slowblink.com/~libh/</a> (inclus snapshots, copies d'&eacute;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&eacute;p&ocirc;t CVS</dt>
<dd>Libh est disponible &agrave; 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&eacute;-requis pour le projet</a></h2>
<p>Vous avez besoin de ce qui suit pour ex&eacute;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&eacute;rente, 8.3 sugg&eacute;r&eacute;e) (lang/tcl83)</li>
<li>Port <a href="http://doc.trolltech.com/">Qt 2</a>
(pour le moment). Notez qu'il vous faut installer &agrave; 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 &eacute;galement disponible (misc/libh),
lequel installe un instantan&eacute; des biblioth&egrave;ques et des scripts TCL.
Cependant, ce n'est pas pour du d&eacute;veloppement.</p>
&footer;
</body>
</html>