]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/web.texi
Run grand replace for 2015.
[lilypond.git] / Documentation / fr / web.texi
index 2d495ef2779bc13878c3fc43c91c3382e7a6ab1a..050a5b50c75df3d561478a1e8a4610d8c838bcfe 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 @ignore
-    Translation of GIT committish: d9797f5c810532eca033668789a46e1e06dd0ae2
+    Translation of GIT committish: 9bbdeb11a423017702c73e321643fa420614ce83
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
 @documentlanguage fr
 @afourpaper
 
-@c `Web' was imported 2009-08-05 with git commit b938d71...
-@c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2011 par les auteurs.
-@c @end macro
-
 @set FDL
 @set web
 @include macros.itexi
 @include weblinks.itexi
 
-@afourpaper
 
 @c don't remove this comment.
 @ignore
 @c Translators: John Mandereau
 @c Translators checkers: Jean-Charles Malahieude
 
+@c `Web' was born 2003-03-30 with this commit:
+@c Initial revision
+@c author: Han-Wen Nienhuys
+@c commit: d189a2119004c2f75da2020ea2ed36d817582fc5
+
+@c @macro copyrightDeclare
+@c Copyright @copyright{} 2003--2015 par les auteurs.
+@c @end macro
+
 @copying
-Copyright @copyright{} 2009--2011 par les auteurs.
+Copyright @copyright{} 2009--2015 par les auteurs.
 
 @c next line is necessary for broken pre-4.13 texinfo's
 @c install-info, so leave it there until we officially
@@ -149,6 +152,48 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 @divEnd
 
 
+@ifclear web_version
+  @c do nothing
+@end ifclear
+@ifset web_version
+  @c make the box:
+@divId{wildCardBox}
+@subheading Dépêches
+@divId{wildCardText}
+
+@divEnd
+@divEnd
+@end ifset
+
+@html
+
+<script language="JavaScript" type="text/javascript">
+  function loadXMLDoc(dname)
+    {
+      if (window.XMLHttpRequest)
+        {
+          xhttp=new XMLHttpRequest();
+        }
+      else
+        {
+          xhttp=new ActiveXObject("Microsoft.XMLHTTP");
+        }
+      xhttp.open("GET",dname,false);
+      xhttp.send();
+      return xhttp.responseXML;
+    }
+
+  var xmlDoc = loadXMLDoc("tweets.xml");
+  var tweets = xmlDoc.getElementsByTagName("tweet");
+  var index = Math.floor(Math.random() * tweets.length);
+  var tweet = tweets[index];
+  var text = tweet.childNodes[0];
+  document.getElementById("wildCardText").innerHTML = text.nodeValue;
+</script>
+
+@end html
+
+
 @ifclear web_version
   @c do nothing
 @end ifclear
@@ -220,30 +265,15 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 
 @macro docLinkSplit{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\/index.html, \name\ (HTML multipages)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (HTML multipages),\base\/index.html,\webLink\}
 @end macro
 
 @macro docLinkBig{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\-big-page.html, \name\ (HTML page unique)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (HTML page unique),\base\-big-page.html,\webLink\}
 @end macro
 
 @macro docLinkPdf{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\.pdf, \base\.fr.pdf}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\base\.fr.pdf,\base\.pdf,\webLink\}
 @end macro
 
 
@@ -288,8 +318,12 @@ Distributions will want to install lilypond.info in postinstall, doing:
 @divClass{heading-center}
 @divClass{contactBox}
 Si vous avez connaissance d'autres \topic\ qui mériteraient de figurer
-ici, faites le nous savoir, en suivant les instructions de la rubrique
-@ref{Signalement de bogue}.
+ici, faites le nous savoir, en nous écrivant sur la liste bug-lilypond.
+Si vous n'en êtes pas déjà membre, vous pouvez y souscrire à partir de
+sa @uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,
+page d'information} ou laisser un message par l'intermédiaire de
+@uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
+l'interface gmane de lilypond.bugs}.
 
 @divEnd
 @divEnd