Build it!
domm@t430:~/perl/blio.plix.at$ tree . ├── blio.ini ├── out │ ├── blog │ │ └── 2012_08_09_blio_my_blogging_engine.html │ ├── blog.html │ ├── documentation │ │ └── overview.html │ ├── documentation.html │ └── index.html └── src ├── blog │ └── 2012_08_09_blio_my_blogging_engine.txt ├── blog.txt ├── documentation │ └── overview.txt ├── documentation.txt └── index.txt