Menu

Tree [56ba93] master /
 History

HTTPS access


File Date Author Commit
 otl-html 2011-09-16 dathomp1 dathomp1 [56ba93] Support for a default stylesheet with pathname ...
 README 2011-09-01 dathomp1 dathomp1 [203040] Polish README.
 images.lisp 2011-07-10 dathomp1 dathomp1 [e33996] Lexing pattern for list items fixed.
 index.lisp 2011-07-15 dathomp1 dathomp1 [2bb915] Correct setup for glossary generation when glos...
 items.lisp 2011-07-14 dathomp1 dathomp1 [1a5fa2] Make function names more uniform for functions ...
 lexer-post.lisp 2011-06-08 dathomp1 dathomp1 [a4c05c] Move tests out of code base. Move unused code o...
 lexer.lisp 2011-07-12 dathomp1 dathomp1 [f6c6ee] (1) TABLEVEL-P should handle a nil object seque...
 object-sequences.lisp 2011-07-14 dathomp1 dathomp1 [1a5fa2] Make function names more uniform for functions ...
 otl.asd 2011-07-15 dathomp1 dathomp1 [284124] Put OTLR variables in separate file.
 packages.lisp 2011-07-21 dathomp1 dathomp1 [ead507] Export PRINT-TABLE-OTL.
 parse-bracketed.lisp 2011-06-08 dathomp1 dathomp1 [5305a6] Rename PARFILE-ITEM-LIST as PARTREE-ITEM-LIST
 parse-char.lisp 2011-06-08 dathomp1 dathomp1 [5305a6] Rename PARFILE-ITEM-LIST as PARTREE-ITEM-LIST
 parse-doc.lisp 2011-07-15 dathomp1 dathomp1 [ab036d] Use OUTPUT-TYPE if a keyword or OUTPUT-SPEC if ...
 parse-gloss.lisp 2011-07-11 dathomp1 dathomp1 [6bb97f] Implement enhanced support for glossaries.
 parse-image.lisp 2011-07-09 dathomp1 dathomp1 [7d1645] Support for sanity checks with images/figures. ...
 parse-latex.lisp 2011-05-26 dathomp1 dathomp1 [255ffd] Add transform.lisp. Remove unused files.
 parse-links.lisp 2011-06-04 dathomp1 dathomp1 [e63441] Add capacity to escape a character (see README-...
 parse-lists.lisp 2011-07-13 dathomp1 dathomp1 [4f63b2] Fix list parsing.
 parse-sub.lisp 2011-07-10 dathomp1 dathomp1 [e33996] Lexing pattern for list items fixed.
 parse-table.lisp 2011-06-04 dathomp1 dathomp1 [e63441] Add capacity to escape a character (see README-...
 parse-textline.lisp 2011-07-03 dathomp1 dathomp1 [4ad9f1] Resolve character handling (eliminate functiona...
 parse-under-lex.lisp 2011-06-08 dathomp1 dathomp1 [5305a6] Rename PARFILE-ITEM-LIST as PARTREE-ITEM-LIST
 parse-util-lex.lisp 2011-07-12 dathomp1 dathomp1 [f6c6ee] (1) TABLEVEL-P should handle a nil object seque...
 parse-vars.lisp 2011-02-10 D. Thompson D. Thompson [9d1f75] Initial commit
 parse-whitespace-lex.lisp 2011-06-08 dathomp1 dathomp1 [a4c05c] Move tests out of code base. Move unused code o...
 parse-x.lisp 2011-07-18 dathomp1 dathomp1 [6f7858] Fix FOOTNOTE? so that it handles complex intern...
 parse-xml.lisp 2011-04-18 D. Thompson D. Thompson [14e7bf] Modify framework to better support DocBook outp...
 partree.lisp 2011-07-15 dathomp1 dathomp1 [ab036d] Use OUTPUT-TYPE if a keyword or OUTPUT-SPEC if ...
 render-bracketed.lisp 2011-07-14 dathomp1 dathomp1 [1a5fa2] Make function names more uniform for functions ...
 render-footnote.lisp 2011-07-14 dathomp1 dathomp1 [1a5fa2] Make function names more uniform for functions ...
 render-gloss.lisp 2011-07-14 dathomp1 dathomp1 [1a5fa2] Make function names more uniform for functions ...
 render-toc.lisp 2011-09-12 dathomp1 dathomp1 [d7e11a] Replace :CSS functionality with use of %STYLE% ...
 render-vars.lisp 2011-09-01 dathomp1 dathomp1 [368a12] Better title generation for OTL-HTML.
 render-x.lisp 2011-07-15 dathomp1 dathomp1 [3b8156] Remove BIBLIOGRAPHY-X.
 render.lisp 2011-09-12 dathomp1 dathomp1 [d7e11a] Replace :CSS functionality with use of %STYLE% ...
 styles.lisp 2011-09-16 dathomp1 dathomp1 [56ba93] Support for a default stylesheet with pathname ...
 table.lisp 2011-09-12 dathomp1 dathomp1 [94abca] Fix table rendering code
 transform.lisp 2011-06-08 dathomp1 dathomp1 [435643] Fix typo in REFRESH-*TRANSFORM-TREES*. Move *NO...
 util.lisp 2011-07-11 dathomp1 dathomp1 [6bb97f] Implement enhanced support for glossaries.
 vars.lisp 2011-06-08 dathomp1 dathomp1 [435643] Fix typo in REFRESH-*TRANSFORM-TREES*. Move *NO...

Read Me

INSTALLATION
=====================================


Use from the source code
-------------------------------------

The source code is written in Common Lisp and depends on 'graylex' (https://github.com/e-user/graylex) and 'cl-parser-combinators' (https://github.com/Ramarren/cl-parser-combinators). 

Files can be processed with PARSE-AND-RENDER-FILE or PARSE-AND-RENDER-IN-DIR:

  (otlr::parse-and-render-in-dir "/home/thomp/computing/otl/tests/otl/whitespace/" :overwrite-p t)
  (otlr::parse-and-render-file "/home/thomp/computing/otl/tests/otl/images/image07.txt" :overwrite-p t)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.