Replace instances of 'the Standard Ebooks project' with 'Standard Ebooks'

This commit is contained in:
Alex Cabal 2021-05-17 16:12:59 -04:00
parent 5950d84951
commit 7cf0a4054f
9 changed files with 12 additions and 12 deletions

View file

@ -1,10 +1,10 @@
<? <?
require_once('Core.php'); require_once('Core.php');
?><?= Template::Header(['title' => 'About Standard Ebooks', 'highlight' => 'about', 'description' => 'The Standard Ebooks project is a volunteer-driven 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.']) ?> ?><?= Template::Header(['title' => 'About Standard Ebooks', 'highlight' => 'about', 'description' => 'Standard Ebooks is a volunteer-driven 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.']) ?>
<main> <main>
<article> <article>
<h1>About Standard Ebooks</h1> <h1>About Standard Ebooks</h1>
<p>The Standard Ebooks project is a volunteer-driven 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 Ebooks 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.</p> <p>Standard Ebooks is a volunteer-driven 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 Ebooks 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.</p>
<p>Standard Ebooks is organized as a <a href="https://en.wikipedia.org/wiki/Low-profit_limited_liability_company">low-profit L.L.C.</a>, or “L<sup>3</sup>C, a kind of legal entity that blends the charitable focus of a traditional not-for-profit with the ease of organization and maintenance of a regular L.L.C. Our only source of income is <a href="/donate">donations from readers like you</a>.</p> <p>Standard Ebooks is organized as a <a href="https://en.wikipedia.org/wiki/Low-profit_limited_liability_company">low-profit L.L.C.</a>, or “L<sup>3</sup>C, a kind of legal entity that blends the charitable focus of a traditional not-for-profit with the ease of organization and maintenance of a regular L.L.C. Our only source of income is <a href="/donate">donations from readers like you</a>.</p>
<section id="more-information"> <section id="more-information">
<h2>More information</h2> <h2>More information</h2>

View file

@ -1,6 +1,6 @@
<? <?
require_once('Core.php'); require_once('Core.php');
?><?= Template::Header(['title' => 'Our goals', 'highlight' => 'about', 'description' => 'The goals of the Standard Ebooks project.']) ?> ?><?= Template::Header(['title' => 'Our goals', 'highlight' => 'about', 'description' => 'The goals of Standard Ebooks.']) ?>
<main> <main>
<article> <article>
<h1>Our Goals</h1> <h1>Our Goals</h1>

View file

