;imp: doc: public BACKLOG.org
This commit is contained in:
		
							parent
							
								
									87b532b43d
								
							
						
					
					
						commit
						4a460ae3e1
					
				
							
								
								
									
										11
									
								
								BACKLOG.org
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								BACKLOG.org
									
									
									
									
									
										Normal 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 | ||||||
							
								
								
									
										8
									
								
								Shake.hs
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Shake.hs
									
									
									
									
									
								
							| @ -745,12 +745,16 @@ main = do | |||||||
|       phony "site" $ do |       phony "site" $ do | ||||||
|         need [ |         need [ | ||||||
|            "webmanuals" |            "webmanuals" | ||||||
|  |           ,".BACKLOG.md" | ||||||
|           ,".ROADMAP.md" |           ,".ROADMAP.md" | ||||||
|           ] |           ] | ||||||
|         cmd_ "make -C site build" |         cmd_ "make -C site build" | ||||||
| 
 | 
 | ||||||
|       ".ROADMAP.md" %> \out -> do |       -- These org files are converted to markdown for the website. | ||||||
|         let src = "ROADMAP.org" |       [ ".ROADMAP.md" | ||||||
|  |        ,".BACKLOG.md" | ||||||
|  |        ] |%> \out -> do | ||||||
|  |         let src = drop 1 out -<.> "org" | ||||||
|         liftIO $ writeFile out $ unlines [ |         liftIO $ writeFile out $ unlines [ | ||||||
|            "<!-- " ++ "Generated by \"Shake " ++ out ++ " from " ++ src ++ " -->" |            "<!-- " ++ "Generated by \"Shake " ++ out ++ " from " ++ src ++ " -->" | ||||||
|           ,"<div class=\"pagetoc\">" |           ,"<div class=\"pagetoc\">" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user