summaryrefslogtreecommitdiff
path: root/Documentation/lilypond-texi2html.init
Commit message (Expand)AuthorAgeFilesLines
* Add a -q quiet flag to 'make website' scriptsPhil Holmes2011-05-251-1/+1
* Merge branch 'lilypond/translation'Francisco Vila2011-02-071-53/+336
|\
| * Doc-cs: Thinko.Francisco Vila2011-02-051-1/+2
| * Web-zh: update texi2html init file from Ben.Francisco Vila2011-02-041-126/+127
| * Web: add Chinese webpage by Ben Luo, thanks!Francisco Vila2011-02-041-57/+338
* | Delete unneeded style sheet refs and files...This patch deletes 4 unused alternate stylesheets and removes references to them from the HTML documents. The existing ones have been renamed to make their names more accurately descriptive. Phil Holmes2011-02-061-8/+4
|/
* Fix 1323 - links "Back to documentation index" in HTML docsJohn Mandereau2010-10-181-3/+7
* Build: remove // from some html links.Graham Percival2010-10-171-1/+5
* texi2html: Use IE stylesheet for the docs only.Patrick McCarty2010-06-291-4/+6
* Build: don't include AJAX by default.Graham Percival2010-05-281-34/+45
* Docs: Add AJAX search field to the docs...-) Add a search field to the toc pane in our docs. If the user types three letters or more, an AJAX request is sent to the server to perform a search. The AJAX part is implemented in JS, the search part itself is implemented in PHP on the server side, which wades through a pre-generated index file (pure text). -) The texi2html init file now has the ability to create our own search index file, currently in pure text (the search script will go through it line for line. -) The search box is shown via JavaScript only if the files are viewed over http. If the user has JavaScript disabled or if the files are viewed as static pages (and not over http), then no search box appears, since it would not work anyway. -) Also, don't show search box when AJAX initialization failed. -) Print nice message if search index can't be opened, don't fail with error -) Install and use language-dependent index files for all known languages -) If we don't have a texinfo index, don't load the JS and don't print out the search box. (Workaround: css_lines is called before init_out, so we need to do the check already in css_lines!) If the index would be empty, don't create an empty .idx file -) If AJAX works and a user presses enter, the same AJAX query is triggered as when entering some letters, and the results appear on the same page. However, if for some reason AJAX does not work (in particular, if the onSubmit action handler isn't called), then a search page is loaded with the same results as the AJAX query... Reinhold Kainhofer2010-05-281-0/+79
* Web-Doc build: fix #1036....This patch also includes a fix for the remove_unneeded_anchor function. Francisco Vila2010-05-201-17/+51
* Doc: [web] Make texi2html notice non-constant, refactor cut-and-paste coding....This gives nice and clean error/warning feedback per language. Jan Nieuwenhuizen2010-04-101-1/+1
* Doc: obsolete need for skeleton files. Fixes `make website' warnings....Use map source->translationof node names to rewrite any untranslated usages of already translated nodes. This occurs eg after a [2] delivery of the Dutch site, where the untranslated news.itexi has @ref{Changes} and community.itexi has @ref{Manuals} and @ref{Old downloads} while these are translated in nl/web/manuals.itexi Veranderingen @translationof Changes nl/web/manuals.itexi Handleidingen @translationof Manuals nl/web/download.itexi Oude downloads @translationof Old downloads Many thanks for the swift and eager perl help (for how to do `foo = bar; def bar (): foo ()' where bar happens to be a function) from Jan Nieuwenhuizen2010-04-091-1/+37
* Doc: [nl] translate lilypond-texi2html.init and dowloads.itexi, completes [1].Jan Nieuwenhuizen2010-03-161-0/+5
* Doc build: remove debugging message.Graham Percival2010-03-131-1/+1
* Doc build: remove debugging info.Graham Percival2010-03-081-1/+1
* Doc build: fix lc_last....I have NO CLUE how I managed to ignore the fact that I was checking a non-existant variable.. nor how I managed to "check" that my "fix" "worked" with completely broken code. I also have NO CLUE why perl didn't barf when I started checking the state of a non-existant variable, but I'm sadly not surprised about it's permissiveness. Graham Percival2010-02-081-2/+2
* Web build: fix color generation....I have **no clue** why lc_last() screws up the colors in this one case, but the workaround appears to work, so yay. Graham Percival2010-02-051-1/+3
* Doc build: only lower-case last portion of hrefs.Graham Percival2010-02-051-14/+21
* Build fix: weird external_href problem in translations.Graham Percival2010-02-021-3/+5
* Web build: only lc() the last part of an external href....Another nasty workaround, although this is our directory system's fault, not texinfo's. Graham Percival2010-02-011-1/+8
* Build: another ugly hack for website integration....My comment for issue 1004 (opened for this patch): As release manager, I feel that I should reject the patches I'm writing because they are, as "weegies" (people from Glasgow) would put it, "utter pish". However, as overall manager, I want to let doc writers and translators work on the website and see how it really looks. Given my doc roots, the doc side wins, so I'm hacking stuff. But only with the promise that this item is High priority, and that I'll work on it as soon as I've finished all Critical items. It *will* be fixed before GLISS starts. GOP might start first, if everything else is already in place. Graham Percival2010-01-301-0/+9
* Doc build: fix links to duplicate html anchors....Fix issue #957. texi2html still creates two html anchors, but at least we link to the right one, so the website pages load correctly. Graham Percival2010-01-231-1/+7
* Web build: remove some unneeded # html links....Unfortunately this only applies to external_href, so the website TOC is still broken. But at least it's a step in the right direction. Graham Percival2010-01-221-5/+22
* Build: fix links from regtests back to manuals.Graham Percival2010-01-171-3/+2
* Doc build: stop html files for @subsubheading....This is why you should never trust the order of operations; use parentheses. Graham Percival2010-01-151-1/+1
* Web: really read search-box HTML file in UTF-8John Mandereau2010-01-111-1/+1
* Web: tweak the second-level navigation bar first button...Make this button behave the same way as all others w.r.t. active state and hovering. Reorder style definitions for the second-level navigation bar in the CSS file by the way. John Mandereau2010-01-111-4/+7
* Doc-ja: priority 1 and web/manuals.itexiYoshiki Sawada2010-01-101-0/+135
* Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypondJohn Mandereau2010-01-051-2/+2
|\
| * Web-hu: Translated missing website stringsDénes Harmath2010-01-041-1/+1
| * web-es: Translation of Thanks For Hosting line.Francisco Vila2010-01-041-1/+1
* | Docs: clean up Texi2html init file CSS classes generation...Also split long lines in the code. John Mandereau2010-01-041-87/+100
|/
* Web: tune second navigation bar and complete i18n...- rename search-box.html to search-box.ihtml; - i18n the search box and hosting thanks footer line; - replace hard-coded section node names with hard-coded chapter file name prefixes and numeric arrays, fixing the CSS class of second navigation bar in translations; - replace "(main)" with chapter name in the second navigation bar. John Mandereau2010-01-041-55/+42
* Web build: fix search box.Graham Percival2010-01-011-11/+8
* Change licente for lilypond-texi2html.init to GPL 3+Carl Sorensen2009-12-211-12/+12
* Web: rename Alternate input to Easier editing.Graham Percival2009-12-181-1/+1
* Web build: add "web" section to colors.Graham Percival2009-12-171-1/+1
* Docs: merge both Texi2HTML init files...Also clean up previous attempts at achieving this merging. This commit should make the website technically ready for translations. John Mandereau2009-12-161-42/+51
* Docs-hu: Fix missing menu from Learning 1.3 Docs-hu: Polish navigation transl...Dénes Harmath2009-12-161-21/+21
* Docs-it: mention translation reviewer and translate Texi2HTML stringsFederico Bruni2009-12-131-1/+135
* Docs-it: initial translationFederico Bruni2009-12-121-1/+6
* Docs-hu: add Texi2HTML strings translationHarmath Dénes2009-12-081-2/+135
* Thinko: complete commentJohn Mandereau2009-11-271-1/+2
* Docs: merge the two Texi2HTML init files...Formatting for the web site is enabled through "-D web_manual"Texinfo command line option. Cherry-picked, squashed together by John from commits in dev/gperciva branch: 86dd84e0ed4248e931ce6998ac94de4bd9969809 89ba33490b1dd18b69a4fcb98fea70b69841aece 8dd8d653cb43bc6b86ac014b022f9834695b24f5 f1ecf05f6b816e7f2e890a01c1f862f99f2092e9 e3fbdebeac091b8be5d1d4b186f3cdaf9aa50fdb In addition to this merging, John made a few subsequent changes: - use --split=subsubsection for the website, which makes extract_texi_filenames.py generate a correct map; - reorder Texi2HTML command line arguments to make sure the init file catches the ones which are necessary; - splitted HTML docs: downcase all filenames (manuals and web site), and sections anchors (which fix the duplicate anchors issues that makes Opera barf); - fix translated docs map files loading. Graham Percival2009-11-271-26/+182
* Doc build: rename general -> web....Hopefully the last major change until a new build system. :( Graham Percival2009-11-211-1/+1
* Doc build: move general.texi back into a subdir....- also add index.html.in to redirect into general/ ("temporary" hack, pending better reorg of the build process) - TODO: rename general.texi to web.texi Graham Percival2009-11-211-1/+1
* texi2html: no bgcolor etc in the <body> tag (issue 861), fix DOCTYPE (wrong i...Reinhold Kainhofer2009-11-131-0/+4
* Revert "Doc build: create lower-case html filenames."...This reverts commit 9e4374e0b91792c0ffafc6f4bd83f74273e11349. Sorry, I didn't mean to push this. Graham Percival2009-11-121-3/+3