[GENERAL] CMS with PostgreSQL

2003-12-07 Thread George Essig
> Anyone know of an open source (BSD, GPL) Content Managment System 
> written in 
> PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB 
> abstraction layer API?
> 
> -- 
> select 'mmarques' || '@' || 'unl.edu.ar' AS email;
> -
> Martín Marqués  |[EMAIL PROTECTED]
> Programador, Administrador, DBA |   Centro de Telemática
>Universidad Nacional
> del Litoral
> -

You should look at ezPublish versions 2 and 3.  They both are licensed under the GPL 
and use
Apache, PHP, and MySQL or PostgreSQL.  Version 2 has out-of-the-box functionality for 
articles,
forums, etc. Version 3 lets you create your own content types.  See:

http://ez.no/developer/ez_publish_22
http://ez.no/developer/ez_publish_3

George Essig

---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [GENERAL] CMS with PostgreSQL

2003-12-07 Thread Jason Tesser
> Anyone know of an open source (BSD, GPL) Content Managment System written in 
> PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB 
> abstraction layer API?

I am currently writing one for use with Python and Postgres as I feel this
is the best way to go.  I am using mod_pyhton.  The newer version has
all needed features to work with Apache like sessions, cookie, authenticatio
etc.. some of these were missing from version 2 of mod_python.  So anyways
I might gpl what I am doing to answer your question.  But why not 
just write one to cater to your needs. 

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])