Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ <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.
from their OS supplier. They don't have to know about tarballs, make install, package formats or other stuff from the 80'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!
for your software. The OBS makes it a breeze for you, and super simple for your users to enjoy your software!
</p>
</div>
<div class="six wide right floated column">
Expand All @@ -119,11 +119,11 @@ <h3 class="ui header">For Users</h3>
<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?
The OBS builds your packages in a jailed environment that the OBS sets up from scratch every time. Once successfully built
the OBS also rebuilds all the depending packages. 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 no need for you to maintain a lot
of different OS installations, on many different hardware architectures, or to deal with "compiler farms".
Let the OBS help you concentrate on packaging, that's what you are here to do, right?
</p>
</div>
</div>
Expand All @@ -137,8 +137,8 @@ <h3 class="ui header">For Free Software Projects and Independent Software Vendor
<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.
The OBS API allows different clients and external services to interface and use its resources. OBS is free software,
licensed under the GPL, and can be installed on your hardware, in your data center for complete control over your data.
</p>
</div>
<div class="six wide right floated column">
Expand Down