-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
114 lines (107 loc) · 4.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Wicket Stuff-There's more to Apache Wicket</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Wicket Stuff is a collection of open source projects for the Apache Wicket web framework created and maintained by the Wicket community">
<meta name="author" content="Wicket Stuff Committers">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="../assets/ico/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png" />
</head>
<body>
<!--
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Wicket Stuff</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
-->
<div class="container">
<div class="hero-unit">
<h1>Wicket Stuff <small>There's more to Apache Wicket</h1>
<p>
Wicket Stuff is a collection of open source projects for the <a
href="http://wicket.apache.org">Apache Wicket</a> web framework
created and maintained by the Wicket community.</p>
</div>
<div class="row">
<div class="span4">
<h2>Want to Learn More?</h2>
<p>All documentation concerning Wicket Stuff and its projects is located at the <a target="_blank" href="https://github.com/wicketstuff/core/wiki">Wicket Stuff WIKI</a>.</p>
<p>Looking for the <a target="_blank" href="https://cwiki.apache.org/WICKET">Apache Wicket WIKI</a>?</p>
<p><a target="_blank" class="btn btn-primary" href="https://github.com/wicketstuff/core/wiki">Go to our WIKI »</a></p>
</div>
<div class="span4">
<h2>Need Help?</h2>
<p>We are here to help!</p>
<ul>
<li>Join us on IRC at ##wicket on irc.freenode.net</li>
<li>Search our mailing list archives</li>
<li>Ask a question on the <a target="_blank" href="http://wicket.apache.org/help/email.html#user">users list</a> or at <a target="_blank" href="https://stackoverflow.com/questions/tagged/wicketstuff">Stackoverflow.com</a></li>
<li>Suggest improvements for Apache Wicket on the <a target="_blank" href="http://wicket.apache.org/help/email.html#dev">developers list</a>.</li>
<li>Report security related issues on the <a target="_blank" href="http://wicket.apache.org/help/email.html#security">private list</a>.</li>
</ul>
</div>
<div class="span4">
<h2>Need to Report a Bug?</h2>
<p>Help us help you:</p>
<ol>
<li>Reproduce the bug with the least amount of code</li>
<li>Create a unit test or a <a target="_blank" href="http://wicket.apache.org/start/quickstart.html">reproducer app</a> that shows the bug</li>
<li>Fix the bug and create a patch / Pull Request</li>
<li>Attach the result of step 1, 2 or 3 to a bug report in:
<ul>
<li><a target="_blank" href="https://github.com/wicketstuff/core/issues/new">Github tracker</a>: for Wicket Stuff related bugs</li>
<li><a target="_blank" href="https://issues.apache.org/jira/browse/WICKET">Apache Wicket JIRA</a>: for Apache Wicket related bugs</li>
</ul>
</li>
<li>Profit!</li>
</ol>
<p>
<a target="_blank" class="btn btn-primary" href="https://github.com/wicketstuff/core/issues">View issues »</a>
</p>
</div>
</div>
<hr />
<footer>
<p>© Wicket Stuff committers 2019</p>
<p>Apache®, Apache Wicket, and the orange Wicket logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.</p>
</footer>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery/jquery.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>