db5b4f4319f203286fc13d9b8ab438d242c9c5b0
glossary.md
... | ... | @@ -19,6 +19,7 @@ |
19 | 19 | |
20 | 20 | ## c |
21 | 21 | * [c](/programming/c) |
22 | +* [calibre](software/calibre) |
|
22 | 23 | * [certbot](/software/certbot) |
23 | 24 | * [csgo](/linux/csgo) |
24 | 25 |
software/calibre.md
... | ... | @@ -0,0 +1,13 @@ |
1 | +# calibre |
|
2 | + |
|
3 | +## custom save templates |
|
4 | + |
|
5 | +* books |
|
6 | +``` |
|
7 | +{author_sort}/{series}/{series:||-}{series_index:0>3s||-}{title} |
|
8 | +``` |
|
9 | + |
|
10 | +* comics |
|
11 | +``` |
|
12 | +{series}/{title} |
|
13 | +``` |
software/index.md
... | ... | @@ -32,6 +32,9 @@ |
32 | 32 | * [oracle](oracle) |
33 | 33 | * [postgresql](postgresql) |
34 | 34 | |
35 | +## ebooks |
|
36 | +* [calibre](calibre) |
|
37 | + |
|
35 | 38 | ## init processes |
36 | 39 | * [init](init) |
37 | 40 | * [systemd](systemd) |