From: Banana Date: Fri, 30 Nov 2012 15:14:51 +0000 (+0100) Subject: updated the readme about using phantomjs X-Git-Tag: 2.1-alpha-2019-0-29~73 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=7a6c66618d4353fb771527a0d974b898a3b21d86;p=insipid.git updated the readme about using phantomjs --- diff --git a/README b/README index 45697fd..eeaaaca 100755 --- a/README +++ b/README @@ -34,3 +34,8 @@ automatically configured. If you ever upgrade Insipid, the database schema will be automatically updated upon access. + +Using Screenshots +If you plan to use the screenshot feature you need to install phantomjs +http://phantomjs.org/ +and set the path to it in the configuration file diff --git a/insipid-config.cgi.example b/insipid-config.cgi.example index 43e3960..205075b 100755 --- a/insipid-config.cgi.example +++ b/insipid-config.cgi.example @@ -19,3 +19,6 @@ pagepath = /Luke username = luke userpass = yourpassword +# use phantomjs to create screenshots for a bookmark +usePhantomjs = 0; +phantomPath = "./path/to/phantomjs/bin/phantomjs"