diff options
Diffstat (limited to 'www')
-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> |