| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a -q quiet flag to 'make website' scripts | Phil Holmes | 2011-05-25 | 1 | -1/+1 |
* | Merge branch 'lilypond/translation' | Francisco Vila | 2011-02-07 | 1 | -53/+336 |
|\ |
|
| * | Doc-cs: Thinko. | Francisco Vila | 2011-02-05 | 1 | -1/+2 |
| * | Web-zh: update texi2html init file from Ben. | Francisco Vila | 2011-02-04 | 1 | -126/+127 |
| * | Web: add Chinese webpage by Ben Luo, thanks! | Francisco Vila | 2011-02-04 | 1 | -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 Holmes | 2011-02-06 | 1 | -8/+4 |
|/ |
|
* | Fix 1323 - links "Back to documentation index" in HTML docs | John Mandereau | 2010-10-18 | 1 | -3/+7 |
* | Build: remove // from some html links. | Graham Percival | 2010-10-17 | 1 | -1/+5 |
* | texi2html: Use IE stylesheet for the docs only. | Patrick McCarty | 2010-06-29 | 1 | -4/+6 |
* | Build: don't include AJAX by default. | Graham Percival | 2010-05-28 | 1 | -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 Kainhofer | 2010-05-28 | 1 | -0/+79 |
* | Web-Doc build: fix #1036....This patch also includes a fix for the remove_unneeded_anchor function.
| Francisco Vila | 2010-05-20 | 1 | -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 Nieuwenhuizen | 2010-04-10 | 1 | -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 Nieuwenhuizen | 2010-04-09 | 1 | -1/+37 |
* | Doc: [nl] translate lilypond-texi2html.init and dowloads.itexi, completes [1]. | Jan Nieuwenhuizen | 2010-03-16 | 1 | -0/+5 |
* | Doc build: remove debugging message. | Graham Percival | 2010-03-13 | 1 | -1/+1 |
* | Doc build: remove debugging info. | Graham Percival | 2010-03-08 | 1 | -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 Percival | 2010-02-08 | 1 | -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 Percival | 2010-02-05 | 1 | -1/+3 |
* | Doc build: only lower-case last portion of hrefs. | Graham Percival | 2010-02-05 | 1 | -14/+21 |
* | Build fix: weird external_href problem in translations. | Graham Percival | 2010-02-02 | 1 | -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 Percival | 2010-02-01 | 1 | -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 Percival | 2010-01-30 | 1 | -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 Percival | 2010-01-23 | 1 | -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 Percival | 2010-01-22 | 1 | -5/+22 |
* | Build: fix links from regtests back to manuals. | Graham Percival | 2010-01-17 | 1 | -3/+2 |
* | Doc build: stop html files for @subsubheading....This is why you should never trust the order of operations; use
parentheses.
| Graham Percival | 2010-01-15 | 1 | -1/+1 |
* | Web: really read search-box HTML file in UTF-8 | John Mandereau | 2010-01-11 | 1 | -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 Mandereau | 2010-01-11 | 1 | -4/+7 |
* | Doc-ja: priority 1 and web/manuals.itexi | Yoshiki Sawada | 2010-01-10 | 1 | -0/+135 |
* | Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond | John Mandereau | 2010-01-05 | 1 | -2/+2 |
|\ |
|
| * | Web-hu: Translated missing website strings | Dénes Harmath | 2010-01-04 | 1 | -1/+1 |
| * | web-es: Translation of Thanks For Hosting line. | Francisco Vila | 2010-01-04 | 1 | -1/+1 |
* | | Docs: clean up Texi2html init file CSS classes generation...Also split long lines in the code.
| John Mandereau | 2010-01-04 | 1 | -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 Mandereau | 2010-01-04 | 1 | -55/+42 |
* | Web build: fix search box. | Graham Percival | 2010-01-01 | 1 | -11/+8 |
* | Change licente for lilypond-texi2html.init to GPL 3+ | Carl Sorensen | 2009-12-21 | 1 | -12/+12 |
* | Web: rename Alternate input to Easier editing. | Graham Percival | 2009-12-18 | 1 | -1/+1 |
* | Web build: add "web" section to colors. | Graham Percival | 2009-12-17 | 1 | -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 Mandereau | 2009-12-16 | 1 | -42/+51 |
* | Docs-hu: Fix missing menu from Learning 1.3 Docs-hu: Polish navigation transl... | Dénes Harmath | 2009-12-16 | 1 | -21/+21 |
* | Docs-it: mention translation reviewer and translate Texi2HTML strings | Federico Bruni | 2009-12-13 | 1 | -1/+135 |
* | Docs-it: initial translation | Federico Bruni | 2009-12-12 | 1 | -1/+6 |
* | Docs-hu: add Texi2HTML strings translation | Harmath Dénes | 2009-12-08 | 1 | -2/+135 |
* | Thinko: complete comment | John Mandereau | 2009-11-27 | 1 | -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 Percival | 2009-11-27 | 1 | -26/+182 |
* | Doc build: rename general -> web....Hopefully the last major change until a new build system. :(
| Graham Percival | 2009-11-21 | 1 | -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 Percival | 2009-11-21 | 1 | -1/+1 |
* | texi2html: no bgcolor etc in the <body> tag (issue 861), fix DOCTYPE (wrong i... | Reinhold Kainhofer | 2009-11-13 | 1 | -0/+4 |
* | Revert "Doc build: create lower-case html filenames."...This reverts commit 9e4374e0b91792c0ffafc6f4bd83f74273e11349.
Sorry, I didn't mean to push this.
| Graham Percival | 2009-11-12 | 1 | -3/+3 |