> -----Original Message-----
> From: Oleg Bartunov [mailto:oleg@sai.msu.su]
> Sent: 14 July 2006 18:36
> To: Dave Page
> Cc: Magnus Hagander; pgsql-www@postgresql.org
> Subject: RE: [pgsql-www] Search (was: Web team meeting minutes)
>
> Do you have a hook in the site
> engine to know if
> something gets changed ? Sort of webservice would be nice.
> I'd play with
> it to made a prototype of search engine.
http://gborg.postgresql.org/cgi-bin/cvsweb.cgi/portal/tools/mirror.php?r
ev=1.16;cvsroot=pgweb
Is the crawler that builds the static site which is what users see for
the most part. A hook could be added in HTTP_Mirror::_writeFile to feed
files to an online index.
Regards, Dave.