diff --git a/templates/help.html b/templates/help.html index 3400d9d..a80b67c 100644 --- a/templates/help.html +++ b/templates/help.html @@ -1,7 +1,7 @@ {{template "header.html" .S}}

Advanced Search

-

It is possible to search for books in an specific language adding lang:code to the search string. See for example some searches: +

It is possible to search books in an specific language adding lang:code to the search string. See for example some searches:

+

Other ways to access the library

+ +
OPDS
+

The Imperial Library of Trantor has support for OPDS, witch allows you to browse and download books from any ebook reading software that supports OPDS. To use it just add the following url as your catalog address in your device: +

{{.S.BaseURL}}/?fmt=opds
+

+ +

In android devices works fine with fbreader configuring orbot to transparently proxy it's internet connection over tor.

+ +
RSS
+

With RSS you can use your feed reader to see the lattest updates on a certain search or the news of the library. To get the RSS url of some search just click on the .

+ +
hummin
+

For the command line geeks there is a cli client: hummin

+ +

To install it in a debian based system (like ubuntu) just do: +

+$ sudo apt-get install golang
+$ sudo go get github.com/trantor-library/hummin
+$ hummin
+
+

+ +
JSON
+

There is a JSON API for the library, with it you can write bots and other cool things like hummin.

+ +

You can add ?fmt=json to almost any page on trantor and you'll get a json of the contents of the page. I'll love to hear if you do something cool with it, please tell me by email.

+ {{template "footer.html"}}