]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/web.texi
Snippets: add a new snippet.
[lilypond.git] / Documentation / fr / web.texi
index a1abe3faf9f8892750896b4bdcf0d08726b9b015..852b22189cfebef44e7eb2a6dabf8c5e5ea2974d 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 @ignore
-    Translation of GIT committish: fa8dd31ed29a5ef35d76f127a795b5c2d951f5dd
+    Translation of GIT committish: 20c486ef2a4e98030fa128052d7257b66bc1599c
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
 @copying
 Copyright @copyright{} 2009--2010 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
 document under the terms of the GNU Free Documentation License,
@@ -53,7 +58,7 @@ License''.
 
 @c TITLE PAGE
 @ifnottex
-@node Accueil
+@node Top
 @top LilyPond... la notation musicale pour tous
 @translationof Top
 @end ifnottex
@@ -117,7 +122,7 @@ 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
@@ -129,6 +134,7 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 @ifset web_version
   @c make the box:
 @divId{latestVersion}
+
 @subheading Raccourcis
 
 @c TODO: javascript to detect OS and suggest download?
@@ -154,9 +160,9 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 @divClass{hide}
 @menu
 * Introduction::        Comment créer des partitions
-* Téléchargement::            Télécharger LilyPond
+* Téléchargement::      Télécharger LilyPond
 * Manuels::             Bibliothèque de LilyPond
-* Community::           Comment contacter d'autres utilisateurs
+* Communauté::          Comment contacter d'autres utilisateurs
 @end menu
 @divEnd
 
@@ -164,6 +170,7 @@ Plus sur LilyPond dans notre @ref{Introduction} !
 
 @contents
 
+@allowcodebreaks false
 
 @c ****************** GENERAL STUFF FOR INFO ************
 @ignore
@@ -215,7 +222,7 @@ 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)}
+  @uref{../\base\/index.html, \name\ (HTML multipages)}
 @end ifclear
 @ifset web_version
   \webLink\
@@ -224,7 +231,7 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 @macro docLinkBig{name,base,webLink}
 @ifclear web_version
-  @uref{../\base\-big-page.html, \name\ (big HTML)}
+  @uref{../\base\-big-page.html, \name\ (HTML page unique)}
 @end ifclear
 @ifset web_version
   \webLink\
@@ -233,7 +240,7 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 @macro docLinkPdf{name,base,webLink}
 @ifclear web_version
-  @uref{../\base\.pdf, \base\.pdf}
+  @uref{../\base\.pdf, \base\.fr.pdf}
 @end ifclear
 @ifset web_version
   \webLink\
@@ -268,10 +275,10 @@ 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