]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/hu/web.texi
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / hu / web.texi
index 7e430fba02a7272ab517c31126ac613b6afbc360..a8bc44d41d60587f0ac11e33b39614cb1a2910f1 100644 (file)
@@ -1,6 +1,6 @@
-\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: hu -*-
 @ignore
-    Translation of GIT committish: 27b1197f3bae8512c14d946752cd3e40e7c76016
+    Translation of GIT committish: 46ec3bd9ded640faef62938929a0af97345cf955
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
 @documentlanguage hu
 @afourpaper
 
+@c Translators: Harmath Dénes
+
 @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
@@ -35,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
@@ -117,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.
@@ -137,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})
@@ -149,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 Quick links
+  @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
 
@@ -207,7 +238,7 @@ Distributions will want to install lilypond.info in postinstall, doing:
 @c        html; we'll need a bunch of @iftext and stuff in here. -gp
 @c ****************** SPECIAL MACROS FOR WEB MANUAL ************
 @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize}
-@subheading Read it
+@subheading Olvasd el
 
 @docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\}
 
@@ -215,30 +246,15 @@ Distributions will want to install lilypond.info in postinstall, doing:
 
 
 @macro docLinkSplit{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\/index.html, \name\ (HTML oldalak)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (HTML oldalak),\base\/index.html,\webLink\}
 @end macro
 
 @macro docLinkBig{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\-big-page.html, \name\ (egy nagy HTML oldal)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (egy nagy HTML oldal),\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
 
 
@@ -311,3 +327,4 @@ please let us know by following the instructions on
 
 
 @bye
+