Initial automatically generated books page
authorclinton <clinton@unknownlamer.org>
Mon, 28 Jul 2008 20:02:25 +0000 (20:02 +0000)
committerclinton <clinton@unknownlamer.org>
Mon, 28 Jul 2008 20:02:25 +0000 (20:02 +0000)
Book List.muse [new file with mode: 0644]
book-list.lisp [new file with mode: 0644]

diff --git a/Book List.muse b/Book List.muse
new file mode 100644 (file)
index 0000000..b3235b0
--- /dev/null
@@ -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 (file)
index 0000000..4048dee
--- /dev/null
@@ -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