-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (187 loc) · 8.28 KB
/
index.html
File metadata and controls
233 lines (187 loc) · 8.28 KB
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Smeedee - A management tool for agile projects</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script type="text/javascript" src="js/mootools-1.2-core.js"></script>
<script type="text/javascript" src="js/noobslide.js"></script>
<link rel="stylesheet" href="css/noobslide.css" type="text/css" media="screen" />
<script type="text/javascript">
window.addEvent('domready',function(){
var nS4 = new noobSlide({
box: $('slider'),
items: $$('#slider div'),
size: 800,
handles: $$('#handles span b'),
autoPlay: true,
interval: 10000,
onWalk: function(currentItem,currentHandle){
this.handles.removeClass('active');
currentHandle.addClass('active');
}
});
});
</script>
</head>
<body>
<div id="stripes"></div>
<div id="wrap">
<div id="menu">
<dl>
<dt><a href="index.html">Home</a></dt>
<dt><a href="doc_screenshots.html">Screenshots</a></dt>
<dt><a href="download.html">Download</a></dt>
<dt><a href="doc_faq.html">FAQ</a></dt>
<dt><a href="doc_start.html">Documentation</a></dt>
<dt><a href="doc_contact.html">Contact</a></dt>
</dl>
<div id="logo"></div>
</div>
<div id="illustration">
<p class="buttons" id="handles">
<span><b></b></span>
<span><b></b></span>
<span><b></b></span>
<span><b></b></span>
<span><b></b></span>
</p>
<div class="mask">
<div id="slider">
<div>
<img src="images/code.png" alt="Photo" />
<h3>More time for the fun stuff</h3>
<p>
Coding that is! Smeedee helps you avoid scouring
through the various information tools to get the
information you want, and instead delivers what is
important straight to your work environment.
</p>
</div>
<div>
<img src="images/various_screenshots.png" alt="Photo" />
<h3>Visualize it all</h3>
<p>
Smeedee helps you visualize a variety of information
about your software projects, including Source Control,
Continuous Integration, Project Management tools and
gives you a "real world" view of the time at your
disposal.
</p>
</div>
<div>
<img src="images/various_screenshots.png" alt="Photo" />
<h3>Integrates easily</h3>
<p>
Smeedee easily integrates into your existing systems,
supporting widely used software such as TFS, Team City,
Subversion and many others.
</p>
<p>
And if Smeedee doesn't support the systems you use
today, writing new integration code for Smeedee is a
breeze!
<p/>
</div>
<div>
<img src="images/extendable.png" alt="Photo" />
<h3>Easily extendable</h3>
<p>
Creating new widgets and integration code for Smeedee
is very easy.
</p>
<p>
Want to know more? Take a look at our
<a href="documentation.html">Documentation</a>.
</p>
</div>
<div>
<img src="images/unit_tests.png" alt="Photo" />
<h3>Encourage Quality</h3>
<p>
Smeedee informs your team when something happens
allowing your team to react quickly to broken
builds and stay up to date on what happens in the
code base with commit messages being immediately
pushed to the work environment.
</p>
<p>
</p>
</div>
</div>
</div>
</div>
<div id="textbox">
<div id="top">
<b class="b5"></b>
<b class="b4"></b>
<b class="b3"></b>
<b class="b2"></b>
<b class="b1"></b>
</div>
<div id="bot">
<b class="b1"></b>
<b class="b2"></b>
<b class="b3"></b>
<b class="b4"></b>
<b class="b5"></b>
</div>
<div id="textcontent">
<div class="contentRight">
<h1>SoC 2011 Blog</h1>
<p>
Read our <a href="doc_blog.html">developer blog</a> from Summer of Code 2011.</p>
<h1>Get Smeedee</h1>
<a href="http://folk.ntnu.no/dagolap/smeedee/releases/Smeedee-1.0.0beta1.msi" class="downloadButton"></a>
<br />
<p>
Current version: 1.0.0beta1
</p>
<h1>News</h1>
<p>First beta release now available for download.</p>
<p>Thanks to Capgemini, JetBrains and Atlassian for supplying us with the means necessary to work on this project. <a href="doc_major_contributors.html">Read about our contributors here.</a></p>
<p class="small">May 23rd 2011</p>
</div>
<div class="contentLeft">
<h1>Project Description</h1>
<p>
Smeedee is a monitor that harvests key information from running software
projects. Smeedee finds useful information in the Version Control System
(source control), Continuous Integration system (build servers), source code
itself and in the project management tool you are using. The key information is
interpreted and then visualized on a digital Dashboard.
</p>
<p>
So instead of working in an information centric environment, were you have to
find and interpret the data yourself. Smeedee will find and interpret the data
for you, and then push key information to you and the rest of the team.
</p>
<p>
With Smeedee, you’ll experience a better flow of information in your team. The
teamwork will become more transparent and you’ll have a superior tool for
maximizing productivity and quality in software projects.
</p>
<h2>Features:</h2>
<p>Smeedee can inform you and your team about:</p>
<ul>
<li>The latest changes in the source code</li>
<li>When the build is broken</li>
<li>How many actual working days there is left in the current iteration</li>
<li>The overall activity in the project</li>
<li>The performance of your team (Sprint burndown)</li>
<li>What you have agreed upon in the last Sprint retrospective</li>
</ul>
<p>
The best part is that Smeedee will give your team this information without them having to
ask for it. When Smeedee is installed in the office landscape where your team works,
it radiates out information to your team while they are working or when they walk by.
It shows information that your team care about.
</p>
</div>
<div class="break"></div>
</div>
</div>
<div id="footer" style="color:#FFF" />
</div>
</body>
</html>