forked from openSUSE/obs-landing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (165 loc) · 9.77 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
170
171
172
173
---
layout: default
---
<link rel="stylesheet" href="/stylesheets/glide.core.min.css">
<link rel="stylesheet" href="/stylesheets/glide.theme.min.css">
<script src="/javascripts/glide.min.js"></script>
<div id="Masthead" class="ui masthead inverted vertical center aligned segment ">
{% include main_menu.html %}
<div id="Glide" class="glide">
<div class="glide__wrapper">
<ul class="glide__track">
<li class="glide__slide">
<div class="ui text container">
<h1 class="ui inverted header">
Open Build Service
</h1>
<h2>Create and Distribute Software Packages for all Major Linux Distributions with all the Tools to Work Together!</h2>
<a href="https://build.opensuse.org/" target="_blank" class="ui huge inverted white button">Start using it <i class="right arrow icon"></i></a>
<a href="/download/" class="ui huge inverted white button">Run your own <i class="right download icon"></i></a>
</div>
</li>
<li class="glide__slide">
<div class="ui text container">
<h1 class="ui inverted header">
Comprehensive
</h1>
<h3>A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way. Release your software for a wide range of operating systems and hardware architectures.</h3>
<div class="ui huge inverted white button video_play" data-video="video_1">How to use it <i class="right video play icon"></i></div>
<div id="video_1" class="ui modal">
<div class="content">
<iframe src="//player.vimeo.com/video/30550722?byline=0&portrait=0" width="100%" height="500" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
</div>
</div>
</li>
<li class="glide__slide">
<div class="ui text container">
<h1 class="ui inverted header">
Collaborative
</h1>
<h3>Provides all the tools necessary to work collaboratively and harness the power of the open source development model. Set fine grained access rights, branch code, send merge requests and review submissions.</h3>
<div class="ui huge inverted white button video_play" data-video="video_2">How to collaborate <i class="right video play icon"></i></div>
<div id="video_2" class="ui modal">
<div class="content">
<iframe src="//player.vimeo.com/video/30845184?byline=0&portrait=0" width="100%" height="500" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>
</div>
</div>
</div>
</li>
<li class="glide__slide">
<div class="ui text container">
<h1 class="ui inverted header">
Open Source
</h1>
<h3>Free software licensed under the GNU General Public License (GPL). It’s available for you as source, packages and as an easily deployable appliance. You are free to use, fix, extend and re-use the code.</h3>
<div class="ui huge inverted white button video_play" data-video="video_3">How to contribute <i class="right video play icon"></i></div>
<div id="video_3" class="ui modal">
<div class="content">
<iframe src="//player.vimeo.com/video/30723425?byline=0&portrait=0" width="100%" height="500" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="glide__bullets"></div>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="sixteen wide column">
<h3 class="ui header">What can the Open Build Service do?</h3>
<p>
The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent and reproducible way.
You can release packages as well as updates, add-ons, appliances and entire distributions for a wide range of operating systems and hardware architectures.
</p>
<p> </p>
<div class="diagram">
<div class="circle primary"><img src="/images/icons/sources.svg" class="ui tiny image"/></div>
<div class="circle secondary"><img src="/images/icons/server.svg" class="ui tiny image"/></div>
<div class="circle tertiary"><img src="/images/icons/package.svg" class="ui tiny image"/></div>
<div class="circle quaternary"><img src="/images/icons/delivery.svg" class="ui tiny image"/></div>
</div>
</div>
</div>
</div>
</div>
<div id="ForUsersSection" class="ui vertical secondary stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="ten wide column">
<h3 class="ui header">For Users</h3>
<p>
Your users can always download the latest version of your software as binary packages for their operating system.
They use the package management tools they are familiar with and will get your software just like they get software
from their OS supplier. They don't have to know about tarballs, make install, package formats or other stuff from the 90's.
Once they are connected to your repository, you can serve them with maintenance or security updates and even add-ons
for your software. The OBS makes it a breeze for you, to make it super easy for them to enjoy your software!
</p>
</div>
<div class="six wide right floated column">
</div>
</div>
</div>
</div>
<div id="ForPackagesSection" class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="six wide column">
</div>
<div class="ten wide column">
<h3 class="ui header">For Packagers</h3>
<p>
The OBS builds your packages in a jailed environment that the OBS sets up from scratch each time and once your build succeeds
it also rebuilds all the depending packages for you. That way you get an automatic, consistent and reproducible build of
your software so you always know what you deliver to your users. There is also no need anymore for you to maintain a lot
of different OS installations on a lot of different hardware architectures or to deal with "compiler farms".
Let the OBS help you to concentrate on packaging, that's what you are here to do, right?
</p>
</div>
</div>
</div>
</div>
<div id="FOSSection" class="ui vertical secondary stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="ten wide column">
<h3 class="ui header">For Free Software Projects and Independent Software Vendors</h3>
<p>
The OBS, through its project model, has collaboration built in and will help you to harness the power of the open source
development model. Your developers get a one-stop-shop experience for all their software packaging and releasing needs.
The OBS API allows different clients and external services to interface and use its resources. Of course OBS is free software,
licensed under the GPL, and can be installed on your hardware, in your data center so you keep all your data under your control.
</p>
</div>
<div class="six wide right floated column">
</div>
</div>
</div>
</div>
<div id="CustomersSection" class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="nine wide column">
<h3 class="ui inverted header"><i class="rocket icon"></i>Who is using it?</h3>
<p>
Our reference server for openSUSE, at <a href="https://build.opensuse.org/" target="_blank">build.opensuse.org</a>,
currently has almost 30.000 users that are building over 140.000 packages for 21 base distributions on 6 architectures.
Besides the openSUSE project, a large number of other Free and Open Source projects like Tizen, and VideoLAN, companies such as SUSE, Dell, Cray and Intel, as well as universities are running their own instances of the OBS.
</p>
</div>
<div class="six wide right floated column">
<div class="ui grid container">
<div class="six wide column"><a href="https://www.tizen.org" target="_blank" title="Tizen" alt="Tizen"><img src="images/tizen_logo.png" class="ui small image lazy_show"></a></div>
<div class="six wide right floated column"><a href="https://www.cray.com" target="_blank" title="Cray Inc" alt="Cray Inc"><img src="images/cray_logo.svg" class="ui small image lazy_show"></a></div>
<div class="six wide column"><a href="https://www.dell.com" target="_blank" title="Dell" alt="Dell"><img src="images/dell_logo.svg" class="ui white small image lazy_show"></a></div>
<div class="six wide right floated column"><a href="https://www.intel.com" target="_blank" title="Intel" alt="Intel"><img src="images/intel_logo.svg" class="ui small image lazy_show"></a></div>
<div class="six wide column"><a href="https://www.videolan.org" target="_blank" title="VideoLAN" alt="VideoLAN"><img src="images/vlc_logo.png" class="ui small image lazy_show"></a></div>
<div class="six wide right floated column"><a href="https://www.suse.com" target="_blank" title="SUSE" alt="SUSE"><img src="images/suse_logo_neg.png" class="ui small image lazy_show"></a></div>
</div>
</div>
</div>
</div>
</div>