]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/web.texi
Run grand replace for 2015.
[lilypond.git] / Documentation / de / web.texi
index 2e7617c1eb88edb4784b56f1e92d7d4a09dbc8f4..d0175122291bb163c830bf8f4b2731cb3e4bc2b6 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: fc1ca638e0b5f66858b9b7a073ceefc1eccb3ed2
+    Translation of GIT committish: 233fb6a8b3b6e31de1841641dbbd4c4f43423151
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -17,7 +17,7 @@
 
 @c `Web' was imported 2009-08-05 with git commit b938d71...
 @c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2012 by the authors.
+@c Copyright @copyright{} 2009--2015 by the authors.
 @c @end macro
 
 @set FDL
@@ -37,7 +37,7 @@
 @end ignore
 
 @copying
-Copyright @copyright{} 2009--2012 by the authors.
+Copyright @copyright{} 2009--2015 by the authors.
 
 @c next line is necessary for broken pre-4.13 texinfo's
 @c install-info, so leave it there until we officially
@@ -78,7 +78,7 @@ License''.
 @c TITLE PAGE
 @ifnottex
 @node Top
-@top LilyPond... Notensatz für Jedermann
+@top LilyPond... Notensatz für jedermann
 @translationof Top
 @end ifnottex
 
@@ -110,7 +110,7 @@ Für LilyPond Version @version{}
 @divId{pageHeader}
 @heading LilyPond
 
-... Notensatz für Jedermann
+... Notensatz für jedermann
 @divEnd
 
 @c @imageId{cmws,web-clef-g-eight-alpha.png,Catchy Musical Web Snippet}
@@ -120,9 +120,12 @@ Für LilyPond Version @version{}
 @divId{quickSummary}
 @subheading Was ist LilyPond?
 
-LilyPond ist ein Notensatzprogramm, dass es sich zum Ziel gemacht hat, Notendruck von der bestmöglichen Qualität zu erstellen.  Mit dem Programm wird es
-möglich, die Ästhetik handgestochenen traditionellen Notensatzes mit computergesetzen Noten zu erreichen.  LilyPond ist ein Open Source-Programm
-und Teil des @uref{http://gnu.org,GNU Projekts}.
+LilyPond ist ein Notensatzprogramm, das es sich zum Ziel gemacht
+hat, Notendruck in bestmöglicher Qualität zu erstellen.  Mit dem
+Programm wird es möglich, die Ästhetik handgestochenen
+traditionellen Notensatzes mit computergesetzten Noten zu
+erreichen.  LilyPond ist Freie Software und Teil des
+@uref{http://gnu.org,GNU-Projekts}.
 
 @divClass{align-right}
 Lesen Sie mehr in der @ref{Einleitung}!
@@ -148,6 +151,44 @@ Lesen Sie mehr in der @ref{Einleitung}!
 @ifclear web_version
   @c do nothing
 @end ifclear
+@ifset web_version
+  @c make the box:
+@divId{wildCardBox}
+@subheading Neuigkeiten
+@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}