-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (63 loc) · 4.02 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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml-rdfa-2.xsd" lang="en" xml:lang="en" dir="ltr" xmlns:og="http://ogp.me/ns#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="index" />
<meta name="revisit-after" content="5 days" />
<meta name="description" content="Windows Directory Statistics" />
<meta property="og:title" content="WinDirStat" />
<meta property="og:description" content="Windows Directory Statistics" />
<meta property="og:image" content="images/wds_rich_preview.png" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="keywords" content="WinDirStat, WDS, Cushion treemap, treemap, Windows, disk usage statistics, disk" lang="en" xml:lang="en" />
<meta name="keywords" content="WinDirStat, WDS, Kissenbaumkarten, Baumkarten, Windows, Festplattenstatistik, Festplattenreinigung, Festplattenbereinigung" lang="de" xml:lang="de" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="windirstat.css" />
<title>WinDirStat - Windows Directory Statistics</title>
</head>
<body>
<script type="module" src="github/release.js"></script>
<p style="text-align:center;"><img src="images/logo_wds_white.png" alt="WinDirStat logo with text" height="72" width="191" /><br />
<br />
<span style="z-index:200; font-weight:bold; color:white;">Latest Version: <span id="latest-version">Loading...</span></span></p>
<table id="frame" cellpadding="0" cellspacing="0" border="0" width="100%">
<colgroup>
<col />
<col width="100%" />
</colgroup>
<tr>
<td id="heading" colspan="2" align="center"><b>Windows Directory Statistics</b></td>
</tr>
<tr>
<td id="menu" valign="top">
<p class="selected">Home</p>
<p><a href="download.html">Downloads</a></p>
<p><a href="resources.html">Resources</a></p>
<p><a href="background.html">Background</a></p>
<p><a href="contributors.html">Contributors</a></p>
<p><a href="contact.html">Contact</a></p>
<p class="sidelogo"><img src="images/logo_50px.png" alt="Colored WinDirStat logo" height="50" width="50" /></p>
</td>
<td id="page" valign="top">
<p>WinDirStat is a disk usage statistics viewer and cleanup assistant for <strong>Microsoft Windows</strong> clients and servers.</p>
<p>On start up, it reads the whole directory tree once and then presents it in three useful views:</p>
<ul>
<li>The directory list, which resembles the tree view of the Windows Explorer but is sorted by file/subtree size,</li>
<li>The treemap, which shows the whole contents of the directory tree straight away,</li>
<li>The extension list, which serves as a legend and shows statistics about the file types.</li>
</ul><img src="images/windirstat.jpg" alt="Screenshot" />
<p>The treemap represents each file as a colored rectangle, the area of which is proportional to the file's size. The rectangles are arranged in such a way, that directories again make up rectangles, which contain all their files and subdirectories. So their area is proportional to the size of the subtrees. The color of a rectangle indicates the type of the file, as shown in the extension list. The cushion shading additionally brings out the directory structure.</p>
</td>
</tr>
</table>
<p style="text-align:center; color:gray;" class="miniari">WinDirStat is Open Source software. You can redistribute and/or modify it under the terms of the GNU Public License, version 2 (GPLv2).<br />
Last Updated:
<script>
//<![CDATA[<!--
document.write((new Date(document.lastModified)).toISOString());
//-->]]>
</script></p>
</body>
</html>