Re: [Pgweb] r2149 - in trunk/archives/html: . includes

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [Pgweb] r2149 - in trunk/archives/html: . includes
Дата
Msg-id 4868E580.8000904@hagander.net
обсуждение исходный текст
Ответ на Re: [Pgweb] r2149 - in trunk/archives/html: . includes  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-www
Alvaro Herrera wrote:
> Magnus Hagander wrote:
>> What's the reason for this? :-)
>>
>> Keeping it on the main website gets you the global distribution for
>> faster access, and also better caching for people... Is there any reason
>> not to use that?
> 
> Also, in order to fix the hardcodedness of lists in the archives pages, 
> I need a templating system; and what better idea than to just reuse the
> PgPage stuff?  So I was considering using svn:externals to get
> portal/system/global and pearlib/ into trunk/archives, so that a
> checkout of archives gets the needed files.

Ah, so there's an ulterior motive :-)


> The downside is that if somebody checks out pgweb:trunk/ then he will
> get those files twice.  Is that too much of a problem for anyone?

Shouldn't be, they're tiny.


> (Before anybody complains about the extra load, I'm not planning to use
> the templating stuff for every page load -- only to generate some
> includes when the list of lists changes.  This probably means that it
> will be cheaper than the current code, because most of it will be plain
> HTML instead of having some embedded PHP.)

Check. I absoluteliy don't mind getting it folded into using the
standard stuff.

//Magnus


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [Pgweb] r2149 - in trunk/archives/html: . includes
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: GIT repo broken