-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (78 loc) · 3.53 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<title>Plone Hotfixes</title>
<link rel="stylesheet" href="stylesheets/styles.css" />
<link rel="stylesheet" href="stylesheets/pygment_trac.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="hotfixes.js"></script>
<script src="javascript/jquery-1.10.1.min.js"></script>
<script src="javascript/helpers.js"></script>
<script src="javascript/version-check.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41591283-1', 'jone.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="wrapper">
<header>
<h1>Plone Hotfixes</h1>
<p>Find out which hotfixes to apply for your Plone version.</p>
<p class="view"><a href="https://github.com/jone/plone-hotfixes">View the Project on GitHub <small>jone/plone-hotfixes</small></a></p>
<p class="view">
See also the
<a href="https://plone.org/security/hotfixes">
official plone.org hotfixes page
</a>!
</header>
<section>
<p id="plone-version-check">
<input type="text" name="plone-version"
placeholder="Your Plone Version" />
</p>
<table id="hotfix-table">
<thead>
<tr>
<th>Hotfix</th>
<th>Affected</th>
<th>Fixed</th>
</tr>
</thead>
</table>
<div id="buildout-hint">
<label>Buildout:</label>
<pre id="buildout"></pre>
</div>
</section>
<footer>
<p>
Do you have a question?
Contact <a href="https://github.com/jone">me</a> or
create an <a href="https://github.com/jone/plone-hotfixes/issues/new">issue</a>.
</p>
<p>
<b>Disclaimer:</b><br />
I take no responsibility for completeness and accuracy of the information presented on this page.
</p>
<p><small>
Theme by <a href="https://github.com/orderedlist">orderedlist</a>
</small></p>
</footer>
</div>
<script src="javascript/scale.fix.js"></script>
<div>
<a href="https://github.com/jone/plone-hotfixes"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</div>
</body>
</html>