Обсуждение: Re: Integration Requirements

Поиск
Список
Период
Сортировка

Re: Integration Requirements

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Josh Berkus [mailto:josh@agliodbs.com]
> Sent: 07 December 2005 01:02
> To: pgsql-www@postgresql.org
> Cc: Magnus Hagander; Dave Page
> Subject: Re: [pgsql-www] Integration Requirements
>
> Magnus,
>
> > Then again, "highly dynamic" does *not* necessarily mean
> you can't use a
> > set of static mirrors to do it. You just need to isolate
> parts of the
> > system, and put them in the right place. This is something
> that in my
> > experience most stock CMSes today to a bad job of, whereas
> custom ones
> > can do a better one.
>
> Actually, it does.  You can't do full text search with a
> static mirror.

Why? We have full text search on the entire website already.

> You can't do bookmarking with a static mirror.

Not entirely sure what you mean by bookmarking, but if you're referring
to simply marking a page for later review, then yes, you can. Simple
Javascript will do the job.

> You can't do article
> feedback with a static mirror.  Need I go on?

Yes you can. We already do it with the interactive documentation on the
website - about 5000 pages of it iirc.

Regards, Dave.