Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2014-09-23 01:31:33 +0400
committerIzzy Galvez <i@igalvez.net>2014-09-23 01:31:33 +0400
commit8131e47e61850173a0dd80eb8927a0f7fd65f04a (patch)
tree8052806212cd1d11462dc7c19396c08c4344d58c
parentc72017a0d24c28dba9b1a5d465adb8bae95bb2a5 (diff)
Update README.md
added screenshots for error messages
-rw-r--r--README.md24
1 files changed, 20 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7230ee3..e298cd7 100644
--- a/README.md
+++ b/README.md
@@ -5,19 +5,35 @@ Apache's mod_autoindex feature is very useful when you want to set up a simple f
So, I decided to give it an overdue makeover by taking advantage of modern components like Bootstrap, jQuery, Google Fonts, and Font Awesome!
-##Features
+## Features
-###Folder Path Breadcrumbs
+### Folder Path Breadcrumbs
![breadcrumbs screenshot](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/breadcrumbs.png)
-##Before
+### Error Pages
+
+#### HTTP 403
+
+![forbidden](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/http403.png)
+
+#### HTTP 404
+
+![not found](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/http404.png)
+
+#### HTTP 500
+
+![internal error](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/http500.png)
+
+## Screenshots
+
+### Before
![before screenshot](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/before.png)
![before screenshot 2](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/before2.png)
-##After
+### After
![after screenshot](https://raw.githubusercontent.com/iglvzx/IGalvez.Autoindex/master/.autoindex/docs/images/home.png)