comments
This commit is contained in:
parent
6bb8c8a114
commit
4e672f1722
@ -258,7 +258,7 @@ and maybe some others:
|
|||||||
> 21
|
> 21
|
||||||
> october, oct
|
> october, oct
|
||||||
> yesterday, today, tomorrow
|
> yesterday, today, tomorrow
|
||||||
> (not yet) this/next/last week/day/month/quarter/year
|
> this/next/last week/day/month/quarter/year
|
||||||
|
|
||||||
Returns a SmartDate, to be converted to a full date later (see fixSmartDate).
|
Returns a SmartDate, to be converted to a full date later (see fixSmartDate).
|
||||||
Assumes any text in the parse stream has been lowercased.
|
Assumes any text in the parse stream has been lowercased.
|
||||||
|
|||||||
@ -75,7 +75,7 @@ robots_txt = "User-agent: *"
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
-- | Hard-coded data directory path. This must be in your current dir when
|
-- | Hard-coded data directory path. This must be in your current dir when
|
||||||
-- you compile or run hledger-web.
|
-- you compile. At run time it's also required but we'll auto-create it.
|
||||||
datadir :: FilePath
|
datadir :: FilePath
|
||||||
datadir = "./.hledger/web/"
|
datadir = "./.hledger/web/"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user