-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoc_screenshots.html
More file actions
126 lines (87 loc) · 5.72 KB
/
doc_screenshots.html
File metadata and controls
126 lines (87 loc) · 5.72 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
<!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.js"></script>
<script type="text/javascript" src="js/slimbox.js"></script>
<link rel="stylesheet" href="css/slimbox.css" type="text/css" media="screen" />
</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">
</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">
<div id='handles'>
<h1>Smeedee Widgets</h1>
<p>
<a href="images/screenshots/build_status.png" rel="lightbox-screens" title="Build Status - Shows the current status of the various builds monitored by your build server"><img src="images/screenshots/build_status_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/commit_statistics.png" rel="lightbox-screens" title="Source Control statistics with regards to time"><img src="images/screenshots/commit_statistics_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/latest_commits.png" rel="lightbox-screens" title="Information about the latest commits - Who, what and when"><img src="images/screenshots/latest_commits_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/retrospective_cork.png" rel="lightbox-screens" title="Retrospective corkboard"><img src="images/screenshots/retrospective_cork_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/team_members.png" rel="lightbox-screens" title="Team members"><img src="images/screenshots/team_members_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/top_commiters.png" rel="lightbox-screens" title="Top Commiters - our personal 'commit often, commit small' high score"><img src="images/screenshots/top_commiters_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/twitter.png" rel="lightbox-screens" title="Twitter search allows you to track news about your product or other topics of interest"><img src="images/screenshots/twitter_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/working_days_left.png" rel="lightbox-screens" title="Working days left of the current sprint, taking holidays etc. into account."><img src="images/screenshots/working_days_left_thumb.png" style="width:100px; float:none;" /></a>
</p>
<h1>Configuring Smeedee</h1>
<p>
<a href="images/screenshots/task_configuration.png" rel="lightbox-config" title="The configuration screen allowing you to decide how the Smeedee server collects data and runs scheduled tasks"><img src="images/screenshots/task_configuration_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/user_configuration.png" rel="lightbox-config" title="A simple user management database used to represent the authors of changesets and builds"><img src="images/screenshots/user_configuration_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/adding_widgets.png" rel="lightbox-config" title="User interface for adding new widgets to your slideshow"><img src="images/screenshots/adding_widgets_thumb.png" style="width:100px; float:none;" /></a>
<a href="images/screenshots/reorder_slideshow.png" rel="lightbox-config" title="User interface for reordering and configuring the widgets already loaded in your slideshow"><img src="images/screenshots/reorder_slideshow_thumb.png" style="width:100px; float:none;" /></a>
</p>
</div>
</div>
</div>
<div class="break"></div>
</div>
</div>
<div id="footer" style="color:#FFF" />
</div>
</body>
</html>