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:
parent
1d5b53abf8
commit
11fcf62297
10 changed files with 116 additions and 561 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue