From 9b0d6362991fe4b8200c5400dfcdc80b65b47885 Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Thu, 10 Feb 2022 06:02:55 +1100 Subject: [PATCH] Update date on homepage --- main/pages/index | 3 ++- main/pages/redirects | 3 ++- main/views.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main/pages/index b/main/pages/index index c83168b..757f2ed 100644 --- a/main/pages/index +++ b/main/pages/index @@ -7,4 +7,5 @@

Cool games: Fantasy Strike (gone free! Go play it now!), Din's Curse (dirt cheap!), Mechwarrior Online (free!), Wurm Online (free!), Portable Puzzle Collection (free and open source! Also on android!)

Cool bands: Van Canto [bandcamp] (Who this site is a shrine to!), Theocracy [label's bandcamp] (Christian prog metal!), Teramaze [bandcamp] (Australian Christian prog metal! Always releasing!), Takamachi Walk [bandcamp] (Touhou metal! New album out NYE 2021!)

Wisknort. Whisker snot. They changed their website and now it sucks.

-

By the way, my site's now open source, so you can see exactly how shit I am at this.

\ No newline at end of file +

By the way, my site's now open source, so you can see exactly how shit I am at this.

+

Someone discovered that my ftp server was externally accessible and allowed anonymous writes and edits. Unfortunately I am too incompetent to have had it logging properly so I didn't get their IP, sad! Still, I feel special. Now I know I've made it.

\ No newline at end of file diff --git a/main/pages/redirects b/main/pages/redirects index eb3e7fd..202850e 100644 --- a/main/pages/redirects +++ b/main/pages/redirects @@ -6,6 +6,7 @@ fuckmeyourself: https://gelbooru.com/index.php?page=post&s=view&id=4608040 hitspark: https://images.squarespace-cdn.com/content/v1/5728734545bf2166bba67b00/1538785588130-I8WVGV947EEW81LII25S/ke17ZwdGBToddI8pDm48kODKEPcE7oOaZ-HX_UAJexAUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYy7Mythp_T-mtop-vrsUOmeInPi9iDjx9w8K4ZfjXt2dhV8WLpqAVTw2_ZfbaHHLLR7LAwPhjFlJ4O4wogcebl8m7cT0R_dexc_UL_zbpz6JQ/frame_advantage_5up.jpg?format=1000w homo: https://innermantheatre.files.wordpress.com/2020/11/lightspeed-lab-ep.261-homosexuality.jpg homo/s: https://innermantheatre.com/2021/03/29/lightspeed-lab-homosexuality/ +miruku: http://danbooru.donmai.us/posts/578126 nadeko: https://docs.google.com/spreadsheets/d/12ZpOI3coZHlSFQ7oFuo1HzbkTkgX8RBk06oeMM56HFQ/edit#gid=0 nlship: https://docs.google.com/document/d/1oVZSv7v8cePVu22qmbgkCUtm9LnUcSZIaQyH-3b_DhI/edit?usp=sharing nlvn: https://docs.google.com/document/d/1tVVI2NAY_1vFLsMrbRzn18FiXNzZcDgdxnNXKHEFzTs/edit# @@ -14,7 +15,7 @@ ossd: https://drive.google.com/drive/folders/14xIZJER551zEB9rP9d655MdpRE0xDBW8 perm: http://nadekobot.readthedocs.io/en/latest/Permissions%20System/ rinbot: https://discordapp.com/oauth2/authorize?client_id=448458599673364481&scope=bot sauce: https://discord.gg/gsUT8B -spook: https://rakka.tk/pics/SPOOKY/SCARY/SKELETONS/SEND/SHIVERS/DOWN/YOUR/SPINE/SHRIEKING/SKULLS/WILL/SHOCK/YOUR/SOUL/SEAL/YOUR/DOOM/TONIGHT/SPOOKY/SCARY/SKELETONS/SPEAK/WITH/SUCH/A/SCREECH/YOU'LL/SHAKE/AND/SHUDDER/IN/SURPRISE/WHEN/YOU/HEAR/THESE/ZOMBIES/SHRIEK/WE'RE/SO/SORRY/SKELETONS/YOU'RE/SO/MISUNDERSTOOD/YOU/ONLY/WANT/TO/SOCIALIZE/BUT/I/DON'T/THINK/WE/SHOULD/CAUSE_SPOOKY_SCARY_SKELETONS_SHOUT_STARTLING_SHRILLY_SCREAMS.gif +spook: https://rakka.tk/static/pics/SPOOKY/SCARY/SKELETONS/SEND/SHIVERS/DOWN/YOUR/SPINE/SHRIEKING/SKULLS/WILL/SHOCK/YOUR/SOUL/SEAL/YOUR/DOOM/TONIGHT/SPOOKY/SCARY/SKELETONS/SPEAK/WITH/SUCH/A/SCREECH/YOU'LL/SHAKE/AND/SHUDDER/IN/SURPRISE/WHEN/YOU/HEAR/THESE/ZOMBIES/SHRIEK/WE'RE/SO/SORRY/SKELETONS/YOU'RE/SO/MISUNDERSTOOD/YOU/ONLY/WANT/TO/SOCIALIZE/BUT/I/DON'T/THINK/WE/SHOULD/CAUSE_SPOOKY_SCARY_SKELETONS_SHOUT_STARTLING_SHRILLY_SCREAMS.gif wou: https://discord.gg/8sc5m6R WushuAT: https://docs.google.com/document/d/1wtJ6JCpmpr-ziAb0UR0OpW1tX7Ms5CiDFUQkjPgFzIE/edit?usp=drive_web&ouid=102857329945830311247 years: https://docs.google.com/spreadsheets/d/1p7NIoC2-o8BJvbLD5N1WazaFAtw4vto7bxJMGsarcgE/edit \ No newline at end of file diff --git a/main/views.py b/main/views.py index a2283af..a21fc3e 100644 --- a/main/views.py +++ b/main/views.py @@ -14,7 +14,7 @@ def index(): raws=b.read() ids=raws.split('\n') stuff=stuff.format(ra.choice(ids)) - return {'title':'Home','content':stuff,'date':'2021/12/15'} + return {'title':'Home','content':stuff,'date':'2022/02/09'} def lii(obj): # This will get moved to a template shortly name=obj.name