Tweak feed wording

This commit is contained in:
Alex Cabal 2025-01-26 16:23:15 -06:00
parent a15ae6f77e
commit 4eb45bd54b

View file

@ -1,7 +1,10 @@
<section id="accessing-the-feeds"> <section id="accessing-the-feeds">
<h2>Accessing the feeds</h2> <h2>Accessing the feeds</h2>
<? if(Session::$User === null){ ?> <? if(Session::$User?->Benefits->CanAccessFeeds){ ?>
<p>Our New Releases feeds are open to everyone. Our other feeds are a benefit of Patrons Circle membership.</p> <p>When prompted, enter your email address and leave the password field blank to access a feed.</p>
<? }else{ ?>
<p>Our New Releases ebook feeds are open to everyone.</p>
<p>You can get access to our other ebook feeds in one of the following ways:</p>
<ul> <ul>
<li> <li>
<p><a href="/donate#patrons-circle">Join the Patrons Circle</a> by making a small donation in support of our mission. Patrons have full access to our ebook feeds for the duration of their gift.</p> <p><a href="/donate#patrons-circle">Join the Patrons Circle</a> by making a small donation in support of our mission. Patrons have full access to our ebook feeds for the duration of their gift.</p>
@ -13,17 +16,11 @@
<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> <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>
<li> <li>
<p>Open source projects can get free access to all of our ebook feeds if they meet certain criteria. <a href="/about#editor-in-chief">Contact us</a> to discuss free access for your open source project.</p> <p>Open source projects can get access to our ebook feeds if they meet certain criteria. <a href="/about#editor-in-chief">Contact us</a> to discuss your open source project.</p>
</li> </li>
</ul> </ul>
<p> <p>
<i>If youre a Patrons Circle member, when prompted enter your email address and leave the password field blank to access a feed.</i> <i>If youre a Patrons Circle member, when prompted enter your email address and leave the password field blank to access an ebook feed.</i>
</p>
<? }elseif(Session::$User->Benefits->CanAccessFeeds){ ?>
<p>When prompted enter your email address and leave the password field blank to access a feed.</p>
<? }else{ ?>
<p>
<i>If youre a Patrons Circle member, when prompted enter your email address and leave the password field blank to access a feed.</i>
</p> </p>
<? } ?> <? } ?>
</section> </section>