Architecture for a site "blog"/"news reel"
Posted
by
DavidScherer
on Programmers
See other posts from Programmers
or by DavidScherer
Published on 2012-09-07T06:33:06Z
Indexed on
2012/09/07
9:49 UTC
Read the original article
Hit count: 288
I really don't want to undertake handling blog/news posts within a site I'm working on and would much rather use some other software that's fairly bare-bones that will manage the posts and then I can just pull posts from the DB or an API.
Does anyone have any experience with a nice, lightweight OS Blog type software that has either an API or is basic enough to simply pull Data from the database? I really only need the software for managing, I plan to display all the posts programatically through MVC.
© Programmers or respective owner