An IPFS-backed URL-shortener and file-host.
Iri al dosiero
Jaidyn Ann 516ed09e68 Update source URL info 2024-01-29 00:06:49 -06:00
res Update source URL info 2024-01-29 00:06:49 -06:00
src Init 2019-05-22 00:56:16 -05:00
COPYING.txt Init 2019-05-22 00:56:16 -05:00
README.txt Update source URL info 2024-01-29 00:06:49 -06:00
distribute-coin.asd Update source URL info 2024-01-29 00:06:49 -06:00

===============================================================================
DISTRIBUTE-COIN                                              Seize the tokens ♥
===============================================================================

distribute-coin's a privacy-focused  image-uploading and URL-shortening
service. It doesn't have bells and whistles like accounts or cookies, 
JS or tracking… which you might consider good things.
I think they're awful.

Probably the one bell it has is that it's backed up by IPFS. Whenever you
upload a file, it's 'added' to IPFS and pinned to the gateway. Then, a 
shortened URL (containing the file-name you chose/came with the file) is
created that redirects to the actual IPFS URL.


----------------------------------------
USAGE
----------------------------------------
Just use `quicklisp` (pop this in your "~/quicklisp/local-projects/",
and you're good).
There is one thing that isn't in quicklisp that this needs, though:
	* cl-ipfs-api² (https://hak.xwx.moe/jadedctrl/cl-ipfs-api2)

Once you've loaded :distribute-coin into your REPL, just run:
	(distribute-coin:server)

You might wanna look at the docstrings for more information, esp.
on usage of #'server.


----------------------------------------
BORING STUFF
----------------------------------------
License is AGPLv3-- check COPYING.txt.
Author is Jaidyn Ann <jadedctrl@posteo.at>
Flagship instance was https://coinsh.red
Sauce is at https://hak.xwx.moe/jadedctrl/distribute-coin