I am wanting to start a simple daily comic. I basically want to be able to dump some pictures in a directory and for the CMS to serve them in order (they are named like comic_0001.png, comic_0002.png, etc), and provide things such as an archive view, and user commenting. I have some custom PHP software written to do everything but commenting, but instead of trying to deal with writing my own, I figured there had to be someone who had done it before.
So is there a CMS that can do this job easily without vast modifications?
Basically, I will never provide any kind of title for comics or anything else. I just want for the CMS to expose a new comic every day with the least intervention from me. I want to just dump numbered images into a directory and the CMS serve the ones it should (like, not serve the latest ones that aren't supposed to be up until some other day, but just expose one per day) automatically.