@ -23,7 +23,7 @@ require_once('Core.php');
<p>While there are plenty of places where you can download free and accurately-transcribed public domain ebooks, we feel the <em>quality</em> of those ebooks can often be greatly improved.</p> <p>While there are plenty of places where you can download free and accurately-transcribed public domain ebooks, we feel the <em>quality</em> of those ebooks can often be greatly improved.</p>
<p>For example, <a href="https://gutenberg.org">Project Gutenberg</a>, 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 cant 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.</p> <p>For example, <a href="https://gutenberg.org">Project Gutenberg</a>, 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 cant 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.</p>
<p>Archival sites like the <a href="https://archive.org">Internet Archive</a> (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. Thats great for researchers, archivists, and special-interest readers, but not that great for casual, modern readers.</p> <p>Archival sites like the <a href="https://archive.org">Internet Archive</a> (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. Thats great for researchers, archivists, and special-interest readers, but not that great for casual, modern readers.</p>
<p>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.</p> <p>Standard Ebooks 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.</p>
<p>Each Standard Ebook features carefully chosen cover art based on public domain artwork, and is presented in an attractive way in your reading app or device.</p> <p>Each Standard Ebook features carefully chosen cover art based on public domain artwork, and is presented in an attractive way in your reading app or device.</p>
<p>For technically-inclined readers, Standard Ebooks conform to a rigorous coding style, are completely open source, and are <a href="https://github.com/standardebooks/">hosted on GitHub</a>, so anyone can contribute corrections or improvements easily and directly without having to deal with baroque forums or opaque processes.</p> <p>For technically-inclined readers, Standard Ebooks conform to a rigorous coding style, are completely open source, and are <a href="https://github.com/standardebooks/">hosted on GitHub</a>, so anyone can contribute corrections or improvements easily and directly without having to deal with baroque forums or opaque processes.</p>
</section> </section>

View file

@ -14,7 +14,7 @@ require_once('Core.php');
<ul> <ul>
<li> <li>
<p><a href="https://groups.google.com/g/standardebooks">Join the Standard Ebooks mailing list.</a></p> <p><a href="https://groups.google.com/g/standardebooks">Join the Standard Ebooks mailing list.</a></p>
<p>The mailing list is the best way to contact the Standard Ebooks project about any question, suggestion, concern, or contribution you might have. Were just an email away!</p> <p>The mailing list is the best way to contact Standard Ebooks about any question, suggestion, concern, or contribution you might have. Were just an email away!</p>
</li> </li>
<li> <li>
<p><a href="/contribute/report-errors">Report a typo, formatting error, or typography error in any Standard Ebook.</a></p> <p><a href="/contribute/report-errors">Report a typo, formatting error, or typography error in any Standard Ebook.</a></p>

View file

@ -1,6 +1,6 @@
<? <?
require_once('Core.php'); require_once('Core.php');
?><?= Template::Header(['title' => 'Producing an ebook for Standard Ebooks', 'highlight' => 'contribute', 'description' => 'A high-level outline of the process of producing an ebook for the Standard Ebooks project.']) ?> ?><?= Template::Header(['title' => 'Producing an ebook for Standard Ebooks', 'highlight' => 'contribute', 'description' => 'A high-level outline of the process of producing an ebook for Standard Ebooks.']) ?>
<main> <main>
<article> <article>
<h1>Producing an ebook for Standard Ebooks</h1> <h1>Producing an ebook for Standard Ebooks</h1>

View file

@ -1,6 +1,6 @@
<? <?
require_once('Core.php'); require_once('Core.php');
?><?= Template::Header(['title' => 'Producing an Ebook, Step by Step', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A detailed step-by-step description of the complete process of producing an ebook for the Standard Ebooks project, start to finish.']) ?> ?><?= Template::Header(['title' => 'Producing an Ebook, Step by Step', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A detailed step-by-step description of the complete process of producing an ebook for Standard Ebooks, start to finish.']) ?>
<main class="manual"> <main class="manual">
<article class="step-by-step-guide"> <article class="step-by-step-guide">
<h1>Producing an Ebook, Step by Step</h1> <h1>Producing an Ebook, Step by Step</h1>
@ -11,7 +11,7 @@ require_once('Core.php');
<ol> <ol>
<li> <li>
<h2>Set up the Standard Ebooks toolset and make sure its up-to-date</h2> <h2>Set up the Standard Ebooks toolset and make sure its up-to-date</h2>
<p>The Standard Ebooks project has a toolset that will help you produce an ebook. The toolset installs the <code class="bash"><b>se</b></code> command, which has various subcommands related to creating Standard Ebooks. You can <a href="/tools">read the complete installation instructions</a>, or if you already have <a href="https://pipxproject.github.io/pipx/installation/"><code class="bash"><b>pipx</b></code> installed</a>, run:</p> <p>Standard Ebooks has a toolset that will help you produce an ebook. The toolset installs the <code class="bash"><b>se</b></code> command, which has various subcommands related to creating Standard Ebooks. You can <a href="/tools">read the complete installation instructions</a>, or if you already have <a href="https://pipxproject.github.io/pipx/installation/"><code class="bash"><b>pipx</b></code> installed</a>, run:</p>
<code class="terminal"><span><b>pipx</b> install standardebooks</span></code> <code class="terminal"><span><b>pipx</b> install standardebooks</span></code>
<p>The toolset changes frequently, so if youve installed the toolset in the past, make sure to update the toolset before you start a new ebook:</p> <p>The toolset changes frequently, so if youve installed the toolset in the past, make sure to update the toolset before you start a new ebook:</p>
<code class="terminal"><span><b>pipx</b> upgrade standardebooks</span></code> <code class="terminal"><span><b>pipx</b> upgrade standardebooks</span></code>
@ -233,7 +233,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
</li> </li>
<li> <li>
<h2>Add semantics</h2> <h2>Add semantics</h2>
<p>Part of the Standard Ebooks project is adding meaningful semantics wherever possible in the text. <code class="bash"><b>se</b> semanticate</code> does a little of that for us—for example, for some common abbreviations—but much of it has to be done by hand.</p> <p>Part of producing a book for Standard Ebooks is adding meaningful semantics wherever possible in the text. <code class="bash"><b>se</b> semanticate</code> does a little of that for us—for example, for some common abbreviations—but much of it has to be done by hand.</p>
<p>Adding semantics means two things:</p> <p>Adding semantics means two things:</p>
<ol> <ol>
<li> <li>

View file

@ -4,7 +4,7 @@ require_once('Core.php');
<main> <main>
<article> <article>
<h1>Report Errors</h1> <h1>Report Errors</h1>
<p>You can report any kind of error in a Standard Ebook to the Standard Ebooks project and well do our best to get it corrected as soon as we can.</p> <p>You can report any kind of error in a Standard Ebook to us and well do our best to get it corrected as soon as we can.</p>
<p>If youre a software developer or youre comfortable with technology, you can fix the error yourself at the ebooks <a href="https://www.github.com/standardebooks/">GitHub repository</a>, and submit a pull request.</p> <p>If youre a software developer or youre comfortable with technology, you can fix the error yourself at the ebooks <a href="https://www.github.com/standardebooks/">GitHub repository</a>, and submit a pull request.</p>
<p>If youd rather not do that, then you can report an error directly to us and well take care of it. To report an error, youll need:</p> <p>If youd rather not do that, then you can report an error directly to us and well take care of it. To report an error, youll need:</p>
<ol> <ol>

View file

@ -1,6 +1,6 @@
<? <?
require_once('Core.php'); require_once('Core.php');
?><?= Template::Header(['title' => 'Donate', 'highlight' => 'donate', 'description' => 'Donate to the Standard Ebooks project.']) ?> ?><?= Template::Header(['title' => 'Donate', 'highlight' => 'donate', 'description' => 'Donate to Standard Ebooks.']) ?>
<main> <main>
<article class="donate has-hero"> <article class="donate has-hero">
<hgroup> <hgroup>

View file

@ -17,7 +17,7 @@ require_once('Core.php');
<div> <div>
<div> <div>
<p>Other free ebooks dont put much effort into professional-quality typography: they use "straight" quotes instead of “curly” quotes, they ignore details like em- and en-dashes, and they look more like early-90s web pages instead of actual books.</p> <p>Other free ebooks dont put much effort into professional-quality typography: they use "straight" quotes instead of “curly” quotes, they ignore details like em- and en-dashes, and they look more like early-90s web pages instead of actual books.</p>
<p>The Standard Ebooks project applies a rigorous and modern <a href="/manual">style manual</a> when developing each and every ebook to ensure they meet a professional-grade and consistent typographical standard. Our ebooks look <em>good</em>.</p> <p>Standard Ebooks applies a rigorous and modern <a href="/manual">style manual</a> when developing each and every ebook to ensure they meet a professional-grade and consistent typographical standard. Our ebooks look <em>good</em>.</p>
</div> </div>
<figure class="stacked"> <figure class="stacked">
<picture> <picture>