1
0
2016-07-19 17:29:29 -07:00
2016-07-08 06:38:44 -07:00
2016-02-11 14:43:57 -08:00
2016-02-11 15:12:29 -08:00
2016-07-19 17:29:29 -07:00
2016-07-19 17:29:29 -07:00
2016-02-17 08:37:14 -08:00
2016-02-11 14:43:57 -08:00
2016-05-17 06:24:47 -07:00
2016-02-17 08:33:47 -08:00

The plaintextaccounting.org website.
An informative portal for Ledger, hledger, beancount, and the other ledger-likes.

The repo is named plaintextaccounting.github.io to make it the Github
Pages site for the plaintextaccounting organization, so that it can be
served with a custom domain.

Contributing
------------

Several ways to contribute changes:

A. drop link suggestions etc. on the etherpad linked in the site footer
B. fork the github repo, submit a pull request
C. regular contributors can request commit access

Before committing, rebuild the HTML (requires pandoc):

$ make

and include it in your commit.

To rebuild on each file change (requires fswatch):

$ make watch

To rebuild and reload the browser page on file change,

Method 1 (requires livereloadx):

$ make watch
in another window:
$ npm install -g livereloadx
$ make livereload
visit http://localhost:35729

Method 2 (requires LiveReload):
add the site folder in the LiveReload GUI, configure custom command "make", ?
Languages
HTML 32.3%
Makefile 20.2%
CSS 16.4%
Lua 14.2%
Shell 9.9%
Other 7%