-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
182 lines (168 loc) · 6.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="The DCNF Hublist – Public hublist">
<meta name="keywords" content="dcnf,hublist,dchub,adc,nmdc">
<link rel="icon" href="favicon.ico">
<title>The DCNF Hublist</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css">
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/datatables.net-bs4@1.10.19/css/dataTables.bootstrap4.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/datatables.net-rowreorder-bs4@1.2.5/css/rowReorder.bootstrap4.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/datatables.net-responsive-bs4@2.2.3/css/responsive.bootstrap4.min.css">
<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
<link href="custom.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#">The DCNF Hublist</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">Download client list</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="./hublist.xml">The XML hublist</a>
<a class="dropdown-item" href="./hublist.xml.bz2">The XML.BZ2 hublist</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="adding-hub.html" >Adding a new hub</a>
</li>
</ul>
</div>
</nav>
<main role="main" class="container">
<div class="starter-template">
<h1>The DCNF Hublist</h1>
<p class="lead">Here you can see a list of ADC(S), DCHUB(S) and NMDC(S) Hub.<br>To use our hublist in any DC client, copy one of these links in File > Settings > Downloads > Public Hubs List:<br>
<a href="./hublist.xml">https://dcnf.github.io/Hublist/hublist.xml</a> or <a href="./hublist.xml.bz2">https://dcnf.github.io/Hublist/hublist.xml.bz2</a>.</p>
</div>
<div id="HublistTable"></div>
<div class="modal fade" id="hubModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="hubModalName"></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<table class="table table-responsive table-striped" style="display:inline-table;">
<tbody style="width:100%">
<tr>
<th class="padding-modal" scope="row">Name:</th>
<td id="hubname">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Description:</th>
<td class="text-break" id="hubdescription">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Address:</th>
<td id="hubaddress">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Failover:</th>
<td id="hubfailover">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Encoding:</th>
<td id="hubencoding">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Status:</th>
<td id="hubstatus">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Users:</th>
<td id="hubusers">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Operators:</th>
<td id="huboperators">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Bots:</th>
<td id="hubbots">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Infected:</th>
<td id="hubinfected">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Shared:</th>
<td id="hubshared">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Minshare:</th>
<td id="hubminshare">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Minslots:</th>
<td id="hubminslots">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Maxhubs:</th>
<td id="hubmaxhubs">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Maxusers:</th>
<td id="hubmaxusers">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Reliability:</th>
<td id="hubreliability">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Rating:</th>
<td id="hubrating">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Country:</th>
<td id="hubcountry">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">ASN:</th>
<td id="hubasn">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Software:</th>
<td id="hubsoftware">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Website:</th>
<td id="hubwebsite">N/A</td>
</tr>
<tr>
<th class="padding-modal" scope="row">Email:</th>
<td id="hubemail">N/A</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</main><!-- /.container -->
<!-- JavaScript -->
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3.4.1/dist/jquery.slim.min.js,npm/popper.js@1.16.0,npm/bootstrap@4.3.1/dist/js/bootstrap.min.js,npm/datatables.net@1.10.20,npm/datatables.net-bs4@1.10.20,npm/he@1.2.0,npm/datatables.net-responsive@2.2.3,npm/datatables.net-rowreorder-bs4@1.2.6,npm/datatables.net-responsive-bs4@2.2.3"></script>
<script type='text/javascript' src='data.js'></script>
<script type="text/javascript">
readXMLHublist('hublist.xml');
</script>
</body>
</html>