]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'translation' of https://github.com/thSoft/lilypond-hu into translation
authorDénes Harmath <harmathdenes@gmail.com>
Mon, 16 Mar 2015 10:36:36 +0000 (11:36 +0100)
committerDénes Harmath <harmathdenes@gmail.com>
Mon, 16 Mar 2015 10:36:36 +0000 (11:36 +0100)
Documentation/hu/web.texi
Documentation/hu/web/introduction.itexi

index a9f90a06bdbdaaf5a9df0203d2d557bd4adf612b..ecaed1592f7c5ddc51654c98da88da5bb9c3fc70 100644 (file)
@@ -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.
@@ -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
+
index 211d111d84b99211052ed2d0e3651304d4437715..1352bc8c53c0cc3e5e5d8d4bf25e139a71ca62cc 100644 (file)
@@ -247,7 +247,7 @@ Nicolas Sceaux} szedésében.
 
 A LilyPond tabulatúra szedésére is képes, és testreszabható bármilyen
 hangszerre, amely tabulatúrából olvas. A hangok bevitele ugyanúgy történik,
-mint a rendes ötvanalas vonalrendszerben, a LilyPond automatikusan
+mint a rendes ötvonalas vonalrendszerben, a LilyPond automatikusan
 tabulatúraként jegyzi le őket.
 
 @exampleImage{tab-example}
@@ -256,7 +256,7 @@ tabulatúraként jegyzi le őket.
 @newsItem
 @subsubheading Schenker-diagramok
 
-Az alapbeállítású kimenet erőteljesen módosítható. Példánkban egy
+Az alapbeállítású kimenet nagy mértékben módosítható. Példánkban egy
 figyelemreméltó Schenker-féle analízis eredményét láthatjuk.
 
 @exampleImage{bach-schenker}