Open
Description
More of a discussion really.
titan:// spec says:
gemini://transjovian.org/titan/page/The%20Titan%20Specification
Deletion
When the client wants to delete a resource, it uses the Titan protocol to send zero bytes of content (size=0).
So while making some stuff with file-managing functionality I assumed that if we have a file at "domain.org/file" and write or generated a link to it like that:
=> titan://domain.org/file;size=0; delete
^ this would mean "press here to delete". But instead Lagrange opens file upload dialog. If I don't do anything with it and just press "upload", it works and the file is deleted. But should it make the dialog in the first place, as the intention to delete the file is clear here?