From cd3b03e04c7f3f5693f4224caa44392ee8c066ae Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Thu, 7 May 2020 01:26:26 +0200 Subject: Move the tyrian based pages into production Signed-off-by: Max Magorsch --- htdocs/.keep | 0 htdocs/index.html | 173 ------------------------------------------------------ html/generate.py | 2 +- 3 files changed, 1 insertion(+), 174 deletions(-) create mode 100644 htdocs/.keep delete mode 100644 htdocs/index.html diff --git a/htdocs/.keep b/htdocs/.keep new file mode 100644 index 0000000..e69de29 diff --git a/htdocs/index.html b/htdocs/index.html deleted file mode 100644 index 3d907cb..0000000 --- a/htdocs/index.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - Gentoo mirrorstats - - - - - - - - -
- - -
- -
-
-
-

Gentoo mirrorstats

- -

- Welcome to the Gentoo Linux mirrorstats system. - This page links to the mirror status for rsync & source mirrors. -

- -

Gentoo rsync mirrors

-

Gentoo rsync mirrors tracked include both official mirrors run by the Gentoo Infrastructure team, as well as community-run mirrors.

- - -

Gentoo source mirrors

- - -
- If you experience problems with a specific mirror, please file clearly marked bugs in Gentoo Bugzilla (product Mirrors).
- Please include lots of details about the problem, as the Gentoo - mirror team will have to contact the administrator of individual - mirrors to work on problems. -
    -
  • Hostname of the mirror (in the summary & description)
  • -
  • IP of the mirror: many mirrors have multiple nodes behind a single DNS entry
  • -
  • Timestamp of the problem
  • -
  • Logs of the problem
  • -
-
- -
- If you experience problems with this site (mirrorstats.gentoo.org), please file clearly marked bugs in - Gentoo Bugzilla (product Infrastructure). - Please remember to include mirrorstats in the summary line. -
- -
-
-
- -
-
-
-
-   -
-
-

Questions or comments?

- Please feel free to contact us. -
-
-
-
- -
-
- © 2001–2020 Gentoo Foundation, Inc.
- - Gentoo is a trademark of the Gentoo Foundation, Inc. - The contents of this document, unless otherwise expressly stated, are licensed under the - CC-BY-SA-3.0 license. - The Gentoo Name and Logo Usage Guidelines apply. - -
-
-
-
- - - - - diff --git a/html/generate.py b/html/generate.py index 8ab5898..025004d 100755 --- a/html/generate.py +++ b/html/generate.py @@ -19,7 +19,7 @@ import urllib.request, json import xml.etree.ElementTree as ET import jinja2 -html_folder = "/var/www/mirrorstats.gentoo.org/htdocs/new/" +html_folder = "/var/www/mirrorstats.gentoo.org/htdocs/" template_folder = "/var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/html/" cache_path = "/var/www/mirrorstats.gentoo.org/var/html_data_cache.json" -- cgit v1.2.3-65-gdbad