-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
62 lines (44 loc) · 2.97 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>DockPanel Suite - The .NET WinForms Docking Library</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>DockPanel Suite</h1>
<p>The Visual Studio inspired docking library for .NET WinForms</p>
<p class="view"><a href="https://github.com/dockpanelsuite/dockpanelsuite">View on GitHub</a></p>
</header>
<section>
<h3>About DockPanel Suite</h3>
<p>Microsoft first introduced the docking panel layout in Visual Studio .NET (2002), and soon it became popular in application design. Many commercial .NET component vendors started to provide docking libraries initially, but there was no good free and open source alternative, until WeiFen Luo released DockPanel Suite (DPS for short) on SourceForge.net in 2006.</p>
<p>After an 18 month hiatus, the project has been resurrected and is now being actively developed on GitHub.</p>
<p style="text-align:right">[<a href="http://docs.dockpanelsuite.com/en/latest/getting-started/history.html">Read the full history</a>]</p>
<h3>Latest Release</h3>
<p>The latest stable release, <a href="https://github.com/dockpanelsuite/dockpanelsuite/releases/tag/Release_3.0.2">DockPanel Suite 3.0.2</a>, was released on 14 Nov 2017. Get it via <a href="https://github.com/dockpanelsuite/dockpanelsuite/archive/Release_3.0.2.zip">direct download</a> or <a href="http://nuget.org/packages/DockPanelSuite">NuGet</a>.</p>
<p style="text-align:right">[<a href="https://github.com/dockpanelsuite/dockpanelsuite/releases">View past releases</a>]</p>
<h3>Active Contributors</h3>
<p>DockPanel Suite is currently maintained by <a href="https://github.com/roken" class="user-mention">@roken</a> and <a href="https://github.com/lextm" class="user-mention">@lextm</a>.</p>
<p style="text-align:right">[<a href="https://github.com/dockpanelsuite/dockpanelsuite/wiki/Maintainers">View maintainer history</a>]</p>
<h3>Support</h3>
<p>The <a href="http://docs.dockpanelsuite.com">documentation site</a> contains information on how to get started with the DockPanel Suite as well as recipes for a number of common tasks.</p>
<p>All bug submissions, questions, and general discussion should follow the <a href="http://docs.dockpanelsuite.com/en/latest/contribute/github.html">guide</a>.</p>
</section>
<footer>Update
<p><small>Hosted by <a href="https://github.com">GitHub</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>