chore(tazblog): Replace BlogDB with stubs for DNS-based storage

Removes acid-state specific code and the former BlogDB module, in its
stead the new BlogStorage module contains stubs for the functions that
will be filled in with DNS-based storage.

This code is unformatted and will not currently serve a working blog.
This commit is contained in:
Vincent Ambo 2019-08-20 00:17:23 +01:00
parent 1d5b53abf8
commit 11fcf62297
10 changed files with 116 additions and 561 deletions

View file

@ -9,7 +9,7 @@ import Data.Time (UTCTime, getCurrentTime)
import Network.URI
import Text.RSS
import BlogDB hiding (Title)
import BlogStore
import Locales
createChannel :: BlogLang -> UTCTime -> [ChannelElem]