git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jeff King <peff@peff.net>
To: Thomas Rast <tr@thomasrast.ch>
Cc: git@vger.kernel.org, "Ben Straub" <bs@github.com>,
	"Carlos Martín Nieto" <cmn@elego.de>,
	"Christian Couder" <christian.couder@gmail.com>,
	"David Michael Barr" <davidbarr@google.com>,
	"Edward Thomson" <ethomson@microsoft.com>,
	"Florian Achleitner" <florian.achleitner2.6.31@gmail.com>,
	"Jakub Narebski" <jnareb@gmail.com>,
	"Jens Lehmann" <Jens.Lehmann@web.de>,
	"Martin Woodward" <martin.woodward@microsoft.com>,
	"Matthieu Moy" <Matthieu.Moy@imag.fr>,
	"Michael Haggerty" <mhagger@alum.mit.edu>,
	"Michael Schubert" <schu@schu.io>,
	"Nguyen Thai Ngoc Duy" <pclouds@gmail.com>,
	"Pat Thoyts" <patthoyts@gmail.com>,
	"Paul Mackerras" <paulus@samba.org>,
	"Philip Kelley" <phkelley@hotmail.com>,
	"Ramkumar Ramachandra" <artagnon@gmail.com>,
	"Ramsay Jones" <ramsay@ramsay1.demon.co.uk>,
	"Russell Belfer" <rb@github.com>,
	"Scott Chacon" <schacon@gmail.com>,
	"Shawn Pearce" <spearce@spearce.org>
Subject: Re: GSoC 2014: Summary so far, discussion starter: how to improve?
Date: Thu, 21 Nov 2013 05:04:21 -0500	[thread overview]
Message-ID: <20131121100421.GA14066@sigill.intra.peff.net> (raw)
In-Reply-To: <87txf6jgmi.fsf@linux-k42r.v.cablecom.net>

On Thu, Nov 21, 2013 at 09:36:37AM +0100, Thomas Rast wrote:

> Thomas Rast <tr@thomasrast.ch> writes:
> 
> > * Does libgit2 want to remain under the Git umbrella, or participate
> >   on its own?
> >
> > * Figure out the wiki situation.  In previous years the project
> >   proposals and other important information were hosted at k.org [5] and
> >   github wikis [6].  Other options were floated, such as an official
> >   wiki hosted by github.  (This is somewhat of a contentious issue that
> >   spans beyond GSoC.)
> >
> > * Find an org admin and backup.  In previous years Shawn and Peff did
> >   this.  Would you do it again?
> 
> Any opinions on these points?

I'll answer them in reverse order. :)

I'm happy to be org admin again (or happy to give up the mantle if
somebody else is interested).

Regarding the wiki, my main complaints about the k.org wiki have been:

  1. It was down last time we tried to use it for GSoC. :) This has
     since been fixed.

  2. I had the impression that spam was a problem and it needed a crew
     of scourers to find and remove it. That's a thankless job that I
     don't personally want to do. It looks like there is not much spam
     these days (perhaps due to k.org's login restrictions?), and people
     do remove it. So if there are sufficient volunteers, it may be a
     non-issue.

  3. You can't use git to edit it or view the history. These days we
     have the git-remote-mediawiki helper. I haven't done any real work
     with it, but I have played around and I think it may be sufficient.

  4. Mediawiki syntax sucks compared to Markdown. :)

     That's my personal feeling, but I recognize others may disagree. A
     syntax change might be seen as a disadvantage of moving by some. I
     can live with it (but I want to throw it out there in case
     everybody feels the same way).

The disadvantages / complications of moving to a different wiki (e.g., a
GitHub wiki) are:

  1. It's non-zero work to set up, especially if we do not just use an
     out-of-the-box solution. I'd be in favor of some kind of static
     site generator, but then we have to pick one, style it, set up
     auto-build-on-push, etc. GitHub Pages would do most of the dirty
     work there, if we want to use it.

  2. Some solutions involve using non-free software or services, which
     some people may not like.

  3. What happens to the old wiki? Other sites link there, and it has
     content. Do we migrate the content? Do they both exist simultaneously?
     Is one just for GSoC stuff (which seems unnecessarily confusing to
     me)?

For libgit2, I think it makes sense to leave them under the Git umbrella
and give them a slot or two as appropriate, as it saves administrative
effort. But it is up to them if they want to split off into their own
GSoC org. If that is the case, they will need an admin and to do a bunch
of application paperwork. I believe we can give them a recommendation to
help ease the process along.

-Peff

      parent reply	other threads:[~2013-11-21 10:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-19  6:09 GSoC 2014: Summary so far, discussion starter: how to improve? Thomas Rast
2013-10-19 10:41 ` Christian Couder
2013-10-19 12:00 ` Felipe Contreras
2013-10-19 21:51 ` Fredrik Gustafsson
2013-10-26  8:21   ` Thomas Rast
2013-10-20 10:00 ` Thomas Gummerer
2013-10-22 21:31 ` Junio C Hamano
2013-10-26  8:14   ` Thomas Rast
2013-11-21  8:36 ` Thomas Rast
2013-11-21  9:43   ` Christian Couder
2013-11-21 10:04   ` Jeff King [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131121100421.GA14066@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=Jens.Lehmann@web.de \
    --cc=Matthieu.Moy@imag.fr \
    --cc=artagnon@gmail.com \
    --cc=bs@github.com \
    --cc=christian.couder@gmail.com \
    --cc=cmn@elego.de \
    --cc=davidbarr@google.com \
    --cc=ethomson@microsoft.com \
    --cc=florian.achleitner2.6.31@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    --cc=martin.woodward@microsoft.com \
    --cc=mhagger@alum.mit.edu \
    --cc=patthoyts@gmail.com \
    --cc=paulus@samba.org \
    --cc=pclouds@gmail.com \
    --cc=phkelley@hotmail.com \
    --cc=ramsay@ramsay1.demon.co.uk \
    --cc=rb@github.com \
    --cc=schacon@gmail.com \
    --cc=schu@schu.io \
    --cc=spearce@spearce.org \
    --cc=tr@thomasrast.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).