-
Notifications
You must be signed in to change notification settings - Fork 34
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, …)
Using lazyblorg:
- Page Types (must-read)
- Orgmode Elements (must-read)
- FAQs
- Roadmap
- Project Origin
- Similar Projects
Coding: