README 808 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. About
  2. =====
  3. jwmud is a simple daemon implemented in python that's initended to be used
  4. on low-power devices like the Raspberry Pi to turn them into an alarm clock.
  5. It allows you to set different times you want to be waked for the days of the
  6. week and also to configure categories of exceptions (e.g. for holidays or
  7. leave periods) that differ from the generally defined times.
  8. To do the actual waking up, jwmud will call any command that is defined in the
  9. configuration file.
  10. Usage
  11. =====
  12. jwmud: TBD
  13. jwmuc: TBD
  14. Dependencies
  15. ============
  16. The following software is required to run jwmud:
  17. * Python 3.0 or higher
  18. Copying
  19. =======
  20. Please refer to the license file.
  21. Configuration
  22. =============
  23. TBD
  24. Known issues
  25. ============
  26. None yet, please contact me if you find any.
  27. Installation
  28. ============
  29. TBD