diff options
author | Rob Landley <rob@landley.net> | 2013-07-26 13:04:21 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-07-26 13:04:21 -0500 |
commit | 49f8d6f5e000e6c6be43f215406d6633195d7774 (patch) | |
tree | 0f7f5e5662c18ecd48628ba2c3c7927f063cd250 | |
parent | 7c9d6ce182bf7e48484a1edbd59a6d416f6c5152 (diff) | |
download | toybox-49f8d6f5e000e6c6be43f215406d6633195d7774.tar.gz |
Link to Georgi's mirror on github.
-rw-r--r-- | www/header.html | 1 | ||||
-rwxr-xr-x | www/news.html | 11 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www/header.html b/www/header.html index 465bef93..29f14d29 100644 --- a/www/header.html +++ b/www/header.html @@ -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> diff --git a/www/news.html b/www/news.html index 66f25711..983884de 100755 --- a/www/news.html +++ b/www/news.html @@ -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> |