Content Management Systems
CMS (Content Management System), either dynamic like Wordpress of static like Astro allow the webmaster to concentrate fully on writing content while having a site looking professional. A CMS automates the management of tasks necessary to put articles online on you site:
- Choice of templates.
- Editing the text and insert it into a template.
- Organizing menus and categories.
- Site administrering.
- Automatic creation of RSS feeds and sitemap.
- Tag cloud, calendar of archives and other gadgets.
- Statistics of visits, by default or with an extension.
- And inclusion of extensions for more services ...
How to choose a CMS?
The choice depends on the type of site and how it is managed.
List of CMS
The full list of commonly used content management system with their
purpose: portal, blog, wiki, for each languages, PHP, Java, and so on.
Building a CMS
Hot to build a personnal CMS step by step.
Static site generator, a fast website
The purpose of a SSG is to add the dynamism of a CMS to the fast loading of a static site.
Scripts
Script to convert a phpBB forum into static HTML pages
This script loads the threads that are number given from the database and creates an HTML page for each. The same script exists for fluxBB.
Convert a fluxBB forum into static HTML pages
To integrate threads as comments if the site contains other pages beside the forum, or to archive the forum by getting rid of the database.
Wordress scripts
Scripts and themes.

