Re: Fwd: Modelling a web CMS in Postgres ... a little advice needed

Поиск
Список
Период
Сортировка
От Laura Smith
Тема Re: Fwd: Modelling a web CMS in Postgres ... a little advice needed
Дата
Msg-id blZkpIEoZ67vfe8EsetnQOw_VTMz_006nWwSJ8AG_m4SXPlqxkuRY8a4pBf9nCA4ySk-vTlfjNqcTYS3TXT1GbKAvRlQsMjFc4hX3dvm41U=@protonmail.ch
обсуждение исходный текст
Ответ на Modelling a web CMS in Postgres ... a little advice needed  (Laura Smith <n5d9xq3ti233xiyif2vp@protonmail.ch>)
Ответы Re: Modelling a web CMS in Postgres ... a little advice needed  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general




Sent with Proton Mail secure email.

------- Original Message -------
On Thursday, August 11th, 2022 at 13:11, Ray O'Donnell <ray@rodonnell.ie> wrote:


> On 11/08/2022 11:00, Laura Smith wrote:
>
> > Hi Tony
> >
> > The reason I'm looking to do it from scratch is that its a case of
> > "once bitten, twice shy".
> >
> > This CMS will be replacing a Joomla based CMS.
> >
> > I can't quite say I'm enamoured by the option of trading one "baggage
> > included" opinionated CMS for another. Also in this day and age,
> > removing the excess baggage means an improved security footprint.
>
>
> I would second what Tony Shelver said - it sounds as if what you're
> trying to do has already been done, and for the most part done well. I'd
> recommend Drupal, which works well with PostgreSQL, and which is very
> extensible and customisable.
>
> I'd agree with you that removing baggage can mean improved security -
> on the other hand, having a huge, security-conscious community behind an
> open-source project gets you there too.
>
> Ray.
>

Tony's suggestion also needed Node.js, and frankly I'm not even going to open that can of worms.

At this point I'm not interested in "very extensible and customisable".  Joomla fills those words too, and my present
installationis full of all sorts of third-party extensions ... the thought of all the security vulnerabilities scares
thebejeezus out of me ! 

Hence I want to get rid of bells, whistles and baggage.  Forget the fancy GUI, forget the "community" of random
plugins.

I just want a solid Postgres, which exposes to the outside world via a limited number of Pl/pgsql functions.  The
frontendcan then pull the data and render it into a template. 

I know I probably sound nuts. But as I said, I've spent too long in the hell of Joomla. I don't want to replace it with
anotherthing that tries to be all things to all people ... I just want to follow the KISS principle now. 



В списке pgsql-general по дате отправления:

Предыдущее
От: Theofilos Theofovos
Дата:
Сообщение: Strategy for preparing a query containg dynamic case / when
Следующее
От: Perry Smith
Дата:
Сообщение: Oddity that I don't understand