Add module files for several modules

Rename modules, so we have alphabetical order for the modules, which is
way nicer than the current order.

The following modules are added:

    - borrow
    - counter
    - cuecards
    - dairy
    - ledger
    - password
    - weather

Plus, this commit adds an utility module file, where the utility modules
are described
This commit is contained in:
Matthias Beyer 2016-02-01 21:05:13 +01:00
parent 8ba96591c2
commit 3c30cecee8
19 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,8 @@
## Utils {#sec:modules:utils}
Some utility modules are provided to alter entries directly.
### Link utility {#sec:modules:utils:link}
### Tag utility {#sec:modules:utils:tag}

View file

@ -0,0 +1,6 @@
<!--
## Borrow {#sec:modules:borrow}
-->

View file

@ -0,0 +1,4 @@
## Counter {#sec:modules:counter}
The Counter module.

View file

@ -0,0 +1,6 @@
<!--
## Cuecards {#sec:modules:cuecards}
-->

View file

@ -0,0 +1,6 @@
<!--
## Diary {#sec:modules:diary}
-->

View file

@ -0,0 +1,6 @@
<!--
## Ledger {#sec:modules:ledger}
-->

View file

@ -0,0 +1,6 @@
<!--
## Password {#sec:modules:password}
-->

View file

@ -0,0 +1,6 @@
<!--
## Weather {#sec:modules:weather}
-->