Safe Haskell | None |
---|---|
Language | Haskell98 |
Functions for parsing command line options and reading the config file.
- getConfigFromFile :: FilePath -> IO Config
- getConfigFromFiles :: [FilePath] -> IO Config
- getDefaultConfig :: IO Config
- readMimeTypesFile :: FilePath -> IO (Map String String)
Documentation
getConfigFromFile :: FilePath -> IO Config Source
Get configuration from config file.
getConfigFromFiles :: [FilePath] -> IO Config Source
Get configuration from config files.
getDefaultConfig :: IO Config Source
Returns the default gitit configuration.
readMimeTypesFile :: FilePath -> IO (Map String String) Source
Read a file associating mime types with extensions, and return a map from extensions to types. Each line of the file consists of a mime type, followed by space, followed by a list of zero or more extensions, separated by spaces. Example: text/plain txt text