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.
This commit is contained in:
parent
de3f531874
commit
5305bb945d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28475
795 changed files with 4878 additions and 36943 deletions
fr
Makefileabout.sgml
advocacy
applications.sgmlart.sgmlauditors.sgmlavailability.sgmlcommercial
commercial.sgmlconsulting.sgmlconsulting_bycat.sgmlhardware.sgmlmisc.sgmlsoftware.sgmlsoftware_bycat.sgml
community.sgmlcommunity
copyright
developers
docproj
current.sgmldoc-set.sgmldocproj.sgmlhandbook.sgmlhandbook3.sgmlsgml.sgmlsubmitting.sgmltranslations.sgmlwho.sgml
docs.sgmldocs
donations
events
features.sgmlgallery
gnome
Makefilecontact.sgml
includes.navabout.sgmlincludes.navcommunity.sgmlincludes.navdevelopers.sgmlincludes.navdocs.sgmlincludes.navdownload.sgmlincludes.navports.sgmlincludes.navsupport.sgmlincludes.sgmlindex.xsldocs
22knownissues.sgmlbugging.sgmlfaq.sgmlfaq2.sgmlgnome2_porting.sgmlgnome_porting.sgmlporting.sgmlvolunteer.sgml
includes.navgnome.sgmlincludes.navgnome.xslincludes.sgmlincludes.xslindex.xslnewsflash.xslrss.xslscreenshots.sgmlinternal
about.sgmlbylaws.sgmlcore-vote.sgmldeveloper.sgmlexpire-bits.sgmlhomepage.sgmlinternal.sgmlmachines.sgmlmirror.sgmlnew-account.sgmlphotos.sgmlreleng.sgmlstatistic.sgml
internet.sgmljava
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/fr/Makefile,v 1.17 2005/12/30 22:16:41 blackend Exp $
|
||||
# $FreeBSD: www/fr/Makefile,v 1.18 2006/05/09 16:59:17 blackend Exp $
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.107
|
||||
|
@ -56,7 +56,6 @@ SUBDIR+= java
|
|||
SUBDIR+= copyright
|
||||
SUBDIR+= developers
|
||||
SUBDIR+= search
|
||||
SUBDIR+= gallery
|
||||
SUBDIR+= projects
|
||||
SUBDIR+= prstats
|
||||
SUBDIR+= platforms
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/about.sgml,v 1.3 2006/01/08 21:22:21 blackend Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/about.sgml,v 1.4 2006/07/03 15:42:51 blackend Exp $">
|
||||
<!ENTITY title "A propos de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/advocacy/index.sgml,v 1.7 2005/11/18 22:18:17 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/advocacy/index.sgml,v 1.8 2005/12/31 11:26:15 blackend Exp $">
|
||||
<!ENTITY title "Projet d'Evangélisation FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/advocacy/myths.sgml,v 1.10 2006/01/21 15:32:00 blackend Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/advocacy/myths.sgml,v 1.11 2006/02/16 14:38:45 blackend Exp $">
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY title "Projet d'Evangélisation FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/applications.sgml,v 1.7 2005/10/05 18:47:07 blackend Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/applications.sgml,v 1.8 2006/02/13 17:53:03 blackend Exp $">
|
||||
<!ENTITY title "Les applications pour FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/art.sgml,v 1.1 2004/10/06 12:55:04 stephane Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/art.sgml,v 1.4 2005/10/06 12:56:02 blackend Exp $">
|
||||
<!ENTITY title "Ressources artistiques FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "developers.sgml"> %developers;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/auditors.sgml,v 1.5 2004/08/05 20:29:38 stephane Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/auditors.sgml,v 1.8 2005/10/06 12:56:02 blackend Exp $">
|
||||
<!ENTITY title "Projet de vérification du code source FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/availability.sgml,v 1.2 2003/11/06 16:43:58 stephane Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/availability.sgml,v 1.5 2005/10/06 12:56:02 blackend Exp $">
|
||||
<!ENTITY title "Sur la disponibilité de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/commercial.sgml,v 1.3 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/commercial.sgml,v 1.5 2005/10/06 12:56:02 blackend Exp $">
|
||||
<!ENTITY title "Sociétés commerciales">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/consulting.sgml,v 1.2 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/consulting.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Rubrique commerciale - Conseil">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
|
||||
<!ENTITY consulting SYSTEM "consulting.inc">
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/consulting_bycat.sgml,v 1.2 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/consulting_bycat.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Rubrique commerciale - Conseil">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
|
||||
<!ENTITY consultingbycat SYSTEM "consulting_bycat.inc">
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/hardware.sgml,v 1.2 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/hardware.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Commercial - Matériels">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
|
||||
<!ENTITY hardware SYSTEM "hardware.inc">
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/misc.sgml,v 1.2 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/misc.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Rubrique commerciale - Divers">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
|
||||
<!ENTITY misc SYSTEM "misc.inc">
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/software.sgml,v 1.2 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/software.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Commercial Vendors - Software">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
|
||||
<!ENTITY software SYSTEM "software.inc">
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/software_bycat.sgml,v 1.2 2004/01/06 17:31:39 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/commercial/software_bycat.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Rubrique commerciale - Logiciels">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.support "INCLUDE">
|
||||
<!ENTITY % vendorincludes SYSTEM "includes.sgml"> %vendorincludes;
|
||||
<!ENTITY softwarebycat SYSTEM "software_bycat.inc">
|
||||
]>
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/community.sgml,v 1.1 2005/10/10 20:43:12 blackend Exp $">
|
||||
<!doctype HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/community.sgml,v 1.2 2005/10/12 12:37:00 blackend Exp $">
|
||||
<!ENTITY title "Communauté FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.community "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/irc.sgml,v 1.1 2005/10/12 12:29:17 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/irc.sgml,v 1.2 2005/10/13 16:21:13 blackend Exp $">
|
||||
<!ENTITY title "IRC">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.community "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/mailinglists.sgml,v 1.4 2005/12/31 11:26:15 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/mailinglists.sgml,v 1.5 2006/02/03 11:54:53 blackend Exp $">
|
||||
<!ENTITY title "Mailing Lists">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.community "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/newsgroups.sgml,v 1.2 2005/10/13 16:21:13 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/newsgroups.sgml,v 1.3 2005/12/05 17:49:35 blackend Exp $">
|
||||
<!ENTITY title "Newsgroups">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.community "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/webresources.sgml,v 1.2 2005/10/13 16:21:13 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/community/webresources.sgml,v 1.3 2006/07/03 16:03:57 blackend Exp $">
|
||||
<!ENTITY title "Web Resources">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.community "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/copyright.sgml,v 1.6 2004/08/09 20:56:33 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/copyright.sgml,v 1.8 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Informations légales et Copyright FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/daemon.sgml,v 1.6 2004/08/05 20:29:38 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/daemon.sgml,v 1.8 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Le Démon BSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/freebsd-doc-license.sgml,v 1.1 2004/10/24 12:28:16 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/freebsd-doc-license.sgml,v 1.3 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "La licence de documentation FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/freebsd-license.sgml,v 1.7 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/freebsd-license.sgml,v 1.8 2006/03/09 21:26:15 blackend Exp $">
|
||||
<!ENTITY title "Le Copyright FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/license.sgml,v 1.3 2004/02/02 20:57:49 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/license.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Le Copyright 4.4BSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/trademarks.sgml,v 1.6 2005/10/29 09:21:57 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/copyright/trademarks.sgml,v 1.7 2006/07/03 16:03:57 blackend Exp $">
|
||||
<!ENTITY title "Légende des marques">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/developers/cvs.sgml,v 1.2 2005/12/17 10:58:29 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/developers/cvs.sgml,v 1.3 2006/02/13 17:53:03 blackend Exp $">
|
||||
<!ENTITY title "Dépôt CVS">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/current.sgml,v 1.3 2004/01/24 17:57:19 viny Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/current.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet de documentation de FreeBSD : Projects actuels">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
|
||||
<!ENTITY imagebase "&enbase;/gifs">
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/doc-set.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/doc-set.sgml,v 1.6 2005/12/05 17:49:35 blackend Exp $">
|
||||
<!ENTITY title "Projet de Documentation FreeBSD : Les différents documents">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/docproj.sgml,v 1.6 2004/10/06 14:12:50 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/docproj.sgml,v 1.8 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet de Documentation FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/handbook.sgml,v 1.3 2004/10/06 14:12:50 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/handbook.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet de Documentation FreeBSD : projets en cours">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
|
||||
<!ENTITY done "<font color='green'>Terminé</font>">
|
||||
<!ENTITY inprogress "<font color='blue'>En progrès</font>">
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/handbook3.sgml,v 1.4 2004/02/03 12:30:27 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/handbook3.sgml,v 1.6 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet de Documentation FreeBSD : Manuel de référence 3ème Edition">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY done "<font color='green'>Fait</font>">
|
||||
<!ENTITY inprogress "<font color='blue'>En progrès</font>">
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/sgml.sgml,v 1.8 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/sgml.sgml,v 1.9 2005/10/29 09:19:06 blackend Exp $">
|
||||
<!ENTITY title "Projet de documentation FreeBSD : SGML">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/submitting.sgml,v 1.7 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/submitting.sgml,v 1.8 2005/12/05 17:49:35 blackend Exp $">
|
||||
<!ENTITY title "Projet de documentation FreeBSD : Proposer de la documentation">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/translations.sgml,v 1.9 2005/11/29 18:10:50 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/translations.sgml,v 1.10 2006/01/21 15:32:01 blackend Exp $">
|
||||
<!ENTITY title "Projet de documentation FreeBSD : Traductions">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/who.sgml,v 1.5 2004/08/09 20:46:17 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docproj/who.sgml,v 1.7 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Le projet de documentation FreeBSD : qui sommes-nous?">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.194 2005/10/04 16:07:27 simon Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs.sgml,v 1.12 2005/10/18 21:02:45 blackend Exp $">
|
||||
<!ENTITY title "Documentation FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs/books.sgml,v 1.7 2006/01/08 21:22:21 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs/books.sgml,v 1.8 2006/03/09 21:26:15 blackend Exp $">
|
||||
<!ENTITY title "Livres et Articles en ligne">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
|
||||
<!ENTITY url.articles "../doc/en_US.ISO8859-1/articles">
|
||||
<!ENTITY url.books "../doc/en_US.ISO8859-1/books">
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs/man.sgml,v 1.3 2005/12/17 10:58:29 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs/man.sgml,v 1.4 2006/07/03 16:03:57 blackend Exp $">
|
||||
<!ENTITY title "Pages de manuel">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
|
||||
<!ENTITY url.mancgi "http://www.FreeBSD.org/cgi/man.cgi">
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs/webresources.sgml,v 1.2 2005/10/20 12:25:34 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/docs/webresources.sgml,v 1.3 2005/12/31 11:26:15 blackend Exp $">
|
||||
<!ENTITY title "Ressources Web">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/donations/donors.sgml,v 1.3 2004/02/03 14:49:51 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/donations/donors.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Page des donateurs de matériels">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/donations/index.sgml,v 1.3 2004/01/06 17:31:40 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/donations/index.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Coordination des donations au projet FreeBSD">
|
||||
<!ENTITY email 'donations'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/donations/wantlist.sgml,v 1.4 2004/02/05 17:20:56 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/donations/wantlist.sgml,v 1.6 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Liste des besoins des développeurs FreeBSD">
|
||||
<!ENTITY email 'donations'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/fr/events/Makefile,v 1.1 2004/03/06 17:33:18 stephane Exp $
|
||||
# $FreeBSD: www/fr/events/Makefile,v 1.2 2006/02/03 11:54:53 blackend Exp $
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.11
|
||||
|
@ -11,40 +11,13 @@
|
|||
.endif
|
||||
|
||||
# SUBDIR= 2002 2003
|
||||
DATE?= /bin/date
|
||||
TR?= /usr/bin/tr
|
||||
|
||||
DATA= events.css
|
||||
DATA= events.css
|
||||
|
||||
CLEANFILES+= curdate.xml
|
||||
XMLDOCS+= events:${XSL_EVENTS}:${XML_EVENTS_EVENTS}:
|
||||
DEPENDSET.events= events
|
||||
|
||||
XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2.
|
||||
|
||||
XMLDOCS+= events
|
||||
DEPENDSET.events= events curdate.xml
|
||||
SRCS.events= ../includes.xsl curdate.xml
|
||||
|
||||
XMLDOCS+= events_ics:${WEB_PREFIX}/share/sgml/events2ics.xsl:events.xml:events.ics
|
||||
|
||||
lint:
|
||||
${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/events.xml
|
||||
|
||||
.if !make(install)
|
||||
.PHONY: curdate.xml
|
||||
.endif
|
||||
curdate.xml:
|
||||
@${ECHO} "Generating ${.TARGET}"
|
||||
@${ECHO_CMD} '<?xml version="1.0"?>' > ${.TARGET}
|
||||
@${ECHO_CMD} '<curdate>' >> ${.TARGET}
|
||||
@${ECHO_CMD} -n ' <year>' >> ${.TARGET}
|
||||
@${DATE} +%Y | ${TR} -d "\n" >> ${.TARGET}
|
||||
@${ECHO_CMD} '</year>' >> ${.TARGET}
|
||||
@${ECHO_CMD} -n ' <month>' >> ${.TARGET}
|
||||
@${DATE} +%m | ${TR} -d "\n" >> ${.TARGET}
|
||||
@${ECHO_CMD} '</month>' >> ${.TARGET}
|
||||
@${ECHO_CMD} -n ' <day>' >> ${.TARGET}
|
||||
@${DATE} +%d | ${TR} -d "\n" >> ${.TARGET}
|
||||
@${ECHO_CMD} '</day>' >> ${.TARGET}
|
||||
@${ECHO_CMD} '</curdate>' >> ${.TARGET}
|
||||
XMLDOCS+= events_ics:${XSL_EVENTS_ICS}:${XML_EVENTS_EVENTS}:events.ics
|
||||
DEPENDSET.events_ics= events
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
|
@ -1,88 +0,0 @@
|
|||
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.1
|
||||
-->
|
||||
|
||||
<!-- DTD for events.xml on the FreeBSD website. -->
|
||||
|
||||
<!ELEMENT events (cvs:keywords?, event+)>
|
||||
|
||||
<!ELEMENT event (name?, url?, startdate, enddate, location, description?, link*)>
|
||||
<!ATTLIST event id ID #REQUIRED>
|
||||
|
||||
<!ELEMENT name (#PCDATA)>
|
||||
<!ELEMENT url (#PCDATA)>
|
||||
<!--
|
||||
Meaning of type attribute:
|
||||
freebsd-website:
|
||||
The URL is relative to the FreeBSD website root.
|
||||
The URL should start with a single "/".
|
||||
absolute:
|
||||
Normal absolute URL.
|
||||
-->
|
||||
<!ATTLIST url type (absolute|freebsd-website) "absolute">
|
||||
|
||||
<!ELEMENT startdate (year,month,day)>
|
||||
<!ELEMENT enddate (year,month,day)>
|
||||
<!ELEMENT year (#PCDATA)>
|
||||
<!ELEMENT month (#PCDATA)>
|
||||
<!ELEMENT day (#PCDATA)>
|
||||
|
||||
<!ELEMENT location (country?,state?,city?,site?,address?)>
|
||||
<!ELEMENT country (#PCDATA)>
|
||||
<!ELEMENT state (#PCDATA)>
|
||||
<!ELEMENT city (#PCDATA)>
|
||||
<!ELEMENT site (#PCDATA)>
|
||||
<!ELEMENT address (#PCDATA)>
|
||||
|
||||
<!ELEMENT description (#PCDATA|a|tt|i|b)*>
|
||||
|
||||
<!-- Misc HTML entities which might be used; just add more as needed -->
|
||||
<!ELEMENT a (#PCDATA)>
|
||||
<!ATTLIST a href CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT b (#PCDATA|a)*>
|
||||
<!ELEMENT i (#PCDATA|a)*>
|
||||
<!ELEMENT tt (#PCDATA|a)*>
|
||||
|
||||
<!--
|
||||
Link to a web page (local or remote) with additional information
|
||||
about the event. Can also be used for post-event comments/notes.
|
||||
-->
|
||||
<!ELEMENT link (name, url)>
|
||||
<!ATTLIST link type (photos|notes|other) "other">
|
||||
|
||||
<!-- Common CVS tags -->
|
||||
<!ELEMENT cvs:keywords (cvs:keyword+)>
|
||||
<!ATTLIST cvs:keywords xmlns:cvs CDATA #FIXED 'http://www.FreeBSD.org/XML/CVS'>
|
||||
<!ATTLIST cvs:keywords version CDATA #FIXED '1.0'>
|
||||
|
||||
<!ELEMENT cvs:keyword (#PCDATA)>
|
||||
<!ATTLIST cvs:keyword name CDATA #REQUIRED>
|
|
@ -1,263 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD: www/fr/events/events.xsl,v 1.2 2005/10/06 12:56:03 blackend Exp $
|
||||
-->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.6
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS"
|
||||
exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:variable name="section" select="'about'"/>
|
||||
|
||||
<xsl:variable name="curdate" select="document('curdate.xml')//curdate"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date">
|
||||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="email" select="'freebsd-www'"/>
|
||||
<xsl:variable name="title" select="'Evénements FreeBSD'"/>
|
||||
|
||||
<xsl:output method="xml" encoding="iso-8859-1"
|
||||
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
||||
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
|
||||
|
||||
<xsl:key name="event-by-month" match="event"
|
||||
use="concat(startdate/year, format-number(startdate/month, '00'))"/>
|
||||
|
||||
<!-- Template: events -->
|
||||
<xsl:template match="events">
|
||||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
<xsl:copy-of select="$header3"/>
|
||||
<!--
|
||||
Note the current date to have a reference, if the
|
||||
upcoming/past events are split incorrectly.
|
||||
-->
|
||||
<xsl:comment>
|
||||
<xsl:text>Généré le : </xsl:text>
|
||||
<xsl:value-of select="concat($curdate/year,
|
||||
format-number($curdate/month, '00'),
|
||||
format-number($curdate/day, '00'))"/>
|
||||
</xsl:comment>
|
||||
|
||||
<p>Si vous avez connaissance d'événements liés à FreeBSD, ou d'événements qui
|
||||
pourraient intéressés les utilisateurs FreeBSD, qui ne sont pas indiqués
|
||||
ici, veuillez envoyer tous les détails à <a
|
||||
href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> de manière
|
||||
à ce qu'ils puissent être ajoutés.</p>
|
||||
|
||||
<p>Les utilisateurs disposant d'un logiciel d'organisation comprenant le
|
||||
format iCalendar peuvent s'abonner au
|
||||
<a>
|
||||
<xsl:attribute name="href"><xsl:value-of select="$base"/>/events/events.ics</xsl:attribute>
|
||||
calendrier des événements FreeBSD</a>
|
||||
qui comprend tous les événements mentionnés ici.</p>
|
||||
|
||||
<h2 id="upcoming">
|
||||
<xsl:text>Evénements actuels / à venir :</xsl:text>
|
||||
</h2>
|
||||
|
||||
<xsl:for-each select="event[generate-id() =
|
||||
generate-id(key('event-by-month',
|
||||
concat(startdate/year, format-number(startdate/month, '00')))[1])
|
||||
and ((number(enddate/year) > number($curdate/year)) or
|
||||
(number(enddate/year) = number($curdate/year) and
|
||||
number(enddate/month) > number($curdate/month)) or
|
||||
(number(enddate/year) = number($curdate/year) and
|
||||
number(enddate/month) = number($curdate/month) and
|
||||
enddate/day >= $curdate/day))]">
|
||||
|
||||
<xsl:sort select="startdate/year" order="ascending"/>
|
||||
<xsl:sort select="format-number(startdate/month, '00')" order="ascending"/>
|
||||
<xsl:sort select="format-number(startdate/day, '00')" order="ascending"/>
|
||||
|
||||
<h3>
|
||||
<xsl:attribute name="id">
|
||||
<xsl:text>mois :</xsl:text>
|
||||
<xsl:value-of select="concat(startdate/year,
|
||||
format-number(startdate/month, '00'))"/>
|
||||
</xsl:attribute>
|
||||
<xsl:call-template name="gen-long-en-month">
|
||||
<xsl:with-param name="nummonth" select="startdate/month"/>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="startdate/year"/>
|
||||
</h3>
|
||||
|
||||
<ul>
|
||||
<xsl:for-each select="key('event-by-month',
|
||||
concat(startdate/year, format-number(startdate/month, '00')))">
|
||||
|
||||
<xsl:sort select="format-number(startdate/day, '00')" order="ascending"/>
|
||||
<xsl:apply-templates select="."/>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
</xsl:for-each>
|
||||
|
||||
<h2 id="past">
|
||||
<xsl:text>Evénements passés :</xsl:text>
|
||||
</h2>
|
||||
|
||||
<xsl:for-each select="event[generate-id() =
|
||||
generate-id(key('event-by-month', concat(startdate/year,
|
||||
format-number(startdate/month, '00')))[1])
|
||||
and ((number(enddate/year) < number($curdate/year)) or
|
||||
(number(enddate/year) = number($curdate/year) and
|
||||
number(enddate/month) < number($curdate/month)) or
|
||||
(number(enddate/year) = number($curdate/year) and
|
||||
number(enddate/month) = number($curdate/month) and
|
||||
number(enddate/day) < number($curdate/day)))]">
|
||||
|
||||
<xsl:sort select="number(startdate/year)" order="descending"/>
|
||||
<xsl:sort select="format-number(startdate/month, '00')" order="descending"/>
|
||||
<xsl:sort select="format-number(startdate/day, '00')" order="descending"/>
|
||||
|
||||
<h3>
|
||||
<xsl:attribute name="id">
|
||||
<xsl:text>mois :</xsl:text>
|
||||
<xsl:value-of select="concat(startdate/year,
|
||||
format-number(startdate/month, '00'))"/>
|
||||
</xsl:attribute>
|
||||
<xsl:call-template name="gen-long-en-month">
|
||||
<xsl:with-param name="nummonth" select="startdate/month"/>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="startdate/year"/>
|
||||
</h3>
|
||||
|
||||
<ul>
|
||||
<xsl:for-each select="key('event-by-month',
|
||||
concat(startdate/year, format-number(startdate/month, '00')))">
|
||||
|
||||
<xsl:sort select="format-number(startdate/day, '00')" order="descending"/>
|
||||
<xsl:apply-templates select="."/>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
</xsl:for-each>
|
||||
</div> <!-- contentwrap -->
|
||||
|
||||
<br class="clearboth" />
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Template: event -->
|
||||
<xsl:template match="event">
|
||||
<li>
|
||||
<xsl:attribute name="id">
|
||||
<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<p>
|
||||
<b>
|
||||
<xsl:if test="url">
|
||||
<xsl:apply-templates select="url"/>
|
||||
</xsl:if>
|
||||
<xsl:if test="not(url)">
|
||||
<xsl:value-of select="name"/>
|
||||
</xsl:if>
|
||||
</b>
|
||||
<xsl:if test="location/site!=''">
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of select="location/site"/>
|
||||
</xsl:if>
|
||||
<xsl:if test="location/city!=''">
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of select="location/city"/>
|
||||
</xsl:if>
|
||||
<xsl:if test="location/state!=''">
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of select="location/state"/>
|
||||
</xsl:if>
|
||||
<xsl:if test="location/country!=''">
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of select="location/country"/>
|
||||
</xsl:if>
|
||||
<br/>
|
||||
<em>
|
||||
<xsl:call-template name="gen-date-interval">
|
||||
<xsl:with-param name="startdate" select="startdate" />
|
||||
<xsl:with-param name="enddate" select="enddate" />
|
||||
</xsl:call-template>
|
||||
</em><br/>
|
||||
<xsl:copy-of select="description/child::node()"/>
|
||||
</p>
|
||||
<xsl:if test="link">
|
||||
<p><xsl:apply-templates select="link"/></p>
|
||||
</xsl:if>
|
||||
</li>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Template: link -->
|
||||
<xsl:template match="link">
|
||||
<xsl:apply-templates select="url"/>
|
||||
<xsl:if test="not(position()=last())">
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Template: url -->
|
||||
<xsl:template match="url">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@type='freebsd-website'">
|
||||
<xsl:value-of select="$base"/>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="../name"/>
|
||||
</a>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -1,109 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.1
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<!-- Generate a unique anchor for this event. -->
|
||||
<xsl:template name="generate-event-anchor">
|
||||
<xsl:text>événement :</xsl:text>
|
||||
<xsl:value-of select="@id"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Generic templates: -->
|
||||
|
||||
<!-- Convert a month number to the corresponding long English name. -->
|
||||
<xsl:template name="gen-long-en-month">
|
||||
<xsl:param name="nummonth"/>
|
||||
<xsl:variable name="month" select="number($nummonth)"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$month=1">Janvier</xsl:when>
|
||||
<xsl:when test="$month=2">Février</xsl:when>
|
||||
<xsl:when test="$month=3">Mars</xsl:when>
|
||||
<xsl:when test="$month=4">Avril</xsl:when>
|
||||
<xsl:when test="$month=5">Mai</xsl:when>
|
||||
<xsl:when test="$month=6">Juin</xsl:when>
|
||||
<xsl:when test="$month=7">Juillet</xsl:when>
|
||||
<xsl:when test="$month=8">Août</xsl:when>
|
||||
<xsl:when test="$month=9">Septembre</xsl:when>
|
||||
<xsl:when test="$month=10">Octobre</xsl:when>
|
||||
<xsl:when test="$month=11">Novembre</xsl:when>
|
||||
<xsl:when test="$month=12">Décembre</xsl:when>
|
||||
<xsl:otherwise>Mois invalide</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Generate a date interval. -->
|
||||
<!-- Sample: 27 November, 2002 - 29 December, 2003 -->
|
||||
<xsl:template name="gen-date-interval">
|
||||
<xsl:param name="startdate"/>
|
||||
<xsl:param name="enddate"/>
|
||||
|
||||
<xsl:value-of select="startdate/day"/>
|
||||
|
||||
<xsl:if test="number(startdate/month) != number(enddate/month) or
|
||||
number(startdate/day) != number(enddate/day) or
|
||||
number(startdate/year) != number(enddate/year)">
|
||||
|
||||
<xsl:if test="number(startdate/month) != number(enddate/month) or
|
||||
number(startdate/year) != number(enddate/year)">
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="gen-long-en-month">
|
||||
<xsl:with-param name="nummonth" select="startdate/month"/>
|
||||
</xsl:call-template>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="number(startdate/year) != number(enddate/year)">
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of select="startdate/year"/>
|
||||
</xsl:if>
|
||||
<xsl:text> - </xsl:text>
|
||||
|
||||
<xsl:if test="number(startdate/day) != number(enddate/day) or
|
||||
number(startdate/month) != number(enddate/month) or
|
||||
number(startdate/year) != number(enddate/year)">
|
||||
<xsl:value-of select="enddate/day"/>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="gen-long-en-month">
|
||||
<xsl:with-param name="nummonth" select="enddate/month"/>
|
||||
</xsl:call-template>
|
||||
|
||||
<xsl:text>, </xsl:text>
|
||||
<xsl:value-of select="enddate/year"/>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/features.sgml,v 1.1 2002/11/17 16:02:47 stephane Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/features.sgml,v 1.4 2005/10/06 12:56:02 blackend Exp $">
|
||||
<!ENTITY title "A propos des particularités technologiques de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,50 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.16
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
XSLTPROCFLAGS= --catalogs
|
||||
XSLT= ${SETENV} SGML_CATALOG_FILES=${PREFIX}/share/xml/dtd/xhtml/xhtml.soc \
|
||||
${XSLTPROC} ${XSLTPROCOPTS}
|
||||
|
||||
INDEXLINK= gallery.html
|
||||
|
||||
DATA+= gallery.html cgallery.html npgallery.html pgallery.html
|
||||
|
||||
CLEANFILES+= ${DATA}
|
||||
|
||||
gallery.html: gallery.xml gallery.xsl ../includes.xsl
|
||||
${XSLT} ${.CURDIR}/gallery.xsl ${.CURDIR}/gallery.xml > ${.TARGET}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
cgallery.html: gallery.xml gallery-entry.xsl
|
||||
${XSLT} --param type \'commercial\' \
|
||||
${.CURDIR}/gallery-entry.xsl ${.CURDIR}/gallery.xml > ${.TARGET}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
npgallery.html: gallery.xml gallery-entry.xsl
|
||||
${XSLT} --param type \'nonprofit\' \
|
||||
${.CURDIR}/gallery-entry.xsl ${.CURDIR}/gallery.xml > ${.TARGET}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
pgallery.html: gallery.xml gallery-entry.xsl
|
||||
${XSLT} --param type \'personal\' \
|
||||
${.CURDIR}/gallery-entry.xsl ${.CURDIR}/gallery.xml > ${.TARGET}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
|
@ -1,57 +0,0 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
# This script is dedicated to check existing gallery XML file.
|
||||
# Check its URLs for duplicates and fixup incorrectly submitted ones.
|
||||
#
|
||||
# History:
|
||||
# 31082001 Alexey Zelkin Initial version
|
||||
#
|
||||
# Usage:
|
||||
# fixurls.pl gallery.xml output.xml
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
if (-f $ARGV[0]) {
|
||||
$src = $ARGV[0];
|
||||
} else {
|
||||
die "Could not open source file!"
|
||||
}
|
||||
|
||||
if ($ARGV[1] eq "") {
|
||||
die "Could not open output file!"
|
||||
} else {
|
||||
$dst = $ARGV[1];
|
||||
}
|
||||
|
||||
open (SRC, $src);
|
||||
open (DST, ">$dst");
|
||||
|
||||
while (<SRC>) {
|
||||
if ($_ =~ /\<url\>.*\<\/url\>/) {
|
||||
chomp;
|
||||
s/.*url\>(.*)\<\/url.*/$1/;
|
||||
next if ($_ eq "");
|
||||
# add "http://" at the begining of the url unless it (or any
|
||||
# other (like "ftp://") protocol is already specified
|
||||
$_ = "http://" . $_ unless (m/^[a-z]*:\/\/.*$/);
|
||||
if (defined $hhash{$_}) {
|
||||
$hhash{$_}++;
|
||||
} else {
|
||||
$hhash{$_} = 1;
|
||||
}
|
||||
print DST " <url>$_</url>\n";
|
||||
} else {
|
||||
print DST $_;
|
||||
}
|
||||
}
|
||||
|
||||
close (SRC);
|
||||
close (DST);
|
||||
|
||||
print "Duplicated URLs:\n";
|
||||
foreach $key (sort keys %hhash) {
|
||||
print "$hhash{$key}: $key\n" if ($hhash{$key} > 1);
|
||||
}
|
|
@ -1,122 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.2
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:variable name="section" select="'about'"/>
|
||||
|
||||
<!-- Should be set on the command line, specifies the type of entries to
|
||||
include in the output. One of "commercial", "nonprofit", or
|
||||
"personal" -->
|
||||
<xsl:param name="type"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/gallery/gallery-entry.xsl,v 1.1 2003/08/17 12:22:28 stephane Exp $'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"/>
|
||||
|
||||
<xsl:variable name="title">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$type = 'commercial'">Galerie - Commercial</xsl:when>
|
||||
<xsl:when test="$type = 'nonprofit'">Galerie - Organisations à but non-lucratif</xsl:when>
|
||||
<xsl:when test="$type = 'personal'">Galerie - Pages personnelles</xsl:when>
|
||||
<xsl:otherwise>
|
||||
Unknown value for $type: <xsl:value-of select="$type"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="commercial-intro">
|
||||
<p>A travers le monde entier, FreeBSD fait fonctionner des applications et
|
||||
des services Internet innovants. Cette galerie expose les organisations
|
||||
commerciales qui ont utilisé FreeBSD pour réaliser leurs travaux. Regardez
|
||||
et découvrez tout ce que FreeBSD peut faire pour <b>vous</b>.</p>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="nonprofit-intro">
|
||||
<p>A travers le monde entier, FreeBSD fait fonctionner des applications et
|
||||
des services Internet innovants. Cette galerie expose les organisations
|
||||
à but non-lucratif qui ont utilisé FreeBSD pour réaliser leurs travaux. Regardez
|
||||
et découvrez tout ce que FreeBSD peut faire pour <b>vous</b>.</p>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="personal-intro">
|
||||
<p>A travers le monde entier, FreeBSD fait fonctionner des applications et
|
||||
des services Internet innovants. Cette galerie expose les sites
|
||||
personnels qui ont utilisé FreeBSD pour réaliser leurs travaux. Regardez
|
||||
et découvrez tout ce que FreeBSD peut faire pour <b>vous</b>.</p>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:template match="gallery">
|
||||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<xsl:choose>
|
||||
<xsl:when test="$type = 'commercial'">
|
||||
<xsl:copy-of select="$commercial-intro"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="$type = 'nonprofit'">
|
||||
<xsl:copy-of select="$nonprofit-intro"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="$type = 'personal'">
|
||||
<xsl:copy-of select="$personal-intro"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p>No clue what to put here for $type =
|
||||
<xsl:value-of select="$type">.</xsl:value-of></p>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
<ul>
|
||||
<!-- Select all entries of the correct type, doing a case
|
||||
insensitive sort -->
|
||||
<xsl:apply-templates select="entry[@type = $type]">
|
||||
<xsl:sort select="translate(string(./name),
|
||||
'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
|
||||
'abcdefghijklmnopqrstuvwxyz')"/>
|
||||
</xsl:apply-templates>
|
||||
</ul>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="entry">
|
||||
<xsl:variable name="url"><xsl:value-of select="url"/></xsl:variable>
|
||||
<li><a href="{$url}"><b><xsl:value-of select="name"/></b></a> --
|
||||
<xsl:value-of select="descr"/></li>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
26819
fr/gallery/gallery.xml
26819
fr/gallery/gallery.xml
File diff suppressed because it is too large
Load diff
|
@ -1,117 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.1
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:variable name="section" select="'about'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="title" select="'La Galerie FreeBSD'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/gallery/gallery.xsl,v 1.2 2003/12/29 17:23:43 stephane Exp $'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"/>
|
||||
|
||||
<xsl:template match="gallery">
|
||||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<p>A travers le monde entier, FreeBSD fait fonctionner des applications
|
||||
et des services Internet innovants. Cette galerie expose <xsl:value-of
|
||||
select="count(//entry)"/> organisations et particuliers qui ont utilisé
|
||||
FreeBSD pour réaliser leurs travaux. Regardez et découvrez tout ce que
|
||||
FreeBSD peut faire pour <b>vous</b>.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="cgallery.html"><xsl:value-of
|
||||
select="count(//entry[@type='commercial'])"/> organisations
|
||||
commerciales</a></li>
|
||||
<li><a href="npgallery.html"><xsl:value-of
|
||||
select="count(//entry[@type='nonprofit'])"/> organisations
|
||||
à but non-lucratif</a></li>
|
||||
<li><a href="pgallery.html"><xsl:value-of
|
||||
select="count(//entry[@type='personal'])"/> sites
|
||||
personnels</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Pour voir votre site ajouté à ces listes, remplissez simplement
|
||||
<a href="http://www.FreeBSD.org/cgi/gallery.cgi">ce formulaire</a>.</p>
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td align="left"><img src="{$enbase}/gifs/powerlogo.gif" alt=""
|
||||
align="left" border="0"/></td>
|
||||
|
||||
<td align="left"><img src="{$enbase}/gifs/power-button.gif" alt=""
|
||||
align="left" border="0"/></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="right"><img src="{$enbase}/gifs/pbfbsd2.gif" width="171"
|
||||
height="64" border="0"/></td>
|
||||
|
||||
<td align="right"><img src="{$enbase}/gifs/powerani.gif" width="171"
|
||||
height="64"/></td>
|
||||
|
||||
<td align="right"><img src="{$enbase}/gifs/fhp_mini.jpg" width="171"
|
||||
height="64"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p align="center"><img src="{$enbase}/gifs/banner1.gif" alt=""
|
||||
width="446" height="63" border="0"/></p>
|
||||
|
||||
<p align="center"><img src="{$enbase}/gifs/banner2.gif" alt="" width="310"
|
||||
height="63" border="0"/></p>
|
||||
|
||||
<p align="center"><img src="{$enbase}/gifs/banner3.gif" alt="" width="250"
|
||||
height="35" border="0"/></p>
|
||||
|
||||
<p align="center"><img src="{$enbase}/gifs/banner4.gif" alt="" width="225"
|
||||
height="46" border="0"/></p>
|
||||
|
||||
<p>Les logos "Fonctionne grâce à FreeBSD" ("Powered by FreeBSD") visibles ci-dessus peuvent être
|
||||
<a href="{$enbase}/gifs/powerlogo.gif">téléchargés</a> et affichés sur les pages
|
||||
d'accueils de sites personnels ou commerciaux fonctionnant sous FreeBSD. L'utilisation de
|
||||
ce logo ou des <a
|
||||
href="../copyright/daemon.html">Démons BSD</a> dans un but lucratif
|
||||
nécessite l'accord de <a href="mailto:taob@risc.org">Brian Tao</a>
|
||||
(créateur du logo "Fonctionne grâce à FreeBSD") et de <a
|
||||
href="mailto:mckusick@mckusick.com">Marshall Kirk McKusick</a>
|
||||
(détenteur de la marque relative à l'image du Démon BSD).</p>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
|
@ -1,57 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This script is dedicated to help gallery maintainer to parse source
|
||||
# mailbox which contains letters submitted by
|
||||
# http://www.FreeBSD.org/cgi/gallery.cgi and merge parsed information into
|
||||
# existing gallery.xml file.
|
||||
#
|
||||
# History:
|
||||
# 31082001 Alexey Zelkin Initial version
|
||||
#
|
||||
# Usage:
|
||||
# merge-mbox.sh src.mbox output.xml
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.1
|
||||
|
||||
# source file
|
||||
if ! [ -f "$1" ]; then
|
||||
echo "Could not open source mbox!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# destination file (copy of gallery.xml plus new items)
|
||||
if [ "$2" = "" ]; then
|
||||
echo "You must specify output file name!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# cleanup mailbox
|
||||
/usr/bin/egrep "^[commercial,nonprofit,personal]" $1 | /usr/bin/uniq | /usr/bin/sort > TMP.mbox
|
||||
|
||||
# make a copy of gallery.xml except closing </gallery> tag
|
||||
/usr/bin/grep -v "^<\/gallery>$" gallery.xml > $2
|
||||
|
||||
# add XMLized new items
|
||||
awk -F'\t' '{ \
|
||||
print " <entry type=\""$1"\">"; \
|
||||
print " <name>"$2"</name>"; \
|
||||
print " <url>"$3"</url>"; \
|
||||
print " <descr>"$4"</descr>"; \
|
||||
print " <email>"$5"</email>"; \
|
||||
print " </entry>"; \
|
||||
print ""; \
|
||||
}' TMP.mbox >> $2
|
||||
|
||||
# add closing XML tag
|
||||
echo "</gallery>" >> $2
|
||||
|
||||
# fixup URLs
|
||||
mv $2 $2.tmp
|
||||
/usr/bin/perl fixurls.pl $2.tmp $2
|
||||
|
||||
# cleanup
|
||||
rm $2.tmp
|
||||
rm TMP.mbox
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/fr/gnome/Makefile,v 1.1 2003/12/15 16:05:02 stephane Exp $
|
||||
# $FreeBSD: www/fr/gnome/Makefile,v 1.2 2006/01/09 19:54:30 blackend Exp $
|
||||
|
||||
# The FreeBSD French Documentation Project
|
||||
# Original revision: 1.23
|
||||
|
@ -19,10 +19,6 @@ DOCS+= contact.sgml
|
|||
# DATA= gnome_upgrade.sh
|
||||
# DATA+= gnomelogalyzer.sh
|
||||
|
||||
SGML_INCLUDES+= includes.navgnome.sgml
|
||||
|
||||
SRCS.DEFAULT= includes.xsl
|
||||
SRCS.DEFAULT+= includes.navgnome.xsl
|
||||
XML.DEFAULT= news.xml
|
||||
|
||||
XMLDOCS= index
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/contact.sgml,v 1.10 2005/10/06 12:52:39 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/contact.sgml,v 1.11 2006/01/09 19:54:30 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : Nous contacter">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navgnome.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/22knownissues.sgml,v 1.2 2004/01/06 17:31:40 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/22knownissues.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : problèmes connus avec GNOME 2.2">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/bugging.sgml,v 1.4 2004/01/23 00:06:30 viny Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/bugging.sgml,v 1.6 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : rapporter un bug">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/faq.sgml,v 1.2 2004/01/06 17:31:40 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/faq.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : FAQ GNOME 1.4">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/faq2.sgml,v 1.2 2004/01/06 17:31:40 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/faq2.sgml,v 1.4 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : FAQ GNOME 2.2">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/gnome2_porting.sgml,v 1.7 2006/03/01 20:39:40 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/gnome2_porting.sgml,v 1.8 2006/05/03 18:26:54 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : Composants GNOME 2">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/gnome_porting.sgml,v 1.4 2004/01/23 00:06:30 viny Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/gnome_porting.sgml,v 1.6 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : Composants GNOME indépendants du bureau">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/porting.sgml,v 1.3 2004/01/06 17:31:40 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/porting.sgml,v 1.5 2005/10/06 12:56:03 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : Comment créer un port">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/volunteer.sgml,v 1.7 2006/03/01 20:39:40 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/volunteer.sgml,v 1.8 2006/05/03 18:26:54 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : Comment participer">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/gnome/includes.navgnome.sgml,v 1.1 2006/01/09 19:53:57 blackend Exp $ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.3
|
||||
-->
|
||||
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/gnome/index.html">FreeBSD/GNOME</a>
|
||||
<ul>
|
||||
<li><a href="&base;/gnome/docs/faq2.html#q1">Instructions d'installation</a></li>
|
||||
<li><a href="&enbase;/gnome/docs/faq214.html#q2">Instructions de mise à jour</a></li>
|
||||
<li><a href="&enbase;/gnome/../ports/gnome.html">Applications disponibles</a></li>
|
||||
<li><a href="&base;/gnome/docs/volunteer.html">Comment participer</a></li>
|
||||
<li><a href="&base;/gnome/docs/bugging.html">Rapporter un bogue</a></li>
|
||||
<li><a href="&base;/gnome/screenshots.html">Captures d'écran</a></li>
|
||||
<li><a href="&base;/gnome/contact.html">Nous contacter</a></li>
|
||||
</ul>
|
||||
<li><a href="&base;/gnome/index.html">Documentation</a>
|
||||
<ul>
|
||||
<li><a href="&base;/gnome/docs/faq2.html">FAQ</a></li>
|
||||
<li><a href="&enbase;/gnome/docs/faq214.html">FAQ mise à jour 2.10 à 2.12</a></li>
|
||||
<li><a href="&enbase;/gnome/docs/develfaq.html">FAQ branche de développement</a></li>
|
||||
<li><a href="&base;/gnome/docs/porting.html">Création des ports</a></li>
|
||||
<li><a href="&enbase;/gnome/docs/faq214.html#q5">Problèmes connus</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,44 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/fr/gnome/includes.navgnome.xsl,v 1.2 2006/05/03 18:26:53 blackend Exp $ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.6
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
||||
<xsl:variable name="gnome_sidenav">
|
||||
<div id="SIDEWRAP">
|
||||
|
||||
<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="{$base}/gnome/index.html">FreeBSD/GNOME</a>
|
||||
<ul>
|
||||
<li><a href="{$base}/gnome/docs/faq2.html#q1">Instructions d'installation</a></li>
|
||||
<li><a href="{$enbase}/gnome/docs/faq214.html#q2">Instructions de mise à jour</a></li>
|
||||
<li><a href="{$enbase}/gnome/../ports/gnome.html">Applications disponibles</a></li>
|
||||
<li><a href="{$base}/gnome/docs/volunteer.html">Comment participer</a></li>
|
||||
<li><a href="{$base}/gnome/docs/bugging.html">Rapporter un bogue</a></li>
|
||||
<li><a href="{$base}/gnome/screenshots.html">Captures d'écran</a></li>
|
||||
<li><a href="{$base}/gnome/contact.html">Nous contacter</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/gnome/index.html">Documentation</a>
|
||||
<ul>
|
||||
<li><a href="{$base}/gnome/docs/faq2.html">FAQ</a></li>
|
||||
<li><a href="{$enbase}/gnome/docs/faq214.html">FAQ mise à jour 2.12 à 2.14</a></li>
|
||||
<li><a href="{$enbase}/gnome/docs/develfaq.html">FAQ branche de développement</a></li>
|
||||
<li><a href="{$base}/gnome/docs/porting.html">Création des ports</a></li>
|
||||
<li><a href="{$enbase}/gnome/docs/faq214.html#q5">Problèmes connus</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->
|
||||
|
||||
</div> <!-- sidewrap -->
|
||||
</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
|
@ -1,14 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/gnome/includes.sgml,v 1.6 2006/02/03 11:54:54 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.13
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Version francaise (mise a jour) : Vincent Tougait <viny@FreeBSD-FR.org>
|
||||
-->
|
||||
|
||||
<!ENTITY email 'freebsd-gnome'>
|
||||
<!ENTITY gnomeoldver '2.12'>
|
||||
<!ENTITY gnomever '2.14'>
|
||||
<!ENTITY gnomedevelver '2.15'>
|
|
@ -1,34 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/fr/gnome/includes.xsl,v 1.3 2006/02/03 11:54:54 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.13
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="newshome">
|
||||
<a href="{$base}/news/news.html">Accueil Nouvelles FreeBSD</a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="gnomever">
|
||||
2.14
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="gnomedevelver">
|
||||
2.15
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Generate a unique anchor for this event -->
|
||||
<xsl:template name="generate-event-anchor">
|
||||
<xsl:text>event</xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/>
|
||||
<xsl:value-of select="ancestor::month/name"/>
|
||||
<xsl:value-of select="ancestor::day/name"/>:<xsl:value-of select="count(preceding-sibling::event)"/>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
|
@ -1,4 +1,10 @@
|
|||
<!-- $FreeBSD: www/fr/gnome/index.xsl,v 1.5 2006/05/03 18:26:53 blackend Exp $ -->
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY base "..">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD">
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
]>
|
||||
<!-- $FreeBSD: www/fr/gnome/index.xsl,v 1.6 2006/07/03 16:03:57 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
|
@ -12,32 +18,29 @@
|
|||
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
|
||||
exclude-result-prefixes="rdf rdf1" version="1.0">
|
||||
|
||||
<xsl:import href="includes.navgnome.xsl"/>
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/index.xsl,v 1.5 2006/05/03 18:26:53 blackend Exp $'"/>
|
||||
<xsl:variable name="section" select="'gnome'"/>
|
||||
<xsl:variable name="title" select="'Projet GNOME pour FreeBSD'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/index.xsl,v 1.6 2006/07/03 16:03:57 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="''"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
&header1;
|
||||
<body>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
&header2;
|
||||
|
||||
<div id="content">
|
||||
<xsl:copy-of select="$gnome_sidenav"/>
|
||||
<div id="CONTENT">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="contentwrap">
|
||||
<div id="CONTENTWRAP">
|
||||
<div id="rightwrap">
|
||||
<div class="rightnav">
|
||||
|
||||
|
@ -99,11 +102,11 @@
|
|||
</div> <!-- rightnav -->
|
||||
</div> <!-- rightwrap -->
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
&header3;
|
||||
|
||||
<h2>Qu'est-ce que GNOME ?</h2>
|
||||
|
||||
<img src="{$enbase}/gnome/images/gnome.png" align="right"
|
||||
<img src="&enbase;/gnome/images/gnome.png" align="right"
|
||||
border="0" alt="GNOME Logo"/>
|
||||
|
||||
<p>GNOME est un environnement de travail complet, et une
|
||||
|
@ -125,7 +128,7 @@
|
|||
<h2>Mise à jour vers GNOME 2.14 ?</h2>
|
||||
|
||||
<p>Si vous mettez à jour de GNOME 2.12 à GNOME 2.14, lisez
|
||||
<a href="{$enbase}/gnome/docs/faq214.html">la FAQ de mise à jour</a> pour des instructions
|
||||
<a href="&enbase;/gnome/docs/faq214.html">la FAQ de mise à jour</a> pour des instructions
|
||||
de mise à jour.</p>
|
||||
|
||||
<h2>Statut du port</h2>
|
||||
|
@ -140,7 +143,7 @@
|
|||
<p>GNOME est simple et facile à compiler en utilisant les ports FreeBSD, mais
|
||||
parfois les choses tournent mal. Si GNOME -- ou quelque chose qui utilise
|
||||
les bibliothèques GNOME -- ne se compile pas comme il devrait, exécutez simplement l'outil
|
||||
<a href="{$enbase}/gnome/gnomelogalyzer.sh">gnomelogalyzer.sh</a>
|
||||
<a href="&enbase;/gnome/gnomelogalyzer.sh">gnomelogalyzer.sh</a>
|
||||
depuis le répertoire du port récalcitrant, et laissez le gnomelogalyzer
|
||||
trouver ce qui va mal et le corriger !</p>
|
||||
|
||||
|
@ -174,7 +177,10 @@
|
|||
|
||||
<br class="clearboth" />
|
||||
</div> <!-- content -->
|
||||
<xsl:copy-of select="$footer"/>
|
||||
<div id="FOOTER">
|
||||
©right;<br />
|
||||
&date;
|
||||
</div> <!-- FOOTER -->
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</body>
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY base "..">
|
||||
<!ENTITY title "Nouvelles sur le projet GNOME pour FreeBSD">
|
||||
<!ENTITY email "freebsd-gnome">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/fr/gnome/newsflash.xsl,v 1.4 2006/01/09 19:54:30 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/gnome/newsflash.xsl,v 1.5 2006/02/03 11:54:54 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
|
@ -12,62 +19,47 @@
|
|||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS" exclude-result-prefixes="cvs">
|
||||
|
||||
<xsl:import href="includes.navgnome.xsl"/>
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="title" select="'Nouvelles sur le projet GNOME pour FreeBSD'"/>
|
||||
<xsl:variable name="date">
|
||||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="section" select="'developers'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"/>
|
||||
|
||||
<xsl:template match="news">
|
||||
<html>
|
||||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
&header1;
|
||||
<body>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
&header2;
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
<div id="CONTENT">
|
||||
<div id="SIDEWRAP">
|
||||
&nav;
|
||||
</div> <!-- SIDEWRAP -->
|
||||
|
||||
<div id="content">
|
||||
<xsl:copy-of select="$gnome_sidenav"/>
|
||||
<div id="CONTENTWRAP">
|
||||
&header3;
|
||||
|
||||
<div id="contentwrap">
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<!-- Notice how entity references in SGML become variable references
|
||||
in the stylesheet, and that the syntax for referring to variables
|
||||
inside an attribute is "{$variable}".
|
||||
|
||||
This is just dis-similar enough to Perl and the shell that you
|
||||
end up writing ${variable} all the time, and then scratch your
|
||||
head wondering why the stylesheet isn't working.-->
|
||||
|
||||
<!-- Also notice that because this is now XML and not SGML, empty
|
||||
elements, like IMG, must have a trailing "/" just inside the
|
||||
closing angle bracket, like this " ... />" -->
|
||||
<img src="{$enbase}/gifs/news.jpg" align="right" border="0" width="193"
|
||||
<img src="&enbase;/gifs/news.jpg" align="right" border="0" width="193"
|
||||
height="144" alt="FreeBSD GNOME News"/>
|
||||
|
||||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
<xsl:call-templates name="html-news-list-homelink" />
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
|
||||
<br class="clearboth" />
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
<div id="FOOTER">
|
||||
©right;<br />
|
||||
&date;
|
||||
</div> <!-- FOOTER -->
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
</body>
|
||||
|
@ -101,35 +93,11 @@
|
|||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::month/name"/>,
|
||||
<xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text>
|
||||
<xsl:apply-templates select="p"/>
|
||||
<xsl:copy-of select="p"/>
|
||||
</p>
|
||||
|
||||
</li>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="date"/> <!-- Deliberately left blank -->
|
||||
|
||||
<xsl:template match="i">
|
||||
<i><xsl:value-of select="self::i"/></i>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- When the href attribute contains a '$base', expand it to the current
|
||||
value of the $base variable. -->
|
||||
|
||||
<!-- All your $base are belong to us. Ho ho ho -->
|
||||
<xsl:template match="a">
|
||||
<a><xsl:attribute name="href">
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains(@href, '$base')">
|
||||
<xsl:value-of select="concat(substring-before(@href, '$base'), $base, substring-after(@href, '$base'))"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="@href"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:attribute>
|
||||
<xsl:apply-templates/>
|
||||
</a>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
<!-- $FreeBSD: www/fr/gnome/rss.xsl,v 1.1 2003/12/15 15:41:15 stephane Exp $ -->
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY base "..">
|
||||
<!ENTITY title "Système de nouvelles du Projet GNOME pour FreeBSD">
|
||||
]>
|
||||
<!-- $FreeBSD: www/fr/gnome/rss.xsl,v 1.2 2005/12/17 10:58:29 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
|
@ -11,12 +17,9 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/rss.xsl,v 1.1 2003/12/15 15:41:15 stephane Exp $'"/>
|
||||
<xsl:variable name="title" select="'Système de nouvelles du Projet GNOME pour FreeBSD'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/rss.xsl,v 1.2 2005/12/17 10:58:29 blackend Exp $'"/>
|
||||
|
||||
<xsl:output type="xml" />
|
||||
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/screenshots.sgml,v 1.9 2006/04/06 20:01:40 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/gnome/screenshots.sgml,v 1.10 2006/05/03 18:26:53 blackend Exp $">
|
||||
<!ENTITY title "Projet GNOME pour FreeBSD : Captures d'écrans">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navgnome.sgml"> %navincludes;
|
||||
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/includes.navabout.sgml,v 1.1 2005/10/05 20:09:16 blackend Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/about.html">A propos</a></li>
|
||||
<li><a href="&base;/features.html">Fonctionnalités</a></li>
|
||||
<li><a href="&base;/applications.html">Applications</a></li>
|
||||
<li><a href="&base;/internet.html">Internet</a></li>
|
||||
<li><a href="&base;/advocacy/">Prosélytisme</a></li>
|
||||
<li><a href="&enbase;/marketing/">Marketing</a></li>
|
||||
<li><a href="&base;/news/newsflash.html">Nouvelles du projet</a></li>
|
||||
<li><a href="&base;/events/events.html">Evénements</a></li>
|
||||
<li><a href="&base;/news/press.html">Dans la presse</a></li>
|
||||
<li><a href="&base;/art.html">Ressources artistique</a></li>
|
||||
<li><a href="&base;/logo.html">Logo</a></li>
|
||||
<li><a href="&base;/donations/">Donations</a></li>
|
||||
<li><a href="&base;/copyright/">Informations légales</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,13 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/includes.navcommunity.sgml,v 1.2 2005/10/11 16:37:30 blackend Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/community.html">Communauté</a></li>
|
||||
<li><a href="&base;/community/mailinglists.html">Listes de diffusion</a></li>
|
||||
<li><a href="&base;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&base;/community/newsgroups.html">Forums de discussion</a></li>
|
||||
<li><a href="&enbase;/usergroups.html">Groupes d'utilisateurs</a></li>
|
||||
<li><a href="&base;/community/webresources.html">Ressources Web</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,34 +0,0 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD: www/fr/includes.navdevelopers.sgml,v 1.4 2006/01/14 17:34:08 blackend Exp $
|
||||
Original revision: 1.7
|
||||
based on ../share/sgml/includes.navdevelopers.sgml
|
||||
-->
|
||||
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/projects/index.html">Développement</a></li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/books/developers-handbook">Manuel du développeur</a></li>
|
||||
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/porters-handbook">Manuel du porteur d'application</a></li>
|
||||
<li><a href="&base;/developers/cvs.html">Dépôt CVS</a></li>
|
||||
<li><a href="&base;/releng/index.html">Production des versions</a></li>
|
||||
<li><a href="&base;/platforms/">Plates-formes</a>
|
||||
<ul>
|
||||
<li><a href="&base;/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="&base;/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="&base;/platforms/arm.html">ARM</a></li>
|
||||
<li><a href="&base;/platforms/i386.html">i386</a></li>
|
||||
<li><a href="&base;/platforms/ia64/index.html">ia64</a></li>
|
||||
<li><a href="&base;/platforms/mips.html">MIPS</a></li>
|
||||
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="&base;/platforms/ppc.html">ppc</a></li>
|
||||
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
|
||||
<li><a href="&base;/platforms/xbox.html">xbox</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/articles/contributing/index.html">Contribuer</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,20 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/includes.navdocs.sgml,v 1.2 2005/10/06 14:20:31 blackend Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/docs.html">Documentation</a></li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/books/faq/">FAQ</a></li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/books/handbook/">Manuel de Référence</a></li>
|
||||
<li><a href="&base;/docs/man.html">Pages de manuel</a>
|
||||
<ul>
|
||||
<li><a href="&cgibase;/man.cgi">Pages de manuel en ligne</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/docs/books.html">Livres et articles en ligne</a></li>
|
||||
<li><a href="&base;/publish.html">Publications</a></li>
|
||||
<li><a href="&base;/docs/webresources.html">Ressources Web</a></li>
|
||||
<li><a href="&base;/projects/newbies.html">Pour les débutants</a></li>
|
||||
<li><a href="&base;/docproj/">Projet de Documentation</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,30 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/includes.navdownload.sgml,v 1.3 2005/12/31 11:26:15 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original Revision: 1.5
|
||||
|
||||
-->
|
||||
|
||||
<!ENTITY % relincludes SYSTEM "../share/sgml/includes.release.sgml"> %relincludes;
|
||||
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/where.html">Obtenir FreeBSD</a></li>
|
||||
<li><a href="&base;/releases/">Information sur les versions</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/&u.rel.announce;">Version de production: &rel.current;</a></li>
|
||||
<li><a href="&enbase;/&u.rel2.announce;">Version (ancienne) de production: &rel2.current;</a></li>
|
||||
<li><a href="&base;/snapshots/">Instantanés</a></li>
|
||||
<![ %beta.testing; [
|
||||
<li><a href="&u.betarel.schedule;">Version à venir: &betarel.current;</a></li>
|
||||
]]>
|
||||
<![ %beta2.testing; [
|
||||
<li><a href="&u.betarel2.schedule;">Version à venir: &betarel2.current;</a></li>
|
||||
]]>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/ports/">Applications disponibles</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,23 +0,0 @@
|
|||
<!--
|
||||
$FreeBSD$
|
||||
Original revision: 1.1
|
||||
based on ../share/sgml/includes.navports.sgml
|
||||
-->
|
||||
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/ports/index.html">À propos des ports</a></li>
|
||||
<li><a href="&base;/ports/installing.html">Installation</a></li>
|
||||
<li><a href="&base;/ports/updating.html">Mise à jour</a></li>
|
||||
<li><a href="&base;/ports/searching.html">Recherche</a></li>
|
||||
<li> Catégories
|
||||
<ul>
|
||||
<li><a href="&base;/ports/categories-alpha.html">classées par ordre alphabétique</a></li>
|
||||
<li><a href="&base;/ports/categories-grouped.html">classées par groupes</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/ports/master-index.html">Liste de Tous les Ports</a></li>
|
||||
<li><a href="&base;/ports/references.html">Pour Plus d'Informations</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
|
@ -1,24 +0,0 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navsupport.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/support.html">Support</a></li>
|
||||
<li><a href="&base;/commercial/">Revendeurs</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/commercial/software_bycat.html">Logiciels</a></li>
|
||||
<li><a href="&enbase;/commercial/hardware.html">Matériels</a></li>
|
||||
<li><a href="&enbase;/commercial/consult_bycat.html">Consultants</a></li>
|
||||
<li><a href="&enbase;/commercial/isp.html">Fournisseurs d'Accès à Internet</a></li>
|
||||
<li><a href="&enbase;/commercial/misc.html">Divers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/security/">Sécurité</a></li>
|
||||
<li><a href="&base;/support.html#gnats">Rapports de Bugs</a>
|
||||
<ul>
|
||||
<li><a href="&base;/send-pr.html">Envoyer un rapport de bug</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/support.html#general">Ressources Web</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
146
fr/includes.sgml
146
fr/includes.sgml
|
@ -1,146 +0,0 @@
|
|||
<!-- $FreeBSD: www/fr/includes.sgml,v 1.12 2005/10/11 16:37:30 blackend Exp $ -->
|
||||
|
||||
<!ENTITY url.doc.langcode 'fr_FR.ISO8859-1'>
|
||||
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
relative to the server root. It should be defined in the prolog
|
||||
<em>before</em> including this file if the page does not live at the
|
||||
default location below.
|
||||
|
||||
When making a link, use <a href="&base;/mypage.html">foo</a> and
|
||||
&base; will be expanded appropriately. Base is also used in the
|
||||
definition of standard boilerplate entities in this file, so be sure
|
||||
base is correct!
|
||||
-->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.62
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
|
||||
-->
|
||||
|
||||
<!ENTITY base CDATA ".">
|
||||
<!ENTITY enbase CDATA "..">
|
||||
|
||||
<!-- Components making up the standard headers and footers. -->
|
||||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
<!-- file if necessary. -->
|
||||
|
||||
<!ENTITY stylesheet '&enbase;/layout/css/fixed.css'>
|
||||
<!ENTITY stylesheetlarge '&enbase;/layout/css/fixed_large.css'>
|
||||
<!ENTITY nav ''>
|
||||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
|
||||
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
|
||||
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||
<div id="headercontainer">
|
||||
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="&base;" title="FreeBSD"><img src="&enbase;/layout/images/logo-red.png" width="457" height="75" alt="FreeBSD"></a>
|
||||
</div> <!-- headerlogoleft -->
|
||||
<div id="headerlogoright">
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>
|
||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/donations/" title="Donate">Donations</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="&base;/mailto.html" title="Contact">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="&enbase;/cgi/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Rechercher</label></h2>
|
||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Rechercher"> <input id="submit" name="submit" type="submit" value="Rechercher">
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- search -->
|
||||
</div> <!-- headerlogoright -->
|
||||
|
||||
</div> <!-- header -->
|
||||
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="topnav">
|
||||
<ul id="topnavlist">
|
||||
<li>
|
||||
<a href="&base;/" title="Home">Accueil</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/about.html" title="About">A propos</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/where.html" title="Obtenir FreeBSD">Obtenir FreeBSD</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/docs.html" title="Documentation">Documentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/community.html" title="Community">Communauté</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/projects/index.html" title="Développement">Développement</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/support.html" title="Support">Support</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- topnav -->
|
||||
</div> <!-- headercontainer -->
|
||||
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
&nav;
|
||||
</div> <!-- sidewrap -->
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<h1>&title;</h1>'>
|
||||
|
||||
<!ENTITY footer '</div> <!-- contentwrap -->
|
||||
<br class="clearboth">
|
||||
|
||||
</div> <!-- content -->
|
||||
<div id="footer">
|
||||
©right;<br>
|
||||
&date;
|
||||
</div> <!-- footer -->
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->'>
|
||||
|
||||
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
|
||||
%includes.global;
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
114
fr/index.xsl
114
fr/index.xsl
|
@ -1,5 +1,10 @@
|
|||
<!-- $FreeBSD: www/fr/index.xsl,v 1.30 2006/05/03 18:26:53 blackend Exp $ -->
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY title "Le Projet FreeBSD">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.31 2006/07/03 15:44:07 blackend Exp $ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.144
|
||||
|
@ -9,13 +14,9 @@
|
|||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.30 2006/05/03 18:26:53 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.31 2006/07/03 15:44:07 blackend Exp $'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
here are not used actually -->
|
||||
|
@ -36,23 +37,23 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
<title>&title;</title>
|
||||
<meta name="description" content="The FreeBSD Project"/>
|
||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports,
|
||||
Version, Application, Logiciel, Manuel de
|
||||
Référence, FAQ, Guides, Bugs, CVS, CVSup,
|
||||
Nouvelles, Revendeurs, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" media="screen" href="{$enbase}/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="{$enbase}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="{$enbase}/layout/js/styleswitcher.js"></script>
|
||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" media="screen" href="&enbase;/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="&enbase;/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Project News" href="{$enbase}/news/news.rdf" />
|
||||
title="FreeBSD Project News" href="&enbase;/news/news.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Security Advisories" href="{$enbase}/security/advisories.rdf" />
|
||||
title="FreeBSD Security Advisories" href="&enbase;/security/advisories.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD GNOME Project News" href="{$enbase}/gnome/news.rdf" />
|
||||
title="FreeBSD GNOME Project News" href="&enbase;/gnome/news.rdf" />
|
||||
|
||||
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
|
||||
<xsl:comment>
|
||||
|
@ -65,7 +66,7 @@
|
|||
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
&header2;
|
||||
<div id="CONTENT">
|
||||
|
||||
<div id="FRONTCONTAINER">
|
||||
|
@ -81,16 +82,16 @@
|
|||
les architectures compatibles x86 (y compris Pentium® et Athlon™), compatibles
|
||||
amd64 (y compris Opteron™, Athlon 64 et EM64T),
|
||||
Alpha/AXP, IA-64, PC-98 et UltraSPARC®.
|
||||
Il est dérivé de UNIX BSD, la version d'<xsl:value-of select="$unix"/>
|
||||
Il est dérivé de UNIX BSD, la version d'&unix;
|
||||
développée à
|
||||
l'Université de Californie, Berkeley.
|
||||
Il est développé et maintenu par
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/articles/contributors/staff-committers.html">une
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/articles/contributors/staff-committers.html">une
|
||||
importante équipe de personnes</a>. D'autres
|
||||
<a href="{$base}/platforms/index.html">plates-formes</a> sont à
|
||||
<a href="&base;/platforms/index.html">plates-formes</a> sont à
|
||||
divers stades de développement.</p>
|
||||
<div id="txtfrontfeaturelink">
|
||||
»<a href="{$base}/about.html" title="En savoir plus">En savoir plus</a>
|
||||
»<a href="&base;/about.html" title="En savoir plus">En savoir plus</a>
|
||||
</div> <!-- txtfrontfeaturelink -->
|
||||
</div> <!-- frontfeaturecontent -->
|
||||
</div> <!-- frontfeatureleft -->
|
||||
|
@ -99,31 +100,31 @@
|
|||
<div class="frontgetroundbox">
|
||||
<div class="frontgettop"><div> </div> </div>
|
||||
<div class="frontgetcontent">
|
||||
<a href="{$base}/where.html">Obtenir FreeBSD maintenant</a>
|
||||
<a href="&base;/where.html">Obtenir FreeBSD maintenant</a>
|
||||
</div> <!-- frontgetcontent -->
|
||||
<div class="frontgetbot"><div> </div> </div>
|
||||
</div> <!-- frontgetroundbox -->
|
||||
|
||||
<div id="FRONTRELEASES">
|
||||
<div id="FRONTRELEASESCONTENT" class="txtshortcuts">
|
||||
<h2><a href="{$base}/releases/">DERNIERES VERSIONS</a></h2>
|
||||
<h2><a href="&base;/releases/">DERNIERES VERSIONS</a></h2>
|
||||
<ul id="FRONTRELEASESLIST">
|
||||
<li>
|
||||
<a href="{$u.rel.announce}">Version de production <xsl:value-of select="$rel.current"/></a>
|
||||
<a href="&u.rel.announce;">Version de production &rel.current;</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$u.rel2.announce}">Version (ancienne) de production <xsl:value-of select="$rel2.current"/></a>
|
||||
<a href="&u.rel2.announce;">Version (ancienne) de production &rel2.current;</a>
|
||||
</li>
|
||||
<xsl:if test="$beta.testing">
|
||||
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
<a href="{$base}/where.html#helptest">Version à venir
|
||||
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
||||
<a href="&base;/where.html#helptest">Version à venir
|
||||
&betarel.current; - &betarel.vers;</a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
<xsl:if test="$beta2.testing">
|
||||
<xsl:if test="'&beta2.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
<a href="{$base}/where.html#helptest">Version à venir
|
||||
<xsl:value-of select="concat($betarel2.current, '-', $betarel2.vers)"/></a>
|
||||
<a href="&base;/where.html#helptest">Version à venir
|
||||
&betarel2.current; - &betarel2.vers;</a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
</ul>
|
||||
|
@ -136,31 +137,31 @@
|
|||
<div id="LANGUAGENAV">
|
||||
<ul id="LANGUAGENAVLIST">
|
||||
<li>
|
||||
<a href="{$enbase}/de/" title="Allemand">de</a>
|
||||
<a href="&enbase;/de/" title="Allemand">de</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/" title="Anglais">en</a>
|
||||
<a href="&enbase;/" title="Anglais">en</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/es/" title="Espagnol">es</a>
|
||||
<a href="&enbase;/es/" title="Espagnol">es</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/fr/" title="Français">fr</a>
|
||||
<a href="&enbase;/fr/" title="Français">fr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/it/" title="Italien">it</a>
|
||||
<a href="&enbase;/it/" title="Italien">it</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/ja/" title="Japonais">ja</a>
|
||||
<a href="&enbase;/ja/" title="Japonais">ja</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/ru/" title="Russe">ru</a>
|
||||
<a href="&enbase;/ru/" title="Russe">ru</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- LANGUAGENAV -->
|
||||
|
||||
<div id="MIRROR">
|
||||
<form action="{$cgibase}/mirror.cgi" method="get">
|
||||
<form action="&cgibase;/mirror.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="MIRRORSEL">Mirror</label></h2>
|
||||
<select id="MIRRORSEL" name="goto">
|
||||
|
@ -178,23 +179,23 @@
|
|||
<h2>LIENS</h2>
|
||||
<ul id="FRONTSHORTCUTSLIST">
|
||||
<li>
|
||||
<a href="{$base}/support.html#mailing-list" title="Listes de diffusion">Listes de diffusion</a>
|
||||
<a href="&base;/support.html#mailing-list" title="Listes de diffusion">Listes de diffusion</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/send-pr.html" title="Envoyer un rapport de bogue">Envoyer un rapport de bogue</a>
|
||||
<a href="&base;/send-pr.html" title="Envoyer un rapport de bogue">Envoyer un rapport de bogue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/index.html" title="Manuel de référence">Manuel de référence</a>
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/books/handbook/index.html" title="Manuel de référence">Manuel de référence</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Fondation">Fondation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="{$enbase}/ports/index.html"
|
||||
href="&enbase;/ports/index.html"
|
||||
title="Logiciels
|
||||
portés">Logiciels
|
||||
portés</a>
|
||||
|
@ -207,7 +208,7 @@
|
|||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div> </div> </div>
|
||||
<div class="frontnewcontent">
|
||||
<a href="{$base}/projects/newbies.html">Débutant sous FreeBSD?</a>
|
||||
<a href="&base;/projects/newbies.html">Débutant sous FreeBSD?</a>
|
||||
</div> <!-- frontnewcontent -->
|
||||
<div class="frontnewbot"><div> </div> </div>
|
||||
</div> <!-- frontnewroundbox -->
|
||||
|
@ -230,10 +231,10 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/news/newsflash.html" title="Plus de nouvelles">Plus...</a>
|
||||
<a href="&base;/news/newsflash.html" title="Plus de nouvelles">Plus...</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$base}/news/news.rdf" title="Flux RSS de nouvelles"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS de nouvelles" /></a>
|
||||
<a href="&base;/news/news.rdf" title="Flux RSS de nouvelles"><img class="rssimage" src="&enbase;/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS de nouvelles" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
@ -257,7 +258,7 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$base}/events/" title="Plus d'événements">Plus...</a>
|
||||
<a href="&base;/events/" title="Plus d'événements">Plus...</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
@ -280,7 +281,7 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$base}/news/press.html" title="Plus...">Plus...</a>
|
||||
<a href="&base;/news/press.html" title="Plus...">Plus...</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
@ -303,10 +304,10 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/security/" title="Plus d'avis de sécurité">Plus...</a>
|
||||
<a href="&base;/security/" title="Plus d'avis de sécurité">Plus...</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/security/advisories.rdf" title="Flux RSS des avis de sécurité"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS des avis de sécurité" /></a>
|
||||
<a href="&enbase;/security/advisories.rdf" title="Flux RSS des avis de sécurité"><img class="rssimage" src="&enbase;/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS des avis de sécurité" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
@ -334,12 +335,17 @@
|
|||
|
||||
</div> <!-- CONTENT -->
|
||||
<div id="FOOTER">
|
||||
<xsl:copy-of select="$copyright"/><br />
|
||||
<xsl:copy-of select="$date"/>
|
||||
©right;
|
||||
|
||||
The mark FreeBSD is a registered trademark of The FreeBSD
|
||||
Foundation and is used by The FreeBSD Project with the
|
||||
permission of <a
|
||||
href="http://www.freebsdfoundation.org/documents/Guidelines.shtml">The
|
||||
FreeBSD Foundation</a>.
|
||||
|
||||
</div> <!-- FOOTER -->
|
||||
</div> <!-- CONTAINER -->
|
||||
</div> <!-- CONTAINERWRAP -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/about.sgml,v 1.5 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/about.sgml,v 1.6 2005/12/05 17:49:35 blackend Exp $">
|
||||
<!ENTITY title "A propos du serveur WWW de FreeBSD.org">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/bylaws.sgml,v 1.4 2004/10/06 14:12:50 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/bylaws.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Règles établies par l'équipe principale">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/core-vote.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/core-vote.sgml,v 1.7 2006/03/01 20:39:40 blackend Exp $">
|
||||
<!ENTITY title "Procédures de vote de l'équipe principale ("core")">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/developer.sgml,v 1.9 2005/11/02 21:39:11 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/developer.sgml,v 1.10 2005/12/17 11:07:07 blackend Exp $">
|
||||
<!ENTITY title "Ressources pour les participants à FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/expire-bits.sgml,v 1.2 2004/01/06 17:31:40 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/expire-bits.sgml,v 1.4 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Politique pour l'expiration des droits de commit">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/homepage.sgml,v 1.5 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/homepage.sgml,v 1.6 2006/05/03 18:26:54 blackend Exp $">
|
||||
<!ENTITY title "Les pages web de l'équipe FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
<!ENTITY homepage SYSTEM "homepage.inc">
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/internal.sgml,v 1.6 2004/01/12 20:21:22 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/internal.sgml,v 1.8 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Les coulisses de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/machines.sgml,v 1.4 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/machines.sgml,v 1.5 2005/12/17 11:07:07 blackend Exp $">
|
||||
<!ENTITY title "Le réseau FreeBSD.org">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/mirror.sgml,v 1.7 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/mirror.sgml,v 1.8 2006/01/14 17:34:09 blackend Exp $">
|
||||
<!ENTITY title "Devenir un site miroir des pages web FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/new-account.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/new-account.sgml,v 1.7 2006/01/21 15:32:01 blackend Exp $">
|
||||
<!ENTITY title "Procédure de création d'un nouveau compte">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/photos.sgml,v 1.4 2004/10/06 14:12:50 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/photos.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Gallerie de photo">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY email 'murray'>
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/releng.sgml,v 1.3 2004/01/08 00:26:44 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/releng.sgml,v 1.5 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Création des versions de FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/statistic.sgml,v 1.3 2004/01/06 17:31:41 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/internal/statistic.sgml,v 1.5 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Statistiques FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/internet.sgml,v 1.6 2005/10/06 12:56:02 blackend Exp $">
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/fr/internet.sgml,v 1.7 2005/12/31 11:26:15 blackend Exp $">
|
||||
<!ENTITY title "FreeBSD et Internet">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/advocacy.sgml,v 1.5 2004/09/15 14:49:33 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/advocacy.sgml,v 1.7 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Projet &java; pour FreeBSD : Evangélisation">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/10.sgml,v 1.3 2004/01/06 17:31:41 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/10.sgml,v 1.5 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Projet Java pour FreeBSD : JDK 1.0 - NON SUPPORTé">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/11.sgml,v 1.4 2004/08/09 20:46:17 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/11.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Projet &java; pour FreeBSD : &jdk; 1.1">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/12.sgml,v 1.4 2004/01/08 00:26:44 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/12.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Projet &java; pour FreeBSD : &jdk; 2 (aka JDK 1.2)">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY enbase "../&base;">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/13.sgml,v 1.4 2004/08/09 20:46:17 stephane Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/fr/java/dists/13.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
|
||||
<!ENTITY title "Projet &java; pour FreeBSD : &jdk; 1.3">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue