add readme
parent
45a809bcc1
commit
0e688ad2e9
|
@ -105,6 +105,8 @@ Gutenberg metadata much faster than by scraping.
|
||||||
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
|
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
|
||||||
<li><a href="/browse/scores/top">Frequently Downloaded</a></li>
|
<li><a href="/browse/scores/top">Frequently Downloaded</a></li>
|
||||||
<li><a href="/ebooks/offline_catalogs.html">Offline Catalogs</a></li>
|
<li><a href="/ebooks/offline_catalogs.html">Offline Catalogs</a></li>
|
||||||
|
<li><a href="../booklist.html">My Booklist</a></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -105,6 +105,7 @@ Gutenberg metadata much faster than by scraping.
|
||||||
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
|
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
|
||||||
<li><a href="/browse/scores/top">Frequently Downloaded</a></li>
|
<li><a href="/browse/scores/top">Frequently Downloaded</a></li>
|
||||||
<li><a href="/ebooks/offline_catalogs.html">Offline Catalogs</a></li>
|
<li><a href="/ebooks/offline_catalogs.html">Offline Catalogs</a></li>
|
||||||
|
<li><a href="../booklist.html">My Booklist</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
|
<li><a href="/ebooks/bookshelf/">Bookshelves</a></li>
|
||||||
<li><a href="/browse/scores/top">Frequently Downloaded</a></li>
|
<li><a href="/browse/scores/top">Frequently Downloaded</a></li>
|
||||||
<li><a href="/ebooks/offline_catalogs.html">Offline Catalogs</a></li>
|
<li><a href="/ebooks/offline_catalogs.html">Offline Catalogs</a></li>
|
||||||
|
<li><a href="../booklist.html">My Booklist</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
## Setup Instructions
|
||||||
|
|
||||||
|
Setup is very simple as all the content as of now is static.
|
||||||
|
|
||||||
|
1. Pull the github repository
|
||||||
|
2. Open index.html in your browser
|
||||||
|
3. Note the new *My Booklist* link in the Search and Browse tab.
|
||||||
|
4. Navigate to any of the books that have a red outline which have the static pages linked. Any other book links are dead links.
|
||||||
|
5. Press the new *Add to Booklist* button to add the book to your list and have it be visible under the new *My Booklist* tab.
|
Loading…
Reference in New Issue