From 4c7805010ba76e9c3280de8cd7fefc7b9e6630cb Mon Sep 17 00:00:00 2001 From: David Bartley Date: Fri, 14 Sep 2007 00:08:10 -0400 Subject: [PATCH] Removed booklist --- Makefile | 10 ++---- TODO | 1 - csc.dtd | 11 ------- cscweb.xsl | 1 - default.css | 6 ---- office/Makefile | 3 -- office/books.xml | 8 +++-- office/books/Makefile | 3 -- office/books/directory.xml | 8 ----- xsl/books.xsl | 63 -------------------------------------- 10 files changed, 8 insertions(+), 106 deletions(-) delete mode 100644 office/books/Makefile delete mode 100644 office/books/directory.xml delete mode 100644 xsl/books.xsl diff --git a/Makefile b/Makefile index a1cef0c..34f3e55 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ INPUTS = index.xml SUBDIRS = about events docs office news users clubs media -first: noroot events.ics books.xml members.xml menu.xml all +first: noroot events.ics members.xml menu.xml all find ! -regex '.*/\..*' -type f ! -perm -0664 -print0 | xargs -r0 chmod u=rwX,g=rwX,o=rX || true find ! -regex '.*/\..*' -type d ! -perm 2775 -print0 | xargs -r0 chmod 2775 || true find ! -regex '.*/\..*' -type d ! -group www -print0 | xargs -r0 chgrp www || true @@ -15,12 +15,6 @@ members.xml: ceoquery memberlist | sort | awk -F \| '{ name = $$1; program = $$2; userid = $$3; gsub(/&/, "\\&", name); gsub(/&/, "\\&", program); gsub(/"/, "\\"", name); gsub(/"/, "\\"", program); print ""; }' >> $@ echo '' >> $@ -books.xml: - echo '' > $@ - echo '' >> $@ - ceoquery booklist | awk -F \| '{ isbn = $$1; title = $$2; author = $$3; edition = $$4; published = $$5; gsub(/&/, "\\&", title); gsub(/&/, "\\&", author); gsub(/&/, "\\&", published); gsub(/&/, "\\&", edition); gsub(/"/, "\\"", title); gsub(/"/, "\\"", author); gsub(/"/, "\\"", published); gsub(/"/, "\\"", edition); print ""; }' >> $@ - echo '' >> $@ - events.ics: perl scripts/xml2ics.pl events.xml > events.ics @@ -30,4 +24,4 @@ default.mk: default.mk.in echo 'ROOT = '`pwd` > $@ cat $< >> $@ -.PHONY: members.xml books.xml +.PHONY: members.xml diff --git a/TODO b/TODO index 5317ed4..ccfcb82 100644 --- a/TODO +++ b/TODO @@ -3,7 +3,6 @@ IMO (dtbartle), keyboard thing on front page is way too big - reduce or remove. Make RSS and ICS feeds more prominent. Replace /events with a web-based calendar? Replace all email addresses with generated graphics? -Remove books.xml or get it to work with koha. Possibly rewrite web page build instructions. On media pages, get rid of trailing comma. Replace
's with

's wherever it makes sense. diff --git a/csc.dtd b/csc.dtd index 68d175e..36f24f1 100644 --- a/csc.dtd +++ b/csc.dtd @@ -39,17 +39,6 @@ - - - - - - - diff --git a/default.css b/default.css index 4388d89..cd5dd19 100644 --- a/default.css +++ b/default.css @@ -104,12 +104,6 @@ tr.members1 { tr.members2 { background: #cee6ff; } -tr.books1 { - background: white; -} -tr.book2 { - background: #cee6ff; -} img { border-width: 0; diff --git a/office/Makefile b/office/Makefile index 9963b72..d1096dd 100644 --- a/office/Makefile +++ b/office/Makefile @@ -1,6 +1,3 @@ -SUBDIRS = books INPUTS = index.xml staff.xml books.xml webcam.xml webcam-streaming.xml include ../default.mk - -books.html: ../books.xml diff --git a/office/books.xml b/office/books.xml index ea2ebb5..97d2bba 100644 --- a/office/books.xml +++ b/office/books.xml @@ -4,8 +4,12 @@

-
- +
+

+ We are currently transitioning to our new library system, koha. + Eventually all our books will listed in this system and checkouts will + be handled through it as well. +