From 2e3d7fbb4f179bd508837f409f9444275a527d8a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 21 Dec 2016 18:25:24 +0100 Subject: [PATCH] Document supported URL parameters --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e0c3f..0216146 100644 --- a/README.md +++ b/README.md @@ -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.