Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-12-02 22:53:48 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-12-02 22:53:48 (GMT)
commit201b30f98efdd1366dc6266f9dffa5ed4d839ef8 (patch)
tree6c5c45b4147e37bf1090e64ec27a34ea44b0f1ce
parent95b7ba6e261a50a74a1586653a2f462098137961 (diff)
more e-books. much more. now from gutenberg.
-rwxr-xr-xcopy-to-datastore.py44
-rw-r--r--soas-aslo-and-content.ks6
2 files changed, 49 insertions, 1 deletions
diff --git a/copy-to-datastore.py b/copy-to-datastore.py
index fb8e3d2..aa91535 100755
--- a/copy-to-datastore.py
+++ b/copy-to-datastore.py
@@ -74,6 +74,13 @@ files = (
"tags": "Legends",
}),
+ ("pg11339-images.epub",
+ {"title": "Aesop's Fables by Aesop",
+ "mime_type": "application/epub+zip",
+ "description": "a new translation",
+ "tags": "Juvenile Belles Lettres",
+ }),
+
("pg11589-images.epub",
{"title": "Les Voyages Extraordinaires de Jules Verne",
"mime_type": "application/epub+zip",
@@ -81,6 +88,13 @@ files = (
"tags": "Romance Literature",
}),
+ ("pg17157-images.epub",
+ {"title": "Gulliver's Travels by Jonathan Swift",
+ "mime_type": "application/epub+zip",
+ "description": "Into Several Remote Regions of the World",
+ "tags": "Juvenile Belles Lettres",
+ }),
+
("pg17161-images.epub",
{"title": "Max und Moritz von Wilhelm Busch",
"mime_type": "application/epub+zip",
@@ -88,10 +102,38 @@ files = (
"tags": "Juvenile Belles Lettres",
}),
+ ("pg17396-images.epub",
+ {"title": "The Secret Garden by Frances Hodgson Burnett",
+ "mime_type": "application/epub+zip",
+ "description": "",
+ "tags": "Juvenile Belles Lettres",
+ }),
+
+ ("pg22566-images.epub",
+ {"title": "Dorothy and the Wizard in Oz by L. Frank Baum",
+ "mime_type": "application/epub+zip",
+ "description": "",
+ "tags": "Juvenile Belles Lettres",
+ }),
+
+ ("pg24022-images.epub",
+ {"title": "A Christmas Carol by Charles Dickens",
+ "mime_type": "application/epub+zip",
+ "description": "",
+ "tags": "Christmas Stories",
+ }),
+
("pg28314-images.epub",
{"title": "The Yellow Fairy Book by Andrew Lang",
"mime_type": "application/epub+zip",
- "description": "Fairy Tales & Folklore",
+ "description": "",
+ "tags": "Juvenile Belles Lettres",
+ }),
+
+ ("pg28885-images.epub",
+ {"title": "Alice's Adventures in Wonderland by Lewis Carroll",
+ "mime_type": "application/epub+zip",
+ "description": "",
"tags": "Juvenile Belles Lettres",
}),
diff --git a/soas-aslo-and-content.ks b/soas-aslo-and-content.ks
index a0d1b02..d6652b7 100644
--- a/soas-aslo-and-content.ks
+++ b/soas-aslo-and-content.ks
@@ -102,9 +102,15 @@ done
# e-books from project gutenberg
EPUB="$EPUB 3455" # Nederlandsche Sagen en Legenden
+EPUB="$EPUB 11339" # Aesop's Fables
EPUB="$EPUB 11589" # Les Voyages Extraordinaires
+EPUB="$EPUB 17157" # Gulliver's Travels
EPUB="$EPUB 17161" # Max und Moritz
+EPUB="$EPUB 17396" # The Secret Garden
+EPUB="$EPUB 22566" # Dorothy and the Wizard in Oz
+EPUB="$EPUB 24022" # A Christmas Carol
EPUB="$EPUB 28314" # The Yellow Fairy Book
+EPUB="$EPUB 28885" # Alice's Adventures in Wonderland
for epub in $EPUB ; do
url=http://www.gutenberg.org/cache/epub/$epub/pg$epub-images.epub