Add basic file structure
This commit is contained in:
parent
cfa62e85ef
commit
7e2602f9f9
7 changed files with 159 additions and 0 deletions
2
doc/src/0100-intro.md
Normal file
2
doc/src/0100-intro.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Introduction {#sec:introduction}
|
||||
|
6
doc/src/0200-store.md
Normal file
6
doc/src/0200-store.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# The Store {#sec:thestore}
|
||||
|
||||
## File Format {#sec:thestore:fileformat}
|
||||
|
||||
## File organization {#sec:thestore:fileorganization}
|
||||
|
11
doc/src/0300-lib-core.md
Normal file
11
doc/src/0300-lib-core.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# libcore {#sec:libcore}
|
||||
|
||||
<!--
|
||||
Very core functionality, other would call it "libutil"
|
||||
Might not get this big, but its here for DRYness
|
||||
-->
|
||||
|
||||
## Core Datatypes {#sec:libcore:coredatatypes}
|
||||
|
||||
## Core functions {#sec:libcore:corefunctions}
|
||||
|
6
doc/src/0400-lib-store.md
Normal file
6
doc/src/0400-lib-store.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# libstore {#sec:libstore}
|
||||
|
||||
<!--
|
||||
Store functionality
|
||||
-->
|
||||
|
4
doc/src/0500-lib-module
Normal file
4
doc/src/0500-lib-module
Normal file
|
@ -0,0 +1,4 @@
|
|||
# libmodule {#sec:libmodule}
|
||||
|
||||
<!-- Basic common functionality for all modules -->
|
||||
|
54
doc/src/0600-modules.md
Normal file
54
doc/src/0600-modules.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
# Modules {#sec:modules}
|
||||
|
||||
## Bibliography {#sec:modules:bibliography}
|
||||
|
||||
The Bibliography module.
|
||||
|
||||
## Bookmarks {#sec:modules:bookmarks}
|
||||
|
||||
The Bookmarks module.
|
||||
|
||||
## Calendar {#sec:modules:calendar}
|
||||
|
||||
The Calendar module.
|
||||
|
||||
## Contacts {#sec:modules:contacts}
|
||||
|
||||
The Contacts module.
|
||||
|
||||
## Images {#sec:modules:images}
|
||||
|
||||
The Images module.
|
||||
|
||||
## Mails {#sec:modules:mails}
|
||||
|
||||
The Mails module.
|
||||
|
||||
## Movies {#sec:modules:movies}
|
||||
|
||||
The Movies module.
|
||||
|
||||
## Music {#sec:modules:music}
|
||||
|
||||
The Music module.
|
||||
|
||||
## News {#sec:modules:news}
|
||||
|
||||
The News module.
|
||||
|
||||
## Notes {#sec:modules:notes}
|
||||
|
||||
The Notes module.
|
||||
|
||||
## Shoppinglists {#sec:modules:shoppinglists}
|
||||
|
||||
The Shoppinglists module.
|
||||
|
||||
## Todos {#sec:modules:todos}
|
||||
|
||||
The Todos module.
|
||||
|
||||
## Wiki {#sec:modules:wiki}
|
||||
|
||||
The Wiki module.
|
||||
|
76
doc/src/0700-commands.md
Normal file
76
doc/src/0700-commands.md
Normal file
|
@ -0,0 +1,76 @@
|
|||
# Commands {#sec:commands}
|
||||
|
||||
<!--
|
||||
The CLI-commands build onto the libs
|
||||
-->
|
||||
|
||||
|
||||
## Command: store
|
||||
|
||||
The store command, built onto @sec:libstore.
|
||||
|
||||
|
||||
## Command: Bibliography {#sec:command:bibliography}
|
||||
|
||||
The command build onto the Bibliography-Module (@sec:modules:bibliography).
|
||||
|
||||
|
||||
## Command: Bookmarks {#sec:command:bookmarks}
|
||||
|
||||
The command build onto the Bookmarks-Module (@sec:modules:bookmarks).
|
||||
|
||||
|
||||
## Command: Calendar {#sec:command:calendar}
|
||||
|
||||
The command build onto the Calendar-Module (@sec:modules:calendar).
|
||||
|
||||
|
||||
## Command: Contacts {#sec:command:contacts}
|
||||
|
||||
The command build onto the Contacts-Module (@sec:modules:contacts).
|
||||
|
||||
|
||||
## Command: Images {#sec:command:images}
|
||||
|
||||
The command build onto the Images-Module (@sec:modules:images).
|
||||
|
||||
|
||||
## Command: Mails {#sec:command:mails}
|
||||
|
||||
The command build onto the Mails-Module (@sec:modules:mails).
|
||||
|
||||
|
||||
## Command: Movies {#sec:command:movies}
|
||||
|
||||
The command build onto the Movies-Module (@sec:modules:movies).
|
||||
|
||||
|
||||
## Command: Music {#sec:command:music}
|
||||
|
||||
The command build onto the Music-Module (@sec:modules:music).
|
||||
|
||||
|
||||
## Command: News {#sec:command:news}
|
||||
|
||||
The command build onto the News-Module (@sec:modules:news).
|
||||
|
||||
|
||||
## Command: Notes {#sec:command:notes}
|
||||
|
||||
The command build onto the Notes-Module (@sec:modules:notes).
|
||||
|
||||
|
||||
## Command: Shoppinglists {#sec:command:shoppinglists}
|
||||
|
||||
The command build onto the Shoppinglists-Module (@sec:modules:shoppinglists).
|
||||
|
||||
|
||||
## Command: Todos {#sec:command:todos}
|
||||
|
||||
The command build onto the Todos-Module (@sec:modules:todos).
|
||||
|
||||
|
||||
## Command: Wiki {#sec:command:wiki}
|
||||
|
||||
The command build onto the Wiki-Module (@sec:modules:wiki).
|
||||
|
Loading…
Reference in a new issue