[PATCH] mention the github repo in the main tz page
Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- tz-link.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tz-link.htm b/tz-link.htm index d1a8bf1..c55b94f 100644 --- a/tz-link.htm +++ b/tz-link.htm @@ -102,6 +102,8 @@ gzip -dc tzdata-latest.tar.gz | tar -xf - The code and data files can also be obtained from the <a href="http://www.iana.org">IANA</a> <a href="http://www.iana.org/time-zones">timezone web page</a>. +You can clone via <a href="http://git-scm.com/">git</a> the latest repository +from the <a href="https://github.com/eggert/tz">github tz repo</a>. <p> The code lets you compile the <code>tz</code> source files into machine-readable binary files, one for each location. It also lets -- 1.7.12
Thanks, I think I'll add something a bit more cautionary, along the following lines: An <a href="https://github.com/eggert/tz">unofficial development repository</a> of the code and data is available in <a href="http://git-scm.com/">Git</a> form; be careful, as this repository is less well tested and probably contains more errors than the official version.
On Saturday 27 October 2012 16:17:10 Paul Eggert wrote:
Thanks, I think I'll add something a bit more cautionary, along the following lines:
An <a href="https://github.com/eggert/tz">unofficial development repository</a> of the code and data is available in <a href="http://git-scm.com/">Git</a> form; be careful, as this repository is less well tested and probably contains more errors than the official version.
sounds fine. i just wanted a way to get to the git repo you were obviously using from the homepage :). -mike
participants (2)
-
Mike Frysinger -
Paul Eggert