clinton/website/site-support.git
4 years agoupdate the update script to use git master
Clinton Ebadi [Tue, 3 Dec 2019 01:04:05 +0000 (20:04 -0500)]
update the update script to use git

darcs is still cooler than git, but darcsum no longer works in emacs
and committing changes is so annoying without it that I just don't
update anything. magit on the other hand is quite nice to use and
makes updating a breeze, and realistically who doesn't use git now, so
here we go.

4 years agotemplates: add viewport meta tag to header
Clinton Ebadi [Tue, 3 Dec 2019 01:03:03 +0000 (20:03 -0500)]
templates: add viewport meta tag to header

It turns out not having the viewport meta tag set is the entire reason
the site has looked awful on mobile browsers since about
... 2012. Whoops!

5 years agoUpdate header/footer template to use https
clinton [Fri, 26 Oct 2018 21:27:28 +0000 (21:27 +0000)]
Update header/footer template to use https

15 years agoMinor fixes to update process
clinton [Wed, 28 Jan 2009 21:30:54 +0000 (21:30 +0000)]
Minor fixes to update process

15 years agoChange template delimeters from <!-- --> to << >>
clinton [Mon, 29 Sep 2008 02:04:33 +0000 (02:04 +0000)]
Change template delimeters from <!-- --> to << >>

15 years agoTemplate fixes
clinton [Mon, 29 Sep 2008 01:41:09 +0000 (01:41 +0000)]
Template fixes

* Muse does not like "<class></class> and so insert a space in each
  potentially empty <class> to prevent invalid xhtml generation
* Readd numerical rating after dots that I missed when converting

15 years agoSort entries by last name (again)
clinton [Mon, 29 Sep 2008 01:39:54 +0000 (01:39 +0000)]
Sort entries by last name (again)

Predicate is imperfect--authors with the same last name will not be
sorted properly (will fix later)

15 years agoOnly generate book list if database or template has changed since last run
clinton [Mon, 29 Sep 2008 00:35:25 +0000 (00:35 +0000)]
Only generate book list if database or template has changed since last run

* Properly use :supersede instead of :overwrite when opening muse file
* Make arguments to `dump-muse-books-files' keywords
* Add :force argument to force publishing of book database

15 years agoUpdate book list generator to use HTML-TEMPLATE
clinton [Sat, 27 Sep 2008 20:18:06 +0000 (20:18 +0000)]
Update book list generator to use HTML-TEMPLATE

Code is now much shorter and cleaner with all of the nasty muse layout
code in a fairly readable template instead.

15 years agoInitialize Repository
clinton [Sat, 27 Sep 2008 19:29:10 +0000 (19:29 +0000)]
Initialize Repository