From ee603cad3b8d36d38a9a9eecb512a143e5fc9deb Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 17 Jan 2010 20:43:30 +0000 Subject: [PATCH] Web: add link for doc tarballs. Unfortunately it's just the "all-in-one" tarball; making distinct format tarballs is still an open Postponed item in the tracker. --- Documentation/web/community.itexi | 7 +++++++ Documentation/web/manuals.itexi | 19 +++++++------------ scripts/build/create-weblinks-itexi.py | 8 ++++++++ 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index bfc389fa47..03257ca63a 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -742,6 +742,13 @@ manuals can be found at @url{http://lilypond.org}} @tab @docLinkPdf{Internals,internals,@manualDevelInternalsPdf} +@ifset web_version +@headitem Downloadable + +@item +@doctarballDevel +@end ifset + @end multitable @divEnd diff --git a/Documentation/web/manuals.itexi b/Documentation/web/manuals.itexi index ef20748635..8a0725a134 100644 --- a/Documentation/web/manuals.itexi +++ b/Documentation/web/manuals.itexi @@ -471,26 +471,21 @@ TODO: fix and generate in Texinfo. @divClass{column-left-top} @subheading Downloadable versions -@help{compare tarball vs. zip size, ask about windows users -dealing with tarballs (both gz and bz2), etc.} - -@help{on second thought, wait until the new doc build. write an -apology here for no tarballs} +@ifclear web_version +Downloadable tarballs only available at @uref{http://lilypond.org} +@end ifclear +@ifset web_version @divClass{keep-bullets} @itemize -@item html-split zip - -@item html-big zip - -@item pdf zip - -@item info zip maybe?!?! +@item @doctarballStable @end itemize @divEnd +@end ifset + @divEnd @divClass{column-right-bottom} diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index ec711c729d..c4e13172bd 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -206,6 +206,12 @@ def make_regtest_links(name, version): make_ver_link("regtest"+name+"XmlPdf", url+"musicxml/collated-files.html", "pdf of "+version+" musicxml regtests") +def make_doctarball_links(name, version): + url = depth + "download/binaries/documentation/lilypond-" + url += version + url += ".documentation.tar.bz2" + make_ver_link("doctarball"+name, url, "Doc tarball for "+version) + print "@c ************************ Download binaries ************" make_all_downloads("Stable", VERSION_STABLE) make_all_downloads("Devel", VERSION_DEVEL) @@ -218,6 +224,8 @@ make_download_source("downloadDevelSource", "v2.13", VERSION_DEVEL) print "@c ************************ Manual links ************" make_manual_links("Stable", VERSION_STABLE) make_manual_links("Devel", VERSION_DEVEL) +make_doctarball_links("Stable", VERSION_STABLE) +make_doctarball_links("Devel", VERSION_STABLE) print "@c ************************ Regtest links ************" make_regtest_links("Stable", VERSION_STABLE) -- 2.39.5