2010-12-29

Novelang-0.53.4 released!

Just released Novelang-0.53.4!

Summary of changes:

  • Fixed logging configuration with --log-dir option.

Download it from here.

Enjoy!

2010-12-27

Novelang-0.53.3 released!

Just released Novelang-0.53.3!

Summary of changes:

  • Fixed barcode generation.
  • Minor logging enhancements.

Download it from here.

Enjoy!

Browser compatibility for HTML documentation

Since version 0.53.0 Novelang HTML documentation displays correctly on following browsers:

  • Safari 5.0 (Mac OS X 10.6.5, Windows XP 32bits SP3).
  • Firefox 3.6 (Mac OS X 10.6.5, Windows XP 32bits SP3).
  • Google Chrome 8.0 (Windows XP 32bits SP3).
  • Internet Explorer 8 (Windows XP 32bits SP3).

The website also passed W3C validation for HTML 4.0 Transitional.

Some links about CSS layout

Three Column Stretch : strech isn’t that good, makes too long lines for main text.

Piefecta – A superb 3-col tableless layout – long right col looks good on Safari and zooms well. Tells it deals with various browser bugs. Probably the finest piece of engineering but too many fixes are making it unreadable. We don’t care about supporting IE6. License: unknown.

CSS Fixed Layout #3.1 (Fixed-Fixed-Fixed) zooms correctly. Much simpler. License: unknown.

Elastic-fluid hybrid got it right. It scales up and down in with, staying in fixed limits. Read author’s comments .

Also check this tutorial about elastic layout.

The Holy Grail 3 column Liquid Layout has great explainations. (Only 1 error on W3C validator but the element reported to be missing appears as it should – validator bug?) License: free to use, linkback appreciated. After a close look, it turned out that forcing min-width and max-width for the column (worst case: nesting another div) and using proper text alignment does the job.

2010-12-26

Novelang-0.53.2 released!

Just released Novelang-0.53.2!

Summary of changes:

  • Indicating error location when something goes bad during XSL transformation.
  • Minor fixes on HTML documentation.

Download it from here.

Enjoy!

2010-12-23

Novelang-0.53.1 released!

Just released Novelang-0.53.1!

Summary of changes:

  • Minor cosmetic changes for HTML generation.

Download it from here.

Enjoy!

Novelang-0.53.0 released!

Just released Novelang-0.53.0!

Summary of changes:

  • Experimental support for Multipage. See the result in Novelang documentation.
  • Small logging enhancements.
  • More restrictive rules when applying XSL stylesheets. Generation now breaks on warnings. This might break existing incorrect stylesheets.
  • Changed default representation of Fragment Identifiers, both Implicit and Explicit. Removed leading double reverse solidus \\ when rendering (still required in document sources).

Download it from here.

Enjoy!