Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: htdocs/
Date: Wed, 29 Apr 2020 06:19:08
Message-Id: 1588141112.c203352d79198ea09b6dfaad1b0113c88ad0975e.robbat2@gentoo
1 commit: c203352d79198ea09b6dfaad1b0113c88ad0975e
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 06:18:32 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 06:18:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=c203352d
7
8 htdocs: throw in a shiny frontpage
9
10 The root index.html wasn't even tracked anywhere in VCS before.
11
12 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
13
14 htdocs/index.html | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
15 1 file changed, 170 insertions(+)
16
17 diff --git a/htdocs/index.html b/htdocs/index.html
18 new file mode 100644
19 index 0000000..d19544e
20 --- /dev/null
21 +++ b/htdocs/index.html
22 @@ -0,0 +1,170 @@
23 +<!DOCTYPE html>
24 +<html>
25 + <head>
26 + <title>Gentoo mirrorstats</title>
27 + <meta charset="utf-8">
28 + <meta name="viewport" content="width=device-width, initial-scale=1.0">
29 + <meta name="theme-color" content="#54487a">
30 + <link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen">
31 + <link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen">
32 + <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon">
33 + </head>
34 + <body>
35 + <header>
36 + <div class="site-title">
37 + <div class="container">
38 + <div class="row">
39 + <div class="site-title-buttons">
40 + <div class="btn-group btn-group-sm">
41 + <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Gentoo!</strong></a>
42 + <div class="btn-group btn-group-sm">
43 + <a class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
44 + <span class="fa fa-fw fa-map-o"></span> <span class="hidden-xs">gentoo.org sites</span> <span class="caret"></span>
45 + </a>
46 + <ul class="dropdown-menu dropdown-menu-right">
47 + <li><a href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a></li>
48 + <li><a href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a></li>
49 + <li><a href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a></li>
50 + <li><a href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a></li>
51 + <li><a href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a></li>
52 + <li class="divider"></li>
53 + <li><a href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a></li>
54 + <li><a href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a></li>
55 + <li><a href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a></li>
56 + <li class="divider"></li>
57 + <li><a href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a></li>
58 + </ul>
59 + </div>
60 + </div>
61 + </div>
62 + <div class="logo">
63 + <a href="/" title="Back to the homepage" class="site-logo">
64 + <object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml">
65 + <img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo">
66 + </object>
67 + </a>
68 + <span class="site-label">mirrorstats</span>
69 + </div>
70 + </div>
71 + </div>
72 + </div>
73 + <nav class="tyrian-navbar" role="navigation">
74 + <div class="container">
75 + <div class="row">
76 + <div class="navbar-header">
77 + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
78 + <span class="sr-only">Toggle navigation</span>
79 + <span class="icon-bar"></span>
80 + <span class="icon-bar"></span>
81 + <span class="icon-bar"></span>
82 + </button>
83 + </div>
84 + <div class="collapse navbar-collapse navbar-main-collapse">
85 + <ul class="nav navbar-nav">
86 + <li class="active"><a href="/">Home</a></li>
87 + </ul>
88 + <ul class="nav navbar-nav">
89 + <li class="active"><a href="/rsync/">rsync</a></li>
90 + </ul>
91 + <ul class="nav navbar-nav">
92 + <li class="active"><a href="/distfiles/">distfiles</a></li>
93 + </ul>
94 + <ul class="nav navbar-nav">
95 + <li class="active"><a href="/snapshots/">snapshots</a></li>
96 + </ul>
97 + <ul class="nav navbar-nav">
98 + <li class="active"><a href="/releases/">releases</a></li>
99 + </ul>
100 + <ul class="nav navbar-nav">
101 + <li class="active"><a href="/experimental/">experimental</a></li>
102 + </ul>
103 + </div>
104 + </div>
105 + </div>
106 + </nav>
107 + </header>
108 +
109 + <div class="container">
110 + <div class="row">
111 + <div class="col-md-12">
112 + <h1 class="first-header">Gentoo mirrorstats</h1>
113 +
114 + <p>
115 + Welcome to the Gentoo Linux <tt>mirrorstats</tt> system.
116 + This page links to the mirror status for rsync &amp; source mirrors.
117 + </p>
118 +
119 + <h2>Gentoo rsync mirrors</h2>
120 + <p>Gentoo rsync mirrors tracked include both official mirrors run by the Gentoo Infrastructure team, as well as community-run mirrors.</p>
121 + <ul>
122 + <li><a href="https://www.gentoo.org/support/rsync-mirrors/">Listing of Gentoo rsync mirrors</a></li>
123 + <li><a href="https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Rsync">How to contribute a new rsync mirror</a></li>
124 + <li><a href="/rsync/">Status of Gentoo rsync mirrors</a></li>
125 + </ul>
126 +
127 + <h2>Gentoo source mirrors</h2>
128 + <ul>
129 + <li><a href="https://www.gentoo.org/downloads/mirrors/">Listing of Gentoo source mirrors</a></li>
130 + <li><a href="https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Source">How to contribute a new source mirror</a></li>
131 + <li><a href="/distfiles/">Status of Gentoo source mirrors: <tt>/distfiles/</tt></a>
132 + <li><a href="/experimental/">Status of Gentoo source mirrors: <tt>/experimental/</tt></a>
133 + <li><a href="/releases/">Status of Gentoo source mirrors: <tt>/releases/</tt></a>
134 + <li><a href="/snapshots/">Status of Gentoo source mirrors: <tt>/snapshots/</tt></a>
135 + </ul>
136 +
137 + <div class="alert alert-warning">
138 + If you experience problems with a specific mirror, please file clearly marked bugs in <a href="https://bugs.gentoo.org/enter_bug.cgi?product=Mirrors">Gentoo Bugzilla (product <i>Mirrors</i>)</a>.</br>
139 + Please include lots of details about the problem, as the Gentoo
140 + mirror team will have to contact the administrator of individual
141 + mirrors to work on problems.
142 + <ul>
143 + <li><b>Hostname</b> of the mirror (in the summary &amp; description)</li>
144 + <li><b>IP</b> of the mirror: many mirrors have multiple nodes behind a single DNS entry</li>
145 + <li><b>Timestamp</b> of the problem</li>
146 + <li><b>Logs</b> of the problem</li>
147 + </ul>
148 + </div>
149 +
150 + <div class="alert alert-warning">
151 + If you experience problems with this site (<tt>mirrorstats.gentoo.org</tt>), please file clearly marked bugs in
152 + <a href="https://bugs.gentoo.org/enter_bug.cgi?assigned_to=infra-bugs%40gentoo.org&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=CONFIRMED&cf_runtime_testing_required=---&comment=This%20page%20is%20NOT%20for%20problems%20with%20a%20specific%20mirror.%0D%0A%0D%0APlease%20include%20a%20summary%20of%20your%20problem%20with%20mirrorstats.gentoo.org%20here.%0D%0A%0D%0A&component=Other%20web%20server%20issues&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&defined_groups=1&flag_type-4=X&form_name=enter_bug&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&priority=Normal&product=Gentoo%20Infrastructure&rep_platform=All&short_desc=mirrorstats.gentoo.org%3A%20PROBLEM%20SUMMARY&version=unspecified">Gentoo Bugzilla (product <i>Infrastructure</i>)</a>.
153 + Please remember to include <tt>mirrorstats</tt> in the summary line.
154 + </div>
155 +
156 + <footer>
157 + <div class="container">
158 + <div class="row">
159 + <div class="col-xs-12 col-md-offset-2 col-md-7">
160 + &nbsp;
161 + </div>
162 + <div class="col-xs-12 col-md-3">
163 + <h3 class="footerhead">Questions or comments?</h3>
164 + Please feel free to <a href="https://www.gentoo.org/inside-gentoo/contact/">contact us</a>.
165 + </div>
166 + </div>
167 + <div class="row">
168 + <div class="col-xs-2 col-sm-3 col-md-2">
169 + <ul class="footerlinks three-icons">
170 + <li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
171 + <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
172 + <li></li>
173 + </ul>
174 + </div>
175 + <div class="col-xs-10 col-sm-9 col-md-10">
176 + <strong>&copy; 2001&ndash;2020 Gentoo Foundation, Inc.</strong><br>
177 + <small>
178 + Gentoo is a trademark of the Gentoo Foundation, Inc.
179 + The contents of this document, unless otherwise expressly stated, are licensed under the
180 + <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license.
181 + The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.
182 + </small>
183 + </div>
184 + </div>
185 + </div>
186 + </footer>
187 +
188 + <script src="https://assets.gentoo.org/tyrian/jquery.min.js"></script>
189 + <script src="https://assets.gentoo.org/tyrian/bootstrap.min.js"></script>
190 + <script src="anonvcs.js"></script>
191 + </body>
192 +</html>