about summary refs log tree commit diff
path: root/src/Locales.hs
AgeCommit message (Collapse)AuthorFilesLines
2013-10-14 Removed commentsVincent Ambo1-1/+1
2013-05-05 * more bootstrap-related fixes, nearing completion"Vincent Ambo ext:(%22)1-2/+2
* version bumped to 4.0
2013-05-05 * further work on Bootstrapping"Vincent Ambo ext:(%22)1-1/+1
2013-05-05 * fixed date formatting"Vincent Ambo ext:(%22)1-4/+4
2013-04-28 * started moving blog to bootstrap, but keeping the design. Currently far ↵"Vincent Ambo ext:(%22)1-2/+2
from done
2013-04-28 * version bump to 3.5"Vincent Ambo ext:(%22)1-1/+1
2013-04-28 Used stylish-haskell on all source files"Vincent Ambo ext:(%22)1-8/+10
2013-04-28 * removed iMessage"Vincent Ambo ext:(%22)1-3/+1
2012-04-25 * upped version to 3.4Vincent Ambo1-1/+1
2012-04-04 * typo in cabal fileVincent Ambo1-1/+1
2012-04-04 version 3.3:Vincent Ambo1-1/+5
* added reCaptcha again (got too much spam)
2012-03-24 * changed version tag to 3.2Vincent Ambo1-1/+1
2012-03-24 * added RSS.hs: functions to create an RSS feedVincent Ambo1-0/+15
* added RSS feed handler * FromReqURI instance for BlogLang * fixed RSS-feed link
2012-03-23 version 3.1.2:Vincent Ambo1-1/+1
* CSS changes for HsColour
2012-03-22 version 3.1.1:Vincent Ambo1-1/+1
* added background texture for .middle * removed accidental </br> which caused W3 validation to fail New design is now complete. --HG-- rename : res/ios-linen.jpg => res/hbg.jpg
2012-03-20 version 3.1:Vincent Ambo1-3/+11
* entirely new design (looks a lot better. Thanks to @not_eden and @agoptron for their advice) * multi-author support (I won't use it yet) * blogstyle.css serves as the "source" for blog.css * displaying article eDate and author on entry page
2012-03-18 * correctly serving 404s with status code 404 :|Vincent Ambo1-3/+3
2012-03-18 * fixed 404 pageVincent Ambo1-0/+9
2012-03-15 * version 3.0Vincent Ambo1-3/+3
* fixed read-more links
2012-03-13 * blog is now running off acid-state (this thing is *fast*)Vincent Ambo1-7/+6
2012-03-07 * one step closer to adding comments"Vincent Ambo ext:(%22)1-0/+4
* generic Doc update function * redirect /<commentID> to appropriate full link
2012-03-06 * links on right sideVincent Ambo1-2/+5
2012-03-06 * guarding showLinks against negative numbersVincent Ambo1-1/+2
2012-03-06 * merged String -> Text changesVincent Ambo1-14/+27
* comment field
2012-03-06 * TEXT EVERYWHERE, WHERE MY STRINGS AT?"Vincent Ambo ext:(%22)1-15/+28
2012-03-06 * finished comment fieldVincent Ambo1-0/+3
2012-03-05 * began work on commentBoxVincent Ambo1-0/+3
2012-03-03 * Pagination (finally!)Vincent Ambo1-4/+8
* slight CSS change
2012-03-02 * changes D:Vincent Ambo1-6/+7
2012-02-24 * entries by month"Vincent Ambo ext:(%22)1-0/+40
2012-02-24 * localization moved to Locales.hs"Vincent Ambo ext:(%22)1-0/+57