Commit Graph

7175 Commits

Author SHA1 Message Date
Simon Michael
2530d9b853 site: fix TOC in contributing, manuals
[ci skip]
2019-02-12 09:58:22 -08:00
Simon Michael
f3e1505b43 site: home: wiki link
[ci skip]
2019-02-12 09:51:51 -08:00
Simon Michael
6ff5d744b7 doc: journal: move details of editor support to cookbook
[ci skip]
2019-02-12 09:50:56 -08:00
Simon Michael
7524c98d23 site: home: wiki links 2019-02-11 17:25:42 -08:00
Simon Michael
a1c2210b6c doc: contributing: starter -> good first issue
[ci skip]
2019-02-11 17:00:15 -08:00
Simon Michael
f4a38ed450 doc: contributing: ? -> other, whitespace
[ci skip]
2019-02-11 17:00:15 -08:00
Simon Michael
3c40542682 site: home: hacker news links, open issues link, cleanup
[ci skip]
2019-02-11 17:00:15 -08:00
Simon Michael
85057c90a7 site: home: update wiki links
[ci skip]
2019-02-11 14:24:40 -08:00
Simon Michael
21fac53954 doc: regen manuals
[ci skip]
2019-02-11 14:15:44 -08:00
Simon Michael
2364a53f49 site: add table of contents to all wiki pages with 2+ headings
[ci skip]
2019-02-11 14:12:48 -08:00
Simon Michael
3aad6696c9 shake: fix old manuals' deps; don't build them by default; refactor
[ci skip]
2019-02-11 13:07:06 -08:00
Simon Michael
b3dd667feb site: update deploy script 2019-02-09 19:48:01 -08:00
Simon Michael
1570d5c6df site: home: content tweaks, update cookbook links
[ci skip]
2019-02-09 19:28:53 -08:00
Simon Michael
d0996213cd site: wiki pages: get links from Home; prepend page name headings
[ci skip]
2019-02-09 19:28:53 -08:00
Simon Michael
aeb7d58c31 shake: cleanup 2019-02-09 19:28:53 -08:00
Simon Michael
d79bd77feb site: wiki integration - render wiki pages within main site
The github wiki pages are now rendered as part of the website's static
content, like the main site pages (and using the same pandoc markdown).
Building the site now requires that a copy of the wiki is checked out
under wiki/.

Github wiki links are converted to suitable relative links,
in all pages (not just wiki pages).

`make site/index.md-push`, which updated the wiki links on the website
home page and committed/pushed it, is now `./Shake site/index.md`, and
doesn't commit/push.

Shake.hs now also depends on the `regex` package.

[ci skip]
2019-02-09 19:28:53 -08:00
Simon Michael
ce2ef2497a shake: also generate static html from wiki pages
A copy of the github wiki is assumed to be checked out in ./wiki/

