Add community.sgml file.
This commit is contained in:
parent
1280cf4d90
commit
9074b7e2c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25971
2 changed files with 42 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/fr/Makefile,v 1.9 2005/10/05 18:47:07 blackend Exp $
|
||||
# $FreeBSD: www/fr/Makefile,v 1.10 2005/10/06 15:41:34 remko Exp $
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.107
|
||||
|
@ -13,10 +13,11 @@
|
|||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= about.sgml
|
||||
DOCS+= applications.sgml
|
||||
DOCS+= applications.sgml
|
||||
DOCS+= art.sgml
|
||||
DOCS+= auditors.sgml
|
||||
DOCS+= availability.sgml
|
||||
DOCS+= community.sgml
|
||||
DOCS+= docs.sgml
|
||||
DOCS+= features.sgml
|
||||
DOCS+= internet.sgml
|
||||
|
|
39
fr/community.sgml
Normal file
39
fr/community.sgml
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/community.sgml,v 1.2 2005/10/04 16:21:21 simon Exp $">
|
||||
<!ENTITY title "FreeBSD Community">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.2
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>FreeBSD bénéficie d'un support important de la part
|
||||
d'une communauté active.</p>
|
||||
|
||||
<p>Il existe plus d'une centaine de <a
|
||||
href="&enbase;/community/mailinglists.html">listes de diffusion</a>
|
||||
et plusieurs <a href="&enbase;/community/newsgroups.html">forums de
|
||||
discussion</a>. Il existe également de nombreux <a
|
||||
href="&enbase;/usergroups.html">groupes d'utilisateurs</a> de
|
||||
FreeBSD de part le monde, et aussi une communauté <a
|
||||
href="&enbase;/community/irc.html">IRC</a> active.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue