From dccef469bd3629dd8e1ac0f6bff1257a4bcb6d7f Mon Sep 17 00:00:00 2001 From: Vincent Lee Date: Mon, 11 Nov 2019 17:59:58 -0500 Subject: [PATCH] A A Updated Scope of Project --- pgiab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgiab.md b/pgiab.md index 2c94131..18c640a 100644 --- a/pgiab.md +++ b/pgiab.md @@ -12,7 +12,7 @@ USB flash drives costing <$50 are now available that can contain all 60,000 work ## Plan -To build off of open source software which will effectively circumvent distribution cost, compression concerns, and the improve the overall adoption rate of Project Gutenberg In A Box. Currently Internet in A Box (http://internet-in-a-box.org) and Kiwix (kiwix.org) are open source platforms which serve webpages that have been scraped from online. These scraped webpages must be stored as STATIC webpages and then compressed into the ZIM file type. ZIMs are the portable modules which iiab and kiwix support. https://en.wikipedia.org/wiki/ZIM_(file_format) +To build off of open source software which will effectively circumvent distribution cost, compression concerns, and the improve the overall adoption rate of Project Gutenberg In A Box. Currently Internet in A Box (http://internet-in-a-box.org) and Kiwix (https://www.kiwix.org/en/) are open source platforms which serve webpages that have been scraped from online. These scraped webpages must be stored as STATIC webpages and then compressed into the ZIM file type. ZIMs are the portable modules which iiab and kiwix support. https://en.wikipedia.org/wiki/ZIM_(file_format) Currently project gutenberg exists as a ZIM and the source code to create it is open source, https://github.com/openzim/gutenberg. We plan to edit the source code of the project gutenberg zim repository to support our goals and distribute it to the open source platforms.