Python Files - novoid/lazyblorg GitHub Wiki
-
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, …)
⚠️ **GitHub.com Fallback** ⚠️