I’m looking for a way to build web site which uses PostreSQL to store web pages and allow users to modify them.
Admin user should able to create and changed pages using html editor from browser. Site runs in Debian Squeeze x64 VPS using Apache. There are already Mono 2.8 and PostreSQL 9.1 applications running in this VPS.
There is no PHP installed but it can probably installed if software requires this. Maintaining MySql in addition to PostreSQL in same server may be not reasonable so I'm looking for a way to use Postgres.
CMS should provide nice dark theme for web site so that web designer is not required for this.
WordPress PostreSQL plugin page http://wordpress.org/extend/plugins/postgresql-for-wordpress/ states this this plugin is not compatible with latest wordpress. Also this plugin is not updated for a while. Joomla! does not run in Postgres DBMS. Drupal 7 seems to support it but comparing to WordPress Drupal usage is smaller.
There are mono ASP.NET applications running in this site so using some ASP.NET CMS seems best. Latest Orchad does not run in Mono and PostgreSQL.
How to use latest WordPress with PostreSQL 9.1 ? Which CMS software is best for PostreSQL?