HTTP Foxxos
- Add a raw Fox image in the format
<CODE>_raw.png
to the folder/static/images/raw/
- For example,
/static/images/raw/404_raw.png
- Each picture must be a 600x395 image. You may use a tool like GIMP to scale your image and add a black background.
- For example,
- Run the command
cargo run --bin png
to regenerate all images, orcargo run --bin png <CODE>
to generate a single image. - In the file
/src/status.json
, move the code from the Unimplemented list to the Implemented list. - Add a new file in
/data
in the formatCODE.md
. This file contains a brief summary of the status code, and should not contain anything else. - Credit yourself! Add an entry to
/src/credits.json
- Create a new file at
config.json
, or set theHTTPFOX_CONFIG
variable to point to a config.json file - Copy the contents of
config.json.example
over - Modify them for your instance!