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 /doc/tools.rst | |
parent | 25ae541840ea87db649302a0689e2fd896b19a01 (diff) | |
download | semanticscuttle-19202ab64ca8876964d47e2872792af41b20043e.tar.gz semanticscuttle-19202ab64ca8876964d47e2872792af41b20043e.tar.bz2 |
add tools section in docs
Diffstat (limited to 'doc/tools.rst')
-rw-r--r-- | doc/tools.rst | 16 |
1 files changed, 16 insertions, 0 deletions
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 |