]> git.ipfire.org Git - ipfire.org.git/commit - Makefile.am
blog: Implement read-only backend
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 18:24:00 +0000 (19:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Jul 2018 18:27:43 +0000 (19:27 +0100)
commit0a6875dc4cce3b061255672bd583c099cf74506c
tree74e6c52f05a45bcd5d41b55cd29b13952101509d
parentf0714277e537623e2f3c3d9603b2a81b4fa6d3e1
blog: Implement read-only backend

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/backend/base.py
src/backend/blog.py [new file with mode: 0644]
src/backend/misc.py
src/templates/blog/author.html
src/templates/blog/feed.xml
src/templates/blog/modules/post.html
src/web/blog.py