Compare commits

..

No commits in common. "main" and "0.9.0" have entirely different histories.
main ... 0.9.0

1 changed files with 2 additions and 5 deletions

View File

@ -15,8 +15,7 @@ specification for hosting profile images tied to email or OpenID addresses.
* SHA256 hashes
* Variable image size (`s` or `size`)
* Default fallbacks (`d` or `default`): 404, mp/mm, identicon (=retro), retro
* Requesting file type by appending `.jpg`, `.png`, `.gif` or `.webp` to the
hash
* Requesting file type by appending `.jpg`, `.png` or `.gif` to the hash
The API is explained in greater detail at the
[Libravar wiki](https://wiki.libravatar.org/api/).
@ -50,9 +49,7 @@ _avatars-sec._tcp.example.com. IN SRV 0 0 443 avatars.example.com
HTTPS.
libravatarserv looks in the current working directory for images. You can force
a different directory by setting the environment variable
`LIBRAVATARSERV_DIR`. Any file format supported by ImageMagick is supported, but
it should be PNG, JPEG or GIF for compatibility.
a different directory by setting the environment variable `LIBRAVATARSERV_DIR`.
The image files are named like your email address, no file extension. The
default behaviour for unknown users is to return a 404 error. You can change