]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/web.texi
Doc-it: update snippets
[lilypond.git] / Documentation / it / web.texi
index 4f4584f065985a007fe396cab0e8c18195c20760..82551ac9286359cd801f7f764b6da90e74901f99 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 37bd2b54bdfaa3693f6aa3f43f9072cc9cfacc21
+    Translation of GIT committish: 1244656c3b2d852f29bd75007469e1b1ed0b616f
 
     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--2011 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--2011 degli autori.
+Copyright @copyright{} 2003--2015 degli autori.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this
@@ -93,7 +88,6 @@ Per la versione di LilyPond @version{}
 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
 
 @divId{quickSummary}
-@subheading Cos'è LilyPond?
 
 LilyPond è un programma di incisione musicale e il suo scopo è produrre spartiti
 musicali della migliore qualità possibile.  Introduce nelle stampe prodotte dai
@@ -106,8 +100,6 @@ Maggiori informazioni nella nostra @ref{Introduzione}!
 @divEnd
 @divEnd
 
-@divClass{separator}
-@divEnd
 
 
 @divId{news}
@@ -125,27 +117,56 @@ Maggiori informazioni nella nostra @ref{Introduzione}!
   @c do nothing
 @end ifclear
 @ifset web_version
-  @c make the box:
-@divId{latestVersion}
-@subheading Link rapidi
-
-@c TODO: javascript to detect OS and suggest download?
-
-@subsubheading Stabile
+@divId{homePageSideBar}
+@subheading Stabile
 
 @ref{Download, Download @versionStable}
 
 @ref{Manuali, Manuali @versionStable}
 
-@subsubheading Instabile
+@subheading Instabile
 
 @ref{Sviluppo, Download @versionDevel}
 
 @ref{Sviluppo, Manuali @versionDevel}
 
+
+@subheading Pondings
+@divId{pondingsText}
+
+@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("pondingsText").innerHTML = text.nodeValue;
+</script>
+
+@end html
+
+
 
 @ifnottex
 
@@ -266,7 +287,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