From 7a6c66618d4353fb771527a0d974b898a3b21d86 Mon Sep 17 00:00:00 2001 From: Banana Date: Fri, 30 Nov 2012 16:14:51 +0100 Subject: [PATCH] updated the readme about using phantomjs --- README | 5 +++++ insipid-config.cgi.example | 3 +++ 2 files changed, 8 insertions(+) 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" -- 2.39.5