Skip to content

Python Files

Karl Voit edited this page Jun 4, 2017 · 1 revision
  • lazyblorg.py
    • central module which uses all other modules
    • handles command line parameters
    • calls parser
    • gets template data
    • pushes data to htmlizer
  • lib/utils.py
    • misc (static) tool-methods that are or might get handy for other modules as well
  • lib/orgformat.py
    • borrowed from the Memacs project
    • holds all kind of cool tool-methods to generate Org-mode stuff (time-stamps, …)
  • lib/orgparser.py
    • parses an Org-mode file and returns an internal representation of matching sections
  • lib/htmlizer.py
    • responsible for everything between internal representation of blog stuff to create to their resulting files on the hard disk (HTML, CSS, …)
Clone this wiki locally