| Age | Commit message (Collapse) | Author | 
|---|
|  | It is always the same:
- amount float32
- unit   string
- type   string
This is good as a starting point. Later the types of ingredients might
have to be tracked. In this a string as key is maybe not the best. | 
|  | Using spaces removes the need to care about the tabwidth of different
browsers. | 
|  |  | 
|  | This shows some more markup features / edge cases. | 
|  | Using a database is way more complex (see the commit statistics of this
commit) than using files to store recipe data. Also administration and
usage is simpler. | 
|  | This prepares the switch to a file-based store of recipe data replacing
MariaDB. |