-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
169 lines (166 loc) · 6.3 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
---
title: Home
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<META NAME="Description" CONTENT="Redmine Backlogs is a Redmine plugin for scrum/agile teams. Keep track of your product backlog and sprints easily!">
<meta name="google-site-verification" content="tRzqLIGPqV1y36f2qM_b3txYlQPMoCuifw8QkIzpLkA" />
<title>{{ site.name }} :: {{ page.title }}</title>
<link href="http://fonts.googleapis.com/css?family=Reenie+Beanie:regular" rel="stylesheet" type="text/css" >
<style>
i,b { color: #489F9F; }
body{
background-color:#690000;
color:#B45151;
font-family:Georgia,Times,serif;
}
#content{
width:800px;
margin:40px auto;
}
#title{
font-size:80px;
margin:0 0 0 0;
text-align:center;
}
#description{
font-size:30px;
text-align:center;
}
#links{
margin:20px auto;
width:750px;
}
#footer{
clear:both;
color:#663333;
font-size:14px;
padding-top:20px;
text-align:center;
}
#footer a{
color:#CC6666;
margin:15px;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
#body a, #body a:visited{
color:#B45151;
text-decoration:underline;
}
ul{
margin:15px auto;
padding:0;
}
ul li{
color:#000;
list-style:none;
}
ul li a{
background:#ff9;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9), to(#cc3));
background:-moz-linear-gradient(left top, #ff9, #cc3 100%);
color:#000;
display:block;
float:left;
font-family:"Reenie Beanie",Georgia,Times,serif;
font-size:25px;
height:35px;
list-style:none;
margin:0 0 2em 2em;
padding:40px 0;
text-align:center;
text-decoration:none;
width:140px;
-moz-box-shadow:5px 5px 7px rgba(33,33,33,.7);
-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}
ul li a{
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-moz-transform:rotate(-15deg);
}
ul li:nth-child(2n) a{
-o-transform:rotate(-5deg);
-webkit-transform:rotate(-5deg);
-moz-transform:rotate(-5deg);
}
ul li:nth-child(3n) a{
-o-transform:rotate(10deg);
-webkit-transform:rotate(10deg);
-moz-transform:rotate(10deg);
}
/* thanks to http://www.zurb.com/playground/css3-polaroids */
li a{
-webkit-transform: rotate(-6deg);
-o-transform: rotate(-6deg);
-moz-transform:rotate(-6deg);
-moz-transition:-moz-transform .15s linear;
-o-transition:-o-transform .5s linear;
-webkit-transition:-webkit-transform .15s linear;}
ul li a:hover,ul li a:focus{
-moz-box-shadow:10px 10px 7px rgba(33,33,33,.7);
-webkit-box-shadow: 10px 10px 7px rgba(33,33,33,.7);
box-shadow: 10px 10px 7px rgba(33,33,33,.7);
cursor:pointer;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
position:relative;
z-index:5;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18031500-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="content">
<h2 id="title">Redmine Backlogs {% include version.html %}</h2>
<div id="description">{{ site.description }}</div>
<div id="body">
<p><a href="http://travis-ci.org/backlogs/redmine_backlogs"><img
src="https://secure.travis-ci.org/backlogs/redmine_backlogs.png?branch=master"/></a>
The <b>supported platform</b> is backlogs {% include version.html %} (only!) with any combination of
<table border="0">
<tr><td>Redmine</td><td>{% include rm_versions.html %}</td></tr>
<tr><td>Ruby</td><td>1.9.3 and 2.0.0 for redmine 2.3.2</td></tr>
<tr><td>Database</td><td>SQLite, MySQL, PostgreSQL</td></tr>
<tr><td>OS</td><td>Linux, source install of Redmine only</td></tr>
</table>
Platform-packaged installes, installs on Windows and pre-packaged distros such as Bitnami ought to work in principle, but are untested, and history shows that getting them to work requires a bit of effort on your account, and they are <b>not supported</b>. Also MsSql is not supported.</p>
<p>Redmine 1.4 and ChiliProject v3.3 will not be supported as backlogs requires rails 3.</p>
<p>If a <i>supported</i> version does not do what you expect it to do, or you have a feature request, please user our <a href="https://github.com/backlogs/redmine_backlogs/issues">issue tracker</a>. For all other versions, please use the <a href="http://forum.redminebacklogs.net/">forums</a>.
<p>Please remember that this is a <b>volunteer effort</b> and our time is limited; unless you are on the latest released version (currently {% include version.html %}) of the plugin on one of the supported versions above you are free to ask for support on the <a href="http://forum.redminebacklogs.net/">forums</a>, but the help you get there is <b>not a priority, nor an obligation</b>. Sorry, but those are the breaks.</p>
</div>
<div id="links">
<ul>
<li><a href="en/introduction.html">Read the docs</a></li>
<li><a href="en/installation.html">Get the plugin</a></li>
<li><a href="https://github.com/backlogs/redmine_backlogs/issues">Report a bug</a></li>
<li><a href="http://forum.redminebacklogs.net/">forums</a>
</ul>
</div>
<div id="footer">
<a href="https://github.com/backlogs/redmine_backlogs/issues">bug tracker</a>
<a href="http://forum.redminebacklogs.net">forum</a>
<a href="http://twitter.com/redminebacklogs">twitter page</a>
<a href="http://www.github.com/backlogs/redmine_backlogs">source code</a>
<a href="/coverage/">code coverage</a>
</div>
</div>
</body>
</html>