-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
496 lines (444 loc) · 27.5 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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<html lang="en">
<head>
<title>DistroWatch.com: Put the fun back into computing. Use Linux, BSD.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app">
<div id="header">
<!--TOP HEADER-->
<div class="header-top-part">
<!--TOPEST PART -> ROW#1 LEFT:DistroWatch.com LOGO + RIGHT:LAUNGUAGE SELECTION
-> ROW#2 LEFT:2 SEARCHBARS WITH 2 GO BUTTONS + RIGHT:3 HORIZONTAL BOXES WITH UL AND NAVIGATIONAL SITEMAP LINKS
-> ROW#3 LEFT:1 SEARCHBAR 1 GO AND 1 RANDOM DISTRO BUTTONS + RIGHT:ADS ORIENTED TO THE RIGHT -->
<!--ROW#1 LEFT:DistroWatch.com LOGO + RIGHT:LAUNGUAGE SELECTION-->
<div class="header-top-left-part">
<div class="logo">
<img src="./assets/dwbanner.png">
</div>
<div class="search-plus-buttons-container">
<div class="searchbar-left">
<div class="distro-name-input-plus-go-button">
<input type="text" id="distro-name" name="distro-name" value="Type Distrubution Name">
<button type="button">GO</button>
</input>
</div>
<div class="distro-name-input-plus-go-button">
<input type="text" id="duckduckgo-input" name="duckduckgo-input" value="DuckDuckGo Site Search">
<button type="button">GO</button>
</input>
</div>
</div>
<div class="serchbar-right">
<div class="distro-name-input-plus-go-button">
<select id="select-distro-dropdown">
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
<option value="Select Distrubution">Select Distrubution</option>
</select>
<button type="button">GO</button>
</input>
</div>
<div class="distro-name-input-plus-go-button">
<button type="button">Random Distrubution</button>
</div>
</div>
</div>
</div>
<div class="header-top-right-part">
<div class="languages-select-and-sponsoredby">
<a href="" class="laguages-a">English</a>·
<a href="" class="laguages-a"> Spanish </a>·
<a href="" class="laguages-a"> French </a>·
<a href="" class="laguages-a"> German </a>·
<a href="" class="laguages-a"> Portugese </a>·
<a href="" class="laguages-a"> Slovenian </a>·
<a href="" class="laguages-a"> Chinese </a>·
<a href="" class="laguages-a"> Viatnamese </a>
</div>
<div class="sitemap-nav">
<div class="sitemap-left">
<ul>
<li>
<a href="">Home Page,</a>
<a href="">Headlines</a>
</li>
<li>
<a href="">DW Weekly,</a>
<a href="">Comments</a>
</li>
<li>
<a href="">Packages,</a>
<a href="">Package Management</a>
</li>
<li>
<a href="">Glossary,</a>
<a href="">FAQ,</a>
<a href="">Mobile Site</a>
</li>
</ul>
</div>
<div class="sitemap-center">
<ul>
<li>
<a href="">Search,</a>
<a href="">Sitemap</a>
</li>
<li>
<a href="">Major Distrubutions</a>
</li>
<li>
<a href="">Submit Distrubution</a>
</li>
<li>
<a href="">Upcoming Releases</a>
</li>
</ul>
</div>
<div class="sitemap-right">
<ul>
<li>
<a href="">Search,</a>
<a href="">Sitemap</a>
</li>
<li>
<a href="">Major Distrubutions</a>
</li>
<li>
<a href="">Submit Distrubution</a>
</li>
<li>
<a href="">Upcoming Releases</a>
</li>
</ul>
</div>
</div>
<div class="languages-select-and-sponsoredby">
<p>DistroWatch.com is sponsoredby</p>
<img src="./assets/elastix-19.png">
</div>
</div>
</div>
<!--BOTTOM HEADER-->
<div class="header-bottom-part">
<p>News/Opinions/Reviews ▾   </p>
<p>Packages ▾   </p>
<p>Find/Submit Distro ▾   </p>
<p>Tutorials and Learning ▾   </p>
<p>Related Resources ▾   </p>
<p>DistroWatch.com ▾   </p>
</div>
</div>
<!--CONTENT PART. NOTE COLUMNS: LEFT | MIDDLE | RIGHT ; EACH SECTION CONTAINS A COMMON GREEN TOP DESCRIPTION BOX-->
<div id= "content-container">
<!--CONTENT LEFT COLUMN-->
<div class= "content-left-column">
<div class="top-desc-green">
<img src="./assets/xml.png">
<p>Latest Distrubution</p>
</div>
<div class="content-latest-dist" >
<table>
<tr>
<td>03/12</td>
<td><a href="">KDE NEON</a> · <a href="">20200312</a></td>
</tr>
<tr>
<td>03/12</td>
<td><a href="">Trails</a> · <a href="">4.4</a></td>
</tr>
<tr>
<td>03/11</td>
<td><a href="">Exe</a> · <a href="">20200311</a></td>
</tr>
<tr>
<td>03/11</td>
<td><a href="">SparkyLinux</a> · <a href="">4.12</a></td>
</tr>
<tr>
<td>03/11</td>
<td><a href="">Manjaro</a> · <a href="">19.0.2</a></td>
</tr>
<tr>
<td>03/10</td>
<td><a href="">LibreELEC</a> · <a href="">9.2.1</a></td>
</tr>
</table>
</div>
<div class="top-desc-green">
<img src="./assets/xml.png">
<p>Latest Packages</p>
</div>
<div class="content-latest-dist" >
<table>
<tr>
<td>03/12</td>
<td><a href="">Thunderbird</a> · <a href="">68.6.0</a></td>
</tr>
<tr>
<td>03/12</td>
<td><a href="">postix</a> · <a href="">3.4.10</a></td>
</tr>
<tr>
<td>03/12</td>
<td><a href="">NetworkManager</a> · <a href="">1.22.10</a></td>
</tr>
<tr>
<td>03/12</td>
<td><a href="">gcc</a> · <a href="">9.3.0</a></td>
</tr>
<tr>
<td>03/12</td>
<td><a href="">linux</a> · <a href="">5.5.9</a></td>
</tr>
<tr>
<td>03/11</td>
<td><a href="">docker</a> · <a href="">19.03.8</a></td>
</tr>
</table>
</div>
</div>
<!--CONTENT CENTER COLUMN-->
<div class= "content-center-column">
<div class="top-desc-green">
<img src="./assets/xml.png">
<p>Latest News and Updates</p>
</div>
<div class="news-filter-column">
<div class="news-filter-options">
<p id="news-filter-options-text">News Filtering Options</p>
</div>
<div class=filter-menus-buttons-labels>
<label for="distribution">Distrubution:</label>
<select id="distribution">
<option value="all">All</option>
<option value="Mx Linux">MX Linux</option>
<option value="Kali">Kali</option>
<option value="Tails">Tails</option>
</select>
<label for="release">Release:</label>
<select id="release">
<option value="all">All</option>
<option value="stable">Stable</option>
<option value="Kali">Kali</option>
</select>
<label for="month">Month:</label>
<select id="distribution">
<option value="all">All</option>
<option value="January">January</option>
<option value="February">February</option>
<option value="March">March</option>
<option value="April">April</option>
<option value="May">May</option>
<option value="June">June</option>
<option value="July">July</option>
<option value="August">August</option>
<option value="September">September</option>
<option value="October">October</option>
<option value="November">November</option>
<option value="December">December</option>
</select>
<label for="year">Year:</label>
<select id="year">
<option value="all">All</option>
<option value="2020">2020</option>
<option value="2019">2019</option>
<option value="2018">2018</option>
<option value="2017">2017</option>
<option value="2016">2016</option>
<option value="2015">2015</option>
</select>
<button id="refresh-button">Refresh</button>
</div>
</div>
<div class="distro-desc-container-main">
<div class="distro-desc-lefttpart-container">
<div class="distro-desc-date">
<p>2020-03-12</p>
</div>
<div class="distro-desc-images">
<img src="./assets/tails.png" width="100px">
<img src="./assets/tails-small.png" width="200px">
<a href="">Rate this project</a>
</div>
</div>
<div class="distro-desc-rightpart-container">
<div class="distro-desc-date">
<p> <span>NEW</span> · distribution Release: Tails 4.4</p>
</div>
<div class="distro-desc-text">
<p>
Version 4.4 of Tails (The Amnesic Incognito Live System) has been released.
As usual, the new release fixes a number of security issues and upgrades tor
Browser: "Tails 4.4 is out. This release fixes many security vulnerabilities.
You should upgrade as soon as possible. Changes and upgrades: update Tor
Browser to 9.0.6; update Thunderbird to 68.5.0; update Linux kernel to
5.4.19 - this should improve the support for newer hardware (graphics, WiFi).
Fixed problems: tentatively fix WiFi interfaces with Realtek RTL8822BE and
RTL8822CE chipsets; use the tails-workarounds provided firmwares until the
firmware-realtek package is updated with the patch by Sjoerd Simons; if you
had a problem with WiFi starting from Tails 4.1, please let us know whether
your problem was fixed or not. For more details, read our changelog. Known
issues: none specific to this release. See the list of long-standing issues.
Tails 4.5 is scheduled for April 7." Here is the full release announcement.
Download: tails-amd64-4.4.iso (1,098MB, signature, torrent, pkglist).
</p>
</div>
</div>
</div>
<div class="distro-desc-container-main">
<div class="distro-desc-lefttpart-container">
<div class="distro-desc-date">
<p>2020-03-10</p>
</div>
<div class="distro-desc-images">
<img src="./assets/libreelec.png" width="100px">
<img src="./assets/libreelec-small.png" width="200px">
<a href="">Rate this project</a>
</div>
</div>
<div class="distro-desc-rightpart-container">
<div class="distro-desc-date">
<p><span>NEW</span> · Distribution Release: LibreELEC 9.2.1</p>
</div>
<div class="distro-desc-text">
<p>
LibreELEC is a minimal operating system designed with the specific purpose
of running the Kodi media centre. The project's latest release is
LibreELEC 9.2.1 which adds support for WireGuard VPN services and
better hardware support for the Raspberry Pi 4 computer. "LibreELEC
9.2.1 (Leia) the final version has arrived based upon Kodi v18.6,
the 9.2.1 release contains many changes and refinements to user
experience and a complete overhaul of the underlying OS core to
improve stability and extend hardware support compared to the LE
9.0 release. Changes since 9.2.0: WireGuard support added to settings
; improvements for the RPi4; serveral minor updates. Change for
Raspberry 4: With LE 9.1.002 and later you need to add 'hdmi_enable_4kp60=1'
to your config.txt if you want to use 4k output at the RPi4. Before
you needed 'hdmi_enable_4k=1' that is now deprecated." Further details
on the new version and tips on upgrading can be found in the distribution's
release announcement. Download: LibreELEC-Generic.x86_64-9.2.1.img.gz (243MB).
</p>
</div>
</div>
</div>
<div class="distro-desc-container-main">
<div class="distro-desc-lefttpart-container">
<div class="distro-desc-date">
<p>2020-03-12</p>
</div>
<div class="distro-desc-images">
<img src="./assets/clonezilla.png" width="100px">
<img src="./assets/clonezilla-small.png" width="200px">
<a href="">Rate this project</a>
</div>
</div>
<div class="distro-desc-rightpart-container">
<div class="distro-desc-date">
<p><span>NEW</span> · Distribution Release: Clonezilla Live 2.6.5-21</p>
</div>
<div class="distro-desc-text">
<p>
Steven Shiau has announced the release of Clonezilla Live 2.6.5-21,
the latest stable build of the project's Debian-based live CD
featuring a partitioning and disk-cloning utility: "Stable Clonezilla
Live 2.6.5-21 released. This release of Clonezilla live includes
major enhancements and bug fixes. Enhancements and changes from
2.6.4-10: the underlying GNU/Linux operating system has been
upgraded - this release is based on the Debian 'Sid' repository
as of 2020-03-09; Linux kernel has been updated to 5.4.19;
language files were updated; improve ocs-restore-mdisks by adding
-a|--last-action option to separate the last action before it's
finished; include nvme-cli and scrub packages; include some more
packages - tmux, mtr-tiny, dcfldd and iotop; add Bluetooth-related
packages in DRBL/Clonezilla Live packages list - bluetooth,
bluez and bluez-tools; allow a bare block device with a file
system (e.g, /dev/sda, not /dev/sda1 which we treat as a partition),
to be chosen as the destination disk when not saving...." Read the
full release announcement for a complete changelog. Download
(SHA512, signature, pkglist): clonezilla-live-2.6.5-21-amd64.iso
(286MB), clonezilla-live-2.6.5-21-i686.iso (273MB), clonezilla-live-2.6.5-21-i686-pae.iso (273MB).
</p>
</div>
</div>
</div>
</div>
<!--CONTENT RIGHT COLUMN-->
<div class= "content-right-column">
<div class="top-desc-green">
<p>Page Hit Ranking</p>
</div>
<div class="data-span">
<label for="data-span-select">Data-span:</label>
<select id="data-span-select">
<option value="Last 6 months">Last 6 months</option>
<option value="Last 12 months">Last 12 months</option>
<option value="2019">2019</option>
<option value="2018">2018</option>
</select>
<button>Go</button>
</div>
<div class="content-latest-dist" >
<table>
<tr>
<td>Rank</td>
<td>Distribution</td>
<td>HPD*</td>
</tr>
<tr>
<td>1</td>
<td><a href="">MX Linux</a></td>
<td> 4636</td>
</tr>
<tr>
<td>2/td>
<td><a href="">Manjaro</a></td>
<td> 2881</td>
</tr>
<tr>
<td>3</td>
<td><a href="">Mint</a></td>
<td> 2402</td>
</tr>
<tr>
<td>4</td>
<td><a href="">Debian</a></td>
<td> 1666</td>
</tr>
<tr>
<td>5</td>
<td><a href="">Ubuntu</a></td>
<td> 1592</td>
</tr>
<tr>
<td>6</td>
<td><a href="">Elementary</a></td>
<td> 1427</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!--FOOTER PART. NOTE ROWS: TOP 1 AD BOX
COPYRIGHT / PRIVACY BOX
CONTACT / BTC AND PAYPAL LINKS BOX-->
<div id= "footer">
FOOTER
<!--COPYRIGHT / PRIVACY BOX-->
<div class= "footer-copyright-privacy">
</div>
</div>
</div>
<script src="./main.js"></script>
</body>
</html>