mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Fix typos
This commit is contained in:
parent
1b73ea5fd3
commit
8f2dfaa406
2 changed files with 2 additions and 2 deletions
|
@ -361,7 +361,7 @@ white-space: nowrap;
|
|||
<li>
|
||||
<p>If the z3998 vocabulary doesn't have an appropriate keyword, next consult the <a href="/vocab/1.0">Standard Ebooks vocabulary</a>.</p>
|
||||
<p>Keywords using this vocabulary are preceded by the <code class="html">se</code> namespace.</p>
|
||||
<p>Unlike other vocabularies, the Standard Ebooks vocabulary is organized heirarchally. A complete vocabulary entry begins with the root vocabulary entry, with subsequent children separated by <code class="html">.</code>.</p>
|
||||
<p>Unlike other vocabularies, the Standard Ebooks vocabulary is organized heirarchically. A complete vocabulary entry begins with the root vocabulary entry, with subsequent children separated by <code class="html">.</code>.</p>
|
||||
<figure>
|
||||
<code class="html">The <i epub:type="se:name.vessel.ship"><abbr class="initialism">HMS</abbr> Bounty</i>.</code>
|
||||
</figure>
|
||||
|
|
|
@ -106,7 +106,7 @@ require_once('Core.php');
|
|||
</ul>
|
||||
<p>This example shows how to mark up the subjects for <i><a href="/ebooks/david-lindsay/a-voyage-to-arcturus">A Voyage to Arcturus</a></i>:</p><code class="html full"><dc:subject id="subject-1">Science fiction</dc:subject> <dc:subject id="subject-2">Psychological fiction</dc:subject> <dc:subject id="subject-3">Quests (Expeditions) -- Fiction</dc:subject> <dc:subject id="subject-4">Life on other planets -- Fiction</dc:subject> <meta property="meta-auth" refines="#subject-1">https://www.gutenberg.org/ebooks/1329</meta> <meta property="meta-auth" refines="#subject-2">https://www.gutenberg.org/ebooks/1329</meta> <meta property="meta-auth" refines="#subject-3">https://www.gutenberg.org/ebooks/1329</meta> <meta property="meta-auth" refines="#subject-4">https://www.gutenberg.org/ebooks/1329</meta></code>
|
||||
<h2>SE subjects</h2>
|
||||
<p>Along the Library of Congress categories, we include a custom list of SE subjects in the ebook metadata. Unlike Library of Congress categories, SE subjects are purposefully broad. They’re more like subject categories you’d find a medium-sized bookstore, as opposed to the precise, detailed, heirarchal Library of Congress categories.</p>
|
||||
<p>Along the Library of Congress categories, we include a custom list of SE subjects in the ebook metadata. Unlike Library of Congress categories, SE subjects are purposefully broad. They’re more like subject categories you’d find a medium-sized bookstore, as opposed to the precise, detailed, heirarchical Library of Congress categories.</p>
|
||||
<p>It’s your task to select appropriate SE subjects for your ebook. Usually just one or two of these categories will suffice.</p>
|
||||
<p>If you strongly feel like your book deserves a new category, please contact us to discuss it.</p>
|
||||
<p>Below is a list of all of the recognized SE subjects:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue