bamboo-2009.6.25: A simple blog middleware on hackSource codeContentsIndex
Bamboo.Helper
Documentation
gt :: Ord a => a -> a -> BoolSource
ffmap :: (Functor f, Functor f1) => (a -> b) -> f1 (f a) -> f1 (f b)Source
(^^) :: (Functor f, Functor f1) => f1 (f a) -> (a -> b) -> f1 (f b)Source
whenM :: Monad m => m Bool -> m () -> m ()Source
parse_config :: String -> IO AssocSource
write_config :: FilePath -> Assoc -> IO ()Source
empty_html :: HtmlSource
show_data :: Show a => a -> [Char]Source
ifM :: Monad m => m Bool -> m b -> m b -> m bSource
parse_boolean :: String -> BoolSource
mkdir :: String -> IO ()Source
type SIO = String -> IO ()Source
take_directory :: SCSource
with_file :: String -> IOMode -> (Handle -> IO a) -> IO aSource
id_to_type :: SCSource
id_to_resource :: SCSource
read_data :: Read a => String -> aSource
read_data_list :: Read a => [String] -> [a]Source
take_extension :: SCSource
take_known_extension :: SCSource
drop_known_extension :: SCSource
remove_trailing_slash :: SCSource
parse_list :: String -> [String]Source
static_config :: ConfigSource
db_uri :: Config -> StringSource
flat_uri :: Config -> StringSource
public_uri :: Config -> StringSource
image_uri :: Config -> StringSource
config_uri :: Config -> StringSource
sidebar_uri :: Config -> StringSource
footer_uri :: Config -> StringSource
post_uri :: Config -> StringSource
tag_uri :: Config -> StringSource
comment_uri :: Config -> StringSource
theme_uri :: Config -> StringSource
album_uri :: Config -> StringSource
topic_uri :: Config -> StringSource
stat_uri :: Config -> StringSource
cache_uri :: Config -> StringSource
read_static_widget :: Reader -> String -> IO StaticWidgetSource
to_theme :: Assoc -> ThemeConfigSource
slashed_script_name :: Env -> StringSource
Produced by Haddock version 2.4.2