
cherokee at cherokee-project
Sep 20, 2011, 4:35 AM
Post #1 of 1
(86 views)
Permalink
|
|
[6866] web: Adds a new mirror in Spain.
|
|
Revision: 6866 http://svn.cherokee-project.com/changeset/6866 Author: alo Date: 2011-09-20 13:35:21 +0200 (Tue, 20 Sep 2011) Log Message: ----------- Adds a new mirror in Spain. Thanks to ComunidadHosting for setting it up! Modified Paths: -------------- web/branches/beta-ctk/mirrors.py web/trunk/downloads.php Modified: web/branches/beta-ctk/mirrors.py =================================================================== --- web/branches/beta-ctk/mirrors.py 2011-09-19 21:08:25 UTC (rev 6865) +++ web/branches/beta-ctk/mirrors.py 2011-09-20 11:35:21 UTC (rev 6866) @@ -138,6 +138,9 @@ {'name': "RedIris", 'code': "es", 'http': "http://ftp.rediris.es/mirror/cherokee/"}, + {'name': "ComunidadHosting", + 'code': "es", + 'http': "http://www.comunidadhosting.com/mirror/cherokee/"}, # The Netherlands {'name': "NLUUG", Modified: web/trunk/downloads.php =================================================================== --- web/trunk/downloads.php 2011-09-19 21:08:25 UTC (rev 6865) +++ web/trunk/downloads.php 2011-09-20 11:35:21 UTC (rev 6866) @@ -222,6 +222,7 @@ <span class="country_name"><img src="/icons/flags/es.png" alt="" /> Spain</span><ul> <li><a href="http://ftp.rediris.es/mirror/cherokee/">RedIris</a></li> +<li><a href="http://www.comunidadhosting.com/mirror/cherokee/">ComunidadHosting</a></li> </ul> <span class="country_name"><img src="/icons/flags/nl.png" alt="" /> The Netherlands</span><ul>
|