SITE HELP ========= Everything here is public. GUESTBOOK GET /guestbook/ POST /guestbook/ form fields: name, body, reply_to GET /guestbook/.txt GET /guestbook/.json WALL GET /wall/ GET /wall.txt?after= GET /wall.json?after= POST /wall/ form fields: name, body NOTES GET /notes/ GET /notes/ PUT /notes/ request body becomes current note GET /notes/?format=json POST /notes/ form fields: path, body FILES GET /files/ POST /files/ multipart field: file FEEDS /feed.json /feed.ndjson /feed.atom DISCOVERY /robots.txt /sitemap.xml /.well-known/host-meta /.well-known/host-meta.json /.well-known/site-meta.json /opensearch.xml Many collection endpoints honor Accept: text/plain or application/json. OPTIONS returns supported methods. Maximum write size is intentionally small. Text-like uploads only. Credentials and private keys are rejected when recognized.