Re: Download section on website

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Download section on website
Дата
Msg-id 1340914592.1821.27.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Download section on website  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Download section on website  (Magnus Hagander <magnus@hagander.net>)
Список pgadmin-hackers
On Thu, 2012-06-28 at 13:31 +0200, Magnus Hagander wrote:
> On Wed, Jun 27, 2012 at 10:43 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
> > On Wed, 2012-06-27 at 18:19 +0100, Dave Page wrote:
> >> On Wed, Jun 27, 2012 at 6:16 PM, Magnus Hagander <magnus@hagander.net> wrote:
> >> > On Wed, Jun 27, 2012 at 7:12 PM, Dave Page <dpage@pgadmin.org> wrote:
> >> >> On Wed, Jun 27, 2012 at 6:03 PM, Magnus Hagander <magnus@hagander.net> wrote:
> >> >>> is horribly outdated:
> >> >>>
> >> >>> FreebSD: 1.8.2 - from 2008, missing bugfixes
> >> >>> OpenSuSE: 1.12.1 - from 2010, missing bugfixes
> >> >>> RPM: 1.8.0 - from 2007, missing bugfixes
> >> >>> Slackware: 1.8.4 - from 2008 (actually not missing bugfixes, just ancient)
> >> >>> Solaris: 1.8.0 - from 2007, missing bugfixes
> >> >>>
> >> >>> and no mention at all of debian/ubuntu :O
> >> >>>
> >> >>> Basically, only Windows and OSX binaries are maintained there.
> >> >>>
> >> >>> How about we just *remove* all the other pages completely? So we'll at
> >> >>> least not trick users into downloading an ancient version, if they
> >> >>> don't read the whole thing...
> >> >>
> >> >> Go for it (though; should the RPM page point to yum.postgresql.org)?
> >> >
> >> > Well, where do you draw the line then? We shuld have similar links for
> >> > Ubuntu/Debian (at least Ubuntu that has a ppa with backports in it,
> >> > and it's not th estandard ppa). Or maybe a generic text somewhere?
> >>
> >> I personally draw the line at
> >> postgresql.org/pgadmin.org/enterprisedb.com. All the distro-provided
> >> builds can be covered in a sentence on the main download page
> >> ("pgAdmin is included with a number of Linux distributions such as
> >> Debian and Ubuntu" for example).
> >>
> >
> > Seems fair to me. So +1 to remove all the outdated pages, and to add
> > this paragraph in the Introduction page.
>
> Done. Can you enlighten me on what Ih ave to do for translators? I
> tried the locale/merge script, but that didn't do anything....
>

No wonder, you first need to extract the sentences, and then merge them
into the old .po files. So, IOW:

cd locale
. ./extract.sh
. ./merge.sh
git add pgadmin3_website.pot
git commit -m "Update the .pot file"
git push

And it should be good.

I can do it if you want...


--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Download section on website
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgAdmin website commit: Update the .pot file