;imp: doc: public BACKLOG.org

This commit is contained in:
Simon Michael 2021-09-19 07:30:44 -10:00
parent 87b532b43d
commit 4a460ae3e1
2 changed files with 17 additions and 2 deletions

11
BACKLOG.org Normal file
View File

@ -0,0 +1,11 @@
* hledger BACKLOG
BACKLOG.org: a public store of tasks/changes/design notes
that we're fairly sure would be good to have.
Here they compost nicely in the sun, uncommitted and unscheduled.
Related:
- SM's private backlog, most of which is gradually moving here
- https://wishes.hledger.org WISH issues, allowing more discussion
- mockups.md
- ROADMAP.org

View File

@ -745,12 +745,16 @@ main = do
phony "site" $ do
need [
"webmanuals"
,".BACKLOG.md"
,".ROADMAP.md"
]
cmd_ "make -C site build"
".ROADMAP.md" %> \out -> do
let src = "ROADMAP.org"
-- These org files are converted to markdown for the website.
[ ".ROADMAP.md"
,".BACKLOG.md"
] |%> \out -> do
let src = drop 1 out -<.> "org"
liftIO $ writeFile out $ unlines [
"<!-- " ++ "Generated by \"Shake " ++ out ++ " from " ++ src ++ " -->"
,"<div class=\"pagetoc\">"