]> 91.132.146.200 Git - insipid.git/commitdiff
updated the readme about using phantomjs
authorBanana <banana@starscream.de>
Fri, 30 Nov 2012 15:14:51 +0000 (16:14 +0100)
committerBanana <banana@starscream.de>
Fri, 30 Nov 2012 15:14:51 +0000 (16:14 +0100)
README
insipid-config.cgi.example

diff --git a/README b/README
index 45697fd58791890e8d7893dad61feea943b4fd4d..eeaaaca624a16becbe78cc7b137b4b751b09166d 100755 (executable)
--- 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
index 43e396064eaa95e219ba0c2ff668da0f8d5ee742..205075b445f4e2863a570aad7316d6555413e897 100755 (executable)
@@ -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"