]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/web.texi
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / Documentation / it / web.texi
index 73b0187be82bb297f6be47430daf811bc36f29d3..50e55171d3fa4cf7ba989fa4cffcea7727b6834a 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 18e1018ce7446f2cb86990c31f112f6cf05ca371
+    Translation of GIT committish: 0807a75d66c302c6b7fb13c9b586a25ebf0265ad
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -15,7 +15,7 @@
 
 @c `Web' was imported 2009-08-05 with git commit b938d71...
 @c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2011 by the authors.
+@c Copyright @copyright{} 2009--2014 by the authors.
 @c @end macro
 
 @set FDL
@@ -37,7 +37,7 @@
 @c Translation checkers: Luca Rossetto Casel
 
 @copying
-Copyright @copyright{} 2009--2011 degli autori.
+Copyright @copyright{} 2009--2014 degli autori.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this
@@ -52,9 +52,8 @@ License''.
 
 @c TITLE PAGE
 @ifnottex
-@node Su
+@node Top
 @top LilyPond... notazione musicale per tutti
-@translationof Top
 @end ifnottex
 
 
@@ -125,6 +124,44 @@ Maggiori informazioni nella nostra @ref{Introduzione}!
 @ifclear web_version
   @c do nothing
 @end ifclear
+@ifset web_version
+  @c make the box:
+@divId{wildCardBox}
+@subheading Pondings
+@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
+
 @ifset web_version
   @c make the box:
 @divId{latestVersion}
@@ -215,30 +252,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 multipagina)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (HTML multipagina),\base\/index.html,\webLink\}
 @end macro
 
 @macro docLinkBig{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\-big-page.html, \name\ (HTML pagina unica)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (HTML pagina unica),\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\.pdf,\base\.pdf,\webLink\}
 @end macro
 
 
@@ -282,7 +304,15 @@ Distributions will want to install lilypond.info in postinstall, doing:
 @divClass{heading-center}
 @divClass{contactBox}
 Se sei a conoscenza di un qualsiasi altro \topic\ che possa essere elencato qui,
-sei pregato di farcelo sapere seguendo le istruzioni indicate in
+sei pregato di farcelo sapere scrivendo un messaggio alla mailing list
+bug-lilypond.  Se non sei iscritto puoi farlo sulla
+@uref{https://lists.gnu.org/mailman/listinfo/bug-lilypond,pagina di informazioni}
+della lista oppure scrivere direttamente attraverso l'@tie{}
+@uref{http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs,
+interfaccia web di gmane lilypond.bugs}.
+
+
+ seguendo le istruzioni indicate in
 @ref{Segnalazione bug}.
 
 @divEnd