From 3f11add86e72e667ce6e8da89ce0a23f5872ef50 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Fri, 28 Sep 2018 16:18:57 +0200 Subject: [PATCH] Organize things --- README.md | 4 ++-- 15.pro => misc/15.pro | 0 2018.png => misc/2018.png | Bin READMORE.md => misc/READMORE.md | 0 design.dia => misc/design.dia | Bin logo.png => misc/logo.png | Bin main.cpp => misc/main.cpp | 0 tests.cpp => misc/tests.cpp | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename 15.pro => misc/15.pro (100%) rename 2018.png => misc/2018.png (100%) rename READMORE.md => misc/READMORE.md (100%) rename design.dia => misc/design.dia (100%) rename logo.png => misc/logo.png (100%) rename main.cpp => misc/main.cpp (100%) rename tests.cpp => misc/tests.cpp (100%) diff --git a/README.md b/README.md index 217855d..d852e4c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + *µWS ("[micro](https://en.wikipedia.org/wiki/Micro-)WS") is simple and efficient messaging for the modern web.* @@ -43,7 +43,7 @@ app.onGet("/", [](auto *res, auto *req, auto *args) { #### Pay what you want. A free & open source ([Zlib](LICENSE)) project since 2016. Kindly sponsored by [BitMEX](https://bitmex.com), [Bitfinex](https://bitfinex.com) & [Coinbase](https://www.coinbase.com/) in 2018. -
+
*Become a paying sponsor to unlock support, issue reporting, roadmaps and to drop suggestions.* diff --git a/15.pro b/misc/15.pro similarity index 100% rename from 15.pro rename to misc/15.pro diff --git a/2018.png b/misc/2018.png similarity index 100% rename from 2018.png rename to misc/2018.png diff --git a/READMORE.md b/misc/READMORE.md similarity index 100% rename from READMORE.md rename to misc/READMORE.md diff --git a/design.dia b/misc/design.dia similarity index 100% rename from design.dia rename to misc/design.dia diff --git a/logo.png b/misc/logo.png similarity index 100% rename from logo.png rename to misc/logo.png diff --git a/main.cpp b/misc/main.cpp similarity index 100% rename from main.cpp rename to misc/main.cpp diff --git a/tests.cpp b/misc/tests.cpp similarity index 100% rename from tests.cpp rename to misc/tests.cpp