diff --git a/README.org b/README.org index 297fa61..628e216 100644 --- a/README.org +++ b/README.org @@ -14,14 +14,15 @@ Requisites: =rclone= (just for uploading files to the server), Python 3. ** My use case -- most of my fandoms are numbered parts of a bigger franchise +- most of my current fandoms are numbered parts of a bigger franchise - some of my fics have both English and French versions - I have a lot of juvenilia that I want to place behind a veneer of protection -- all my fics are (currently) on AO3, most have HTML versions, newer ones also have EPUB and PDF versions -- I have weird rules about comments and sometimes turn them off after a certain period +- some but not all of my fics are on AO3; HTML, PDF and EPUB formats exist for most, but this can be adjusted for individual entries as needed +- whether commenting is enabled on a particular fic depends on a couple of factors -** Future plans [2/3] +** Future plans [2/4] -- [X] redirect to a consent page using local storage (h/t [[https://www.fancoders.com/][Fandom Coders]]) +- [X] +redirect to a consent page using local storage (h/t [[https://www.fancoders.com/][Fandom Coders]])+ - [ ] pages for times and locations in FF fandoms -- [X] possibly a page for non-FF fandoms (as if I even care about these lol) +- [X] +possibly a page for non-FF fandoms (as if I even care about these lol)+ +- [ ] python-based browser for loading in fic metadata and grabbing stats (“what were my top ships in 2022” etc.) diff --git a/indexgen.py b/indexgen.py index 675edbe..0a1ae7e 100644 --- a/indexgen.py +++ b/indexgen.py @@ -58,7 +58,7 @@ def indexgen(local=False): # write header headerfooter.headerwrite("build/index.html","Tré’s fic archive","Tré’s fic archive","",True,local) filewrite = open("build/index.html", "a") - filewrite.write("

Here is all my fanfiction! Much of it is also archived at AO3 under the name \"[archiveofourown.orgovely.

\n

I’ve recently implemented comments – read about that Here is all my fanfiction! Much of it is also archived at AO3 under the name \"[archiveofourown.orgovely.

\n

The code for this archive is available here. Commenting is switched on for most fics written at least semi-recently – read about that