diff --git a/www/about/index.php b/www/about/index.php
index 142f9a31..27dccb14 100644
--- a/www/about/index.php
+++ b/www/about/index.php
@@ -1,64 +1,144 @@
require_once('Core.php');
-?>= Template::Header(['title' => 'About Standard Ebooks', 'highlight' => 'about', 'description' => 'The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing whole ebooks files themselves into the public domain.']) ?>
+?>= Template::Header(['title' => 'About Standard Ebooks', 'highlight' => 'about', 'description' => 'The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing the entirety of each ebook file into the public domain.']) ?>
About Standard Ebooks
-
-
Goals
-
-
-
Produce ebooks that embrace the latest ebook technology standards.
-
-
-
Produce ebooks aimed at the sensibilities of modern readers that rival commercially-available ebooks in typography and formatting.
-
-
-
Produce ebooks with strict code formatting standards and patterns, so that they can be used as a base for other ebook projects.
-
-
-
Produce ebooks with rich semantic data and predictable structure that can be easily machine-processed.
-
-
-
Enrich and evangelize the worldwide public domain.
-
-
-
-
-
The short blurb
-
The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing whole ebooks files themselves into the public domain.
-
How’s this different from Project Gutenberg or other free ebook sites?
-
While there are plenty of places where you can download free and accurately-transcribed public domain ebooks, we feel the quality of those ebooks can often be greatly improved.
-
For example, Project Gutenberg, a major producer of public-domain ebooks, hosts epub and Kindle files that sometimes lack basic typographic necessities like curly quotes; some of those ebooks are automatically generated and can’t take full advantage of modern ereader technology like popup footnotes or popup tables of contents; they sometimes lack niceties like cover images and title pages; and the quality of individual ebook productions varies greatly.
-
Archival sites like the Internet Archive (and even Project Gutenberg, to some extent) painstakingly preserve entire texts word-for-word, including original typos and ephemera that are of limited interest to modern readers: everything including centuries-old publishing marks, advertisements for long-vanished publishers, author bios, deeply archaic spellings, and so on. Sometimes all you get is a scan of the actual book pages. That’s great for researchers, archivists, and special-interest readers, but not that great for casual, modern readers.
-
The Standard Ebooks project differs from those etext projects in that we aim to make free public domain ebooks that are carefully typeset, cleaned of ancient and irrelevant ephemera, take full advantage of modern ereading technology, are formatted according to a detailed style guide, and that are each held to a standard of quality and internal consistency. Standard Ebooks include carefully chosen cover art based on public domain artwork, and are presented in an attractive way on your ebookshelf. For technically-inclined readers, Standard Ebooks conform to a rigorous coding style, are completely open source, and are hosted on GitHub, so anyone can contribute corrections or improvements easily and directly without having to deal with baroque forums or opaque processes.
-
-
-
What makes a Standard Ebook different?
+
The Standard Ebooks project is a volunteer driven, not-for-profit effort to produce a collection of high quality, carefully formatted, accessible, open source, and free public domain ebooks that meet or exceed the quality of commercially produced ebooks. The text and cover art in our ebooks is already believed to be in the public domain, and Standard Ebook dedicates its own work to the public domain, thus releasing the entirety of each ebook file into the public domain. All the ebooks we produce are distributed free of cost and free of U.S. copyright restrictions.
+
+
More information
-
Design: Consistent and clean cover art designs that make your ebook look good on the shelf, and attention to layout like section breaks, indentation, and chapter headings.
Ebook best practices: Tables of contents and chapter breaks your ereader can understand, detailed and consistent metadata, popup footnotes, and more. Minimal markup and styling that lets your ereader’s personality shine—but consistency, so all of our ebooks look familiar.
-
-
-
Programming best practices: The stuff you can’t see, but that makes for a professional product: semantic markup, minimal and elegant code, smooth build processes, and source control.
All of our ebooks are texts that are thought to be in the public domain in the United States. We base our cover art designs on art that is also thought to be in the public domain in the United States.
-
Standard Ebooks puts significant work into designing, formatting, marking up, and hosting our ebooks. While some think we could, or even should, release our work with some kind of copyright notice, instead Standard Ebooks dedicates the entirety of each of our ebook files, including markup, cover art, and everything in between, to the public domain.
-
The public domain is a priceless resource for all of us, and for the generations after us. It’s a free repository of our culture going back centuries—a way for us to see where we came from and to chart where we’re going. It represents our collective cultural heritage.
-
In the past, copyright was a limited boon, designed not to enrich a creator and their children’s children a hundred years from now, but rather to allow a creator to profit by granting a temporary monopoly on reproduction, in exchange for their work to be returned to the public after a few years. Our ancestors—in fact, the framers of the US Constitution—recognized that art builds on art, and that locking up culture benefits a handful but harms the greater public.
-
Today, large corporations are putting a lot of money into twisting our laws to slowly but surely strangle the public domain, making it increasingly remote and inaccessible so they can continue seeking rent on ideas and culture nearly a century old. Today laws lock up work not just for the author’s entire lifetime, but for the lifetime of their children, and their children. Copyright can’t enrich the dead, but it can enrich powerful corporations … at our—at everyone’s—expense.
-
Dedicating the work Standard Ebooks produces to the public domain is our small way of letting the world know how important it is to fight that. If corporations have their way, the last liberated and free culture you’ll ever have is what was published before = PD_YEAR ?>.
+ } ?>
+
+
diff --git a/www/about/our-goals.php b/www/about/our-goals.php
new file mode 100644
index 00000000..8a1ef2a6
--- /dev/null
+++ b/www/about/our-goals.php
@@ -0,0 +1,26 @@
+
+require_once('Core.php');
+?>= Template::Header(['title' => 'Our goals', 'highlight' => 'about', 'description' => 'The goals of the Standard Ebooks project.']) ?>
+
+
+
Our Goals
+
+
+
Produce ebooks that embrace the latest ebook technology standards.
+
+
+
Produce ebooks aimed at the sensibilities of modern readers that rival commercially-available ebooks in typography and formatting.
+
+
+
Produce ebooks with strict code formatting standards and patterns, so that they can be used as a base for other ebook projects.
+
+
+
Produce ebooks with rich semantic data and predictable structure that can be easily machine-processed.
+
+
+
Enrich and evangelize the worldwide public domain.
+
+
+
+
+= Template::Footer() ?>
diff --git a/www/about/standard-ebooks-and-the-public-domain.php b/www/about/standard-ebooks-and-the-public-domain.php
new file mode 100644
index 00000000..1da80497
--- /dev/null
+++ b/www/about/standard-ebooks-and-the-public-domain.php
@@ -0,0 +1,16 @@
+
+require_once('Core.php');
+?>= Template::Header(['title' => 'Standard Ebooks and the public domain', 'highlight' => 'about', 'description' => 'The Standard Ebooks’ philosophy on copyright and the public domain.']) ?>
+
+
+
Standard Ebooks and the public domain
+
All of our ebooks are texts that are thought to be in the public domain in the United States. We base our cover art designs on art that is also thought to be in the public domain in the United States.
+
Standard Ebooks puts significant work into designing, formatting, marking up, and hosting our ebooks. While some think we could, or even should, release our work with some kind of copyright notice, instead Standard Ebooks dedicates the entirety of each of our ebook files, including markup, cover art, and everything in between, to the public domain.
+
The public domain is a priceless resource for all of us, and for the generations after us. It’s a free repository of our culture going back centuries—a way for us to see where we came from and to chart where we’re going. It represents our collective cultural heritage.
+
In the past, copyright was a limited boon, designed not to enrich a creator and their children’s children a hundred years from now, but rather to allow a creator to profit by granting a temporary monopoly on reproduction, in exchange for their work to be returned to the public after a few years. Our ancestors—in fact, the framers of the U.S. Constitution—recognized that art builds on art, and that locking up culture benefits a handful but harms the greater public.
+
Today, large corporations are putting a lot of money into twisting our laws to slowly but surely strangle the public domain, making it increasingly remote and inaccessible so they can continue seeking rent on ideas and culture nearly a century old. Today laws lock up work not just for the author’s entire lifetime, but for the lifetime of their children, and their children. Copyright can’t enrich the dead, but it can enrich powerful corporations … at our—at everyone’s—expense.
+
Dedicating the work Standard Ebooks produces to the public domain is our small way of letting the world know how important it is to fight that. If corporations have their way, the last liberated and free culture you’ll ever have is what was published before = PD_YEAR ?>.
+
What a sad world that would be.
+
+
+= Template::Footer() ?>
diff --git a/www/about/what-makes-standard-ebooks-different.php b/www/about/what-makes-standard-ebooks-different.php
new file mode 100644
index 00000000..3d98b5b2
--- /dev/null
+++ b/www/about/what-makes-standard-ebooks-different.php
@@ -0,0 +1,30 @@
+
+require_once('Core.php');
+?>= Template::Header(['title' => 'What makes Standard Ebooks different', 'highlight' => 'about', 'description' => 'How Standard Ebooks differs from other free ebook projects.']) ?>
+
+
+
What makes Standard Ebooks different
+
+
+
Design: Consistent and clean cover art designs that make your ebook look good on the shelf, and attention to layout like section breaks, indentation, and chapter headings.
Ebook best practices: Tables of contents and chapter breaks your ereader can understand, detailed and consistent metadata, popup footnotes, and more. Minimal markup and styling that lets your ereader’s personality shine—but consistency, so all of our ebooks look familiar.
+
+
+
Programming best practices: The stuff you can’t see, but that makes for a professional product: semantic markup, minimal and elegant code, smooth build processes, and source control.
+
+
+
+
How’s this different from Project Gutenberg or other free ebook sites?
+
While there are plenty of places where you can download free and accurately-transcribed public domain ebooks, we feel the quality of those ebooks can often be greatly improved.
+
For example, Project Gutenberg, a major producer of public-domain ebooks, hosts epub and Kindle files that sometimes lack basic typographic necessities like curly quotes; some of those ebooks are automatically generated and can’t take full advantage of modern ereader technology like popup footnotes or popup tables of contents; they sometimes lack niceties like cover images and title pages; and the quality of individual ebook productions varies greatly.
+
Archival sites like the Internet Archive (and even Project Gutenberg, to some extent) painstakingly preserve entire texts word-for-word, including original typos and ephemera that are of limited interest to modern readers: everything including centuries-old publishing marks, advertisements for long-vanished publishers, author bios, deeply archaic spellings, and so on. Sometimes all you get is a scan of the actual book pages. That’s great for researchers, archivists, and special-interest readers, but not that great for casual, modern readers.
+
The Standard Ebooks project differs from those etext projects in that we aim to make free public domain ebooks that are carefully typeset, cleaned of ancient and irrelevant ephemera, take full advantage of modern ereading technology, are formatted according to a detailed style guide, and that are each held to a standard of quality and internal consistency. Standard Ebooks include carefully chosen cover art based on public domain artwork, and are presented in an attractive way on your ebookshelf. For technically-inclined readers, Standard Ebooks conform to a rigorous coding style, are completely open source, and are hosted on GitHub, so anyone can contribute corrections or improvements easily and directly without having to deal with baroque forums or opaque processes.
Ebooks that are not clearly in the U.S. public domain. If it’s not on Gutenberg, we’ll probably decline it.
+
Ebooks that are not clearly in the U.S. public domain. If it’s not hosted on Projected Gutenberg, we’ll probably decline it.
Individual short works that could instead be collected in a larger omnibus, like individual pamphlets, essays, or short stories. For example, we wouldn’t accept individual ebook productions of Jonathan Swift’s “A Modest Proposal” or Philip K. Dick’s “Mr. Spaceship.” However we do want complete compilations of those kinds of short works, for example our ebook of all of Philip K. Dick’s public domain short stories.
-
Non-fiction that is “dated” or not relevant to a modern reader. This includes obscure histories that are not otherwise notable and have been superseded by modern research; old-timey cookbooks, books of medicine, and textbooks; biographies of long-forgotten people that are not notable; non-fiction periodicals, magazines, or journals; legal documents, including codes of law and constitutions; and so on. Note that “notable” means we may make exceptions, for example for The History of the Decline and Fall of the Roman Empire or The Gallic Wars or The Life of Samuel Johnson.
+
Non-fiction that is “dated” or not relevant to a modern reader. This includes obscure histories that are not otherwise notable and have been superseded by modern research; old-timey cookbooks, books of medicine, and textbooks; biographies of long-forgotten people that are not notable; non-fiction periodicals, magazines, or journals; legal documents, including codes of law and constitutions; and so on. Note that “notable” means we may make exceptions, for example for The History of the Decline and Fall of the Roman Empire or The Gallic Wars or The Life of Samuel Johnson.
Books that are illustration-heavy, like picture or art books, or whose content greatly depends on the arrangement of illustrations or graphics.
and help bring the beauty of literature to the digital world
+
+
+
+
+
+
+
+
The contributors to the Standard Ebooks project work hard to create beautifully-formatted ebooks that are free of cost and free of copyright restrictions. It takes several highly-skilled specialists working together for weeks and even months to ensure that an ebook meets our exacting aesthetic and technical standards, before it’s offered to readers for free.
+
The cost of producing even the most basic ebook is estimated to start at hundreds of dollars; and that doesn’t include infrastructure costs like toolset development, editing our Manual of Style, project management, hosting, or bandwidth. This means your financial contribution is critically important for us to continue bringing beautifully-presented literature to readers in the digital age.
+
Fractured Atlas, a 501(c)(3) public charity, is our fiscal sponsor. Your donation will be processed through their website, and their name will appear on your financial statements and receipts. Donations are tax-deductible to the extent permitted by law.
Your name will be listed as a Letters Circle donor on our masthead for one year with a one-time donation, or for the duration of your monthly donation.
Your name and a small photograph will be listed as a Friends Circle donor on our masthead for one year with a one-time donation, or for the duration of your monthly donation.
Your name and a medium photograph will be listed as a Patrons Circle donor on our masthead for one year with a one-time donation, or for the duration of your monthly donation.
Is there a book you want to see made into a beautiful digital edition? You can give the gift of literature to readers everywhere by sponsoring an addition to the Standard Ebooks catalog.
+
Donate at one of the levels below and a book you select will be carefully hand-produced into an ebook edition that meets our high standard of quality, before becoming a permanent addition to our online catalog for the world to read, share, and reuse free of cost or U.S. copyright restrictions. Your name will appear in the ebook’s colophon and metadata, sealing your legacy as a sponsor of the literate arts.
+
Before you make your donation, contact the Editor-in-Chief to confirm that your ebook selection will be accepted at your chosen donation level. These are the general rules:
+
+
+
Your selection must meet our collections policy. The SE Editor-in-Chief reserves the right to modify or reject a selection for any reason.
+
+
+
Your selection must have a usable transcription available online, for example at Project Gutenberg or Wikisource. In general, Standard Ebooks doesn’t create new transcriptions or work with raw OCR output.
+
+
+
Your selection’s word count will be calculated from the source transcription using the SE toolset, and includes front and back matter like forewords and endnotes. Contact the Editor-in-Chief before donating so that we can calculate your selection’s word count for you; a word processor can give you an estimate, but we must make the final determination. Note that the final ebook’s word count will differ from the count used to determine the donation amount.
+
+
+
Standard Ebooks is the sole decisionmaker regarding all aspects of ebook production. Trust us to create an artifact of beauty.
if(sizeof($carousel) > 0){ ?>
diff --git a/www/images/masthead/alex-cabal-contact.svg b/www/images/masthead/alex-cabal-contact.svg
new file mode 100644
index 00000000..f171cf95
--- /dev/null
+++ b/www/images/masthead/alex-cabal-contact.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/www/images/masthead/alex-cabal.avif b/www/images/masthead/alex-cabal.avif
new file mode 100644
index 00000000..709c514d
Binary files /dev/null and b/www/images/masthead/alex-cabal.avif differ
diff --git a/www/images/masthead/alex-cabal.jpg b/www/images/masthead/alex-cabal.jpg
new file mode 100644
index 00000000..711ce257
Binary files /dev/null and b/www/images/masthead/alex-cabal.jpg differ
diff --git a/www/images/masthead/alex-cabal@2x.avif b/www/images/masthead/alex-cabal@2x.avif
new file mode 100644
index 00000000..429553cd
Binary files /dev/null and b/www/images/masthead/alex-cabal@2x.avif differ
diff --git a/www/images/masthead/alex-cabal@2x.jpg b/www/images/masthead/alex-cabal@2x.jpg
new file mode 100644
index 00000000..627b37d9
Binary files /dev/null and b/www/images/masthead/alex-cabal@2x.jpg differ
diff --git a/www/images/masthead/b-timothy-keith-contact.svg b/www/images/masthead/b-timothy-keith-contact.svg
new file mode 100644
index 00000000..ed216db8
--- /dev/null
+++ b/www/images/masthead/b-timothy-keith-contact.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/images/masthead/b-timothy-keith-source.jpg b/www/images/masthead/b-timothy-keith-source.jpg
new file mode 100644
index 00000000..ff8e4400
Binary files /dev/null and b/www/images/masthead/b-timothy-keith-source.jpg differ
diff --git a/www/images/masthead/b-timothy-keith.avif b/www/images/masthead/b-timothy-keith.avif
new file mode 100644
index 00000000..8c9e3979
Binary files /dev/null and b/www/images/masthead/b-timothy-keith.avif differ
diff --git a/www/images/masthead/b-timothy-keith.jpg b/www/images/masthead/b-timothy-keith.jpg
new file mode 100644
index 00000000..2bc5399d
Binary files /dev/null and b/www/images/masthead/b-timothy-keith.jpg differ
diff --git a/www/images/masthead/b-timothy-keith@2x.avif b/www/images/masthead/b-timothy-keith@2x.avif
new file mode 100644
index 00000000..87330411
Binary files /dev/null and b/www/images/masthead/b-timothy-keith@2x.avif differ
diff --git a/www/images/masthead/b-timothy-keith@2x.jpg b/www/images/masthead/b-timothy-keith@2x.jpg
new file mode 100644
index 00000000..7be74055
Binary files /dev/null and b/www/images/masthead/b-timothy-keith@2x.jpg differ
diff --git a/www/images/masthead/david-grigg-contact.svg b/www/images/masthead/david-grigg-contact.svg
new file mode 100644
index 00000000..00daa62f
--- /dev/null
+++ b/www/images/masthead/david-grigg-contact.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/images/masthead/david-grigg-source.jpg b/www/images/masthead/david-grigg-source.jpg
new file mode 100644
index 00000000..61d5ebb4
Binary files /dev/null and b/www/images/masthead/david-grigg-source.jpg differ
diff --git a/www/images/masthead/david-grigg.avif b/www/images/masthead/david-grigg.avif
new file mode 100644
index 00000000..affeec58
Binary files /dev/null and b/www/images/masthead/david-grigg.avif differ
diff --git a/www/images/masthead/david-grigg.jpg b/www/images/masthead/david-grigg.jpg
new file mode 100644
index 00000000..5cb2dd6f
Binary files /dev/null and b/www/images/masthead/david-grigg.jpg differ
diff --git a/www/images/masthead/david-grigg@2x.avif b/www/images/masthead/david-grigg@2x.avif
new file mode 100644
index 00000000..ff7124df
Binary files /dev/null and b/www/images/masthead/david-grigg@2x.avif differ
diff --git a/www/images/masthead/david-grigg@2x.jpg b/www/images/masthead/david-grigg@2x.jpg
new file mode 100644
index 00000000..c7aea555
Binary files /dev/null and b/www/images/masthead/david-grigg@2x.jpg differ
diff --git a/www/images/masthead/portrait.svg b/www/images/masthead/portrait.svg
new file mode 100644
index 00000000..73bb995a
--- /dev/null
+++ b/www/images/masthead/portrait.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/www/images/masthead/robin-whittleton-contact.svg b/www/images/masthead/robin-whittleton-contact.svg
new file mode 100644
index 00000000..aa128564
--- /dev/null
+++ b/www/images/masthead/robin-whittleton-contact.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/www/images/masthead/robin-whittleton-source.jpg b/www/images/masthead/robin-whittleton-source.jpg
new file mode 100644
index 00000000..721ac164
Binary files /dev/null and b/www/images/masthead/robin-whittleton-source.jpg differ
diff --git a/www/images/masthead/robin-whittleton.avif b/www/images/masthead/robin-whittleton.avif
new file mode 100644
index 00000000..67238c59
Binary files /dev/null and b/www/images/masthead/robin-whittleton.avif differ
diff --git a/www/images/masthead/robin-whittleton.jpg b/www/images/masthead/robin-whittleton.jpg
new file mode 100644
index 00000000..07b37e8f
Binary files /dev/null and b/www/images/masthead/robin-whittleton.jpg differ
diff --git a/www/images/masthead/robin-whittleton@2x.avif b/www/images/masthead/robin-whittleton@2x.avif
new file mode 100644
index 00000000..fc0da2c8
Binary files /dev/null and b/www/images/masthead/robin-whittleton@2x.avif differ
diff --git a/www/images/masthead/robin-whittleton@2x.jpg b/www/images/masthead/robin-whittleton@2x.jpg
new file mode 100644
index 00000000..cd4f9fbf
Binary files /dev/null and b/www/images/masthead/robin-whittleton@2x.jpg differ
diff --git a/www/images/the-quiet-hour.avif b/www/images/the-quiet-hour.avif
new file mode 100644
index 00000000..5a4693a9
Binary files /dev/null and b/www/images/the-quiet-hour.avif differ
diff --git a/www/images/the-quiet-hour.jpg b/www/images/the-quiet-hour.jpg
new file mode 100644
index 00000000..c90bb3dc
Binary files /dev/null and b/www/images/the-quiet-hour.jpg differ
diff --git a/www/images/the-quiet-hour@2x.avif b/www/images/the-quiet-hour@2x.avif
new file mode 100644
index 00000000..4e981c5e
Binary files /dev/null and b/www/images/the-quiet-hour@2x.avif differ
diff --git a/www/images/the-quiet-hour@2x.jpg b/www/images/the-quiet-hour@2x.jpg
new file mode 100644
index 00000000..bdb7a99c
Binary files /dev/null and b/www/images/the-quiet-hour@2x.jpg differ
diff --git a/www/index.php b/www/index.php
index 2946348c..014aeff2 100644
--- a/www/index.php
+++ b/www/index.php
@@ -128,7 +128,7 @@ require_once('Core.php');
We use the popular Git source control system to track each and every change made to our ebooks. Anyone can easily see a history of changes, or contribute their own changes with the click of a mouse.
-
And while all of the ebooks we feature and the cover art we draw from are already believed to be in the public domain in the US, Standard Ebooks releases all of the work we put in to each ebook into the public domain too. That makes each and every one of our ebook files not just free, but libre too—because the world deserves more unrestricted culture.
+
And while all of the ebooks we feature and the cover art we draw from are already believed to be in the public domain in the U.S., Standard Ebooks releases all of the work we put in to each ebook into the public domain too. That makes each and every one of our ebook files not just free, but libre too—because the world deserves more unrestricted culture.