- 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.
53 lines
1.7 KiB
XML
53 lines
1.7 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 email 'freebsd-www'>
|
|
<!ENTITY graphdir "">
|
|
<!ENTITY title "Statistiques sur les PR">
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.10
|
|
|
|
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
|
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
|
|
Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
|
|
-->
|
|
|
|
<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.support">
|
|
|
|
<hr/>
|
|
<h2>Corrigez/fermez un PR (rapport de bug) !</h2>
|
|
|
|
<p>C'est très simple, tout ce que vous avez à faire est de
|
|
suivre <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">
|
|
ce lien vers la base GNATS</a>,
|
|
trouver un PR, comprendre ce qu'il est nécessaire de corriger
|
|
et le faire.</p>
|
|
|
|
<p>Si vous êtes un committer, vous pouvez utiliser la commande
|
|
<tt>edit-pr</tt> pour clore les PRs.</p>
|
|
|
|
<p>Si vous n'êtes pas committer, envoyez un commentaire pour faire
|
|
suite au PR avec le texte :</p>
|
|
|
|
<center><pre>This PR can be closed</pre></center>
|
|
|
|
<p>sur une seule ligne, de manière à faciliter le travail
|
|
au committer qui s'en chargera plus tard.</p>
|
|
|
|
<p>Pour diverses statistiques au sujet la base PR, voyez <a
|
|
href="http://people.FreeBSD.org/~bsd/prstats/">ces graphiques et
|
|
rapports</a>.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|