doc: store: fileformat: Add example

This commit is contained in:
Matthias Beyer 2016-01-12 13:07:04 +01:00
parent e92cd8d558
commit ddb3a2717a

View file

@ -41,6 +41,22 @@ convenience.
The program SHOULD NOT expect any particular markup format, except explicitely The program SHOULD NOT expect any particular markup format, except explicitely
configured in the header of the file. configured in the header of the file.
### Example {#sec:thestore:fileformat:example}
An example for a file in the store follows.
```
---
[imag]
nothing = here
[imag.examplemodule]
and_nothing = here_as_well
---
This is an example text, written by the user.
```
## File organization {#sec:thestore:fileorganization} ## File organization {#sec:thestore:fileorganization}
The "Entries" are stored as files in the "Store", which is a directory the The "Entries" are stored as files in the "Store", which is a directory the