all: update site from swtch.com to 9fans.github.io
This commit is contained in:
parent
6cb3a2b9c3
commit
a399388593
26 changed files with 83 additions and 52 deletions
19
dist/main.html
vendored
19
dist/main.html
vendored
|
|
@ -6,7 +6,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
|
|||
-->
|
||||
|
||||
<head>
|
||||
<base href="http://swtch.com/plan9port/">
|
||||
<base href="https://9fans.github.io/plan9port/">
|
||||
<title>Plan 9 from User Space</title>
|
||||
</head>
|
||||
<body bgcolor=#ffffff>
|
||||
|
|
@ -32,9 +32,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
|
|||
|
|
||||
<a href="/usr/local/plan9/">browse</a>
|
||||
|
|
||||
<a href="man/man1/hg.html">hg</a>
|
||||
|
|
||||
<a href="http://code.swtch.com/plan9port">hgweb</a>
|
||||
<a href="https://github.com/9fans/plan9port">github</a>
|
||||
|
|
||||
<a href="unix/">unix</a>
|
||||
|
|
||||
|
|
@ -76,9 +74,10 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
|
|||
<table border=0 cellspacing=0 cellpadding=0 width=100%>
|
||||
<tr height=10><td width=20><td>
|
||||
<tr><td><td>
|
||||
latest tree: <a href="plan9port.tgz">plan9port.tgz</a>
|
||||
<font size=-1>(<a href="/cgi-bin/info.cgi?file=/plan9port/plan9port.tgz">date and checksums</a>;
|
||||
<a href="http://code.swtch.com/plan9port/commits/all">list of recent changes</a>;
|
||||
using git: <code>git clone https://github.com/9fans/plan9port plan9</code>
|
||||
<p>
|
||||
latest tree: <a href="https://github.com/9fans/plan9port/archive/master.zip">plan9port-master.zip</a>
|
||||
<font size=-1>(<a href="https://github.com/9fans/plan9port/commits/master">list of recent changes</a>;
|
||||
<a href="/usr/local/plan9/LICENSE">license</a>)</font>
|
||||
<br>
|
||||
</table>
|
||||
|
|
@ -146,7 +145,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
|
|||
<tr height=10><td width=20><td>
|
||||
<tr><td><td>
|
||||
mailing list <font size=-1>(<a href="http://groups.google.com/group/plan9port-dev">plan9port-dev on Google groups</a>)</font><br />
|
||||
issue tracker <font size=-1>(<a href="http://code.swtch.com/plan9port/issues/">http://code.swtch.com/plan9port/issues/</a>)</font><br />
|
||||
issue tracker <font size=-1>(<a href="https://github.com/9fans/plan9port/issues">https://github.com/9fans/plan9port/issues</a>)</font><br />
|
||||
Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)</font><br />
|
||||
</table>
|
||||
|
||||
|
|
@ -161,7 +160,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
|
|||
|
||||
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
|
||||
|
||||
See <a href="http://swtch.com/plan9port/unix/">http://swtch.com/plan9port/unix/</a>.
|
||||
See <a href="/plan9port/unix/">https://9fans.github.io/plan9port/unix/</a>.
|
||||
</table>
|
||||
|
||||
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
|
||||
|
|
@ -169,7 +168,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
|
|||
<table border=0 cellspacing=0 cellpadding=0 width=100%>
|
||||
<tr height=10><td width=20><td>
|
||||
<tr><td><td>
|
||||
<a href="http://swtch.com/usr/local/plan9/9pm/README">
|
||||
<a href="https://9fans.github.io/usr/local/plan9/9pm/README">
|
||||
An early version
|
||||
</a>
|
||||
of Plan 9 from User Space for Windows. Only for reference.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue