mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 23:34:48 -04:00
Add feed/download toolbar to author and collection indexes
This commit is contained in:
parent
4268c6f91c
commit
dc0e873577
14 changed files with 151 additions and 43 deletions
|
@ -8,7 +8,7 @@ require_once('Core.php');
|
|||
<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() ?>
|
||||
<section id="general-feeds">
|
||||
<h2>General feeds</h2>
|
||||
<h2>General RSS feeds</h2>
|
||||
<ul class="feed">
|
||||
<li>
|
||||
<p><a href="/feeds/rss/new-releases">New releases</a> (Public)</p>
|
||||
|
@ -23,7 +23,7 @@ require_once('Core.php');
|
|||
</ul>
|
||||
</section>
|
||||
<section id="ebooks-by-collection">
|
||||
<h2>Feeds by topic</h2>
|
||||
<h2>RSS feeds by topic</h2>
|
||||
<ul class="feed">
|
||||
<li>
|
||||
<p><a href="/feeds/rss/authors">Feeds by author</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue