diff options
| author | Sebastien Blot | 2017-09-20 10:11:01 +0200 |
|---|---|---|
| committer | Sebastien Blot | 2017-09-20 10:11:01 +0200 |
| commit | 868f96c759b6650d88ff9f4fbc5c048302134248 (patch) | |
| tree | c0de0af318bf77a8959164ef11aeeeb2b7bab294 /doc/source/index.rst | |
Initial import
Diffstat (limited to 'doc/source/index.rst')
| -rw-r--r-- | doc/source/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst new file mode 100644 index 0000000..8a9c340 --- /dev/null +++ b/doc/source/index.rst | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | Snuffleupagus | ||
| 2 | ============= | ||
| 3 | |||
| 4 | Snuffleupagus is a `PHP 7+ <https://secure.php.net/>`_ module designed to drastically raising the cost of | ||
| 5 | attacks against website, by killing entire bug classes, and also providing a | ||
| 6 | powerful virtual-patching system, allowing administrator to fix specific | ||
| 7 | vulnerabilities and audit suspicious behaviours without having to touch the PHP code. | ||
| 8 | |||
| 9 | Documentation | ||
| 10 | ------------- | ||
| 11 | |||
| 12 | .. toctree:: | ||
| 13 | :maxdepth: 2 | ||
| 14 | |||
| 15 | features | ||
| 16 | installation | ||
| 17 | config | ||
| 18 | download | ||
| 19 | faq | ||
| 20 | papers | ||
| 21 | |||
| 22 | Greetings | ||
| 23 | --------- | ||
| 24 | We would like to thank the following people: | ||
| 25 | |||
| 26 | - `Suhosin <http://suhosin.org>`_, for paving the way. | ||
| 27 | - The people behind the `RIPS <https://www.ripstech.com/>`_ scanner for their ground breaking work | ||
| 28 | - `NBS System <https://nbs-system.com>`_, for creating and open-sourcing this piece of software | ||
| 29 | - `Websec.fr <https://websec.fr>`_, for keeping our interesting vulnerabilities alive | ||
| 30 | - Web developers around the world, for being so imaginative | ||
