imag/doc
Matthias Beyer 266311d743 Change backends to do less ser-/deserialization
This commit changes the backends to do less de/ser, as it now stores the
Entry objects in the backend and does the de/serialization there.

This means the store does only serialize things once from json to toml
in the io backend.

See the diff of the documentation for more details.
2017-06-18 12:32:04 +02:00
..
src Change backends to do less ser-/deserialization 2017-06-18 12:32:04 +02:00
templates doc: template: Add TOC 2016-07-08 21:11:28 +02:00
.gitignore Add default doc setup 2016-01-08 13:11:04 +01:00
Makefile Define tasks for manpage generation 2016-07-03 13:27:11 -04:00
README.md Add readme file for paper 2016-01-08 13:12:55 +01:00
default.nix Add missing dependency: which 2016-07-30 20:59:49 +02:00

README.md

Documentation of the idea

This subdirectory contains the documentation of the basic idea behind ``imag''. It is written in Markdown and compiled to both PDF and HTML via pandoc.

Contributing to this paper

First, the paper is not build by travis-ci. This means if there are errors, they will be detected by me only if I build the paper. I know this is not optimal, but as documented in 70, building the paper in travis would slow down the travis-ci machines too much.

So if you want to contribute I would like you to build the paper, if you can. The dependencies you need are listed in the default.nix file (you don't need either nix nor nixos, all of these packages should be available in all major distros). Make sure you use pandoc 1.10+.

Contributing to this paper is done via normal pull requests, RFC-Like.

That's all to it so far.