From 98a1a7af85ead5950323cfefaef6068ed9e3beaa Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 25 Dec 2021 01:28:19 -0800 Subject: [PATCH] adjust about/nav --- suchwowx/templates/about.html | 19 ++++++++++++++++--- suchwowx/templates/includes/navbar.html | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/suchwowx/templates/about.html b/suchwowx/templates/about.html index 8e1048c..1f47f2a 100644 --- a/suchwowx/templates/about.html +++ b/suchwowx/templates/about.html @@ -11,15 +11,28 @@

Welcome.

+ This service is a continuation of SuchWow for the Wownero cryptocurrency project. + It has been remixed onto the Avalanche network and Interplanetary Filesystem and launched with a smart contract with some useful features. +

+
+

Up until now there has been a small group of people who were responsible for reviewing and approving the 4600+ memes submitted to the prior platform. Wownero has become a meme powerhouse via SuchWow, but it's a highly centralized, aging, and fragile service. -


- This service is a continuation of SuchWow for the Wownero cryptocurrency project. - It has been remixed onto the Avalanche network and Interplanetary Filesystem and launched with a smart contract with some useful features. + This iteration of SuchWow will strive to provide decentralized and leaderless operations. + You can run it anywhere and see all the content, you don't need my server. + You can control which content you see, store, and share (via IPFS pins). + I'll deploy an immutable smart contract with what sounds aite, + everyone can make their own clients (yall can use mine, it's flask), + we make some documentation for you fucks to read (lol), + then memers can run it and go to the races; the only limit is their own hard drives.

+
+

+ Server federation is a WIP. Stay tuned. +

diff --git a/suchwowx/templates/includes/navbar.html b/suchwowx/templates/includes/navbar.html index b0b3808..e5c213d 100644 --- a/suchwowx/templates/includes/navbar.html +++ b/suchwowx/templates/includes/navbar.html @@ -6,7 +6,7 @@ Memes. Interplanetary!

{% if request.path == '/' %} - About + About New Meme {% else %} Go Home