code for my very abstruse python-based static site generator
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
trémeur d3d579840a Store all user data in a folder 5 months ago
build Add CSS for contents navigator 5 months ago
.gitignore Store all user data in a folder 5 months ago
COPYING Add files 2 years ago
README.org Replace google fonts with fonts hosted on the server 8 months ago
build.sh Change server 5 months ago
characters.py Store all user data in a folder 5 months ago
commentpage.py Store all user data in a folder 5 months ago
events.py Store all user data in a folder 5 months ago
fandoms.py Store all user data in a folder 5 months ago
feed.py Store all user data in a folder 5 months ago
generate.py Add single pages for linking to 1 year ago
headerfooter.py Account for local filesystem change; change wording on gateway page; add link to tei’s ficring 5 months ago
indexgen.py Store all user data in a folder 5 months ago
makeheader.py Store all user data in a folder 5 months ago
masterlist.py Store all user data in a folder 5 months ago
ships.py Store all user data in a folder 5 months ago
single.py Store all user data in a folder 5 months ago
sortfics.sh Store all user data in a folder 5 months ago
statsgen.py Store all user data in a folder 5 months ago
verifygen.py Account for local filesystem change; change wording on gateway page; add link to tei’s ficring 5 months ago
wordcount.py Store all user data in a folder 5 months ago

README.org

Code for my personal fic archive

Preliminaries

This is very much set up for my own use, but the code is public so others can see how this works and build similar things for themselves, if they like.

build.sh generates files in the build directory and uploads them to the remote using rclone. To build locally for testing, run python3 generate.py local, which generates links that point straight to index.html instead of the containing directory.

This is for my personal use and definitely wont work as is for other people, but feel free to dig around in the files. I am an amateur and I almost certainly dont follow best practices in any respect.

Fic metadata lives in originalsmeta/ following the template, translation metadata in translationsmeta/; the filename for each is a unique 3-digit number. Fic files with the corresponding filenames live in texts (HTML, PDF, and EPUB are recognised in the script, which then moves them into build/files/ or build/secret/ according to metadata).

On the server my secret/ folder is protected using .htpasswd. In the current setup the comments are sent to my private Discord server using webhooks, so do modify the POST request in the comments pages if you dont want your own test comments being sent to my server, haha.

Requisites: rclone (just for uploading files to the server), Python 3.

I am now storing fonts locally instead of loading them from Google, so the fonts (Hubballi, Merriweather, Noto Color Emoji) have to be downloaded and put in the /fonts/ directory (see google-webfonts-helper).

My use case

  • 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
  • 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 [3/6]

  • redirect to a consent page using local storage (h/t Fandom Coders)
  • pages for times and locations in FF fandoms
  • 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.) in progress
  • drabble wall
  • link to singles pages from headers? on the number?