diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-21 10:54:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-21 10:54:14 -0800 |
commit | 1bfeb8793496dc64050835941f77fe0a47be9270 (patch) | |
tree | 2edd182fde4ca4471a814683f3399f7f3664871e | |
parent | 40bc510cb76f546199a53da5e318e89e6a2c33d4 (diff) | |
parent | 2e3d7fbb4f179bd508837f409f9444275a527d8a (diff) |
Merge pull request #64 from cweiske/master
Document supported URL parameters
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -51,7 +51,16 @@ server { 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. |