|
From: seanh <sn...@gm...> - 2011-04-01 13:34:17
|
1. Is there a reason why the command is pyblosxom-cmd and not just pyblosxom? 2. Can `paster serve blog.ini` be integrated into pyblosxom-cmd? Something like `pyblosxom-cmd serve`. If it can't work because paster is not installed it should print out a helpful message saying paster is not installed, try `sudo pip install PasteDeploy` (or whatever is should be). And the command would not to be run inside a pyblosxom blog dir with a blog.ini and config.py (or perhaps a subdirectory thereof), otherwise it would print out a helpful message explaining so. Optional command-line option to specify the blog directory to use instead of the current working directory. |