updated readme
This commit is contained in:
parent
8bcdc397ea
commit
ed6a598209
1 changed files with 5 additions and 12 deletions
17
readme.md
17
readme.md
|
@ -12,15 +12,13 @@
|
|||
| ------------- |
|
||||
|
||||
|
||||
## Quality/Status:
|
||||
This is **WORK IN PROGRESS (WIP)** software, do not use it in production yet! It may lose your mails and people may gain access to your mails. There are still unsolved problems. Contributions are welcome!
|
||||
## You have to know
|
||||
|
||||
You should sign up for the chat and you will be notified about issues and bugfixes: [![Join the chat at https://gitter.im/synox/disposable-mailbox](https://badges.gitter.im/synox/disposable-mailbox.svg)](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
* You should sign up for the chat and you will be notified about issues and bugfixes: [![Join the chat at https://gitter.im/synox/disposable-mailbox](https://badges.gitter.im/synox/disposable-mailbox.svg)](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
* This is **WORK IN PROGRESS (WIP)** software, do not use it in production yet! [There are still unsolved problems](https://github.com/synox/disposable-mailbox/issues). Contributions are welcome!
|
||||
* Licence: <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">disposable-mailbox</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/synox/disposable-mailbox" property="cc:attributionName" rel="cc:attributionURL">github:synox</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
|
||||
|
||||
## Licence
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">disposable-mailbox</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/synox/disposable-mailbox" property="cc:attributionName" rel="cc:attributionURL">github:synox</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
|
||||
## Webserver requirements
|
||||
|
||||
* php >=5.3.0
|
||||
|
@ -40,17 +38,13 @@ You should sign up for the chat and you will be notified about issues and bugfix
|
|||
|
||||
|
||||
## Build it yourself
|
||||
The src directory contains all required files. If you want to update the php dependencies, you can update them yourself. You must have [composer](https://getcomposer.org/download/) installed. See also `build.sh`.
|
||||
The src directory contains all required files. If you want to update the php dependencies, you can update them yourself. You must have [composer](https://getcomposer.org/download/) installed.
|
||||
|
||||
|
||||
Install php dependecies:
|
||||
|
||||
composer install
|
||||
|
||||
## TODO
|
||||
1. setup a link redirection provider (to keep the existence of your installation secret)
|
||||
2. provide error message if config.php is missing or in a public folder.
|
||||
|
||||
## Credit
|
||||
|
||||
This could not be possible without...
|
||||
|
@ -59,4 +53,3 @@ This could not be possible without...
|
|||
* https://github.com/barbushin/php-imap
|
||||
* https://github.com/gregjacobs/Autolinker.js/
|
||||
* http://chancejs.com/
|
||||
* https://github.com/TomFrost/node-phonetic
|
||||
|
|
Loading…
Reference in a new issue