From 96c49baf9e7fd5c8685c06204ec8d0fffb22d647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 27 Apr 2018 17:28:26 +0200 Subject: [PATCH] Add README.md (mostly a disclaimer) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..888d8c8 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Pastebincl + +## DISCLAIMER + +This is an old project, archived here as it is still linked on +[pastebin](https://pastebin.com) as of now (2018-04-27). I **do not recommand +using it anymore**. I don't remember very well its code, nor did I looked back +at it, but as far as I can see in a glance, this code is overly complicated and +quite ugly. + +If I wanted to write the same kind of thing today, I would most certainly +write a 100 lines long python script for the same result :) + +## Compiling + +See `COMPILE.txt`, and please forgive my stupid younger self :)