12345678910111213141516171819202122 |
- TODO for jwmud
- ==============
- * Copy daemon class from stdd and adapt it
- * Implement logging based on logging
- * Implement general startup and daemon running
- * Implement configuration class
- * Implement alarm functionality based on configuration
- * Implement some kind of API (optional: User authentication and transfer encryption)
- * Implement setup.py
- * Create debian packaging infomation
- * Implement argument parsing based on argparser
- * Create a man page
- TODO for jwmuc
- ==============
- * Implement all fronted functionality such as printing days and categories and changing alarm times
- * Also use argparser for this tool
- * Use logger for stdout and sterr logging
- * Implement parsing of Ical files for import into categories
- * Create a man page
|