]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/web.texi
Run grand replace for 2015.
[lilypond.git] / Documentation / fr / web.texi
index e95b1598e0ebb76a8ab03375f525216cf1191954..050a5b50c75df3d561478a1e8a4610d8c838bcfe 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 @ignore
-    Translation of GIT committish: d59f652451ef6948d1b256808d874b7d03bd3551
+    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--2010 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--2010 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
+@c bump the required version.  -gp
+This file documents the LilyPond website.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this
@@ -51,9 +59,29 @@ License''.
 @end copying
 
 
+@c Info files are no longer installed in a subdirectory, images are
+@c expected to be found in lilypond/ subdirectory.
+@dircategory GNU LilyPond -- le typographe de musique
+@direntry
+* Manuel d'initiation à LilyPond: (lilypond-learning).       Les premiers pas.
+* Glossaire musicologique: (music-glossary).                 Pour l'utilisateur non anglophone.
+* Manuel de notation: (lilypond-notation).                   Gravure de musique avec LilyPond.
+* Morceaux choisis de LilyPond: (lilypond-snippets).         Petits trucs, astuces et exemples.
+* Référence des propriétés internes: (lilypond-internals).   Définitions pour les retouches.
+* Manuel d'utilisation: (lilypond-usage).                    Installation et exécution des programmes.
+* LilyPond Website: (lilypond-web).                          Prévisualisation du site.
+* abc2ly: (lilypond-usage) Lancement de abc2ly.              Import de fichier ABC.
+* convert-ly: (lilypond-usage) Mise à jour de fichiers.      Pour d'anciens fichiers LilyPond.
+* etf2ly: (lilypond-usage) Lancement de etf2ly.              Import de fichier Finale.
+* lilypond-book: (lilypond-usage) LilyPond-book.             Association musique-texte.
+* midi2ly: (lilypond-usage) Lancement de midi2ly.            Import de fichier MIDI.
+* musicxml2ly: (lilypond-usage) Lancement de musicxml2ly.    Import de fichier MusicXML.
+@end direntry
+
+
 @c TITLE PAGE
 @ifnottex
-@node Accueil
+@node Top
 @top LilyPond... la notation musicale pour tous
 @translationof Top
 @end ifnottex
@@ -90,16 +118,17 @@ Pour LilyPond version @version{}
 @divEnd
 
 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
-@imageId{lilylogo,double-lily-modified3.png,LilyPond logo}
+@imageId{lilylogo,double-lily-modified3,png,LilyPond logo}
 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
 
 @divId{quickSummary}
 @subheading Qu'est-ce que LilyPond ?
 
-LilyPond est un logiciel libre de gravure musicale, destiné à produire
+LilyPond est un logiciel de gravure musicale, destiné à produire
 des partitions de qualité optimale.  Ce projet apporte à l'édition
 musicale informatisée l'esthétique typographique de la gravure
-traditionnelle.
+traditionnelle.  LilyPond est un logiciel libre rattaché au
+@uref{http://gnu.org,projet GNU}.
 
 @divClass{align-right}
 Plus sur LilyPond dans notre @ref{Introduction} !
@@ -117,18 +146,61 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 @include web/news-front.itexi
 
 @divClass{float-right}
-(@ref{Old news}) @c (@ref{Old news,,,,Actualités passées})
+(@ref{Archives}) @c (@ref{Old news,,,,Actualités passées})
 @divEnd
 
 @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
 @ifset web_version
   @c make the box:
 @divId{latestVersion}
+
 @subheading Raccourcis
 
 @c TODO: javascript to detect OS and suggest download?
@@ -154,9 +226,9 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 @divClass{hide}
 @menu
 * Introduction::        Comment créer des partitions
-* Download::            Télécharger LilyPond
-* Manuals::             Bibliothèque de LilyPond
-* Community::           Comment contacter d'autres utilisateurs
+* Téléchargement::      Télécharger LilyPond
+* Manuels::             Bibliothèque de LilyPond
+* Communauté::          Comment contacter d'autres utilisateurs
 @end menu
 @divEnd
 
@@ -164,6 +236,7 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 
 @contents
 
+@allowcodebreaks false
 
 @c ****************** GENERAL STUFF FOR INFO ************
 @ignore
@@ -178,30 +251,8 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
   * List all commands in direntry.
 
-@c  * lilypond: (lilypond-application)Running LilyPond.      Invoking the
-@c    LilyPond  program.
 @end ignore
 
-@c Info files are no longer installed in a subdirectory, images are
-@c expected to be found in lilypond/ subdirectory.
-@dircategory GNU LilyPond -- le typographe de musique
-@direntry
-* Manuel d'initiation à LilyPond: (lilypond-learning).        Les premiers pas.
-* Glossaire musicologique: (music-glossary).                  Pour l'utilisateur non anglophone.
-* Manuel de notation: (lilypond-notation).                    Gravure de musique avec LilyPond.
-* Morceaux choisis de LilyPond: (lilypond-snippets).          Petits trucs, astuces et exemples.
-* Références des propriétés internes: (lilypond-internals).   Définitions pour les retouches.
-* Utilisation des programmes: (lilypond-application).         Installation et exécution des programmes.
-* LilyPond Website: (lilypond-general).                       Prévisualisation du site.
-* abc2ly: (lilypond-application)lancement de abc2ly.          Import de fichier ABC.
-* convert-ly: (lilypond-application)Mise à jour de fichiers.  Pour d'anciens fichiers LilyPond.
-* etf2ly: (lilypond-application)Lancement de etf2ly.          Import de fichier Finale.
-* lilypond-book: (lilypond-application)LilyPond-book.         Association musique-texte.
-* midi2ly: (lilypond-application)Lancement de midi2ly.        Import de fichier MIDI.
-* musicxml2ly: (lilypond-application)Lancement de musicxml2ly.  Import de fichier MusicXML.
-@end direntry
-
-
 @c FIXME: this still doesn't solve the broken links in pdf and big
 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
@@ -214,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\ (split HTML)}
-@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\ (big HTML)}
-@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\.pdf}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\base\.fr.pdf,\base\.pdf,\webLink\}
 @end macro
 
 
@@ -268,14 +304,45 @@ Distributions will want to install lilypond.info in postinstall, doing:
 @c don't add any extra spaces in this macro -gp
 @macro ifWebLinks{webLink,normalLink}
 @ifclear web_version
-  \normalLink\:
+  \normalLink\ :
 @end ifclear
 @ifset web_version
-  \webLink\:
+  \webLink\ :
 @end ifset
 @end macro
 
 
+@ifhtml
+@macro contactUsAbout{topic}
+
+@divClass{heading-center}
+@divClass{contactBox}
+Si vous avez connaissance d'autres \topic\ qui mériteraient de figurer
+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
+
+@end macro
+@end ifhtml
+
+@ifnothtml
+@macro contactUsAbout{topic}
+@cartouche
+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}.
+
+@end cartouche
+
+@end macro
+@end ifnothtml
+
 @include web/introduction.itexi
 @include web/download.itexi
 @include web/manuals.itexi