Re: [pgsql-www] Where to put shared designs/images

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Robert Treat <rob(at)xzilla(dot)net>, "w^3" <pgsql-www(at)postgresql(dot)org>, PostgreSQL Advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: [pgsql-www] Where to put shared designs/images
Date: 2014-02-11 02:36:48
Message-ID: CAB7nPqRVuniS6HjHJMjDO5hg8zeUr0e-ugRqY=pjNdvw1uONXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-www

On Tue, Feb 11, 2014 at 10:10 AM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
>
>>> I think github (or maybe bitbucket, does mercurial have the same
>>> issues as git for dealing with images?) is probably the way to go. we
>>> need something where people can do social coding without a lot of
>>> permissions overhead. (As an example, our graphic designer did some
>>> work on the postgres logos for LISA this year, but couldn't get past
>>> the pgfoundry process to give that back publicly; if it had been on
>>> github, it would have been much simpler to do a pull request).
>> Definitely. A simple idea would be to create a git repo dedicated to
>> advocacy in the organization "postgres" of github
>> (https://github.com/postgres/). Push permissions can be handled easily
>> from there. My 2c.
>> Regards,
>
> So I'm happy with github as a choice. However, I don't know that
> there's any way to do "link to the latest version of raw file X", so
> we'd still want to publish stuff to FTP.postgresql.org, no?
>
> Probably not everything, though -- if we were selective, we'd avoid the
> space issue.
AFAIK, github supports such URLs, aka linking to the latest version of
a file on a branch:
https://github.com/$ORGANIZATION/$REPO/blob/$BRANCH/$PATH_TO/$FILE
Here is for example the URL pointing to the latest version of Makefile
of root folder in Postgres for branch master:
https://github.com/postgres/postgres/blob/master/Makefile
The trick is not to change the file path and/or the file name.
--
Michael

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Stephen Frost 2014-02-11 02:39:45 Re: [pgsql-www] Where to put shared designs/images
Previous Message Josh Berkus 2014-02-11 01:10:43 Re: [pgsql-advocacy] Where to put shared designs/images

Browse pgsql-www by date

  From Date Subject
Next Message Stephen Frost 2014-02-11 02:39:45 Re: [pgsql-www] Where to put shared designs/images
Previous Message Josh Berkus 2014-02-11 01:10:43 Re: [pgsql-advocacy] Where to put shared designs/images