This repository was archived by the owner on Oct 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (78 loc) · 5.99 KB
/
index.html
File metadata and controls
89 lines (78 loc) · 5.99 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
---
layout: default
home: "active"
title: "CIBuddy Homepage"
description: "CIBuddy is your tool for using eXtreme Feedback Devices fast and easy in your agile development."
---
<!-- Subhead
================================================== -->
<header class="jumbotron subhead" id="overview">
<div class="container">
<!-- project logo -->
<p class="lead"><img src="img/CIBuddyHeader_home.png" alt="CIBuddy"/></p>
<!-- spacer between logo and first content of page -->
<hr />
<!-- lead text for the motivation -->
<p class="lead">
CIBuddy is the number one open source application to turn to when deploying eXtreme feedback devices within your team or company. It is not only capable of connecting to the most popular build servers, but also supports various eXtreme feedback devices out of the box.
</p>
</div>
</header>
<!-- main content of page -->
<div class="container">
{{ content }}
<hr />
<!-- row of columns -->
<div class="row">
<div class="span9">
<h2>Built-in Device Drivers</h2>
<p>Packaged with CIBuddy's core application comes support for various eXtreme feedback devices, enabling you to simply plug-in a supported device and be ready to use it. No complex configuration, no tedious fiddling with various device drivers and no reverse engineering of proprietary commands. Pick one of our supported devices and you're all set.</p>
</div>
<div class="span3 feature-logo">
<img src="img/ibuddy-group.jpg" alt="Group of i-Buddy figures" />
</div>
</div>
<hr />
<div class="row">
<div class="span3 feature-logo ciRotate">
<img src="img/jenkins-logo.png" class="ciActive" alt="Jenkins-CI Logo"/>
<img src="img/Hudson-logo.png" alt="Hudson-CI Logo"/>
<img src="img/travis-logo.png" alt="Travis-CI Logo"/>
</div>
<div class="span9">
<h2>CI-Server Compatibility</h2>
<p>CIBuddy comes out of the box with built-in support for the three most popular open-source Java™ build servers. Namely <a href="http://jenkins-ci.org/" target="_blank" title="external: Jenkins™ Continuous Integration Build Server Homepage">Jenkins-CI</a>, <a href="http://hudson-ci.org/" target="_blank" title="external: Hudson™ Continuous Integration Build Server Homepage">Hudson-CI</a> and <a href="http://travis-ci.org/" target="_blank" title="external: Travis™ Continuous Integration Build Server Homepage">Travis-CI</a>. All three could be used with a very simple xml configuration allowing for fast deployments. Other build servers could be supported with very little programming effort as soon as they expose a public API that is accessible through the network.</p>
</div>
</div>
<hr />
<div class="row">
<div class="span9">
<h2>Easy Setup</h2>
<p>Get started in minutes. No complex setup, no difficult documentation and no steep learning curve. The only thing you need is a proper USB HID driver (usually already provided by your OS) and some really basic knowledge about how to edit xml configuration files. In most cases you only have to change the server url and the project name and your good to go. That simple! </p>
</div>
<div class="span3 feature-logo">
<img src="img/preferences-system.png" alt="Preferences" />
</div>
</div>
<hr />
<div class="row">
<div class="span3 feature-logo">
<img src="img/ASF-logo.png" alt="Apache Foundation Logo" />
</div>
<div class="span9">
<h2>Commercial friendly - Open Source</h2>
<p>CIBuddy is provided as an Open Source project available at <a href="https://github.com/cibuddy/cibuddy" target="_blank" title="external: CIBuddy Homepage on Github">github.com</a>. It is released under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank" title="external: Apache™ License 2.0 - License text">Apache™ License 2.0</a> and utilizes many leading technologies, such as <a href="http://www.oracle.com/us/technologies/java/overview/index.html" target="_blank" title="external: Oracle™ Java™ Product Homepage">Java™</a>, <a href="http://www.osgi.org" target="_blank" title="external: OSGi Alliance Homepage">OSGi™</a>, <a href="http://maven.apache.org/" target="_blank" title="external: Apache™ Maven Project Homepage">Maven</a>, <a href="http://karaf.apache.org/" target="_blank" title="external: Apache™ Karaf Project Homepage">Apache™ Karaf</a> and <a href="http://www.eclipse.org/equinox/" target="_blank" title="external: Eclipse™ Equinox Project Homepage">Eclipse™ Equinox</a>. The source code is well documented and easy to extend, enabling 3rd parties to openly contribute or extend the functionality in closed source, if desired. The freedom is all yours!</p>
</div>
</div>
<hr />
<div class="row">
<div class="span3">
</div>
<div class="span6">
<a href="http://www.youtube.com/playlist?list=PL5D47CB05820E0835&feature=view_all" class="btn btn-success btn-large btn-extralarge">Watch the Tour!</a>
<a href="https://github.com/cibuddy/cibuddy/downloads" class="btn btn-success btn-large btn-extralarge">Download CIBuddy</a>
</div>
<div class="span3">
</div>
</div>
</div> <!-- /container -->