| Commit message (Expand) | Author | Age | Files | Lines |
* | Web: add @bugfixes macro....This also fixes several broken/incorrect links.
| Mark Polesky | 2010-02-19 | 1 | -0/+9 |
* | Web: save more space on Manuals page....Use smaller class for (details of "..."), and eliminate / shorten
a few more words. Also added a @detail macro.
| Graham Percival | 2010-01-10 | 1 | -0/+14 |
* | Doc build: move macro help into macros.itexi. | Graham Percival | 2009-12-30 | 1 | -10/+0 |
* | Revert "Docs: more macros cleanup"...This reverts commit 3bea9aaf406dd8f46ee1674c8ba33764ca80d784.
| Graham Percival | 2009-12-30 | 1 | -0/+10 |
* | Docs: more macros cleanup...Move macro @help from common-macros.itexi to macros.itexi, and move
@copying block outside of @titlepage.
| John Mandereau | 2009-12-29 | 1 | -10/+0 |
* | Docs: move macro definition that contains translatable text...Add guideline for this issue BTW.
| John Mandereau | 2009-12-26 | 1 | -20/+4 |
* | Doc build: revert changed dir of iftex images....Both versions compile with in-tree-compiling, but the old one
fails without-of-tree compiling, so hopefully this will fix GUB.
| Graham Percival | 2009-11-22 | 1 | -3/+3 |
* | 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 | -9/+9 |
* | Doc build: fix clickability of examples. | Graham Percival | 2009-10-16 | 1 | -1/+1 |
* | Web: fix URLs to Intro examples | Patrick McCarty | 2009-10-04 | 1 | -1/+1 |
* | Fix image paths in Texinfo docs build outside the source tree | John Mandereau | 2009-09-22 | 1 | -12/+8 |
* | Web build: fix dir for html clickable images. | Graham Percival | 2009-08-17 | 1 | -2/+2 |
* | Doc build: fix location of images for tex. | Graham Percival | 2009-08-17 | 1 | -3/+3 |
* | Web: fix dir in example macro. | Graham Percival | 2009-08-16 | 1 | -2/+2 |
* | Doc: oops, forgot the pictures/ for pdf images. | Graham Percival | 2009-08-16 | 1 | -4/+4 |
* | Doc build: enable general.pdf, simplify macro for Intro->Examples. | Graham Percival | 2009-08-16 | 1 | -19/+48 |
* | Revert "Doc: add general.pdf to pdf build."...This reverts commit 790824854dee18fcfdeed3a5299af5d69ad426c4.
I discovered the real reason: if you have a multi-arg macro, you
*must* fill all args when using the TeX backend. This doesn't
apply to info and html, growl. Sometimes I maoing hate texinfo.
| Graham Percival | 2009-08-16 | 1 | -5/+4 |
* | Doc: add general.pdf to pdf build....Texinfo can't scale images in tex, and in any case they weren't
being used in @sourceimage, so I removed the additional arguments.
(they were breaking the pdf build)
| Graham Percival | 2009-08-15 | 1 | -4/+5 |
* | Avoid orphan snippet title lines in notation.pdf. | Werner Lemberg | 2009-08-06 | 1 | -0/+1 |
* | Web: import new web site from web-gop branch....Overall structure by Graham, with many comments and suggestions from
-user. Patrick McCarty worked extensively on the css and its
integration with texinfo. Jonathan worked on the Introduction.
Patrick Schmidt did further work on the CSS and the News page.
I reworked the structure of files and directories to integrate it as
well as possible in Lily sources structure and build system.
Status/to-do of this draft:
* no PDF output -- best would be to generate per-page PDF and add
"Print this page" links from HTML pages, which will be doable with a
Texinfo parser;
* no big HTML page output: this makes little sense for a website, and
the init file is currently not compatible with it: the images paths
in the CSS would need to be adjusted to have both one big page and
multiple pages outputs;
* HTML output: file names should be tweaked, which requires converting
Jan's patch to texi2html script into a function in
web-texi2html.init;
* SVG annotated images should be converted to PNG;
* examples of LilyPond scores are missing, they will likely go into a
new directory e.g. Documentation/examples;
* top news in the HTML website and a RSS feed should be generated from
Documentation/general/news.itexi;
* cross-references mechanisms between the new web site and the manuals
should be set up;
* download links should be generated using update-version database;
* online and offline targets should be adjusted;
* support for translating this document is yet to be added;
* the CG should be updated.
| John Mandereau | 2009-08-05 | 1 | -0/+94 |
* | Docs build: move CSS files and pictures to dedicated directories...Also delete texinfo.css.
| John Mandereau | 2009-08-05 | 1 | -3/+2 |
* | Docs: reorganize documentation directory structure...* rename manuals by stripping "lilypond-" prefix from all source file names
and HTML and PDF output (it is kept in Info output, where it is necessary),
* move manuals in Documentation/user one directory higher, in addition
rename lilypond-program to application, and put .itely files in
subdirectories,
* move Documentation/topdocs/NEWS.tely to Documentation,
* move Documentation/devel/contrib-guide.texi to
Documentation/contributor.texi,
* move input/lsr/lilypond-snippets.tely to Documentation/, move the
rest input/lsr to Documentation/snippets,
* move input/new to Documentation/snippets/new,
* move input/texidocs contents to
Documentation/<language_codes>/texidocs, splitting texidocs by
language,
* do the same changes in all translations when applicable,
* move Documentation/devel/index.html.in back to Documentation/deve.html.in.
'make all', 'make doc' and 'make dist' have been tested, although tons
of broken HTML and PDF links and Info cross-references are expected.
Maintenance makefiles (Documentation/GNUmakefile) and scripts
(scripts/auxiliar) are known to be broken, they will be updated in a
future commit.
TODO: Documentation/GNUmakefile is still a bit of a mess.
| John Mandereau | 2009-07-25 | 1 | -1/+2 |
* | Docs: move common files and factorize Texinfo macros...- move macros.itexi to Documentation/ to anticipate the possible move
of all Texinfo documentation to the same directory,
- move Texinfo init file from top of the source tree,
- factorize macros common to all languages into common-macros.itexi.
| John Mandereau | 2009-07-16 | 1 | -0/+125 |