Tweak wording on feed pages

This commit is contained in:
Alex Cabal 2022-07-09 20:19:47 -05:00
parent dfc9c1324d
commit 139ae6e918
7 changed files with 46 additions and 42 deletions

View file

@ -1,8 +1,8 @@
<section id="accessing-the-feeds"> <section id="accessing-the-feeds">
<h2>Accessing the feeds</h2> <h2>Accessing the feeds</h2>
<p>Our New Releases feeds are accessible by the public. Access to our other, more detailed feeds is available to our supporters in the <a href="/donate#patrons-circle">Patrons Circle</a> and <a href="/donate#corporate-sponsors">corporate sponsors</a>.</p> <p>Our New Releases feeds are accessible by the public. Access to our other, more detailed feeds is available to our <a href="/about#patrons-circle">Patrons Circle supporters</a> and our <a href="/about#corporate-sponsors">corporate sponsors</a>.</p>
<section id="individuals"> <section id="individuals">
<h3>Individuals</h3> <h3>Access for individuals</h3>
<ul> <ul>
<li><p>Join the <a href="/donate#patrons-circle">Patrons Circle</a> by making a donation to get access to all of our ebook feeds for the duration of your gift.</p></li> <li><p>Join the <a href="/donate#patrons-circle">Patrons Circle</a> by making a donation to get access to all of our ebook feeds for the duration of your gift.</p></li>
<li><p><a href="/contribute">Produce an ebook</a> for Standard Ebooks to get lifetime access to our ebook feeds. If youve already done that, <a href="/about#editor-in-chief">contact us</a> to enable your access.</p></li> <li><p><a href="/contribute">Produce an ebook</a> for Standard Ebooks to get lifetime access to our ebook feeds. If youve already done that, <a href="/about#editor-in-chief">contact us</a> to enable your access.</p></li>
@ -10,7 +10,7 @@
<p>To access a feed, when prompted enter your email address and leave the password field blank.</p> <p>To access a feed, when prompted enter your email address and leave the password field blank.</p>
</section> </section>
<section id="organizations-and-projects"> <section id="organizations-and-projects">
<h3>Organizations and projects</h3> <h3>Access for organizations and projects</h3>
<ul> <ul>
<li><p><a href="/donate#corporate-sponsors">Corporate sponsors</a> get access to all of our ebook feeds for the duration of their sponsorship. <a href="/about#editor-in-chief">Contact us</a> to chat about having your organization sponsor our mission.</p></li> <li><p><a href="/donate#corporate-sponsors">Corporate sponsors</a> get access to all of our ebook feeds for the duration of their sponsorship. <a href="/about#editor-in-chief">Contact us</a> to chat about having your organization sponsor our mission.</p></li>
<li><p>Software projects that are open-source and not-for-profit may be granted free access to our feeds. <a href="/about#editor-in-chief">Contact us</a> to inquire.</p></li> <li><p>Software projects that are open-source and not-for-profit may be granted free access to our feeds. <a href="/about#editor-in-chief">Contact us</a> to inquire.</p></li>

View file

