Quellcode durchsuchen

Update README.md

causefx vor 10 Jahren
Ursprung
Commit
33c0d2d433
1 geänderte Dateien mit 29 neuen und 13 gelöschten Zeilen
  1. 29 13
      README.md

+ 29 - 13
README.md

@@ -2,7 +2,29 @@
 HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethis](https://github.com/Tenzinn3/Managethis) by [Tenzinn3](https://github.com/Tenzinn3)]
 >Default Password is "iCauseFX"
 
-![Desktop screenshot](http://i.imgur.com/KKhouUU.png)
+Guest View
+![Desktop screenshot](http://i.imgur.com/KwEO6rp.png)
+
+Login View
+![Desktop screenshot](http://i.imgur.com/n6rZ4qx.png)
+
+Full Access View
+![Desktop screenshot](http://i.imgur.com/NzcLlbF.png)
+
+Settings View
+![Desktop screenshot](http://i.imgur.com/yG2b6IB.png)
+
+No Icons or Margins with blue theme
+![Desktop screenshot](http://i.imgur.com/5AFu45X.png)
+
+Icons with red theme
+![Desktop screenshot](http://i.imgur.com/UMO6KgP.png)
+
+Mobile View
+![Desktop screenshot](http://i.imgur.com/UVnnpG2.png width="48")
+
+Mobile List View
+![Desktop screenshot](http://i.imgur.com/FR8zvgV.png width="200")
 
 ## Setup
 **Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5 support.
@@ -12,21 +34,15 @@ HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethi
 - Place all files on a publically accessible webserver, either directly in the root, or inside a directory called ``Dashboard`` or whatever you want it to be called.  Please set the correct user permissions on the directory and it's files.
 
 ##INSTRUCTIONS
->Upload all contents of zip or git pull the zip into the folder you want to have this on your webserver.  Set the correct file permission on the files.
+Upload all contents of zip or git pull the zip into the folder you want to have this on your webserver.  Set the correct file permission on the files.
 
->Open up the index.php file once everything is uploaded.  The script will install and copt the default template over.
+Open up the index.php file once everything is uploaded.  The script will install and copy the default template over.
 
->Now you can goto settings and change the tabs to whaever you like in whatever order and change your password.
-![Desktop screenshot](http://i.imgur.com/6PNff3U.png)
+Now you can goto settings and change the tabs to whatever you like in whatever order and change your password.
 
->Once the cookie expires you will need to login again
-![Desktop screenshot](http://i.imgur.com/2rlNV5h.png)
+Once the cookie expires you will need to login again
 
 If you aren't logged in you or any guest will only see your guest enabled tabs
-![Desktop screenshot](http://i.imgur.com/sjwRQpB.png)
-
-
-##This is just a rough beta...
->Verification is done through cookies and hashed passwords.
->Still working on mobile portion.
 
+##Thank you to those who helped test... especially
+[Inspired by: [Codehhh](https://github.com/Codehhh) by [Mmolitor87](https://github.com/mmolitor87)]