chore(tazblog): Remove i18n features
The blog has been English only for a few years. Old entries that survived the migration to DNS will still be accessible.
This commit is contained in:
parent
094aafecdd
commit
561ed1fbbb
7 changed files with 77 additions and 164 deletions
|
|
@ -2,7 +2,6 @@
|
|||
module Main where
|
||||
|
||||
import Control.Applicative ((<$>), (<*>))
|
||||
import Locales (version)
|
||||
import Server (runBlog)
|
||||
import System.Environment (getEnv)
|
||||
|
||||
|
|
@ -20,6 +19,6 @@ readOpts =
|
|||
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn ("TazBlog " ++ version ++ " in Haskell starting")
|
||||
opts <- readOpts
|
||||
putStrLn ("tazblog starting on port " ++ (show $ blogPort opts))
|
||||
runBlog (blogPort opts) (resourceDir opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue