diff options
author | Christian Weiske <cweiske@cweiske.de> | 2013-03-22 08:37:17 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2013-03-22 08:37:17 +0100 |
commit | 19202ab64ca8876964d47e2872792af41b20043e (patch) | |
tree | 2e5495d231b97691be3513678bebf246f654d653 | |
parent | 25ae541840ea87db649302a0689e2fd896b19a01 (diff) | |
download | semanticscuttle-19202ab64ca8876964d47e2872792af41b20043e.tar.gz semanticscuttle-19202ab64ca8876964d47e2872792af41b20043e.tar.bz2 |
add tools section in docs
-rw-r--r-- | doc/index.rst | 2 | ||||
-rw-r--r-- | doc/tools.rst | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 0a53680..678c102 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -21,11 +21,13 @@ Features - `SSL Client certificates`__ - Themes__ - `Configuration files`__ +- Tools__ __ authentication.html __ ssl-client-certificates.html __ themes.html __ configuration.html +__ tools.html diff --git a/doc/tools.rst b/doc/tools.rst new file mode 100644 index 0000000..be68a66 --- /dev/null +++ b/doc/tools.rst @@ -0,0 +1,16 @@ +================================= +Tools to use with SemanticScuttle +================================= + +TTRSS2SCUTTLE +============= +Announced in a `blog post`__, the plugin for the feed reader `Tiny Tiny RSS`__ +allows you to bookmark any of the articles in your own SemanticScuttle +instance. + +Source code and installation instructions are on the +`ttrss2scuttle github page`__. + +__ http://www.versvs.net/anotacion/plugin-tiny-tiny-rss-semanticscuttle +__ http://tt-rss.org/ +__ https://github.com/versvs/ttrss2scuttle |