jmoiron plays the blues

jmoiron/humanize 1bf3f4c add humanize.humandate which overflows to include the year on dates 365+ days in the past, unlike humanize.humanday which always shows the month+day (fixes #2)
528ad483 to mandira make Loaded an exported field, add IsTemplate which recognizes common mandira extensions
307c3522 to gowiki mainly documentation updates, make the bootstrap process a bit more easy to deal with so that gowiki will repopulate files and the index on old versions of wiki.db
c0cd46e1 to gowiki allow live updating of (deployment mode) static assets and base/page templates from a file editing interface, allowing online customization of styles et al
dce79110 to modl use text instead of meaningless varchar in sqlite dialect
d6be1235 to mandira add experimental Loader to ease using directories of templates; feel free to use it but the interface is not fully baked yet
bfdf8d35 to gowiki implement configuration, access controls, error & note styles
e7b8d6c2 to gowiki initial wip, config and user perms/page ownership not yet done
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
created gowiki, single-file single-executable wiki written in golang
e164a790 to modl add DriverName to the dialect interface (required for interfacing with newer sqlx) and change NewDbMap to work with newer sqlx