summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-04 19:49:19 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-04 19:49:19 +0200
commit2e6c301b4efd557ae876d40815f36fe9966bb2dc (patch)
treee3016cae465fa4427aa88177f676efb64f69b07d
parentfe4dcd4ad1af602d63c6a24b891f79eb2e2538e8 (diff)
Update README.md with a 'Thanks' section.
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6ced6b5..2013418 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,13 @@
-Looking Glass
-=============
+# Looking Glass
Easy to deploy Looking Glass made in PHP.
-Requirements
-------------
+## Requirements
* Webserver such as Apache 2, or Lighttpd, etc…
* PHP (>= 5.2.0) module for the webserver (mod-php5 for Apache 2 for example)
-Description
------------
+## Description
This web application made in PHP is what we call a **Looking Glass**. This is a
tool used to get some information about networks by giving the opportunity to
@@ -34,21 +31,18 @@ future:
* Support of other types of authentication
* Configurable list of allowed commands
-Configuration
--------------
+## Configuration
Copy the configuration **config.php.example** file to create a **config.php**
file. It contains all the values (PHP variables) used to customize the looking
glass.
-License
--------
+## License
Looking Glass is released under the terms of the GNU GPLv3. Please read the
LICENSE file for more information.
-Contact
--------
+## Contact
If you have any bugs, errors, improvements, patches, ideas, you can contact me
on my email address <gmazoyer@gravitons.in>. You are also welcome to fork and
@@ -56,3 +50,9 @@ make some pull requests.
If you use this looking glass in your company, please drop me a mail. I would
be glad to know that this project was helpful for you.
+
+## Thanks
+
+ * [Bootstrap](http://getbootstrap.com/) and [JQuery](http://jquery.com/) for
+ making CSS and Javascript less painful for people like me.
+ * [Romain Boissat](https://chroot-me.in/) for all his great ideas and bug reports.