gscholar-rss 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+11/−8 lines, 2 files
Files
- gscholar-rss.cabal +1/−1
- manual/page.rst +10/−7
gscholar-rss.cabal view
@@ -1,5 +1,5 @@ name: gscholar-rss-version: 0.3.0.1+version: 0.3.0.2 synopsis: scrapes google scholar, provides RSS feed description: A simple Google Scholar scraper, providing RSS/Atom feeds. Check <http://ariis.it/static/articles/gscholar-rss/page.html homepage>
manual/page.rst view
@@ -24,7 +24,7 @@ - download the appropriate binary from the `binaries page`__ and put it somewhere visibile in your ``$PATH``. **Or** -.. __: http://ariis.it/link/repos/gscholar-rss/bin/+.. __: http://ariis.it/link/repos/dist/gscholar-rss/ - compile it yourself. This means getting Haskell for your platform (e.g. on Debian ``sudo apt-get install haskell-platform``).@@ -32,10 +32,10 @@ :: - cabal new-update+ cabal update cabal get gscholar-rss # now `cd` into the newly created folder and run- cabal new-build+ cabal build will create a binary (the location is displayed upon completion -- check for a line similar to ``Linking /home/f/spool/gs-rss...``).@@ -90,11 +90,14 @@ Repository and contact ---------------------- -Here is the `darcs repository`_.+I distribute `source and binaries`_ (`signed hashes`_).+To report a bug, request a feature or contribute with a patch, `write to me`_. -.. _`darcs repository`: http://ariis.it/link/repos/gscholar-rss/+.. _`source and binaries`: http://ariis.it/link/repos/dist/gscholar-rss/+.. _`signed hashes`: http://ariis.it/link/repos/dist/sha256sum+.. _`write to me`: /static/articles/mail/page.html -If you want to report a bug or request a feature, `write to me`_.+If you prefer, there is a `git repository`_ too. -.. _`write to me`: /static/articles/mail/page.html+.. _`git repository`: https://gitlab.com/fffaaa/gscholar-rss/