https://github.com/demindiro/rms-support-letter-signer
Simple website to sign the RMS support letter
https://github.com/demindiro/rms-support-letter-signer
Last synced: 8 days ago
JSON representation
Simple website to sign the RMS support letter
- Host: GitHub
- URL: https://github.com/demindiro/rms-support-letter-signer
- Owner: Demindiro
- License: agpl-3.0
- Created: 2021-05-29T19:06:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T19:37:19.000Z (about 5 years ago)
- Last Synced: 2025-02-07T06:26:41.524Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RMS Support letter signer
This is a simple website to sign the RMS support letter
## How it works
To add a signature, enter a (non-empty) name, an optional link and click
"Sign".
The signature is then stored in a SQL database and can be exported via
the `/export/` endpoint.
## Endpoints
- `//`: The same page but in the given language. Defaults to English
if empty.
- `/export/?after=date`: Returns a list of signatures in JSON format. If
`after` is specified (which is an epoch or a date) only signatures after
the given date are returned.