~peterpall/maxima/+git/maxima.code:rtoy-describe-html-l10n

Last commit made on 2022-07-16
Get this branch:
git clone -b rtoy-describe-html-l10n https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-describe-html-l10n
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

5e08d67... by Raymond Toy <email address hidden>

Add support for displaying localized html files

Update common-lang.mk to build maxima-index-html.lisp, including
installing and uninstalling it.

Update hdescribe to include the lang subdir when setting up $url_base.

I did a simple test by configuring with --enable-lang=pt. The set
LANG=pt_PT.UTF-8 (is that right?) and run maxima-local. Then "? sin"
brings up the html page for the sin function correctly.

99d587a... by Raymond Toy <email address hidden>

Update section regexp for Portuguese

The section headings in Portuguese have a comma after the section
number. Update the section regexp to recognize (and ignore) the comma
after the section number.

2b20a31... by Raymond Toy <email address hidden>

Index was missing items with encoded characters.

The HTML documentation was missing things like "? '". This is because
the entries were encoded in hex form, and we didn't see them while
searching. Find and convert more encoded characters.

We also refactored the code to add a new function
PROCESS-ONE-HTML-FILE to handle one file (useful for testing on just
one file). Also added a new function HANDLE-SPECIAL-CHARS to handle
the encoding of the special characters.

This makes things a bit slower. Should consider some alternatives.

94de56d... by Raymond Toy <email address hidden>

Update more info formulas to use @example instead of @math

For the formulas that used @math, use @example to make them
displayed. This looks better in the info docs instead of having the
formula left-justified. Kind of matches how the formulas are
displayed in html and TeX too.

2842e43... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-distrib-discrete-sections

c010dbe... by Raymond Toy <email address hidden>

Add formula and links for some constants

Add links for e, and %gamma.

Clean up existing formula for %phi to display nicely in html and TeX.

Give a definition of %gamma.

ed69154... by Raymond Toy <email address hidden>

Ooops. It should be Constants.texi.m4, not Constant.texi.m4.

Renamed file to the wrong name. Fix it.

ed9105c... by Raymond Toy <email address hidden>

Rename Constants.texi to Constants.texi.m4

First step at adding some nice formulas for the constants.

85200ff... by Raymond Toy <email address hidden>

Update more info formulas to use @example instead of @math

For the formulas that used @math, use @example to make them
displayed. This looks better in the info docs instead of having the
formula left-justified. Kind of matches how the formulas are
displayed in html and TeX too.

fa0e3f8... by Raymond Toy <email address hidden>

Update info formulas to use @example instead of @math

For the formulas that used @math, use @example to make them
displayed. This looks better in the info docs instead of having the
formula left-justified. Kind of matches how the formulas are
displayed in html and TeX too.