Hi,

I would recommend you Typo3.
It's published under the GNU Public License and is based on PHP and MySQL.

It fits you needs concerning the features and publishing to static pages is
possible as well but the static pages have to be on the same Server than the
Typo3-System.


<slightly OT>
Ther's a smart trick in Typo3 for mixing static with dynamic pages.

Besides the feature to use the apache mod_rewrite for translating links like
"introduction.23.0.html" to "index.php?id=23&type=0" it can publish to
static pages which are named exactly like the names which mod_rewrite can
translate (e.g. introduction.23.0.html).

OK, I'll show an example:
- Client requests page "products.12.0.html"
- What happens is: if the static page "products.12.0.html" exists they are
delivered directly without php-parsing anything,  if it doesn't exist the
apache mod_rewite translates the name to index.php?id=12&type=0

OK, don't know if this wasn't too specific but I'm just facinated by this
great CMS...
</slightly OT>

Regards
Ingmar


----- Original Message -----
From: "Karl Urban" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 03, 2002 12:16 PM
Subject: [cms-list] Searching for a 'special' CMS


>
> Hi,
>
> I am webmaster of a non-commercial portal for astronomy and space flight
with several hundred visitors every
> day. Until today we did not use a CMS but it is necessary to use a CMS in
future. So, now we are searching
> for a, if possible, free system which fulfils our ideas. I hope that some
of you could help me:
>
> Our web project lies on a server whose 'cgi limits' are easily overloaded.
So now we need a system which
> saves all articles (several hundred) in static html-files. Simultaneous
the articles have to be put in a
> database in the background.
> Templates should organize the layout because it must be possible to change
the whole layout not by editing
> every article file. To edit an article the CMS should be able to load
everyone in a form from its database
> and to edit the static html-file AND the database copy.
>
> Additional it would be favourably that the CMS would manage the menus also
dynamically. Any other features
> like user management etc. are not very important because there already
exist comparable functions now for our
> project.
> If possible our desired CMS should be written in PHP or Perl and use
MySQL.
>
> I would be grateful if you remember a CMS that fits nearly to my
description. Thank you in advance for any
> help.
>
> Karl Urban
> webmaster of www.raumfahrer.net
>
> --
> http://cms-list.org/
> trim your replies for good karma.
>


--
http://cms-list.org/
trim your replies for good karma.

Reply via email to