Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza authored Oct 15, 2016
1 parent 148a6b9 commit 21ab024
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
![SeAT](http://i.imgur.com/aPPOxSK.png)

## SeAT: A Simple, EVE Online API Tool and Corporation Manager
<h2 align="center">
SeAT: A Simple, EVE Online API Tool and Corporation Manager

[![Latest Stable Version](https://poser.pugx.org/eveseat/seat/v/stable)](https://packagist.org/packages/eveseat/seat)
[![Latest Unstable Version](https://poser.pugx.org/eveseat/seat/v/unstable)](https://packagist.org/packages/eveseat/seat)
[![License](https://poser.pugx.org/eveseat/seat/license)](https://packagist.org/packages/eveseat/seat)
[![Documentation Status](https://readthedocs.org/projects/seat-docs/badge/?version=latest)](http://seat-docs.readthedocs.org/en/latest/?badge=latest)
<br>

SeAT is a simple, EVE Online corporation management tool written in PHP using the Laravel Framework driven by a MySQL database.
<a href="https://packagist.org/packages/eveseat/seat"><img src="https://poser.pugx.org/eveseat/seat/v/stable" /></a>
<a href="https://packagist.org/packages/eveseat/seat"><img src="https://poser.pugx.org/eveseat/seat/v/unstable" /></a>
<a href="https://packagist.org/packages/eveseat/seat"><img src="https://poser.pugx.org/eveseat/seat/license" /></a>
<a href="http://seat-docs.readthedocs.org/en/latest/"><img src="https://readthedocs.org/projects/seat-docs/badge/?version=latest" /></a>

</h2>

SeAT is a simple, EVE Online corporation management tool written in PHP using the Laravel Framework driven by a MySQL database.
This repository contains the main SeAT Repository. It can be seen as the 'glue' for all of the SeAT core packages.

## packages
For the **actual** SeAT source, please refer to the following package repositories:
[api](https://github.com/eveseat/api) | [console](https://github.com/eveseat/console) | [eveapi](https://github.com/eveseat/eveapi) | [notifications](https://github.com/eveseat/notifications) | [web](https://github.com/eveseat/web) | [services](https://github.com/eveseat/services)

## screenshots
![character view](https://i.imgur.com/hxfcYll.png)
![starbase view](https://i.imgur.com/qFX2lDS.png)
Expand Down

0 comments on commit 21ab024

Please sign in to comment.