Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Compizfox/Backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Compizfox committed May 28, 2014
2 parents a762d7d + 7f142bb commit 9ea5219
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Backlog helps you answer a couple of questions:
- Multiple statuses (not just finished/not finished!)
- Support for DLC
- Notes for purchases, DLC or games
- Steam integration (get playtime and icons/logos from Steam!)
- Steam integration
- Import games from Steam
- Get playtime and icons/logos from Steam
- Stats page
- History

Expand All @@ -24,11 +26,20 @@ Backlog is based around a purchase model; the idea is that when you buy a game,

##### Statuses
Every game has a status attached, like:
- Finished
- Untouched
- Playing
- Gave up (boring/too hard)
- Unfinishable (multiplayer only)
- Finished
- Untouched
- Playing
- Gave up (boring/too hard)
- Unfinishable (multiplayer only)

### Installation

##### Prerequisites
- Webserver with PHP > 5.3 and mysqlnd driver
- MySQL

##### Instructions
Download a stable release or clone the development branch (bleeding edge!). You only need to extract the inner _backlog_ folder to the docroot. Create a MySQL database and user and import the SQL file. Enter the database details in _config.php_. If you want Steam integration, you'll also need to enter your SteamID and API key.

### Used tools and libraries
Bootstrap is written in PHP. The design is based on Bootstrap with the Bootswatch Slate theme. Charts are powered by ChartJS. Besides jQuery, it also uses jQuery UI.
Expand Down

0 comments on commit 9ea5219

Please sign in to comment.