Voyage of the Beagle by Darwin (0.1 alpha)
- Voyage of the Beagle by Darwin download link: http://plone.org/products/voyageofthebeaglebydarwin/releases
- Homepage of Voyage of the Beagle by Darwin: http://plone.org/products/voyageofthebeaglebydarwin/
- Description source: http://www.geojeff.org/software/voyageofthebeaglebydarwin
DESCRIPTION
VoyageOfTheBeagleByDarwin
is a folderish Archetypes-based
Plone/Zope product that shows the full text of the book
along with web links provided by the user for selected
terms or phrases.
When instantiated, the original text (slightly modified, as described in the code) is read in and parsed to prepare structured text for several documents created and stored:
- a single document containing all the original text
- individual documents for header, preface, and 21 chapters
If the user provided a list of web links for terms or phrases, the terms or phrases are searched for and links added to the structured text documents.
The "small print" in the header, which is included in full as per what it states about "reuse", is from Project Gutenberg. No intentional changes were made to the text, except those allowed for in creating links, and other embedded code for using modern web technology to best present the book.
Some ideas for use/enhancement include:
- The product could be used for installation on a local Plone/Zope for handing reading.
- Add your own links for a given focus.
- Add some code to do linguistic analysis.
- Add code for quiz handling.
- Add code for doing paragraph-by-paragraph comment handling, or something similar to facilitate discussion, perhaps by tying in with a forum product.
Presentation choices, as controlled by page templates, include:
- COMPLETE, whole book on one web page
- CHAPTERS, chapter by chapter
VoyageOfTheBeagleByDarwin takes input of the following items:
- book_links, entered as comma-separated values on separate lines
with CSV data containing (both items need to be in quotes):
- term or phrase (as text; escape single or double quotes by putting a \ in front)
- link (http://www.whatever.org)