Add docs on {habit,news,todo,wiki} lib
This commit is contained in:
parent
db51d971cc
commit
5fa076914c
4 changed files with 22 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
|||
## libimaghabit
|
||||
|
||||
The habit library implements a habit tracker.
|
||||
|
||||
A habit can be instantiated with a name and a time-period in which it should be fullfilled (eg. daily, ever 3 days, weekly...).
|
||||
|
||||
The module offers ways to generate statistics about habits.
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
## libimagnews
|
||||
|
||||
The library for the news module implements a RSS reader.
|
||||
|
||||
Details, for example where the feeds are stored (inside or outside the imag store) have to be evaluated.
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
## libimagtodo
|
||||
|
||||
The library for the todo module.
|
||||
|
||||
Whether this wraps `taskwarrior` or implements a todo tracking mechanism in imag itself is to be defined. Probably the latter.
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
## libimagwiki
|
||||
|
||||
The wiki library implements a complete wiki for personal use.
|
||||
|
||||
This basically is a note-taking functionality combined with linking.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue