Villefort-0.1.2.4: Villefort is a task manager and time tracker written in haskell.

Safe HaskellNone
LanguageHaskell2010

Villefort.Server

Synopsis

Documentation

getIndex :: [[Char]] -> Int -> [Char] Source #

convDate :: String -> String Source #

Converts date from Javascript to sqlite date fromat

makeRadio :: String -> String Source #

makes html for radiobutton

writeDate :: IO () Source #

Main function of loop

checkDay :: D -> D -> Bool Source #

runDaily :: VConfig -> D -> D -> IO () Source #

runMonthly :: D -> D -> IO () Source #

runYearly :: D -> D -> IO () Source #

runWeekly :: VConfig -> Int -> Int -> IO () Source #

selector :: (Num a, Eq a) => VConfig -> a -> [IO [String]] Source #

man :: VConfig -> IO () Source #