9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <skip.tavakkolian@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Why didn't anyone tell me about the new slogan?
Date: Sat, 11 Apr 2015 17:40:09 +0000	[thread overview]
Message-ID: <CAJSxfmJhhyuqgxrHEnmmW0cNKfQJWVYjKpL1QckNUgDEYPVN1Q@mail.gmail.com> (raw)
In-Reply-To: <867ftivl5v.fsf@cmarib.ramside>

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

9fans.net doesn't host the content (all are on github.com), but you can get
Go packages through (i.e. redirected through) 9fans.net. Go "get" command
allows this, so that the attribution on package imports can be something
other than where it is hosted.

so, you can:

$ go get 9fans.net/go

which will actually get the content from github.com/9fans/go repository,
but programs using its packages will import them with a 9fans.net import
path:

import (
"9fans.net/go/plan9"
"9fans.net/go/plan9/client"
)

btw, the above repository (which is the work of Russ and Rob) includes a
pdp1 emulator, along with the original spacewar game! it has a 9P
implementation and packages for talking with p9p services like draw, acme
and plumb.

lastly, there's no inside to the joke about change in slogan; did you look
at the twitter link that Anthony sent at the start of this thread?


On Sat, Apr 11, 2015 at 9:33 AM <cigar562hfsp952fans@icebubble.org> wrote:

> Skip Tavakkolian <skip.tavakkolian@gmail.com> writes:
>
> > i think one of the reasons 'go get' handles redirects is to deal with
> cases
> > when a repo changes location (like when a lot of stuff had to move from
> > code.google.com to github.com or bitbucket.org recently). even if the
> > generic repo site (e.g. 9fans.net) is maintained by a group of people ,
> > there will be times when that site is down.
>
> Am I to infer from this that 9fans.net hosts a development repo for go,
> as well as the mailing list?  Still, what's this about a new slogan?  Or
> is having a new slogan just an "inside" joke that went over my head?
>
>

[-- Attachment #2: Type: text/html, Size: 2865 bytes --]

      reply	other threads:[~2015-04-11 17:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01 15:46 Anthony Sorace
2015-04-01 16:08 ` Charles Forsyth
2015-04-05 19:58 ` cigar562hfsp952fans
2015-04-05 20:18   ` Zachary Kaplan
2015-04-05 21:55     ` Steven Stallion
2015-04-05 21:57       ` Zachary Kaplan
2015-04-05 22:30         ` Skip Tavakkolian
2015-04-05 22:37           ` Zachary Kaplan
2015-04-05 22:55             ` Skip Tavakkolian
2015-04-11 13:39               ` cigar562hfsp952fans
2015-04-11 17:40                 ` Skip Tavakkolian [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

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

  git send-email \
    --in-reply-to=CAJSxfmJhhyuqgxrHEnmmW0cNKfQJWVYjKpL1QckNUgDEYPVN1Q@mail.gmail.com \
    --to=skip.tavakkolian@gmail.com \
    --cc=9fans@9fans.net \
    /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.
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 NNTP newsgroup(s).