]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/web.texi
Run grand replace for 2015.
[lilypond.git] / Documentation / it / web.texi
index 7d821437350bfd5683797ad79a354a7285707a93..716b7858c458c26584b45464a57ace4c5e9516c1 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 37bd2b54bdfaa3693f6aa3f43f9072cc9cfacc21
+    Translation of GIT committish: f291e8c30bbde2cf1fe2fc1b359288c94b8e2503
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
 @documentlanguage it
 @afourpaper
 
-@c `Web' was imported 2009-08-05 with git commit b938d71...
-@c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2012 by the authors.
-@c @end macro
-
 @set FDL
 @set web
 @include macros.itexi
@@ -37,7 +32,7 @@
 @c Translation checkers: Luca Rossetto Casel
 
 @copying
-Copyright @copyright{} 2009--2012 degli autori.
+Copyright @copyright{} 2009--2015 degli autori.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this
@@ -124,6 +119,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}
@@ -266,7 +299,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