Skip to content

Commit

Permalink
Fix some textual errors in the website
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanoers committed Apr 19, 2019
1 parent 3390cde commit 01eddc4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions website/content/intro/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Dkron is a distributed cron drop-in replacement, easy to setup and fault toleran

- Easy: Easy to use with a great UI
- Reliable: Completely fault tolerant
- High scalable: Able to handle high volumes of scheduled jobs and thousands of nodes
- Highly scalable: Able to handle high volumes of scheduled jobs and thousands of nodes

Dkron is written in Go and leverage the power of distributed key value stores and [Serf](https://www.serfdom.io/) for providing fault tolerance, reliability and scalability while keeping simple and easily installable.
Dkron is written in Go and leverages the power of distributed key value stores and [Serf](https://www.serfdom.io/) for providing fault tolerance, reliability and scalability while remaining simple and easily installable.

Dkron is inspired by the google whitepaper [Reliable Cron across the Planet](https://queue.acm.org/detail.cfm?id=2745840)

Expand Down
4 changes: 2 additions & 2 deletions website/content/intro/dkron_vs_other_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ It has cool features:

It's written in Java and it's not trivial to setup right.

It uses a central database to store job execution results and configuration data, that makes it vulnerable to failures, and you need to care yourself of providing an HA environement for the database, and that's not an easy task to do with the Rundeck's supported databases.
It uses a central database to store job execution results and configuration data, that makes it vulnerable to failures, and you need to take care of providing an HA environment for the database yourself, and that's not an easy task to do with Rundeck's supported databases.

Dkron lacks some of it's features but it's lightweight and fault-tolerant out-of-the-box.
Dkron lacks some of its features but it's lightweight and fault-tolerant out-of-the-box.
8 changes: 4 additions & 4 deletions website/content/products/pro.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>Improved security, features and reliability for your scheduled jobs</h2>
</div>
</div>
<blockquote>
<p>Get additional fetures and commercial support from the creator of Dkron</p>
<p>Get additional features and commercial support from the creator of Dkron</p>
</blockquote>
<div class="home-wrapper">
<div class="container">
Expand All @@ -25,7 +25,7 @@ <h2>Key features</h2>

<h3>Embedded storage <span class="glyphicon glyphicon-hdd" /></h3>

<p>When it comes to choose a storage you could be making a wrong decission. Easy of use comes from having a
<p>When it comes to choosing a storage you could be making a wrong decision. Easy of use comes from having a
well tested and supported storage.</p>
<p>The embedded etcd storage is tuned for use with dkron out of the box.</p>

Expand Down Expand Up @@ -70,7 +70,7 @@ <h3>FEATURES</h3>
<p>AWS ECS executor
</li>
<li>
<p>Advandec email processor
<p>Advanced email processor
</li>
<li>
<p>WebUI and API authorization
Expand All @@ -80,7 +80,7 @@ <h3>FEATURES</h3>

<h3>DOCUMENTATION</h3>
<p>Detailed documentation about configuring and using each feature can be found in the Dkron docs site. Read the
Commercial FAQ for further detail.</p>
<a href="/pro/commercial-faq/">Commercial FAQ</a> for further details.</p>

<h3>SUPPORT</h3>
<p>Your subscription gives you priority email support for any issues which might arise.</p>
Expand Down
2 changes: 1 addition & 1 deletion website/content/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
Dkron implements a RESTful JSON API over HTTP to communicate with software clients. Dkron listens in port `8080` by default. All examples in this section assume that you're using the default port.
Default API responses are unformatted JSON add the `pretty=true` param to format the response.
Default API responses are unformatted JSON. Add the `pretty=true` param to format the response.
paths:
/:
Expand Down
2 changes: 1 addition & 1 deletion website/content/usage/executors/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Shell Executor
---

Shell executor run a system command
Shell executor runs a system command

## Configuration

Expand Down

0 comments on commit 01eddc4

Please sign in to comment.