]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/it/web.texi
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / it / web.texi
index 2e9719de71fff089968d1eca3627549f0aa7cf95..e40e43b8841bd06bb6d8edc46ffd6d62a7109363 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: 4d852ef65fc654e4ed02413926fc0cb78a1da1be
+    Translation of GIT committish: a8841c7b9212700f2ebac56e0713afa78a8f0ca0
 
     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--2012 by the authors.
 @c @end macro
 
 @set FDL
@@ -23,7 +23,6 @@
 @include macros.itexi
 @include weblinks.itexi
 
-@afourpaper
 
 @c don't remove this comment.
 @ignore
@@ -38,7 +37,7 @@
 @c Translation checkers: Luca Rossetto Casel
 
 @copying
-Copyright @copyright{} 2009--2011 degli autori.
+Copyright @copyright{} 2009--2012 degli autori.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this
@@ -53,9 +52,8 @@ License''.
 
 @c TITLE PAGE
 @ifnottex
-@node Su
+@node Top
 @top LilyPond... notazione musicale per tutti
-@translationof Top
 @end ifnottex
 
 
@@ -126,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}
@@ -216,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\ (split HTML)}
-@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\ (big HTML)}
-@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
 
 
@@ -250,15 +271,15 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 @item @docLinkSplit{\name\,\base\,\split\} @minus{}
   il manuale รจ diviso in tante pagine HTML.
-  @*@ @ @emph{(small download for each page)}
+  @*@ @ @emph{(piccolo download per ogni pagina)}
 
 @item @docLinkBig{\name\,\base\,\big\} @minus{}
   leggi questo manuale in un'unica grande pagina HTML.
-  @*@ @ @emph{(large single download, \bigsize\)}
+  @*@ @ @emph{(un solo grande download, \bigsize\)}
 
 @item @docLinkPdf{\name\,\base\,\pdf\} @minus{}
   scarica come file PDF.
-  @*@ @ @emph{(large single download, \pdfsize\)}
+  @*@ @ @emph{(un solo grande download, \pdfsize\)}
 
 @end itemize