@ -1193,7 +1193,7 @@ h2,
} }
h3{ h3{
font-size: 1.2rem; font-size: 1rem;
font-family: "League Spartan", Arial, sans-serif; font-family: "League Spartan", Arial, sans-serif;
margin-top: 3rem; margin-top: 3rem;
line-height: 1.2; line-height: 1.2;

View file

@ -8,8 +8,8 @@ require_once('Core.php');
<p>Atom feeds can be read by one of the many <a href="https://en.wikipedia.org/wiki/Comparison_of_feed_aggregators">RSS clients</a> available for download, like <a href="https://www.thunderbird.net/en-US/">Thunderbird</a>. They contain more information than regular <a href="/feeds/rss">RSS feeds</a>. Most RSS clients can read both Atom and RSS feeds.</p> <p>Atom feeds can be read by one of the many <a href="https://en.wikipedia.org/wiki/Comparison_of_feed_aggregators">RSS clients</a> available for download, like <a href="https://www.thunderbird.net/en-US/">Thunderbird</a>. They contain more information than regular <a href="/feeds/rss">RSS feeds</a>. Most RSS clients can read both Atom and RSS feeds.</p>
<p>Note that some RSS readers may show these feeds ordered by when an ebook was last updated, even though the feeds are ordered by when an ebook was first released. You should be able to change the sort order in your RSS reader.</p> <p>Note that some RSS readers may show these feeds ordered by when an ebook was last updated, even though the feeds are ordered by when an ebook was first released. You should be able to change the sort order in your RSS reader.</p>
<?= Template::FeedHowTo() ?> <?= Template::FeedHowTo() ?>
<section id="atom-feeds"> <section id="general-feeds">
<h2>Atom Feeds</h2> <h2>General feeds</h2>
<ul class="feed"> <ul class="feed">
<li> <li>
<p><a href="/feeds/atom/new-releases">New releases</a> (Public)</p> <p><a href="/feeds/atom/new-releases">New releases</a> (Public)</p>
@ -22,7 +22,8 @@ require_once('Core.php');
<p>All Standard Ebooks, most-recently-released first.</p> <p>All Standard Ebooks, most-recently-released first.</p>
</li> </li>
</ul> </ul>
<section id="atom-ebooks-by-subject"> </section>
<section id="ebooks-by-subject">
<h2>Ebooks by subject</h2> <h2>Ebooks by subject</h2>
<ul class="feed"> <ul class="feed">
<? foreach(SE_SUBJECTS as $subject){ ?> <? foreach(SE_SUBJECTS as $subject){ ?>
@ -34,6 +35,5 @@ require_once('Core.php');
</ul> </ul>
</section> </section>
</section> </section>
</section>
</main> </main>
<?= Template::Footer() ?> <?= Template::Footer() ?>

View file

@ -6,8 +6,8 @@ require_once('Core.php');
<article> <article>
<h1>Atom 1.0 Ebook Feeds by Subject</h1> <h1>Atom 1.0 Ebook Feeds by Subject</h1>
<?= Template::FeedHowTo() ?> <?= Template::FeedHowTo() ?>
<section id="atom-feeds"> <section id="ebooks-by-subject">
<h2>Atom Feeds</h2> <h2>Ebooks by subject</h2>
<ul class="feed"> <ul class="feed">
<? foreach(SE_SUBJECTS as $subject){ ?> <? foreach(SE_SUBJECTS as $subject){ ?>
<li> <li>

View file

@ -15,7 +15,7 @@ require_once('Core.php');
<section id="opds-feeds"> <section id="opds-feeds">
<h2>OPDS 1.2 feeds</h2> <h2>OPDS 1.2 feeds</h2>
<p><a href="https://en.wikipedia.org/wiki/Open_Publication_Distribution_System">OPDS feeds</a>, or “catalogs, can be added to ereading apps on phones and tablets to search, browse, and download from our entire catalog, directly in your ereader. Most modern ereading apps support OPDS catalogs.</p> <p><a href="https://en.wikipedia.org/wiki/Open_Publication_Distribution_System">OPDS feeds</a>, or “catalogs, can be added to ereading apps on phones and tablets to search, browse, and download from our entire catalog, directly in your ereader. Most modern ereading apps support OPDS catalogs.</p>
<p>Theyre also perfect for scripting, or for libraries or other organizations who wish to download and process our catalog of ebooks.</p> <p>Theyre also perfect for scripting, or for libraries or other organizations who wish to download, process, and keep up to date with our catalog of ebooks.</p>
<ul class="feed"> <ul class="feed">
<li> <li>
<p><a href="/feeds/opds">The Standard Ebooks OPDS feed</a></p> <p><a href="/feeds/opds">The Standard Ebooks OPDS feed</a></p>

View file

@ -5,10 +5,10 @@ require_once('Core.php');
<main> <main>
<section class="narrow"> <section class="narrow">
<h1>RSS 2.0 Ebook Feeds</h1> <h1>RSS 2.0 Ebook Feeds</h1>
<p>RSS feeds are an alternative to Atom feeds. They contain less information than Atom feeds, but might be better supported by some RSS readers.</p> <p>RSS feeds are the predecessors of <a href="/feeds/atom">Atom feeds</a>. They contain less information than Atom feeds, but might be better supported by some news readers.</p>
<?= Template::FeedHowTo() ?> <?= Template::FeedHowTo() ?>
<section id="rss-feeds"> <section id="general-feeds">
<h2>RSS Feeds</h2> <h2>General Feeds</h2>
<ul class="feed"> <ul class="feed">
<li> <li>
<p><a href="/feeds/rss/new-releases">New releases</a> (Public)</p> <p><a href="/feeds/rss/new-releases">New releases</a> (Public)</p>
@ -21,8 +21,9 @@ require_once('Core.php');
<p>All Standard Ebooks, most-recently-released first.</p> <p>All Standard Ebooks, most-recently-released first.</p>
</li> </li>
</ul> </ul>
<section id="rss-ebooks-by-subject"> </section>
<h3>Ebooks by subject</h3> <section id="ebooks-by-subject">
<h2>Ebooks by subject</h2>
<ul class="feed"> <ul class="feed">
<? foreach(SE_SUBJECTS as $subject){ ?> <? foreach(SE_SUBJECTS as $subject){ ?>
<li> <li>
@ -33,6 +34,5 @@ require_once('Core.php');
</ul> </ul>
</section> </section>
</section> </section>
</section>
</main> </main>
<?= Template::Footer() ?> <?= Template::Footer() ?>

View file

@ -5,6 +5,9 @@ require_once('Core.php');
<main> <main>
<article> <article>
<h1>RSS 2.0 Ebook Feeds by Subject</h1> <h1>RSS 2.0 Ebook Feeds by Subject</h1>
<?= Template::FeedHowTo() ?>
<section id="ebooks-by-subject">
<h2>Ebooks by subject</h2>
<ul class="feed"> <ul class="feed">
<? foreach(SE_SUBJECTS as $subject){ ?> <? foreach(SE_SUBJECTS as $subject){ ?>
<li> <li>
@ -13,6 +16,7 @@ require_once('Core.php');
</li> </li>
<? } ?> <? } ?>
</ul> </ul>
</section>
</article> </article>
</main> </main>
<?= Template::Footer() ?> <?= Template::Footer() ?>