packages feed

doi 0.0.1 → 0.0.2

raw patch · 2 files changed

+5/−3 lines, 2 files

Files

DOI.hs view
@@ -52,8 +52,10 @@ -- ^ BibTeX entries are appended to this file   -- | Url of the bibsonomy scraper (e.g. their public version of self hosted)--- needs to be install in ROOT app (tested on tomcat8)--- >  cd /tmp && wget http://dev.bibsonomy.org/maven2/org/bibsonomy/bibsonomy-scrapingservice/3.3.0/bibsonomy-scrapingservice-3.3.0.war && sudo mv bibsonomy-scrapingservice-3.3.0.war /var/lib/tomcat8/webapps/ROOT.war+--+-- Self hosted: needs to be installed in ROOT app (tested on tomcat8)+--+-- @  cd \/tmp && wget http:\/\/dev.bibsonomy.org\/maven2\/org\/bibsonomy\/bibsonomy-scrapingservice\/3.3.0\/bibsonomy-scrapingservice-3.3.0.war && sudo mv bibsonomy-scrapingservice-3.3.0.war \/var\/lib\/tomcat8\/webapps\/ROOT.war @ bibsonomyUrl = if True then   "http://scraper.bibsonomy.org/service?format=bibtex&selection=&url="   else
doi.cabal view
@@ -1,5 +1,5 @@ name: doi-version: 0.0.1+version: 0.0.2 cabal-version: >=1.10 build-type: Simple license: MIT