-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathFeedHowTo.php
26 lines (26 loc) · 1.46 KB
/
FeedHowTo.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<section id="accessing-the-feeds">
<h2>Accessing the feeds</h2>
<? if(Session::$User?->Benefits->CanAccessFeeds){ ?>
<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>
<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>
</li>
<li>
<p><a href="/contribute">Produce an ebook</a> for Standard Ebooks to get lifetime access to our ebook feeds. (If you’ve already done that, <a href="/about#editor-in-chief">contact us</a> to enable your access.)</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>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>
</ul>
<p>
<i>If you’re a Patrons Circle member, when prompted enter your email address and leave the password field blank to access an ebook feed.</i>
</p>
<? } ?>
</section>