Hi! I'm one of the programmers at Gutenberg.
We've been improving the site a lot over the past few months (and more is coming!).
If you haven't visited the page recently, it's worth checking out again: <a href="https://www.gutenberg.org/" rel="nofollow">https://www.gutenberg.org/</a>
Have you considered having a detailed version history for each book (etext)? The process of submitting fixes to typos etc in books involves sending an email (<a href="https://www.gutenberg.org/help/errata.html" rel="nofollow">https://www.gutenberg.org/help/errata.html</a>) and although the last time I did this (2011) the fixes did get applied reasonably quickly (couple of days), it all felt a bit opaque. The version history could also include the project (usually PGDP correct?) the etext originated from; that way one would be able to compare against the actual page scans.<p>I have very mixed feelings about Standard Ebooks and would much prefer being able to use Project Gutenberg directly, but one good thing Standard Ebooks does is that every book has an associated git repository (on GitHub), so it's (in principle) possible to see a history of fixes to the text over time.
We're using git repos internally to keep history for each book. They existed on github for a while, but our implementation was awkward, and too big of project for the volunteer dev team. But it's likely that we'll evolve towards that.
> I have very mixed feelings about Standard Ebooks[…]<p>Why?
Not the GP, but I also have mixed feelings about Standard Ebooks. They modernise texts for American readers. This means changing the punctuation, merging some words, altering the syntax, etc.<p>When I read an old novel, written two centuries ago in England, the little differences to modern English are part of the charm, and I certainly don't want any Americanism mixed in. For one of my favorite novels, The Forsyte saga, the author deliberately used some rare forms of words, which SE replaced with the mainstream forms.
SE editor in chief here. What you describe is incorrect. The only thing we do is very light <i>sound-alike</i> spelling modernization, like "to-night" -> "tonight". We <i>do not</i> do things like change from en-GB to en-US, replace old words with different modern words, or change text for "American readers", whatever that means. I have no idea where you got that impression.<p>I personally worked on the Forsyte saga. If you think something was done in error, please let us know and we'll be happy to fix it.
You may already be aware, but SE marks all commits making those kinds of changes as '[Editorial]', so it is generally trivial to use their tooling to build your own high-quality ebook without any of the editorial changes.
SE sounds truly, truly awful. Thanks for making me aware of its existence so I can avoid it.
It splits the community and number of possible volunteer hours for one. It also splits the canon into different versions. More projects fight for the attention attention (and possibly donations) of the audience.<p>There are lots of reasons it could be preferable to centralize. OTOH their mission is limited and some competition is healthy, if only to explore alternative ways to do things.
It’s a different mission.<p>PG focuses on an accurate digital translation of the source material, sometimes hosting multiple different versions of the same text, and doing things like putting work into recreating the adverts at the back of some novels.<p>SE focuses less of preservation and more on making readers’ versions of the texts, like other publishing imprints. So there’s typography standardisation, a light-touch moderinisation of hyphenation and soundalike spelling, and things like author-wide collections of short fiction and poetry even if it didn’t previously exist.<p>Both are valuable, but they serve different segments.
I believe our new-ish CEO Eric Hellman actually did some work on something very similar
That's an interesting idea. not a small feat to accomplish though ...
The biggest lever: make the reading experience great. <a href="https://www.gutenberg.org/cache/epub/245/pg245-images.html" rel="nofollow">https://www.gutenberg.org/cache/epub/245/pg245-images.html</a> is still hard to read: lines are tooo long (macbook), no great way for pagination/remembering where I was, notes
Firefox's reader mode works amazingly for these situations.
The ebook editions are very good for this. Most of the e-reader software provides all the amenities (bookmarks, highlighting, notes, control of margins, etc).
Lines aren't too long. They look great on all my devices.<p>Use ⌘ + + until you get the line length you like.
When I thought about Project Gutenberg I remembered that original brutalist non-design. The current site has been very tastefully updated but looks like it's still very accessible if you turn styles off. Great job!
Huh that's interesting: 4.5 seconds for the TCP handshake and an additional 9.2 seconds for the TLS handshake. Is this some kind of captcha, since most bots would disconnect before that, so if you complete it once then it knows you're good? (Until the bots catch on of course, but so long as it works it's relatively unintrusive and not discriminatory against uncommon client software (that is, non-Chrome/ium).) The rest of the requests were lightning fast<p>Edit: welcome to your first comment after 9 years on HN btw, nice to have you here!
I think their site is just slow, potentially because more people than they are used to are trying to view it.<p>I was unable to load it initially (got an error from firefox) and had to re-attempt. Still slow if one forces a reload (shift-r, etc, to not use local cache).
we are having occasional lows in page speed performance due to LARGE amounts of bot traffic. full disclosure - we've not really been able to resolve this fully/well. Let us know if you have a good idea for how to deal with it
How do you currently host everything? Your main web server should not be responsible for hosting content. All books should be hosted on mirrors, and clicking download should automatically select a mirror to download it from.<p>Furthermore:<p>* Make sure that all books are downloadable in bulk as torrents.<p>* Every day, generate a CSV file of all available books and their metadata. Distribute this so that bots and user clients can run queries locally, instead of using your search engine.
Do you host a torrent?<p>I have about 50k of the books, I would have used a torrent of just the txt files if it was prominent.
If it's purely bot traffic, then Anubis could help<p>You could have seen it on some websites already<p><a href="https://anubis.techaro.lol/" rel="nofollow">https://anubis.techaro.lol/</a>
anubis only works against lazy scrapers, and at a cost to your users. I'd prefer people not use it.<p>Bot traffic comes from machines that usually have a lot of idle cpu (since they're largely blocked on network IO as they scrape a bunch of sites in parallel), so they can trivially solve the anubis "proof of work" challenge, save the cookie, and then not solve it again for that site.<p>The only reason scrapers don't solve it is if the developers were too lazy to implement it... and modern scrapers also do, codeberg stopped using anubis because modern scrapers were updated to solve it.<p>The "proof of work" has to be easy or else people on old cell phones couldn't access your site (since an old android phone would start to overheat and throttle trying to solve a challenge that would take a modern server even several seconds), and it also consumes your cell-phone user's batteries, which is a really precious resource for them compared to the idle cpu on a server.
Please no. I'm a non-bot who gets stopped and turned away all the time by that menace. Anubis doesn't work without JS.<p>One of the things I give duckduckgo a lot of credit for is that while they're quick to interrupt me for a bot check (sometimes multiple times in a span of minutes) they'll let me identify ducks even on the most locked down browsers I use.
I'm only a small-scale sysadmin but the way that I understand the internet is that you send abuse notifications to the IP address block owner and, if it doesn't get resolved, you block. The whois/rdap database reveals which IPs all belong to the same hosting provider or ISP, so you can summarize that all to one list of IP addrs + timestamps per some time period<p>The ISP actually knows which subscriber is on that line, can send them notices, block them, terminate them... loads of things that you simply cannot do because you have no relation to this person. And frankly I wouldn't want to need to have a personal relation with every website that I visit; my ISP can reach me if there is anything relevant to continued use of the internet. From personal experience, when I was a teenager, the ISP cutting our household off after an abuse report was an effective way of stopping what I was doing
The problem with this approach is that modern scrapers use hordes of residential proxies and quickly rotate through IP addresses which belong to ASes you get a lot of real traffic from. There's nothing you can do if the ISP won't take any action against the customer.
Worse than that - even if they would take action, you can't possibly orchestrate filing all of the complaints. It's a drown-in-quicksand problem, you can't fight quicksand one grain at a time.
It’s effective against teenagers maybe. Not so much against Amazon, Meta or wherever botnet/crawler is coming out of China these days from up-and-coming AI companies.
I would love it if you could detect AI scraper bots, and feed them AI generated bs instead of the real books...
This is very, very, very dangerous.<p>Occasionally, you misclassify a real user as a bot, and then your reputation is ruined forever.<p>The official Polish train schedules website did this recently, feeding incorrect departure and arrival times to IP addresses known for aggressive scraping, without taking CGNAT into account. People... have noticed[1].<p>[1] (Polish) <a href="https://zaufanatrzeciastrona.pl/post/kto-i-dlaczego-losuje-w-polsce-rozklad-jazdy-pkp/" rel="nofollow">https://zaufanatrzeciastrona.pl/post/kto-i-dlaczego-losuje-w...</a>
CF cache?
As long as you're taking suggestions, since many of the books are quite old, adding a publication date or date range to the search functionality might be nice. I personally would find it very useful since I have a tendency to look for things that are older than year _x_ when researching various things.<p>Thanks for all the effort put into the site!
The book list elements on front page render as both horizontally and vertically scrollable divs on mobile - seems like an opportunity for improvement.<p>Keep up the good work!
Hi for the past 20 years I have known about Project Gutenberg and I used to read a lot from it. One of the obstacle that I face is that there is no way to arrange the books in the order of their original publication.
Do you know of any such way.
Surely we can arrange the books by their release date on Gutenberg but it has long baffled me as it feels to me the most useless way of sorting the books.
Thank you for Project Gutenberg.
FWIW I absolutely love how 'no-frills' PG is compared to so much of the bloated, over-engineered, script-riddled web these days. Please don't ever change that!
Thank you for your work. This site is an international treasure.
Thank you for being one of the best places on the internet
Thanks for the free work! Project Gutenberg is nice to have :).<p>On the site I noticed the library boxes have roughly a single extra line causing a scrollbar to appear and the last line to be chopped off <a href="https://i.imgur.com/PQ8T0qc.png" rel="nofollow">https://i.imgur.com/PQ8T0qc.png</a> is there an issues/bug portal to properly submit these kinds of things?
Oh, my! This does look nice. Thank you for your hard work!
There's a minor bug with chrome in android where the menu will not close when you tap outside the menu or on the menu link/button
Great project. Are many of the books in a format that can easily be converted into audio? Is there a way to search for them, and information on what software your readers find useful for this purpose?<p>(Note: A lot of print media these days has switched to far-to-small font-sizes. Less of a problem for (zoomable) digital media, but for many that's still a barrier.)
There are many books available as audio, some are human-read, some were automated. You can see lists here:<p>human-read: <a href="https://www.gutenberg.org/browse/categories/1" rel="nofollow">https://www.gutenberg.org/browse/categories/1</a><p>computer-generated: <a href="https://www.gutenberg.org/browse/categories/2" rel="nofollow">https://www.gutenberg.org/browse/categories/2</a><p>IIRC many of the human-generated ones come from LibriVox, many of the computer-generated ones came from a collaboration with Microsoft.
For the Audio part, I suggest <a href="https://desktop.with.audio" rel="nofollow">https://desktop.with.audio</a>
I can't say for project Gutenberg specifically, but in general a huge issue I see is OCR errors. What do you all do to address OCR?
Check out Distributed Proofreaders: <a href="https://pgdp.net" rel="nofollow">https://pgdp.net</a>
I uploaded a PDF to archive.org that auto-OCRs with plenty of mistakes. I have found no way of updating the entire stack of documents produced. I wonder if Project Gutenberg is similar
Great Work. Thank you. I'm also a programmer. If you are ever short on help, let me know. I would love to contribute.
Looking really good! Great work.
Thanks so much for the work you and your team do!
Wanna let you know you’re doing great work and you have my dream job, thanks to the team for everything!
[dead]
[dead]
There should be more books at Gutenberg.<p>Also by the way I just searched for 3d printing and found nothing. Either there are no books, or the search query makes things too complicated, IMO.
Very cool! Do you have a recommended way for an agent to see an index of the books and epub links?<p>(I can’t quite tell if that’s an egregious abuse of the site or you’re perfectly fine to share without human eye balls hitting your www?)
Now i'm not associated with gutenberg in any form, but they do have a page for offline consumption:<p><a href="https://www.gutenberg.org/ebooks/offline_catalogs.html" rel="nofollow">https://www.gutenberg.org/ebooks/offline_catalogs.html</a><p>Perhaps you can find the information you are looking for there.<p>However if you plan on scraping or otherwise hitting them with a ton of traffic, consider at least to donate a good amount for the traffic you cause them. It ain't free after all.
Check out <a href="https://www.gutenberg.org/ebooks/offline_catalogs.html" rel="nofollow">https://www.gutenberg.org/ebooks/offline_catalogs.html</a><p>Don't hit the site with agent. The section furtherst bottom machine readable.
Thanks for the answers! Found it:<p>> All Project Gutenberg metadata are available digitally in the XML/RDF format. This is updated daily (other than the legacy format mentioned below). Please use one of these files as input to a database or other tools you may be developing, instead of crawling or roboting the website.<p>And strongly consider a donation! (My addition)<p><a href="https://www.gutenberg.org/ebooks/offline_catalogs.html#the-project-gutenberg-catalog-metadata-in-machine-readable-format" rel="nofollow">https://www.gutenberg.org/ebooks/offline_catalogs.html#the-p...</a>
if what you want is all the text, please use the tarball or data files at <a href="https://www.gutenberg.org/cache/epub/feeds" rel="nofollow">https://www.gutenberg.org/cache/epub/feeds</a>
not yet, but that's not a bad idea imo.
Dealing with Ai crawler traffic is definitely a challenge if that's what you were referring to.
Possibly ZIMs is of interest: <<a href="https://ebookfoundation.org/openzim.html" rel="nofollow">https://ebookfoundation.org/openzim.html</a>> (via: <<a href="https://news.ycombinator.com/item?id=48152200">https://news.ycombinator.com/item?id=48152200</a>>).
OPDS?
[flagged]
While PG has probably gotten a lot of use and growth with the growth/maintreaming of the Internet since the 1990s, (TIL) it started back in 1971:<p>> <i>Michael S. Hart began Project Gutenberg in 1971 with the digitization of the United States Declaration of Independence.[5] Hart, a student at the University of Illinois, obtained access to a Xerox Sigma V mainframe computer in the university's Materials Research Lab. […] This computer was one of the 15 nodes on ARPANET, the computer network that would become the Internet. Hart believed one day the general public would be able to access computers and decided to make works of literature available in electronic form for free. […]</i><p>* <a href="https://en.wikipedia.org/wiki/Project_Gutenberg" rel="nofollow">https://en.wikipedia.org/wiki/Project_Gutenberg</a>
"Project Gutenberg began in 1971 when Michael Hart was given an operator’s account with $100,000,000 of computer time in it by the operators of the Xerox Sigma V mainframe at the Materials Research Lab at the University of Illinois."<p><a href="https://www.gutenberg.org/about/background/history_and_philosophy.html" rel="nofollow">https://www.gutenberg.org/about/background/history_and_philo...</a>
wikipedians, please help update this article.
In what way? And from what sources? (Wikipedia as a tertiary source is supposed to be a summary of information present in reliable secondary sources — see for instance <a href="https://en.wikipedia.org/wiki/Wikipedia:Based_upon" rel="nofollow">https://en.wikipedia.org/wiki/Wikipedia:Based_upon</a>. So if the information on the Wikipedia article is incomplete or out of date, where is the correct information available?)
Prescient
The best thing I ever did for my father was to buy him a kindle and an access point and show him how to use Project Gutenberg to get books. He <i>loved</i> the old writings (he being a GED holder who was in the Navy during Korea yet had read the entire Harvard Classics). He had a special rolled up towel he used to prop it on his lap in his favorite chair and he read and read and read. When he passed he was reading "Legends of the Jews" from 1931.<p>I had some small e-correspondence with Michael S. Hart back in the 90's as well, and made a few modest contributions to the project, which made my English major undergraduate heart swell with pride and joy.<p>I guess this is only to say that PG is special to me for these reasons, and I am glad to see it still thriving. <3
this is so great to hear! Distributed proofreaders (the org that actually does transcriptions) is still looking for volunteer should you feel the urge/inclination :)
<a href="https://www.pgdp.net" rel="nofollow">https://www.pgdp.net</a>
This was very touching, thanks for sharing. Sorry for your loss.
I'm surprised no eBook Reader vendor has a Project Gutenberg "Store." Where you can just browse Gutenberg, find a book, and just grab it down to the reader. Instead, they either are actively hostile (Kindle), or require the use of Calibre (which itself is good, it is just the friction).
I've used <a href="https://standardebooks.org/" rel="nofollow">https://standardebooks.org/</a> to pull nicely formatted Project Gutenberg books on any e-reader that supports a browser (in my case, Boox).<p>Technically, I can also just directly pull the epub from Project Gutenberg, but sometimes the formatting leaves a lot to be desired.<p>Once you get an e-reader that runs a semi-capable OS (ex - stock android, even an older version), it's hard to go back to something like a kindle.
To be precise, the vast majority of SE is from Gutenberg, but we also source from Faded Page, Gutenberg Australia, Wikisource and occasionally do our own transcriptions.
HTML editions from the two sites contrast interestingly:<p><a href="https://www.gutenberg.org/cache/epub/1513/pg1513-images.html" rel="nofollow">https://www.gutenberg.org/cache/epub/1513/pg1513-images.html</a><p><a href="https://standardebooks.org/ebooks/william-shakespeare/romeo-and-juliet/text" rel="nofollow">https://standardebooks.org/ebooks/william-shakespeare/romeo-...</a><p>Each has its particular advantages relative to the other ...
Curious, what are the advantages you see in each relative to the other?<p>Also one should probably compare the former to the single-page version on standardebooks: <a href="https://standardebooks.org/ebooks/william-shakespeare/romeo-and-juliet/text/single-page" rel="nofollow">https://standardebooks.org/ebooks/william-shakespeare/romeo-...</a>
Personally I find the formatting used by the Gutenberg one to be a lot nicer/easier to read, despite (or perhaps because of) being simpler, more plain.<p>At least for the first few pages of content that I looked at on both versions.
standardebooks.org is great!
If you don’t strip the Project Gutenberg license from the book text (leaving only the book text, which no-one disputes is public domain and freely distributable), you are required to give “pay a royalty fee of 20% of the gross profits you derive from the use of Project Gutenberg-tm works calculated using the method you already use to calculate your applicable taxes”<p><a href="https://www.gutenberg.org/policy/license.html" rel="nofollow">https://www.gutenberg.org/policy/license.html</a><p>[Way back in the early days of the iPhone, I sold a book reading app which was backed directly by Project Gutenberg texts, called “Eucalyptus”. I sent 20% of the gross profits to PG - which was never less than very supportive of the app - and felt good about doing so.]
Most of them offer their own paid storefronts and have a perverse incentive not to offer a large area full of free books.
Used to be one could sort of get that with the Project Librivox:<p><a href="https://librivox.org/" rel="nofollow">https://librivox.org/</a><p>e-book app Gutebooks (in addition to their audio app), but it seems to have been deprecated (I'm no longer able to connect to the server on my copy (which I only got 'cause there was an in-app purchase to fund Project Librivox).<p>FWIW, Barnes & Noble has been plundering the public domain using a book composition/keying house in the Philippines to make their public domain books which they make available in their stores --- Amazon apparently has a similar setup for the Kindle Store:<p><a href="https://www.amazon.com/Public-Domain-Books-Kindle-Store/s?k=Public+Domain+Books" rel="nofollow">https://www.amazon.com/Public-Domain-Books-Kindle-Store/s?k=...</a><p>Rather a shame that PG didn't monetize by putting their books up there pre-emptively.
>Barnes & Noble has been plundering the public domain using a book composition/keying house in the Philippines to make their public domain books which they make available in their stores<p>Why is it 'plundering' for B&N to print physical books, transport them to their brick-and-mortar stores to sell? There are real costs associated to doing so. It would not have zero cost for me to print and bind a copy myself at home.
I'm working on audiobook app that integrates the Libivox catalog. Only on Windows right now - <a href="https://apps.microsoft.com/detail/9n1z76ffb3fc?hl=en-US" rel="nofollow">https://apps.microsoft.com/detail/9n1z76ffb3fc?hl=en-US</a> I'll release Android, IOS, Mac & Linux versions soon.
In a similar vein to cobbzilla, I have a couple of family members (and to a lesser extent myself too) who would be keen on such an app for their iOS devices if you ever need some testers for that :)<p>(iPhones 15 Pro, 11 Pro, SE-2nd; and an iPad of some kind)
I <i>love</i> librivox! please add me to your ios release list. my HN username at g mail
the way I see it PG is a labor of love. Bit odd if Barnes & Noble or whoever piggyback off it. But in the end - the more people read the books, the better.
It is a public good, and it would be appropos if corporations would support it directly rather than work at cross-purposes to it.<p>If Amazon is going to sell public domain texts, then it would make sense to source them from PG, and fund some money from those sales to the non-profit, similarly, they could then funnel reports of typos to PG for review and correction (it was a bit of a struggle the last time I tried to get a text corrected, and the project founder/director actually stepped in on my behalf).
I've heard that the newest Kobo e-readers have a browser that you could use to go to gutenberg.org and directly download files.<p>but yes, generally I agree with your point. Library of 75k books seems pretty valuable to have direct access to.
On any device you can install KOReader, PG is one of the default options in the builtin OPDS browser.<p><a href="https://koreader.rocks/" rel="nofollow">https://koreader.rocks/</a>
You can download books directly from the Project Gutenberg website using the web browser on most eBook readers - even the Kindle supports it.
No money for them.
From Italy, <a href="https://www.gutenberg.org/" rel="nofollow">https://www.gutenberg.org/</a> gives a 404 error and <a href="https://gutenberg.org/" rel="nofollow">https://gutenberg.org/</a> opens a very official-looking page stating "police notice. This site is under judicial seizure" and references a sentence number: "criminal proceedings 52127/20 R.N.R.I. tribunal of Rome"<p>Any idea what's happening?
I thought PG published public domain books...
Found: it's a sentence from 2020, and PG decided not to appeal (!?)<p>Full story (in Italian) at <a href="https://www.wired.it/internet/web/2020/06/30/progetto-gutenberg-sequestro/" rel="nofollow">https://www.wired.it/internet/web/2020/06/30/progetto-gutenb...</a>
Seems like a case for HTTP 451 (Unavailable for Legal Reasons) rather than 404.
It looks like the issue was that, in Italy, copyright expires 70 years after the death of the author or the first <i>translator</i> of a work.
It was also blocked in Germany for a while due to a court order <a href="https://cand.pglaf.org/germany/index.html" rel="nofollow">https://cand.pglaf.org/germany/index.html</a>
I asked Claude to research the background story:
"In May 2020, the Court of Rome ordered Italian ISPs to seize/block a list of domains as part of a criminal case (the 52127/20 R.N.R. you're seeing) targeting sites and Telegram channels distributing pirated newspapers and magazines. 28 domains were on the list, and Project Gutenberg got thrown in alongside the actual pirate sites."<p>apparently this situation hasn't been resolved yet
Nice to see so much appreciation for what we do. (I'm the new-ish executive director.) Any wikipedians reading this, the article about PG is... aging. Last I looked, it said we offered <i>Plucker</i> files. @Jseiko has done some nice work.
Looks like the top downloaded book yesterday[0] was Concrete Construction: Methods and Costs by Gillette and Hill.[1] Beat out Moby Dick, Count of Monte Cristo, Frankenstien, Romeo and Juliet, and others.<p>> 23644 downloads in the last 30 days.<p>I wonder if this is bot behavior? 23k downloads feels like a lot?<p>[0] <a href="https://www.gutenberg.org/browse/scores/top" rel="nofollow">https://www.gutenberg.org/browse/scores/top</a>
[1] <a href="https://www.gutenberg.org/ebooks/24855" rel="nofollow">https://www.gutenberg.org/ebooks/24855</a>
Haha well there is an exciting movie about concrete coming out, “The History of Concrete” by John Wilson. Surely the superfans are studying up
For context, here is the first paragraph of the book's preface:<p><i>How best to perform construction work and what it will cost for materials, labor, plant and general expenses are matters of vital interest to engineers and contractors. This book is a treatise on the methods and cost of concrete construction. No attempt has been made to present the subject of cement testing which is already covered by Mr. W. Purves Taylor's excellent book, nor to discuss the physical properties of cements and concrete, as they are discussed by Falk and by Sabin, nor to consider reinforced concrete design as do Turneaure and Maurer or Buel and Hill, nor to present a general treatise on cements, mortars and concrete construction like that of Reid or of Taylor and Thompson. On the contrary, the authors have handled the subject of concrete construction solely from the viewpoint of the builder of concrete structures. By doing this they have been able to crowd a great amount of detailed information on methods and costs of concrete construction into a volume of moderate size.</i>
bot traffic would be my guess too. I doubt there was a sudden global spike in interest in "Concrete Construction Methods" :D
It's got better reviews on Goodreads than Moby Dick too. I know what I'm reading next
Worth mentioning the Project Gutenberg ZIMs. You can download the entire ENglish Gutenberg corpus for about 60GB (English Wikipedia ZIM complete with images is ~120GB):<p><a href="https://ebookfoundation.org/openzim.html" rel="nofollow">https://ebookfoundation.org/openzim.html</a>
Project Gutenberg is a treasure trove, though many technical details defy automatic typesetting of its books. Standard Ebooks takes consistency to an unbelievable level. My post compares various sources of public domain books with an eye on typesetting:<p><a href="https://dave.autonoma.ca/blog/2020/04/11/project-gutenberg-projects/" rel="nofollow">https://dave.autonoma.ca/blog/2020/04/11/project-gutenberg-p...</a>
Gutenberg is awesome. There is also<p><a href="https://www.fadedpage.com/" rel="nofollow">https://www.fadedpage.com/</a> from Canada I think<p><a href="https://runeberg.org/" rel="nofollow">https://runeberg.org/</a> from Sweden
Is Project Guternberg ever going to add PDF download options?
Not sure if this is the right place, but the new layout of the German Projekt Gutenberg is missing any download links. For example<p><a href="https://projekt-gutenberg.org/authors/johann-wolfgang-von-goethe/books/faust-eine-tragoedie/" rel="nofollow">https://projekt-gutenberg.org/authors/johann-wolfgang-von-go...</a>
PG is proof that the best things on the internet are still built by people who just care about the mission.
Project Gutenberg had (has?) a tendency toward plaintext that always put me off. (And it has been over a decade I'm sure since I explored the site—so I am no doubt now misinformed.)<p>I like a styled formatted book—would prefer PDFs. (I know, not a popular format apparently.)<p>I like the idea of Project Gutenberg but guess I found book scans on archive.org my preference.<p>My go-to example is Lewis Carroll's "Through the Looking Glass" with the fantastic art of John Tenniel and Carroll's sometimes creative formatting of the prose…<p>I see they (Project Gutenberg) have ePub now, which can be good if well done.<p>(If not well done it can be a kind of mess. Re-flowable "HTML", paginated… Anyone ever try to print a long web page and did you enjoy the result? Perhaps that is as much on the ePub reader though.)
We're supporting EPUB3 for the vast majority of books! At the same time we also have a "Plain Text" version for each as in a sense it's the most robust. PdFs are in the works!
That's cool. I'll have to read up on EPUB3—I'm not familiar with it.<p>(I worked on iBooks for the Mac like 15 years ago—it's where I got to dive into the ePub format. A lot has changed in the standard since I am sure.)<p>EDIT: looks like EPUB3 has a "paginated" mode as well as more sophisticated layout tags.<p>Also appears to have support for ruby and vertical writing modes. This was not yet supported in WebKit when I worked on iBooks. Somehow, <i>this</i> white guy from Kansas (who knows no language other than English) got tapped to implement the vertical TOC for Asian languages. Also tasked with annotating the ePUB pages to display (also vertical) ruby text…
As others here have mentioned, <a href="https://standardebooks.org/" rel="nofollow">https://standardebooks.org/</a> is excellent and my understanding is that they use Gutenberg books as a source for theirs but done up much nicer.
You can contribute to Standard Ebooks by finding OCR errors, then pushing your fixes to <a href="https://github.com/standardebooks" rel="nofollow">https://github.com/standardebooks</a>
Source can be anything with the original text, but, more often than not, ends up being PG.
Check out Standard eBooks. They take the text from Gutenberg and add a level of polish to the ePubs.
I love, love, looove the fact that I can have a book's html version on project gutenberg bookmarked and continue to read across devices without ever having to login. I use the browser's inbuilt capability extensively to enhance my reading experience (fonts, backgrounds, text to speech, print formatting, share snippets). None of this is a good experience with pdf, epub or any other format.<p>I've read more (meaningful) text on PG than any other digital platform. Huge fan. Thanks for all the work and for keeping it clean and free
I on the other hand prefer epubs for fiction. I mostly read on the phone.
The common issue with PDFs is that e-readers generally have terrible support for them.
PDF coming this year.
I have got quite a few books over the years from Gutenberg, and the epubs have been fine 0 even of illustrated ones.
check it again. most books have epub avalible
I like plain text. You can always post process it into any other format you prefer.
it's also very "accessible" - good for assistive technologies and people with "ou-of-the-ordinary" requirements
Not really, given that it can’t represent even basic formatting such as bold or italic text, chapter markers etc.<p>As an output format it’s ok, but as an input format, it’s almost as bad as PDF.
Needs "translate" buttons. Now little too cumbersome for most,<p><a href="https://www-gutenberg-org.translate.goog/cache/epub/64099/pg64099-images.html?_x_tr_sl=fi&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp" rel="nofollow">https://www-gutenberg-org.translate.goog/cache/epub/64099/pg...</a>
As a Kindle user, I still miss the old version of the site. The new one looks great on normal desktop, but the old one was simple enough to load and directly download books on the device's built-in browser.
That's interesting. What about the new design prevents you from doing it? Genuinely asking here. We may fix it if it's actionable
And now it's time to put my foot in my mouth. I haven't used it in a while because it was frustrating, but you guys seem to have already fixed it :)<p>The previous version of the site had two major flaws:<p>1. The search bar had been removed from the top of the page, and hidden behind a "Click here to search" (or similar) link partway down the page<p>2. Once you opened that page, the coloring of the site was so washed out on e-ink that the text input was hard to find.<p>Thanks for fixing it!
Maybe include a "Lite" version that only displays text/links? No to minimal styling would be great!
Is that a Kindle issue?<p>You can download books in most browsers. I know Amazon have done things to make life difficult for other stores in the past.
I'd call it one of those middle-ground things:<p>• On the one hand, E Ink devices have a fairly known set of limitations, and it would be ridiculous for me to expect them to render the whole web well.<p>• On the other hand, it's good for website designs to consider the kind of devices employed by their users. Using a Kindle to access Gutenberg is likely less of an edge case than it would be for other sites, so it's worth the extra design work.<p>(Keep in mind that -- given my sibling comment -- this is all theoretical. The latest iteration of Gutenberg's site is much better than the previous version)
The project was geo-blocked in Germany for a long time: <a href="https://news.ycombinator.com/item?id=29024039">https://news.ycombinator.com/item?id=29024039</a>
Made an app that allows reading PG books as audiobooks on iPhone <a href="https://loudreader.io/" rel="nofollow">https://loudreader.io/</a>
Project Gutenberg feels like the opposite of modern internet design philosophy.
Quiet, useful, accessible, and built to last.
Project Gutenberg is awesome and amazing.<p>I was visting the ruins of a monestary the other day, and one of the texts listed that it had a library of 320ish books.<p>I chucked because I have almost 200 books in my personal Kindle library, but I was wrong. I actually have 75000+ books, thanks to Project Gutenberg.<p>I just haven't downloaded them all yet.
I remember printing out project Gutenberg books in the mid-90s, four regular pages to an A4 page, double-sided on my inkjet. I had a background in typography, so I made it work.<p>Any yes, the text needed a lot of processing to make it right.<p>Now, in my early fifties and with declining eyesight, that's out of reach now.<p>Thanks for sticking with the project!
A big pet peeve of mine with Project Gutenberg was the lack of mobile styling. Looks like it’s been fixed! Awesome.
Text files are still the best<p>Good job
I'm slightly curious how PG handles heavily illustrated books. I've downloaded some years ago, and the quality of the illustrations was always pretty poor. Has it been improved lately? What's the QA like for illustrations?
Nowadays we depend on scans from Internet Archive, Hathitrust, and other sources. Some scans are better than others. Bear in mind that our illustrations need to be in the public domain and usually from the same edition as the text. <a href="https://www.gutenberg.org/help/errata.html" rel="nofollow">https://www.gutenberg.org/help/errata.html</a>
Recently downloaded Moby Dick from here:) very easy to use
I wonder how extensive the overlap is with sacred-texts.com
I thought this was for the Wordpress Gutenberg Editor for a second
my first ever coding project was making a chrome extension that made the typography better on the html formats: <a href="https://github.com/smcalilly/gutenberg-typography" rel="nofollow">https://github.com/smcalilly/gutenberg-typography</a>
I love how usable the site is even with JS disabled!
I find it interesting that the context of this comments page apparently overrides the normal definition of “PG” on HN.
PG remains one of the best things on the internet. The amount of fascinating material almost beggers belief.
Is there a plan to extend search to book content?
Their feeds of new books is a goldmine:<p><a href="https://www.gutenberg.org/ebooks/feeds.html" rel="nofollow">https://www.gutenberg.org/ebooks/feeds.html</a><p>Every day you'll get much more than you're bargaining for, right into your feed or inbox. Easy download books you're interested in and put them on your Kindle.
All the books should be there. I understand that current
society has restrictions, what with near infinite copyright
and other shenanigans - but I don't see any of these as
reason to hide information from mankind. Eventually we'll
free all the information. Remuneration will have to occur
in other ways than the current status quo.
Project Guttenburg was my first introduction to the foss ethos. Well I suppose there was Wikipedia, but project Guttenburg really spoke to me. This was probably around 2003? So I'm glad to see it still going strong.<p>I just looked at the history (<a href="https://www.gutenberg.org/cache/epub/60600/pg60600-images.html" rel="nofollow">https://www.gutenberg.org/cache/epub/60600/pg60600-images.ht...</a>) and it dates back to the 70s. There was me thinking it was some new fangled web thing.
Please give me some book recommendations :)
Flatland:
<a href="https://www.gutenberg.org/ebooks/search/?query=flatland" rel="nofollow">https://www.gutenberg.org/ebooks/search/?query=flatland</a><p>I've heard good things.
Also - Sherlock Holmes :)
Not a recommendation per se but I used to use Amphetype on Gutenberg texts to practise touch-typing. There's something about writing out a book that hits differently to reading it. You skip less, odd parts stick with you.
I think the last one I tried was The Island of Dr Moreau.
From the newest releases page I stumbled into "Some Nigerian fertility cults" by Percy Amaury Talbot & am enjoying it so far.<p><a href="https://www.gutenberg.org/ebooks/78684" rel="nofollow">https://www.gutenberg.org/ebooks/78684</a>
I keep getting PR_CONNECT_RESET_ERROR
I wonder if the people behind project Gutenberg use Anna's Archive or mam for books that can't be put on Gutenberg.
Keep up the awesome work !
Thank you for reminding me about this project. Didn’t visit it in a long time.
How did "Concrete Construction: Methods and Costs" come to be the #1 download?
I love Project Gutenberg, don't get me wrong... but frankly, Anna's is better.
Awesome
1
[dead]
[flagged]
[dead]
[flagged]
If you like Project Gutenberg, the closest analog for music is IMSLP, the Petrucci Music Library (imslp.org) — over 855,000 public-domain scores maintained by volunteers, with the same labor-of-love energy and the same perpetual scan-quality and copyright-jurisdiction headaches. Same ethos of "the works belong to humanity, not a storefront." Worth a bookmark for the musicians on HN.
I can't read anymore due to fear of not being productive with AI