Simon Michael
e6579992d7
doc: link to issue bounties at bountysource
2014-12-02 11:52:46 -08:00
Simon Michael
29bca9691a
doc: link fedora haskell SIG
2014-12-02 11:52:25 -08:00
Simon Michael
55993543be
doc: funding links: gratipay, bountysource, flattr
2014-12-02 11:51:03 -08:00
Simon Michael
9ede5cef1e
doc: start release notes
2014-12-02 11:50:44 -08:00
Simon Michael
1708f0b441
csv: try to preserve order of same-day transactions
...
If the CSV records appear to have been in reverse date order,
we'll now reverse them all before also sorting by transaction date,
so that the original order of same-day transactions is preserved.
We detect this using a simple heuristic: if the first converted
transaction's date is later than the last's.
2014-12-02 11:16:51 -08:00
Simon Michael
733a7b12ef
csv: include path is relative to current ( close #198 )
2014-12-02 10:50:31 -08:00
Simon Michael
09a6f79334
doc: small cleanups to file format faq
2014-12-01 13:06:58 -08:00
Simon Michael
f205d0c7fa
doc: convert ledgertips page to markdown
2014-12-01 12:15:13 -08:00
Simon Michael
87fd99b220
doc: fix typo in prices example
2014-12-01 07:58:45 -08:00
Julien Moutinho
cf28985cf2
lib: move from Text.ParserCombinators.Parsec to Text.Parsec
...
NOTE: required to use liftIO in includedirective
SEE: http://www.vex.net/~trebla/haskell/parsec-generally.xhtml#IO
2014-11-20 10:08:30 +01:00
Julien Moutinho
21a200cccc
extra: add hledger-check-dates
2014-11-17 11:16:36 +01:00
Julien Moutinho
4c5c15d275
extra: sync hledger-rewrite with numberp
2014-11-17 11:16:36 +01:00
Simon Michael
0cf8c142aa
doc: dev guide updates
2014-11-12 18:11:43 -08:00
Simon Michael
e5ae0a8f51
doc: more manual updates, alphabetise commands
2014-11-12 18:10:11 -08:00
Simon Michael
45f5507ff6
doc: rewrite CSV section
2014-11-12 18:05:39 -08:00
Simon Michael
5da3ddc931
site: misc updates
2014-11-12 18:04:21 -08:00
Simon Michael
74577fd8d4
site: tweak code, pre style
2014-11-12 18:04:01 -08:00
Simon Michael
b44290e696
site: updates from IRC
2014-11-12 18:02:40 -08:00
Simon Michael
734c622698
site: disable unnecessary stylesheet
2014-11-12 18:00:50 -08:00
Simon Michael
9bf2d352a1
site: adjust some manual section names
2014-11-11 17:12:32 -08:00
Simon Michael
2a2a42c417
site: home page tweaks
2014-11-11 16:39:22 -08:00
Simon Michael
4d000a4aff
site: quick links tweaks
2014-11-11 16:38:04 -08:00
Simon Michael
c6fc8987d9
site: bold logo text
2014-11-11 16:37:26 -08:00
Simon Michael
61765ce55f
site: template cleanups
2014-11-11 16:36:58 -08:00
Simon Michael
c68f9c718d
site: tweaks
2014-11-11 14:55:40 -08:00
Simon Michael
97c139a84f
site: new verbose front page content
2014-11-11 14:55:23 -08:00
Simon Michael
00f5ddf0b8
site: misc updates
2014-11-11 07:13:36 -08:00
Simon Michael
deb6c74807
site: drop release notes from nav bar
2014-11-11 07:13:03 -08:00
Simon Michael
97a0c76dca
site: fix sizing on mobile screens
2014-11-11 07:11:39 -08:00
Simon Michael
fee21dd661
doc: add contributors page to site, lower-case it
2014-11-11 07:06:29 -08:00
Simon Michael
7ca806c5b0
site: content updates for the hakyll/pandoc site
2014-11-10 13:38:05 -08:00
Simon Michael
05474d9a9f
site: local styles, eg for table of contents
2014-11-10 13:36:43 -08:00
Simon Michael
099a271672
site: use a bootstrap nav bar
2014-11-10 13:30:46 -08:00
Simon Michael
d644b2acef
site: use CDN for bootstrap/jquery
2014-11-10 13:29:48 -08:00
Simon Michael
c92b6520ea
doc: static site uses hakyll(-std) again, import wiki content
2014-11-04 21:18:13 -08:00
Simon Michael
b045d6b530
doc: sync latest manual/dev guide from wiki
2014-11-04 20:33:26 -08:00
Simon Michael
6b2dfb3d79
doc: align manual, developer guide filenames with wiki
2014-11-04 20:30:02 -08:00
Simon Michael
901ac8f0fb
symlink change logs under doc/
2014-10-31 16:57:38 -07:00
Simon Michael
ec13aae530
git ignore profs, .hpc files
2014-10-31 16:33:55 -07:00
Simon Michael
3ed0ccef0c
doc: move profs/ under doc/
2014-10-31 16:24:58 -07:00
Simon Michael
10fe46d2a8
sort main gitignore
2014-10-31 16:16:41 -07:00
Simon Michael
1221b2d3ed
doc: site rule tweak
2014-10-31 16:16:41 -07:00
Simon Michael
ecddd67689
doc: more consistent README file extensions
2014-10-31 16:16:41 -07:00
Simon Michael
0d4448356b
doc: move site files around
2014-10-31 16:06:16 -07:00
Simon Michael
78640449a0
doc: move site/ under doc/, switch to hakyll-std
2014-10-31 15:20:43 -07:00
Simon Michael
23fb4ffd84
export failIfInvalidMonth/Day ( fixes #216 )
2014-10-30 07:58:15 -07:00
Simon Michael
a2612f17c6
tweak wording
2014-10-29 08:27:52 -07:00
Simon Michael
d25fe21834
apply all matching account aliases, not just one directive and one option
2014-10-29 08:20:27 -07:00
Simon Michael
9fa22e0398
account aliases (and regexReplace) now support backreferences
2014-10-29 07:46:49 -07:00
Simon Michael
bd6322669c
notes: account declarations mockups
2014-10-28 18:43:41 -07:00