Commit Graph

3059 Commits

Author SHA1 Message Date
Simon Michael
9bf447184b docs: move most docs to the wiki
I've moved the installation and developer guides, FAQ and how-tos from
hledger.org (yst & git) to hledger.org/wiki (dokuwiki) and tried to
integrate their navigation bars two as best I can. Using just one
or the other would be nice, but I don't think I can quite do that;
it seems the manual at least should be revision controlled along with the code.
2014-01-26 11:41:28 -08:00
Simon Michael
a551b76a56 site: re-enable wiki link, we have a new DokuWiki wiki 2014-01-24 15:29:48 -08:00
Simon Michael
f87a68999f mention the often-overlooked 2-space rule in the too many missing amounts error 2014-01-24 15:28:37 -08:00
Simon Michael
f3e2ae40d6 docs: mention --empty and --no-elide in balance doc 2014-01-19 08:02:39 -08:00
Simon Michael
04f828ea88 doc: install guide updates 2014-01-12 18:17:59 -08:00
Simon Michael
60fb9c1f3f site: tweaks 2014-01-12 17:57:32 -08:00
Simon Michael
260393e4f0 site: more code links 2014-01-12 17:47:00 -08:00
Simon Michael
6ac372217b docs: more how-to updates 2014-01-12 17:46:43 -08:00
Simon Michael
854f26512a clarify CSV how-to 2014-01-12 17:04:18 -08:00
Simon Michael
c97c7eea06 site: re-enable google and pingdom hit trackers, I guess :/ 2014-01-12 16:26:07 -08:00
Simon Michael
79ee9c7270 docs: fix a manual rendering issue 2014-01-12 16:17:35 -08:00
Simon Michael
3fa70d6464 docs: remove no-longer-needed pandoc metadata blocks 2014-01-12 16:12:48 -08:00
Simon Michael
cb6bbd16f7 site: drop gnu logo for now 2014-01-12 16:05:08 -08:00
Simon Michael
471f0d8f08 site: front page tweak 2014-01-12 16:02:11 -08:00
Simon Michael
cab6c65f49 site: updates 2014-01-12 15:55:01 -08:00
Simon Michael
c4ca7638f9 gitignore updates 2014-01-12 15:15:23 -08:00
Simon Michael
cf2f3ee099 site: new plan - switch to yst for site building 2014-01-12 15:15:09 -08:00
Simon Michael
c6f0f23803 note a possible balance assertions issue 2014-01-12 08:32:25 -08:00
Simon Michael
f67f5fb12d docs: more sym: tips 2014-01-12 08:32:25 -08:00
Simon Michael
792b1685ff site: fix route generated for latest docs 2014-01-12 08:25:37 -08:00
Simon Michael
7838811b46 gitignore updates 2014-01-11 21:53:16 -08:00
Simon Michael
bba0d702a1 move bench.tests to tests/ 2014-01-11 21:53:06 -08:00
Simon Michael
77a56584c8 site: rename *site rules to site* 2014-01-11 21:46:04 -08:00
Simon Michael
6dc36c46f7 site: simplify site generation, give up that copy/symlink malarkey 2014-01-11 21:45:37 -08:00
Simon Michael
1363d3c9ec rename VERSION file 2014-01-11 21:29:24 -08:00
Simon Michael
6f9cb50c2b docs: fix old doc generation 2014-01-11 21:27:36 -08:00
Simon Michael
6b9f5d37a5 docs: move most docs to doc/, hakyll cleanups fixing site preview 2014-01-11 21:22:53 -08:00
Simon Michael
d3794ba5b6 .gitignore updates 2014-01-11 20:46:22 -08:00
Simon Michael
f3c01e3bd6 remove old darcs boring and authorspellings files 2014-01-11 20:40:00 -08:00
Simon Michael
d55f686f68 avoid a Text.Printf name collision with GHC 7.7+ (fixes #153) 2014-01-10 08:29:25 -08:00
Simon Michael
2a23ebd74f docs: update cabal version recommendation further 2014-01-08 16:01:25 -08:00
Simon Michael
572f99ea08 docs: also bump version in manual text 2014-01-08 15:43:25 -08:00
Simon Michael
230249f509 docs: mention current system-fileio install conflict 2014-01-08 15:38:10 -08:00
Simon Michael
048de0e521 docs: drop cabal 0.14 references 2014-01-08 15:38:09 -08:00
Simon Michael
2160941c86 Merge branch 'release-0.22.1'
Conflicts:
	NEWS.md
	hledger-lib/hledger-lib.cabal
2014-01-08 15:34:20 -08:00
Simon Michael
ed8e93d1dd tools: disable some failing release test scripts 2014-01-08 15:23:10 -08:00
Simon Michael
ff30fc5aa2 tools: I think we're using simple git tags now 2014-01-08 15:22:43 -08:00
Simon Michael
4d8ef7eaa3 docs: release notes 2014-01-08 15:02:33 -08:00
Simon Michael
2ec6231a51 bump version to 0.22.1 2014-01-08 15:01:45 -08:00
Simon Michael
62b0461c0e require latest pretty-show to allow install with standard happy and fix hackage docs 2014-01-08 15:00:41 -08:00
Simon Michael
4c1b2c0f86 remove obsolete regex-compat-tdfa dependency from hledger 2014-01-08 14:48:28 -08:00
Clint Adams
cf365524cb Use regex-tdfa instead of regex-compat-tdfa 2014-01-08 14:37:30 -08:00
Clint Adams
7f2ffe2e45 Use regex-tdfa instead of regex-compat-tdfa 2013-12-28 13:31:58 -05:00
Simon Michael
7d9e334aa9 Merge pull request #152 from markokocic/patch-1
Add cabal sandbox files to .gitignore
2013-12-17 07:07:58 -08:00
Marko Kocić
338d0290b4 Add cabal sandbox files to .gitignore 2013-12-17 13:32:30 +01:00
Simon Michael
62160ee82c Merge pull request #151 from xiaoruoruo/staticroot
docs: new option --static-root
2013-12-15 22:23:17 -08:00
Xinruo Sun
6f53756f0e docs: new option --static-root 2013-12-16 10:36:03 +08:00
Simon Michael
014838bb67 Merge pull request #150 from xiaoruoruo/staticroot
web: add a --static-root option to customize static files root
2013-12-15 18:23:23 -08:00
Xinruo Sun
0275485bf9 web: add a --static-root option to customize static files root 2013-12-15 12:20:07 +08:00
Simon Michael
1d91d76d64 docs: update release announcement 2013-12-13 19:49:04 -08:00