@@ -79,23 +79,22 @@ The following feature have been implemented so far:
7979
8080* Fully re-written GUI with [ Smarty] [ 2 ] templates
8181 * Full file based template support
82- * ** NEW** SQL based templates
83- * Mobile WebUI
84- * Scrypt, SHA256, VARDIFF Support
82+ * VARDIFF Support
8583* Reward Systems
8684 * Propotional, PPS and PPLNS
8785* New Theme
8886 * Live Dashboard
8987 * AJAX Support
9088 * Overhauled API
89+ * Bootstrap
9190* Web User accounts
9291 * Re-Captcha protected registration form
9392* Worker accounts
9493 * Worker activity
9594 * Worker hashrates
9695* Pool statistics
9796* Block statistics
98- * Pool donations, fees and block bonuses
97+ * Pool donations, bonuses, fees and block bonuses
9998* Manual and auto payout
10099* Transaction list
101100* Admin Panel
@@ -105,7 +104,6 @@ The following feature have been implemented so far:
105104 * User Transactions
106105 * News Posts
107106 * Pool Settings
108- * Templates
109107 * Pool Workers
110108 * User Reports
111109 * Template Overwrite
@@ -115,9 +113,11 @@ The following feature have been implemented so far:
115113 * Auto Payout
116114 * Manual Payout
117115* User-to-user Invitation System
118- * Support for various coins via config
116+ * Support for various coins via coin class and config
119117 * All scrypt coins
120118 * All sha256d coins
119+ * All x11 coins
120+ * Others may be supported by creating a custom coin class
121121
122122Installation
123123============
@@ -131,7 +131,7 @@ This project was meant to allow users to easily customize the system and templat
131131If 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
132132your own theme, things are pretty easy:
133133
134- * Create a new theme folder in ` public/ templates/`
134+ * Create a new theme folder in ` templates/ `
135135* Create a new site_assets folder in ` public/site_assets `
136136* Create your own complete custom template or copy from an existing one
137137* Change your theme in the ` Admin Panel ` and point it to the newly created folder
0 commit comments