packages feed

gscholar-rss 0.2.2.0 → 0.2.3.0

raw patch · 2 files changed

+6/−4 lines, 2 files

Files

gscholar-rss.cabal view
@@ -1,8 +1,9 @@ name:                gscholar-rss-version:             0.2.2.0+version:             0.2.3.0 synopsis:            scrapes google scholar, provides RSS feed description:         A simple Google Scholar scraper, providing RSS/Atom-                     feeds. Check homepage for manual and examples.+                     feeds. Check <homepage http://ariis.it/static/articles/gscholar-rss/page.html>+                     for manual and examples. license:             GPL-3 license-file:        LICENSE author:              Francesco Ariis
src/Main.hs view
@@ -132,8 +132,9 @@       Just s  -> TLI.putStrLn s  helps :: String-helps = unlines ["invoke as: ",-                 "gscholar-rss <search-url>"]+helps = unlines+    ["invoke as: gscholar-rss <search-url>",+     "manual and examples: http://ariis.it/static/articles/gscholar-rss/page.html"]  errs :: String errs  = "Could not parse, please report to fa-ml@ariis.it"