clinton/website/site-support.git
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