Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | spec/src/Thermoprint/Printout.hs & test-framework | Gregor Kleen | 2016-01-09 |
| | | | | | | Implemented Printout, Paragraph, Chunk, Block, Line, and text Test coverage for text | ||
* | fixed build issue | Gregor Kleen | 2015-12-25 |
| | |||
* | Framework for thermoprint-spec | Gregor Kleen | 2015-12-25 |
| | |||
* | Adressed licensing issues by switching to CC0 | Gregor Kleen | 2015-12-25 |
| | |||
* | framework for nix build | Gregor Kleen | 2015-12-25 |
| | |||
* | license | Gregor Kleen | 2015-12-25 |
| | |||
* | Cleaned tree for rewrite | Gregor Kleen | 2015-12-25 |
| | |||
* | Added test output/input & tweaks to .gitignore | Gregor Kleen | 2015-10-22 |
| | |||
* | Fixed PrintOut | Gregor Kleen | 2015-10-22 |
| | |||
* | Revert "Merged PrintOut into Main.hs" | Gregor Kleen | 2015-10-22 |
| | | | | This reverts commit 9ca0799435aca9f4380ca7e80358dc77236d1b24. | ||
* | fixed last commit | Gregor Kleen | 2015-10-22 |
| | |||
* | Merged PrintOut into Main.hs | Gregor Kleen | 2015-10-18 |
| | |||
* | switched logging to stderr | Gregor Kleen | 2015-10-18 |
| | |||
* | It turns out \n before [/center] is ensured by structure already | Gregor Kleen | 2015-10-18 |
| | |||
* | added massaging to avoid uneccesary whitespace injection | Gregor Kleen | 2015-10-18 |
| | |||
* | Revert "Added massaging to make sure blocks are not followed by extraneous ↵ | Gregor Kleen | 2015-10-18 |
| | | | | | | whitespace" This reverts commit 6db9326c348f54cd25f399ad1e472b20cb7771c0. | ||
* | Added massaging to make sure blocks are not followed by extraneous whitespace | Gregor Kleen | 2015-10-18 |
| | |||
* | Drafts | Gregor Kleen | 2015-10-17 |
| | |||
* | Working prototype | Gregor Kleen | 2015-10-17 |
| | |||
* | Introduced redo to buildsystem & fixed thermoprint | Gregor Kleen | 2015-10-13 |
| | |||
* | First shot at basic structure | Gregor Kleen | 2015-09-14 |
The planned webapp is missing for now. `nix-build -A servant` fails because thermoprint does not seem to be registered with ghc (see `echo 'import Thermoprint' | nix-shell -p 'ghci'`) |