[ci skip]
2019-02-09 19:28:53 -08:00
Jakob Schöttl
ba1abae7c9 Add doc on --invert 2019-02-09 15:55:41 -08:00
Jakob Schöttl
161ca660dc Support register --invert option to negate amounts 2019-02-09 15:55:41 -08:00
Jakob Schöttl
98d7c073c7 Reduce simple lambda 2019-02-09 12:47:24 -08:00
Simon Michael
94753f1cea bump to dev version 2019-02-08 11:33:44 -08:00
Simon Michael
f3501b14f8 site: home: streamline welcome, move funding links down
[ci skip]
2019-02-06 10:07:04 -08:00
Simon Michael
8ba3e0ba1e make: add main website pages to site-liverender, tags
[ci skip]
2019-02-06 10:06:17 -08:00
Simon Michael
29e3e20745 doc: contributing: fix the open issues table, and move up (#969)
[ci skip]
2019-02-05 15:27:42 -08:00
Simon Michael
43be7c1381 doc: contributing: move workflows to the end
[ci skip]
2019-02-05 13:04:25 -08:00
Simon Michael
6f4bb29734 site: relnotes: announcement link
[ci skip]
2019-02-05 12:42:21 -08:00
Simon Michael
a21b97fb4f site: download, relnotes: bump to latest hledger versions
[ci skip]
2019-02-05 12:35:48 -08:00
Simon Michael
8f094d1a87 hledger-install: bump to latest hledger versions
[ci skip]
2019-02-05 12:33:32 -08:00
Simon Michael
31d1c3affa doc: contributing: fix azure CI link
This one doesn't work in markdown here for some reason

[ci skip]
2019-02-05 12:14:10 -08:00
Simon Michael
0d1663fc00 doc: contributing: azure pipelines CI link
[ci skip]
2019-02-05 12:06:38 -08:00
Simon Michael
de69456b8f shake: fix the fix
[ci skip]
2019-02-05 11:56:51 -08:00
Simon Michael
2bd0d27976 shake: be GNU sed compatible, fixing defs.m4 updating
[ci skip]
2019-02-05 11:55:52 -08:00
Simon Michael
1f9927d617 site: home: latest wiki links
[ci skip]
2019-02-05 11:46:15 -08:00
Simon Michael
646ec83f99 make site/index.md-push: restore (and consolidate), still used
[ci skip]
2019-02-05 11:44:53 -08:00
Simon Michael
ea116dcffb doc: contributing: update version number process
[ci skip]
2019-02-05 07:32:33 -08:00
Simon Michael
f4e237afd6 shake [PKG/]CHANGES.md-finalise : sets final changelog heading
Replaces an interim (commit hash) heading with a release heading based
on the .version file and today's date.

[ci skip]
2019-02-05 07:31:06 -08:00
Simon Michael
a18e4e9773 hpack: drop quotes from version: field, apparently not required
[ci skip]
2019-02-05 06:35:40 -08:00
Simon Michael
78ee11d795 ui: set .version to correct value
[ci skip]
2019-02-04 18:58:57 -08:00
Simon Michael
18ffa65168 tools: move setversion to shake, use PKG/.version, set upper bounds
./Shake setversion will now propagate the version number in each
package's .version file, to all the places in that package where it's
needed (ie the defs.m4 file and multiple places in the package.yaml
file. Also it now updates upper bounds on other hledger packages
to the next major version. (The new lower/upper bounds may not always
be what's desired, manual review required.)

[ci skip]
2019-02-04 18:47:27 -08:00
Simon Michael
bde46f7bd0 doc: move version, release date entirely into per-package macros
[ci skip]
2019-02-04 15:28:23 -08:00
Simon Michael
bf6acf52ef doc: allow per-package m4 defs, to override things like version
[ci skip]
2019-02-04 15:18:51 -08:00
Simon Michael
3f4473639a doc: lib.m4 -> common.m4; restore required _FLAGS_ macro
[ci skip]
2019-02-04 14:44:35 -08:00
Simon Michael
6dab730900 cli: bump version to 1.13.2
[ci skip]
2019-02-04 08:36:36 -08:00
Simon Michael
6de8e7d516 changelog
[ci skip]
2019-02-04 08:33:43 -08:00
Simon Michael
cbdcd6fad9 doc: document m4 macros
[ci skip]
2019-02-04 08:33:43 -08:00
Simon Michael
c94cee6aae make: showversions; more cleanup
[ci skip]
2019-02-03 17:19:23 -08:00
Simon Michael
384c555f99 make, shake: refer to each other's help
[ci skip]
2019-02-03 17:01:57 -08:00
Simon Michael
1eb9562204 make: site-liverender; add contrib guide to tags
[ci skip]
2019-02-03 16:56:54 -08:00
Simon Michael
11ce2aff59 doc: update version number notes, move to contrib guide
[ci skip]
2019-02-03 16:51:27 -08:00
Simon Michael
1ff2516a84 make: clean out old stuff
[ci skip]
2019-02-03 16:09:42 -08:00