X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fcreate-weblinks-itexi.py;h=703b4c80e9e7d652f4c2380cfd01b4697b1f70e8;hb=f92a7cd52fc45a083bbd7bc54130d14b314d9a4b;hp=40df423e95ad8b47ddb78966c0798460bafc1b45;hpb=a4966b6953b7cd0e6269db0c17c1d1c2441ab2ef;p=lilypond.git diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 40df423e95..703b4c80e9 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -9,17 +9,26 @@ import sys import os import glob -# these links are relative from /website/ on lilypond.org -depth = "../" - ### translation data -- shouldn't be here; see issue ### http://code.google.com/p/lilypond/issues/detail?id=1050 -langs = ['', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'nl'] +import langdefs +# GUB only has python 2.4 !!! +# langs = [i.code if i.code != 'en' else '' for i in langdefs.WEB_LANGUAGES] +langs = [] +for lang in langdefs.WEB_LANGUAGES: + if lang.code == 'en': + langs.append('') + else: + langs.append(lang.code) + + +# these links are relative from /website/ on lilypond.org +depth = "../" # Get/update node translations ''' -for i in de es fr hu it ja nl; do +for i in cs de es fr hu it ja nl zh; do echo "'"$i"': {" (echo '--' ; grep -nH -B1 translationof Documentation/$i/web/* ) \ | pytt '^--\n.*@(?:unnum|sub)[^ ]* (.*)\n.*@translationof (.*)\n' "'\2': '\1',\n" \ @@ -49,6 +58,10 @@ translations = { 'Regression tests for ': 'Regressionstests für ', 'PDF of regtests for ': 'PDF der Regressionstests für ', + 'abc2ly Regression tests for ': 'abc2ly Regressionstests für ', + 'PDF of abc2ly regtests for ': 'PDF der abc2ly Regressionstests für ', + 'lilypond-book Regression tests for ': 'lilypond-book Regressionstests für ', + 'PDF of lilypond-book regtests for ': 'PDF der lilypond-book Regressionstests für ', 'MusicXML Regression tests for ': 'MusicXML Regressionstests für ', 'PDF of MusicXML regtests for ': 'PDF der MusicXML Regressionstests für ', @@ -76,6 +89,10 @@ translations = { 'Regression tests for ': 'Pruebas de regresión para ', 'PDF of regtests for ': 'Pruebas en PDF para ', + 'abc2ly Regression tests for ': 'Pruebas de regresión de abc2ly para ', + 'PDF of abc2ly regtests for ': 'Pruebas de abc2ly en PDF para ', + 'lilypond-book Regression tests for ': 'Pruebas de regresión de lilypond-book para ', + 'PDF of lilypond-book regtests for ': 'Pruebas de lilypond-book en PDF para ', 'MusicXML Regression tests for ': 'Pruebas de regresión de MusicXML para ', 'PDF of MusicXML regtests for ': 'Pruebas de MusicXML en PDF para ', @@ -103,6 +120,10 @@ translations = { 'Regression tests for ': 'Tests de régression pour ', 'PDF of regtests for ': 'PDF des tests de régression pour ', + 'abc2ly Regression tests for ': 'Tests de régression de abc2ly pour ', + 'PDF of abc2ly regtests for ': 'PDF des tests de régression de abc2ly pour ', + 'lilypond-book Regression tests for ': 'Tests de régression de lilypond-book pour ', + 'PDF of lilypond-book regtests for ': 'PDF des tests de régression de lilypond-book pour ', 'MusicXML Regression tests for ': 'Tests de régression de MusicXML pour ', 'PDF of MusicXML regtests for ': 'PDF des tests de régression de MusicXML pour ', @@ -119,22 +140,24 @@ translations = { 'Snippets': 'Kódrészletek', 'Web': 'Web', 'Changes': 'Változások', - - #TODO - 'Extending': 0, + 'Extending': 'Bővítés', 'Internals': 'Belső működés', - 'Contributor': 0, - - ' (split HTML)': 0, - ' (big HTML)': 0, - - 'Regression tests for ': 0, - 'PDF of regtests for ': 0, - 'MusicXML Regression tests for ': 0, - 'PDF of MusicXML regtests for ': 0, - - 'Doc tarball for ': 0, - ' (did not exist in 2.12)': 0, + 'Contributor': 'Közreműködés', + + ' (split HTML)': ' (HTML oldalak)', + ' (big HTML)': ' (egy nagy HTML oldal)', + + 'Regression tests for ': 'Regressziós tesztek - verzió: ', + 'PDF of regtests for ': 'PDF formátumban - verzió: ', + 'abc2ly Regression tests for ': 'abc2ly regressziós tesztek - verzió: ', + 'PDF of abc2ly regtests for ': 'PDF formátumban - verzió: ', + 'lilypond-book Regression tests for ': 'lilypond-book regressziós tesztek - verzió: ', + 'PDF of lilypond-book regtests for ': 'PDF formátumban - verzió: ', + 'MusicXML Regression tests for ': 'MusicXML regressziós tesztek - verzió: ', + 'PDF of MusicXML regtests for ': 'PDF formátumban - verzió: ', + + 'Doc tarball for ': 'Tömörített csomag - verzió: ', + ' (did not exist in 2.12)': ' (nem létezett a 2.12-es verzióban)', }, 'ja': { 'Source': 'ソース', @@ -148,20 +171,25 @@ translations = { 'Changes': '変更点', #TODO - 'Extending': 0, + 'Extending': '拡張', 'Internals': '内部リファレンス', - 'Contributor': 0, + 'Contributor': '貢献者向けガイド', - ' (split HTML)': 0, - ' (big HTML)': 0, +# keep the spaces! + ' (split HTML)': ' (ページ毎に分割された HTML)', + ' (big HTML)': ' (1 つの大きな HTML)', - 'Regression tests for ': 0, - 'PDF of regtests for ': 0, - 'MusicXML Regression tests for ': 0, - 'PDF of MusicXML regtests for ': 0, + 'Regression tests for ': '回帰テスト バージョン ', + 'PDF of regtests for ': '回帰テスト (PDF 版) バージョン ', + 'abc2ly Regression tests for ': 'abc2ly 回帰テスト バージョン ', + 'PDF of abc2ly regtests for ': 'abc2ly 回帰テスト (PDF 版) バージョン ', + 'lilypond-book Regression tests for ': 'lilypond-book 回帰テスト バージョン ', + 'PDF of lilypond-book regtests for ': 'lilypond-book 回帰テスト (PDF 版) バージョン ', + 'MusicXML Regression tests for ': 'MusicXML 回帰テスト バージョン ', + 'PDF of MusicXML regtests for ': 'MusicXML 回帰テスト (PDF 版) バージョン ', - 'Doc tarball for ': 0, - ' (did not exist in 2.12)': 0, + 'Doc tarball for ': 'ドキュメント アーカイブ バージョン ', + ' (did not exist in 2.12)': ' (バージョン 2.12 には存在しません)', }, 'nl': { @@ -185,12 +213,47 @@ translations = { 'Regression tests for ': 'Regressietesten voor ', 'PDF of regtests for ': 'PDF van regressietesten voor ', + 'abc2ly Regression tests for ': 'abc2ly regressietesten voor ', + 'PDF of abc2ly regtests for ': 'abc2ly regressietesten voor ', + 'lilypond-book Regression tests for ': 'lilypond-book regressietesten voor ', + 'PDF of lilypond-book regtests for ': 'lilypond-book regressietesten voor ', 'MusicXML Regression tests for ': 'MusicXML regressietesten voor ', 'PDF of MusicXML regtests for ': 'MusicXML regressietesten voor ', 'Doc tarball for ': 'Tarball met documentation voor ', ' (did not exist in 2.12)': ' (bestond nog niet in 2.12)', }, + 'zh': { + 'Source': '源码', + 'Learning': '学习', + 'Music glossary': '音乐术语表', + 'Essay': '文章', + 'Notation': '记谱法', + 'Usage': '使用', + 'Snippets': '片断', + 'Web': 'Web', + 'Changes': '变化', + + 'Extending': '扩展', + 'Internals': '内部机制', + 'Contributor': '贡献者', + +# keep the spaces! + ' (split HTML)': ' (分开的 HTML)', + ' (big HTML)': ' (大的 HTML)', + + 'Regression tests for ': '回归测试 ', + 'PDF of regtests for ': '回归测试的 PDF ', + 'abc2ly Regression tests for ': 'abc2ly 回归测试 ', + 'PDF of abc2ly regtests for ': 'abc2ly 的 PDF 回归测试 ', + 'lilypond-book Regression tests for ': 'lilypond-book 回归测试 ', + 'PDF of lilypond-book regtests for ': 'lilypond-book 的 PDF 回归测试 ', + 'MusicXML Regression tests for ': 'MusicXML 回归测试 ', + 'PDF of MusicXML regtests for ': 'MusicXML 的 PDF 回归测试 ', + + 'Doc tarball for ': '为文档压缩包', + ' (did not exist in 2.12)': ' (在 2.12 中不存在)', + }, } @@ -240,11 +303,13 @@ for line in version_contents: VERSION = str(major)+'.'+str(minor)+'.'+str(patch) def _ (string, lang): - return translations.get (lang.split ('_')[0], {}).get (string, string) + return translations.get (lang.split ('_')[0], {}).get (string, None) getTrans = _ # let's not barf, but print a warning when something's missing def getTrans(text, lang): + if not lang: + return text trans = _ (text, lang) if not trans: trans = text @@ -252,7 +317,7 @@ def getTrans(text, lang): return trans def macroLang(name, lang): - if (lang != ''): + if lang: return name + '-' + lang return name @@ -285,11 +350,11 @@ def make_download_source(name, vstring, version, lang): def make_all_downloads(macroName, version): make_download("download"+macroName+"LinuxNormal", "linux-x86/", - "linux-x86.sh", version, "1", "Linux x86") + "linux-x86.sh", version, "1", "GNU/Linux x86") make_download("download"+macroName+"LinuxBig", "linux-64/", - "linux-64.sh", version, "1", "Linux 64") + "linux-64.sh", version, "1", "GNU/Linux 64") make_download("download"+macroName+"LinuxPPC", "linux-ppc/", - "linux-ppc.sh", version, "1", "Linux PPC") + "linux-ppc.sh", version, "1", "GNU/Linux PPC") make_download("download"+macroName+"FreeBSDNormal", "freebsd-x86/", "freebsd-x86.sh", version, "1", "FreeBSD i386") @@ -319,8 +384,6 @@ def translateNameToUrl(manual, version): ver_minor = ver_split[0] + '.' + ver_split[1] url = depth + "doc/v" + ver_minor + "/Documentation/" - if (ver_minor == '2.13'): - return url+manual if (ver_minor == '2.12'): if (manual=='learning'): return url+'user/lilypond-learning' @@ -342,7 +405,15 @@ def translateNameToUrl(manual, version): return url+'user/lilypond/Interfaces-for-programmers.html' else: return '' + else: + return url+manual +def addLang(url, lang): + if lang: + base, ext = os.path.splitext(url) + return base + '.' + lang + ext + else: + return url def make_manual_links(name, version, lang): """Here is where all the macros manualStableLearningSplit, @@ -376,38 +447,39 @@ def make_manual_links(name, version, lang): "http://lilypond.org", mshort+getTrans(" (did not exist in 2.12)",lang)) continue - # this is stupid and I shouldn't have bothered trying - # to support the 2.12 docs and it will be deleted once - # 2.14 is out and the website won't be visible to users + # this is stupid and I shouldn't have bothered trying + # to support the 2.12 docs and it will be deleted once + # 2.14 is out and the website won't be visible to users # until 2.14 is out. -gp if (url.endswith('.html')): make_ver_link(macroLang("manual"+name+mshort+'Pdf',lang), - url, + addLang(url, lang), getTrans(manual.capitalize(),lang) + '.pdf') make_ver_link(macroLang("manual"+name+mshort+'Split',lang), - url, + addLang(url, lang), getTrans(manual.capitalize(),lang) + getTrans(' (split HTML)',lang)) make_ver_link(macroLang("manual"+name+mshort+'Big',lang), - url, + addLang(url, lang), getTrans(manual.capitalize(),lang) + getTrans(' (big HTML)',lang)) newurl = url else: make_ver_link(macroLang("manual"+name+mshort+'Pdf',lang), - url + '.pdf', + # TODO: this is an even stupider way of doing it + addLang(url+'.pdf', lang), getTrans(manual.capitalize(),lang) + '.pdf') make_ver_link(macroLang("manual"+name+mshort+'Split',lang), - url + '/index.html', + addLang(url + '/index.html', lang), getTrans(manual.capitalize(),lang) + getTrans(' (split HTML)',lang)) make_ver_link(macroLang("manual"+name+mshort+'Big',lang), - url + '-big-page.html', + addLang(url + '-big-page.html', lang), getTrans(manual.capitalize(),lang) + getTrans(' (big HTML)',lang)) newurl = url + '/index.html' make_ver_link(macroLang("manual"+name+mshort+'SplitNoName',lang), - newurl, + addLang(newurl, lang), getTrans(manual.capitalize(),lang)) def make_regtest_links(name, version, lang): @@ -431,13 +503,13 @@ def make_regtest_links(name, version, lang): url+"lilypond-book/collated-files.html", getTrans("lilypond-book Regression tests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"XmlPdf", lang), - url+"musicxml/collated-files.html", + url+"musicxml/collated-files.pdf", getTrans("PDF of MusicXML regtests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"AbcPdf", lang), - url+"abc2ly/collated-files.html", + url+"abc2ly/collated-files.pdf", getTrans("PDF of abc2ly regtests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"LilypondBookPdf", lang), - url+"lilypond-book/collated-files.html", + url+"lilypond-book/collated-files.pdf", getTrans("PDF of lilypond-book regtests for ", lang)+version) def make_doctarball_links(name, version, lang): @@ -456,8 +528,8 @@ print "@c ************************ Download source ************" # FIXME: icky hard-coding! -gp for lang in langs: print "@c *********", lang, "***" - make_download_source("downloadStableSource","v2.12",VERSION_STABLE,lang) - make_download_source("downloadDevelSource","v2.13",VERSION_DEVEL,lang) + make_download_source("downloadStableSource","v2.16",VERSION_STABLE,lang) + make_download_source("downloadDevelSource","v2.17",VERSION_DEVEL,lang) print "@c ************************ Manual links ************" for lang in langs: