On 5 Feb 2019, at 14:14, Ben Coman <btc@openinworld.com> wrote:
On Tue, 5 Feb 2019 at 20:59, Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote:
On 5 Feb 2019, at 13:49, Ben Coman <btc@openinworld.com <mailto:btc@openinworld.com>> wrote:
On 5 Feb 2019, at 02:42, Pierce Ng <pierce@samadhiweb.com <mailto:pierce@samadhiweb.com>> wrote:
Hi all,
Is there a definitive list of all the pharo-* organizations on GH? Like pharo-rdbms, pharo-nosql, pharo-vcs, ... Or, a way to query GH to find out?
Pierce
On Tue, 5 Feb 2019 at 15:52, Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote: Hi,
Naming the teams âpharo-somethingâ was kind of my idea to improve visibility of pharo. This has been followed by others which means we do not know all organisations nor all pharo contributions are made under a pharo-something team (in fact the less of them).
We have in our TODO a new version of the catalog that will be âGitHub basedâ to group all projects.
That would be very cool. Could that be something like a STON file people can text edit directly on github?
Yes thatâs the idea: ston files and PRs!
When you said "files" plural, my first reaction was that downloading multiple files might take too long on poor connections, but then I realised you might download the list in the form ```https://github.com/pharo-project/catalog/tarball/master``` <https://github.com/pharo-project/catalog/tarball/master%60%60%60> since this is gzipped... (https://blog.abelotech.com/posts/how-download-github-tarball-using-curl-wget... <https://blog.abelotech.com/posts/how-download-github-tarball-using-curl-wget...>)
or were you thinking using libgit to sync it?
No, as you said. Esteban
cheers -ben