[gnomefr-web] Add a new 'Soutien' page



commit 01d6dd52d74cd17712e2ccc713274da6f57cdbaa
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed Jul 1 20:00:03 2009 +0200

    Add a new 'Soutien' page

 www.gnomefr.org/association/Makefile.am            |    2 +-
 .../association/soutien/DossierSoutien_1.0.pdf     |  Bin 0 -> 84966 bytes
 www.gnomefr.org/association/soutien/Makefile.am    |   11 ++++++++
 www.gnomefr.org/association/soutien/index.wml      |   25 ++++++++++++++++++++
 4 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/www.gnomefr.org/association/Makefile.am b/www.gnomefr.org/association/Makefile.am
index 62d5eb0..13cee0c 100644
--- a/www.gnomefr.org/association/Makefile.am
+++ b/www.gnomefr.org/association/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = membres reglement statuts
+SUBDIRS = membres reglement soutien statuts
 
 urlpath = /association
 
diff --git a/www.gnomefr.org/association/soutien/DossierSoutien_1.0.pdf b/www.gnomefr.org/association/soutien/DossierSoutien_1.0.pdf
new file mode 100644
index 0000000..6063263
Binary files /dev/null and b/www.gnomefr.org/association/soutien/DossierSoutien_1.0.pdf differ
diff --git a/www.gnomefr.org/association/soutien/Makefile.am b/www.gnomefr.org/association/soutien/Makefile.am
new file mode 100644
index 0000000..e21909b
--- /dev/null
+++ b/www.gnomefr.org/association/soutien/Makefile.am
@@ -0,0 +1,11 @@
+SUBDIRS = 
+
+urlpath = /association/soutien
+
+page_SCRIPTS = \
+	index.html
+
+page_DATA = \
+	DossierSoutien_1.0.pdf
+
+include $(top_srcdir)/rules.common
diff --git a/www.gnomefr.org/association/soutien/index.wml b/www.gnomefr.org/association/soutien/index.wml
new file mode 100644
index 0000000..bcff48c
--- /dev/null
+++ b/www.gnomefr.org/association/soutien/index.wml
@@ -0,0 +1,25 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="fr" lang="fr">
+
+<head>
+	<title>GNOME-FR (Pays Francophones) - Soutien</title>
+</head>
+
+<body>
+
+<h2>Soutenir GNOME-FR</h2>
+
+<p>Vous pouvez soutenir l'association GNOME-FR de plusieurs manières. La première est tout simplement d'<b>adhérer à l'association</b>. Toutes les <a href="../membres/">informations utiles</a> se trouvent sur ce site.</p>
+
+<p>Une autre manière de soutenir GNOME-FR est de contribuer financièrement au <b>projet de traduction de GNOME en français</b>. <a href="DossierSoutien_1.0.pdf">Ce dossier</a> contient les informations détaillées à ce sujet.</p>
+<!--<p>Voici les généreux donateurs qui ont déjà contribué à ce projet&nbsp;:</p>
+<ul>
+    <li>...</li>
+</ul>
+-->
+
+<p>Et bien sûr, si vous avez des connaissances en programmation ou en anglais, vous pouvez contribuer de manière plus générale au <a href="http://live.gnome.org/JoinGnome";>projet GNOME</a>.</p>
+
+</body>
+
+</html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]