Enhanced documentation

This commit is contained in:
tastytea 2018-11-26 04:37:28 +01:00
parent 9ff1cc0acf
commit a7d196ec38
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 2 deletions

View File

@ -11,12 +11,16 @@ images tied to email or OpenID addresses.
* Default avatar for unknown addresses
* MD5 hashes
* SHA256 hashes
* Variable image size (`s`)
* Variable image size (`s` or `size`)
The default behaviour for unknown users is to return a 404 error. If a default
image is put in the avatar directory, that is returned instead. This can not be
overriden by adding the parameter `d=404` to the URL.
### Not supported
* Avatar delivery based on OpenID
* Default URL for missing images (`d`)
* Default URL for missing images (`d` or `default`)
## Usage