Mercurial > SimpleWebPresenter
view doc/mainpage.dox @ 73:947d53f95ccd
Refactor Sitemap into a separate class.
Catch all exceptions in index.php and send a 500 error if nothing else
catches it.
Check response status before submitting to sitemap.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 01:06:32 +0200 |
| parents | fd3dd497eba6 |
| children | 408ffecc9076 |
line wrap: on
line source
/** * @mainpage * The Simple Web Presenter is intended for use when a proper CRM is * probably overkill and an alternative would be to have static * webpages. * * The SWP should probably not be called a CRM since it is simply a * very simple tool for merging XML files containing data, such as eg: * a header, a body, and a footer. When the header is changed it is * changed for all pages and so forth. * * Built in features include multilingual pages, caching and * autopresenting in the originator language. */
