capstone-projects/pgiab.md

17 lines
1.4 KiB
Markdown
Raw Normal View History

2019-07-25 21:40:35 +00:00
# Gutenberg in a Box Project
## Background
Project Gutenberg is a 47 year old organization whose mission is to make public domain works available for free on the internet. To date, over 60,000 works, mostly books, have been posted.
Today, there are still parts of the world where access to the global internet is limited or non-existent. Rural parts of world from Alaska to Africa are still have little or no bandwidth to connect to the internet. Other parts of the world may be disconnected because of censorship or social strife.
2019-07-26 13:02:59 +00:00
In response, the [Internet-in-a-Box project](http://internet-in-a-box.org/) has produced open-source designs for self-contained hotspots based on RaspberryPi computers. Content modules can be installed by plugging in USB drives with self-contained websites.
2019-07-25 21:40:35 +00:00
USB flash drives costing <$50 are now available that can contain all 60,000 works from Project Gutenberg. Only a small fraction of these books are available among the Internet-in-a-box content modules.
## Plan
2019-07-26 13:02:59 +00:00
This project will create a Project Gutenberg web service for the Internet-in-a-Box. The team will develop an Ansible script to install a web server and search database into the module. Building on elements from the global Gutenberg website, the team will build a set of special-interest book lists to supplement the search facility - classics, scifi, history, etc. along with general directions on how to use the module.
2019-07-25 21:40:35 +00:00