Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Simmons <jim@olpc.simmons>2009-05-30 21:52:23 (GMT)
committer James Simmons <jim@olpc.simmons>2009-05-30 21:52:23 (GMT)
commiteda16bcb5f36e5f0646838a1868db0e87d053940 (patch)
tree280e8611982e2b7ff2679293396f5fba9478f930
parent40bed6901a067124e45bd50f5f73a478e96db71b (diff)
modified: ReadEtextsActivity.py
modified: ausextract.py modified: gutextract.py modified: help.txt Modify Help text.
-rwxr-xr-xReadEtextsActivity.py3
-rwxr-xr-xausextract.py2
-rwxr-xr-xgutextract.py2
-rw-r--r--help.txt8
4 files changed, 7 insertions, 8 deletions
diff --git a/ReadEtextsActivity.py b/ReadEtextsActivity.py
index 7c9d9ca..6fd556d 100755
--- a/ReadEtextsActivity.py
+++ b/ReadEtextsActivity.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
-# Copyright (C) 2008 James D. Simmons
+# Copyright (C) 2008, 2009 James D. Simmons
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -29,7 +29,6 @@ from sugar.activity import activity
from sugar import network
from sugar.datastore import datastore
from sugar.graphics.alert import NotifyAlert
-from sugar.graphics.objectchooser import ObjectChooser
from readtoolbar import ReadToolbar, ViewToolbar, EditToolbar, BooksToolbar, SpeechToolbar
from gettext import gettext as _
import pango
diff --git a/ausextract.py b/ausextract.py
index 12ca7d8..24adfad 100755
--- a/ausextract.py
+++ b/ausextract.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
-# Copyright (C) 2008 James D. Simmons
+# Copyright (C) 2009 James D. Simmons
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gutextract.py b/gutextract.py
index 7346377..adcc452 100755
--- a/gutextract.py
+++ b/gutextract.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
-# Copyright (C) 2008 James D. Simmons
+# Copyright (C) 2009 James D. Simmons
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/help.txt b/help.txt
index 5d873e5..6c532d8 100644
--- a/help.txt
+++ b/help.txt
@@ -3,9 +3,9 @@
"Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read." -- Groucho Marx
The Books tab above will let you search through the offline catalog of Project Gutenberg, an Internet repository of
-free etexts featuring books in many languages. The catalog used contains 26,869 titles, all out of copyright in
-the United States. The catalog is current as of January 29, 2009. For titles added after that date you should
-visit http://www.gutenberg.org.
+free etexts featuring books in many languages. The catalog used contains 28,595 titles from Project
+Gutenberg and Project Gutenberg Australia. The catalog is current as of January 29, 2009. For titles added
+after that date you should visit http://www.gutenberg.org.
To find a book, type one or more words that would be in the author's name or the title, then press Enter. The list will only
include books that match all the words, so use fewer words to make the list longer and more words to shorten the list.
@@ -15,4 +15,4 @@ get titles both by and about him.
To download the book select it in the list and press the download button next to the search box.
-Press the Escape key to hide the search results table and start reading.
+Press the Escape key or click the 'X' button to hide the search results table and start reading.