Aephea is an open source text-based authoring software for HTML (Hyper Text Markup Language). It uses a stricter and simpler TeX-like syntax, and utilizes CSS.
Aephea can be described as thorough, strict, cascading, thin, adaptable and expressive. It features lay-out and structuring abstractions.
Product's homepage
What's New in This Release: [ read full changelog ]
· The changes for this release can be accessed by loading simpledocument2.zmm and using http://micans.org/aephea or alternatively the file mac/doc/webindex.azm as an example.
· Document-level lay-out logic was *removed* from aephea and simpledocument2 and should be supplied externally. Example CSS code is shipped in contrib/reaper2.css.
· Element-level lay-out rules such as used for styling lists are still very much part of simpledocument2.
· A div with id selector asd_document now spans the entire document, and a few more css hooks were introduced...
· #asd_leftcolumn #asd_document_outer #asd_document #asd_toc
· paragraph macros were updated to be fully CSS-controlled, with classes p.asd_par p.asd_cpar span.asd_cpar_caption p.asd_car p.asd_ccar span.asd_ccar_caption now available.