]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/web.texi
Merge branch 'master' into translation
[lilypond.git] / Documentation / hu / web.texi
index d5c98057f45660f00186a09d7b5e676c8bc5b24d..a8bc44d41d60587f0ac11e33b39614cb1a2910f1 100644 (file)
@@ -17,7 +17,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--2015 by the authors.
 @c @end macro
 
 @set FDL
@@ -37,7 +37,7 @@
 @end ignore
 
 @copying
-Copyright @copyright{} 2009--2011 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
@@ -119,7 +119,6 @@ Verzió: @version{}
 @c @im ageId{cmws,web-snippet-alpha.png,Catchy Musical Web Snippet}
 
 @divId{quickSummary}
-@subheading Mi az a LilyPond?
 
 A LilyPond egy nyílt forrású kottaszedő program,
 mely a lehető legjobb minőségű kotta előállítására képes.
@@ -139,7 +138,7 @@ Ha többet akarsz róla megtudni, olvasd el a @ref{Bevezetés}t!
 @divId{news}
 
 @c TODO: generate this automatically, including RSS feed.
-@include web/news-front.itexi
+@include web/news-headlines.itexi
 
 @divClass{float-right}
 (@ref{Hírarchívum})
@@ -151,27 +150,57 @@ Ha többet akarsz róla megtudni, olvasd el a @ref{Bevezetés}t!
   @c do nothing
 @end ifclear
 @ifset web_version
-  @c make the box:
-@divId{latestVersion}
-@subheading Gyorslinkek
+  @c make the side bar:
+@divId{homePageSideBar}
+@subheading Stabil változat
 
 @c TODO: javascript to detect OS and suggest download?
 
-@subsubheading Stabil
-
 @ref{Letöltés, Letöltés @versionStable}
 
 @ref{Dokumentáció, Dokumentáció @versionStable}
 
-@subsubheading Fejlesztői
+@subheading Fejlesztői változat
 
 @ref{Fejlesztés, Letöltés @versionDevel}
 
 @ref{Fejlesztés, Dokumentáció @versionDevel}
 
+@subheading Aktuális
+@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
 
@@ -298,3 +327,4 @@ please let us know by following the instructions on
 
 
 @bye
+