about summary refs log tree commit diff
path: root/src/Main.hs
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11 Add an option for the resource folderVincent Ambo1-7/+10
2014-03-11 Updated for new options packageVincent Ambo1-6/+11
2013-10-14 Removed commentsVincent Ambo1-37/+6
2013-05-05 * serving correct css location"Vincent Ambo ext:(%22)1-1/+1
2013-05-05 * smaller HTML fixes"Vincent Ambo ext:(%22)1-1/+1
2013-04-28 * started moving blog to bootstrap, but keeping the design. Currently far ↵"Vincent Ambo ext:(%22)1-1/+1
from done
2013-04-28 ran hlint"Vincent Ambo ext:(%22)1-22/+21
2013-04-28 Used stylish-haskell on all source files"Vincent Ambo ext:(%22)1-31/+38
2013-04-28 * re-enabled captchas"Vincent Ambo ext:(%22)1-4/+2
2013-04-27 * switched main language to English"Vincent Ambo ext:(%22)1-1/+1
2013-04-24 * small fixes that I don't remember"Vincent Ambo ext:(%22)1-1/+2
2012-04-25 * completed switch to Hamlet and LuciusVincent Ambo1-0/+4
2012-04-22 * removed captchas (well, commented them out)Vincent Ambo1-2/+4
2012-04-06 * removed entryEscape -> Posting pure HTML from now on (pre tag where necessary)Vincent Ambo1-11/+5
2012-04-04 * comment deletion (this doesn't look nice, but nobody except for me sees ↵Vincent Ambo1-2/+13
the admin page so I DON'T CARE :D)
2012-04-04 version 3.3:Vincent Ambo1-11/+21
* added reCaptcha again (got too much spam)
2012-03-25 * default rss feed link now points to an XML fileVincent Ambo1-0/+1
2012-03-25 * removed System.Environment from Main.hsVincent Ambo1-5/+12
* using the brand-new Options package to parse command line options (--port and --statedir)
2012-03-24 * added RSS.hs: functions to create an RSS feedVincent Ambo1-10/+15
* added RSS feed handler * FromReqURI instance for BlogLang * fixed RSS-feed link
2012-03-22 * cleaned up res/ folderVincent Ambo1-0/+3
* serving static/ content from res/ with 20 years expiration date * linen texture
2012-03-20 * gzip compression for dynamic filesVincent Ambo1-1/+3
2012-03-20 version 3.1:Vincent Ambo1-1/+1
* 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-6/+6
2012-03-18 * fixed 404 pageVincent Ambo1-0/+2
2012-03-18 * changed entryEscapeVincent Ambo1-1/+4
2012-03-15 * proper comment escapingVincent Ambo1-1/+9
2012-03-15 * newlines in commentsVincent Ambo1-1/+2
2012-03-15 * port 80Vincent Ambo1-1/+1
2012-03-15 * updating entries and entrylistVincent Ambo1-26/+45
* entryEscape ("\n" -> "<br>")
2012-03-14 * fixed entry-addingVincent Ambo1-13/+19
* temporarily removed adminHandler and merged it into tazBlog :: ServerPart Response
2012-03-14 * changed comment structure to sort by UTCTimeVincent Ambo1-30/+79
* postEntry function done; adminHandler doesn't work?
2012-03-13 * removed dependency on Network.CGIVincent Ambo1-1/+1
* Cabal & License file
2012-03-13 * updated some stuff, work on sessionsVincent Ambo1-5/+14
2012-03-13 * blog is now running off acid-state (this thing is *fast*)Vincent Ambo1-201/+49
2012-03-09 * broken version of Acid State stuff"Vincent Ambo ext:(%22)1-21/+72
* AccountState containing data of type Account * hashString functions
2012-03-08 * initializing Acid sessions"Vincent Ambo ext:(%22)1-4/+20
* guardSession
2012-03-07 * initial work on AcidState session storage ↵"Vincent Ambo ext:(%22)1-7/+33
(http://happstack.com/docs/crashcourse/AcidState.html)
2012-03-07 * login page"Vincent Ambo ext:(%22)1-0/+3
2012-03-07 * comment adding fixed"Vincent Ambo ext:(%22)1-0/+6
* JSON Encoding is broken in the current Hackage version of CouchDB, thus it is necessary to build it manually and to apply this fix: https://github.com/tbh/haskell-couchdb/commit/fafd63a43607ab8d6306fa46a264f93d4921a26c
2012-03-07 * one step closer to adding comments"Vincent Ambo ext:(%22)1-2/+38
* generic Doc update function * redirect /<commentID> to appropriate full link
2012-03-06 * links on right sideVincent Ambo1-8/+9
2012-03-06 * merged String -> Text changesVincent Ambo1-2/+3
* comment field
2012-03-06 * TEXT EVERYWHERE, WHERE MY STRINGS AT?"Vincent Ambo ext:(%22)1-2/+3
2012-03-06 * finished comment fieldVincent Ambo1-0/+6
2012-03-03 * Pagination (finally!)Vincent Ambo1-7/+14
* slight CSS change
2012-03-03 * added TODO fileVincent Ambo1-1/+1
2012-03-03 * limiting amount of queries with couchDB's limit parameterVincent Ambo1-3/+3
2012-03-03 * getMonthCount now takes a BlogLang, as is obviously requiredVincent Ambo1-5/+7
2012-03-03 * removed an unnecessary tempVarVincent Ambo1-2/+1
2012-03-03 * getMonthCount function addedVincent Ambo1-12/+15