Website wrangling scripts

August 20th, 2010
ical, python, tech, webscripts
I have a strange approach to website management. My website is all static html, but some of it is generated by scripts that read other static html pages. The scripts manage two separate aspects of the website: The proc_schedule script reads in the main page's source and allows automated schedule item addition and ical-format feed generation. The makerss script reads in the huge news page and writes out more manageable news pages, arranged by date, tag, etc under news. It also, as of pretty recently, adds summaries of recent news as links on the main page.

I have shell aliases that make sure the appropriate publishing command is always run after I make changes:
  ~/.bashrc:
      ...
      alias ne="emacs -nw ~/public_html/news.html && python ~/bin/makerss.py"
      alias sv="python ~/bin/proc_schedule.py view"
      alias sa="python ~/bin/proc_schedule.py add && python ~/bin/proc_schedule.py ical"
      alias se="emacs -nw ~/public_html/index.html && python ~/bin/proc_schedule.py ical"
      ...
  

Comment via: facebook, substack

Recent posts on blogs I like:

Linkpost for December

Did you know you can hire me to research, write, or edit things for you by emailing me at ozybrennan@gmail.com?

via Thing of Things January 6, 2026

Why I Don't Think My Braces Were Worth It

A couple weeks ago, I got my braces off. I kind of wish I had never had them, though. When I was younger, two of my teeth were sticking out, and they looked kind of funny. I thought that my teeth were just fine, and I didn't want to get braces. But s…

via Anna Wise's Blog Posts January 3, 2026

Family Christmas

Unlike many families my family celebrates Christmas with really really a lot of our family. This past year there were about 29 people at my Grandfather's house in the week around Christmas. I know what you're thinking: how does that work? It's…

via Lily Wise's Blog Posts January 3, 2026

more     (via openring)