From 3261c2175073db53a6b083f27dbed759cfacf525 Mon Sep 17 00:00:00 2001 From: clinton Date: Mon, 28 Jul 2008 20:02:25 +0000 Subject: [PATCH] Initial automatically generated books page --- Book List.muse | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ book-list.lisp | 20 ++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 Book List.muse create mode 100644 book-list.lisp diff --git a/Book List.muse b/Book List.muse new file mode 100644 index 0000000..b3235b0 --- /dev/null +++ b/Book List.muse @@ -0,0 +1,50 @@ +#title A Not So Fancy Listing of Books + +* William Blake + +Blake is my favorite of the English poets. + +** The Four Zoas + +*Rating:* 10 / *Fiction* + +The unfinished manuscript of Blake's longest apocalypse. The Four Zoas divide from Albion and rage through the ages of dismal woe to bring about the end of the cycle of Ulro and restore the cycle of Beulah. + +** Jerusalem + +*Rating:* 10 / *Fiction* + +The finest of Blake's Illuminated works. + +* John Taylor Gatto + +Former teacher and now author-activist. + +** Underground History of American Education + +*Rating:* 9 / *Nonfiction* + +An interesting *underground* history of the American education system. + +* Kahlil Gibran + +A strange prophet + +** Sand and Foam + +*Rating:* 7 / *Fiction* + +Aphorisms + +** The Prophet + +*Rating:* 9 / *Fiction* + +The says of the Prophet. + +** The Madman + +*Rating:* 8 / *Fiction* + +The ramblings of a madman. + diff --git a/book-list.lisp b/book-list.lisp new file mode 100644 index 0000000..4048dee --- /dev/null +++ b/book-list.lisp @@ -0,0 +1,20 @@ +(((|William| |Blake|) + "Blake is my favorite of the English poets." + ("The Four Zoas" + :fiction 10 + "The unfinished manuscript of Blake's longest apocalypse. The + Four Zoas divide from Albion and rage through the ages of dismal + woe to bring about the end of the cycle of Ulro and restore the + cycle of Beulah.") + ("Jerusalem" :fiction 10 "The finest of Blake's Illuminated works.")) + ((|Kahlil| |Gibran|) + "A strange prophet" + ("Sand and Foam" :fiction 7 "Aphorisms") + ("The Prophet" :fiction 9 "The says of the Prophet.") + ("The Madman" :fiction 8 "The ramblings of a madman.")) + ((|John| |Taylor| |Gatto|) + "Former teacher and now author-activist." + ("Underground History of American Education" + :nonfiction 9 + "An interesting *underground* history of the American education + system."))) \ No newline at end of file -- 2.20.1