diff --git a/README.org b/README.org index 1793d09..273c062 100644 --- a/README.org +++ b/README.org @@ -22,11 +22,11 @@ Requisites: =rclone= (just for uploading files to the server), Python 3. - 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/6] +** Future plans [3/6] - [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)+ -- [ ] python-based browser for loading in fic metadata and grabbing stats (“what were my top ships in 2022” etc.) +- [ ] python-based browser for loading in fic metadata and grabbing stats (“what were my top ships in 2022” etc.) – in progress - [ ] drabble wall -- [ ] link to singles pages from headers? on the number? +- [X] +link to singles pages from headers? on the number?+ diff --git a/makeheader.py b/makeheader.py index b2df402..7ceb279 100644 --- a/makeheader.py +++ b/makeheader.py @@ -102,6 +102,11 @@ def linkgen(ficno,output="output.html",local=False): filewrite.write("href=\"https://archiveofourown.org/works/" + str(fileread.ao3slug) + "\">AO3\n") except: pass + # write fedi share link if there is one + try: + filewrite.write("