README update

Updated some outdated content
This commit is contained in:
Sebastian Grewe 2014-06-10 15:38:21 +02:00
parent 1d5e69d219
commit 14eb0f56fc

View File

@ -79,15 +79,14 @@ The following feature have been implemented so far:
* Fully re-written GUI with [Smarty][2] templates * Fully re-written GUI with [Smarty][2] templates
* Full file based template support * Full file based template support
* **NEW** SQL based templates * VARDIFF Support
* Mobile WebUI
* Scrypt, SHA256, VARDIFF Support
* Reward Systems * Reward Systems
* Propotional, PPS and PPLNS * Propotional, PPS and PPLNS
* New Theme * New Theme
* Live Dashboard * Live Dashboard
* AJAX Support * AJAX Support
* Overhauled API * Overhauled API
* Bootstrap
* Web User accounts * Web User accounts
* Re-Captcha protected registration form * Re-Captcha protected registration form
* Worker accounts * Worker accounts
@ -95,7 +94,7 @@ The following feature have been implemented so far:
* Worker hashrates * Worker hashrates
* Pool statistics * Pool statistics
* Block statistics * Block statistics
* Pool donations, fees and block bonuses * Pool donations, bonuses, fees and block bonuses
* Manual and auto payout * Manual and auto payout
* Transaction list * Transaction list
* Admin Panel * Admin Panel
@ -105,7 +104,6 @@ The following feature have been implemented so far:
* User Transactions * User Transactions
* News Posts * News Posts
* Pool Settings * Pool Settings
* Templates
* Pool Workers * Pool Workers
* User Reports * User Reports
* Template Overwrite * Template Overwrite
@ -115,9 +113,11 @@ The following feature have been implemented so far:
* Auto Payout * Auto Payout
* Manual Payout * Manual Payout
* User-to-user Invitation System * User-to-user Invitation System
* Support for various coins via config * Support for various coins via coin class and config
* All scrypt coins * All scrypt coins
* All sha256d coins * All sha256d coins
* All x11 coins
* Others may be supported by creating a custom coin class
Installation Installation
============ ============
@ -131,7 +131,7 @@ This project was meant to allow users to easily customize the system and templat
If you are just using the system, there will be no need to adjust anything. Things will work out of the box! But if you plan on creating If you are just using the system, there will be no need to adjust anything. Things will work out of the box! But if you plan on creating
your own theme, things are pretty easy: your own theme, things are pretty easy:
* Create a new theme folder in `public/templates/` * Create a new theme folder in `templates/`
* Create a new site_assets folder in `public/site_assets` * Create a new site_assets folder in `public/site_assets`
* Create your own complete custom template or copy from an existing one * Create your own complete custom template or copy from an existing one
* Change your theme in the `Admin Panel` and point it to the newly created folder * Change your theme in the `Admin Panel` and point it to the newly created folder