changeset 966:f1fef0c18d8c

Link to Georgi's mirror on github.
author Rob Landley <rob@landley.net>
date Fri, 26 Jul 2013 13:04:21 -0500
parents 0d20619388b3
children e922fc4e7a2e
files www/header.html www/news.html
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/header.html	Thu Jul 25 22:41:26 2013 -0500
+++ b/www/header.html	Fri Jul 26 13:04:21 2013 -0500
@@ -25,6 +25,7 @@
   <b>Download</b>
   <ul>
     <li><a href="/hg/toybox">Mercurial Repository</a></li>
+    <li><a href="https://github.com/gfto/toybox">Git mirror</a></li>
     <li><a href="downloads">Releases</a></li>
     <li><a href="bin">Binaries</a></li>
   </ul>
--- a/www/news.html	Thu Jul 25 22:41:26 2013 -0500
+++ b/www/news.html	Fri Jul 26 13:04:21 2013 -0500
@@ -1,9 +1,16 @@
 <!--#include file="header.html" -->
 
-<p><b>Toybox combines the most common Linux command line utilities together
+<p>Toybox combines the most common Linux command line utilities together
 into a single BSD-licensed executable that's simple, small, fast,
 reasonably standards-compliant, and powerful enough to turn Android into
-a development environment.</b> See the links on the left for details.</p>
+a development environment. See the links on the left for details.</p>
+
+<h2>News</h2>
+<hr><b>July 26, 2013</b>
+<p>Georgi Chorbadzhiyski maintains a <a href=https://github.com/gfto/toybox>git
+mirror</a> of the repository on github, automatically updated from the
+mercurial every 6 hours. The mirror is read only, but you can generate patches
+against it and post them to the list.</p>
 
 <h2>News</h2>
 <hr><b>July 2, 2013</b>