Forum Moderators: not2easy
I'm at the early stage of a new project that seems very well suited to a CMS. But the nature of the site means that an offline CMS would be much more useful.
I'm not sure if "offline" CMS is the right term, so here's what I'm think of:
1) enter new articles in CMS
2) generate new pages for those article, plus any index that need updating
3) ftp those to a server
4) serve the pages staticly
My main reason for doing this is that the content of an article, once entered, is unlikely to change ever. So while I could use php or some other dynamic scheme, there is no point (if anything it would make things slower with no benefit).
So, that being said - any suggestions for an offline CMS? The project is going to be non-profit, so free of low-cost is definitely preferred.
Thanks.
Ah well, I'll keep looking. Any other suggestions would be greatly appreciated.