Remove 'Backend' sections, we dont need them
This commit is contained in:
parent
471e31172f
commit
f771337359
24 changed files with 2 additions and 187 deletions
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Bibliography module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Bookmarks module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -1,11 +1,3 @@
|
|||
## Borrow {#sec:modules:borrow}
|
||||
|
||||
The Borrow module.
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,12 +2,3 @@
|
|||
|
||||
The Calendar module.
|
||||
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,12 +2,3 @@
|
|||
|
||||
The Contacts module.
|
||||
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
The Counter module helps you counting things.
|
||||
|
||||
### Description
|
||||
|
||||
In its current state the counter module is capable of simple counting. You can
|
||||
create, list and delete counters which are simply numbers and incremet,
|
||||
decrement, set and reset them.
|
||||
|
@ -27,7 +25,3 @@ imag counter --reset example
|
|||
imag counter --dec example # or -d example
|
||||
```
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Cuecards module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
The Diary module.
|
||||
|
||||
### Description
|
||||
|
||||
The diary module is for keeping your diary notes. It offers a self-implemented
|
||||
diary which creates the entries in the store.
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Images module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Ledger module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
The Linking module.
|
||||
|
||||
### Description
|
||||
|
||||
The linking module `imag-link` is one of the plumbing modules.
|
||||
It offers the possibility to link entries in the store.
|
||||
|
||||
|
@ -14,11 +12,11 @@ used to do this (see @sec:modules:bookmarks).
|
|||
The linking module offers functionality to add, remove and list both internal
|
||||
(store entry to store entry) and external (store entry to URL) links.
|
||||
|
||||
#### Internal linking
|
||||
### Internal linking
|
||||
|
||||
<!-- internal linking description remains to be written -->
|
||||
|
||||
#### External linking
|
||||
### External linking
|
||||
|
||||
A store entry can only have _one_ external link. Therefor, when you create an
|
||||
external link, the linking module creates a new entry in the store which links
|
||||
|
@ -26,8 +24,3 @@ to this URL. The linking module then links you entry with this new entry by
|
|||
using an internal link. This way one entry can have multiple external links
|
||||
attached to it and external links are deduplicated automatically.
|
||||
|
||||
### Backends
|
||||
|
||||
As this is a plumbing module and only intended to be used with the imag store,
|
||||
there is no reason to have other backends.
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Mails module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Movies module.
|
||||
|
||||
## Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Music module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The News module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Password module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Reference module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Shoppinglists module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Store module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -4,11 +4,3 @@ The Tagging module.
|
|||
|
||||
A valid tag matches the regex `[a-zA-Z][0-9a-zA-Z]*`.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Todos module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The View module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Weather module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
|
@ -2,11 +2,3 @@
|
|||
|
||||
The Wiki module.
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Description of the module -->
|
||||
|
||||
### Backends
|
||||
|
||||
<!-- Backends the module supports including links to external resources -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue