hledger/hledger-api
Simon Michael 4c291dc54e doc: use macros not divs to select web/man content
Use slightly clearer m4 macros instead of special divs to mark content
as web only/man only. The temporary doc/*.md files are no longer needed,
slightly more redundant work is done.
2016-04-16 10:09:51 -07:00
..
doc doc: use macros not divs to select web/man content 2016-04-16 10:09:51 -07:00
examples api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.gitignore doc: use m4 for all manuals, shake cleanup 2016-04-16 03:50:30 -07:00
CHANGES api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
future-package.yaml ui, api: switch to the quicker-building microlens 2016-04-04 17:50:58 -07:00
hledger-api.cabal include txt man pages in cabal tarballs 2016-04-13 22:38:53 -07:00
hledger-api.hs require stackage nightly, for newer pandoc/swagger 2016-04-05 16:17:08 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00

A web API server for hledger data, and some client-side app examples.
This is an alternative to hledger-web, and for variety uses servant instead of yesod.