Browse Source

Document supported URL parameters

pull/64/head
Christian Weiske 7 years ago
parent
commit
2e3d7fbb4f
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      README.md

+ 10
- 1
README.md View File

@ -51,7 +51,16 @@ server {
An `.htaccess` file is already located in the `public/` folder. An `.htaccess` file is already located in the `public/` folder.
### Contributing
## Parameters
Quill supports a couple of URL GET parameters which can be used to
pre-configure it:
- `me`: Author URL for auto-sign in
- `dontask`: Set to `1` to skip the "Sign In" endpoint status page
- `reply`: URL to pre-fill into the "Reply To:" field
## Contributing
By submitting code to this project, you agree to irrevocably release it under the same license as this project. By submitting code to this project, you agree to irrevocably release it under the same license as this project.

Loading…
Cancel
Save