Skip to content
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
19 changes: 13 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
---
---

<h1>Errbit</h1>

<h2>The open source, self-hosted error catcher</h2>

Errbit is a tool for collecting and managing errors from other applications. It
is Airbrake API compliant, so if you are already using Airbrake, you can just
point the airbrake gem to your Errbit server.
<p>
Errbit is a tool for collecting and managing errors from other applications.
It is Airbrake API compliant, so if you are already using Airbrake, you can
just point the airbrake gem to your Errbit server.
</p>
<p>
Documentation is available for all released versions of Errbit and master. It
is built directly from whatever documentation was available in the ./docs
folder at the time of release.
</p>

Documentation is available for all released versions of Errbit and master. It
is built directly from whatever documentation was available in the ./docs
folder at the time of release.
<a href="https://github.com/errbit/errbit">GitHub</a> |
<a href="https://hub.docker.com/r/errbit/errbit/">Docker Hub</a>