-
Notifications
You must be signed in to change notification settings - Fork 1
/
development.html.haml
90 lines (53 loc) · 2.86 KB
/
development.html.haml
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
---
layout: default
title: Development
---
#left-column
- unless page.hide_title
%h1.pagetitle #{page.title}
:markdown
The team is lead by Marek Goldmann and is supported by the other members of [ProjectOdd](http://projectodd.org/).
# Roadmap
Below you can find rough roadmap for our projects highlighting most important features we plan to integrate.
## BoxGrinder Build
### 0.10.0 (end of June 2011)
* Eucalyptus support
## BoxGrinder REST
### 0.1.0 (end of May 2011)
* Initial release
* Exposed BoxGrinder Build features (without smart node management)
# Source Code
The code is developed as open-source, with a publicly-accessible [source-code repository on GitHub](https://github.com/boxgrinder).
BoxGrinder is an open-source project licensed under the [LGPL].
[lgpl]: /license-lgpl.txt
## BoxGrinder Build
![BoxGrinder Build][bgbuild_medium]
BoxGirinder Build source code is spread across three repositories.
### BoxGrinder Core
git clone git://github.com/boxgrinder/boxgrinder-core.git
* [GitHub page](http://github.com/boxgrinder/boxgrinder-core)
* [Latest commits](http://github.com/boxgrinder/boxgrinder-core/commits/master)
### BoxGrinder Build
git clone git://github.com/boxgrinder/boxgrinder-build.git
* [GitHub page](http://github.com/boxgrinder/boxgrinder-build)
* [Latest commits](http://github.com/boxgrinder/boxgrinder-build/commits/master)
## BoxGrinder REST
![BoxGrinder REST][bgrest_medium]
BoxGirinder Build source code is spread across two repositories.
### BoxGrinder REST
git clone git://github.com/boxgrinder/boxgrinder-rest.git
* [GitHub page](http://github.com/boxgrinder/boxgrinder-rest)
* [Latest commits](http://github.com/boxgrinder/boxgrinder-rest/commits/master)
### BoxGrinder Node
git clone git://github.com/boxgrinder/boxgrinder-node.git
* [GitHub page](http://github.com/boxgrinder/boxgrinder-node)
* [Latest commits](http://github.com/boxgrinder/boxgrinder-node/commits/master)
# Continuous integration
The code is continuously built using [continuous integration](http://ci.boxgrinder.org/project.html?projectId=project2&tab=projectOverview&guest=1) server.
[bgbuild_medium]: /images/boxgrinder_logo_build_200px.gif "BoxGrinder Build"
[bgrest_medium]: /images/boxgrinder_logo_rest_200px.gif "BoxGrinder REST"
#right-column
%h1 Latest Commits
= rss_widget('commits', 'https://github.com/boxgrinder/boxgrinder-build/commits/master.atom', :limit => 5, :header => false, :content => false, :date => false)
%h1 Latest JIRA Activity
= rss_widget('jira', 'http://jira.jboss.org/plugins/servlet/streams?key=BGBUILD', :limit => 5, :header => false, :content => false, :date => false)