Re: mailing list archiver chewing patches

Поиск
Список
Период
Сортировка
От Matteo Beccati
Тема Re: mailing list archiver chewing patches
Дата
Msg-id 4B645968.6050700@beccati.com
обсуждение исходный текст
Ответ на Re: mailing list archiver chewing patches  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: mailing list archiver chewing patches  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: mailing list archiver chewing patches  (Dimitri Fontaine <dfontaine@hi-media.com>)
Список pgsql-hackers
Il 19/01/2010 09:44, Magnus Hagander ha scritto:
> As long as the templating is separated from the code, it doesn't
> matter if it's a dedicated templating engine or PHP. The point being,
> focus on the contents and interface, porting the actual
> HTML-generation is likely to be easy compared to that.

I've been following the various suggestions. Please take a look at the 
updated archives proof of concept:

http://archives.beccati.org/

The PoC is now integrated with the website layout and has a working 
"Mailing lists" menu to navigate the available lists. The artificial 
monthly breakdown has been removed and both thread and date sorting use 
pagination instead.

The fancy tables are using the Ext JS framework as it was the only free 
one I could find that features column layout for trees. I'm not 
extremely happy about it, but it just works. Threads are loaded 
asynchronously (AJAX), while date sorting uses regular HTML tables with 
a bit of JS to get the fancy layout. This means that search engines 
still have a way to properly index all the messages.

Last but not least, it's backwards compatibile with the /message-id/* 
URI. The other one (/list/yyyy-mm/msg*.php) is implemented, but I just 
realized that it has problems dealing with the old archive weirdness 
(2009-12 shows also some messages dated aug 2009 nov 2009 or jan 2010 
for -hackers).

That said, there are still a few visual improvements to be done, but 
overall I'm pretty much satisfied.


Cheers
-- 
Matteo Beccati

Development & Consulting - http://www.beccati.com/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: development setup and libdir
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG 9.0 and standard_conforming_strings