From 1ce2866453d65c6d5363126c1c1c366088a2ac04 Mon Sep 17 00:00:00 2001 From: Nauman Ahmad Date: Sat, 26 Apr 2014 16:28:03 +0500 Subject: [PATCH 1/3] Copyright Updated --- scripts/webkit2png | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/webkit2png b/scripts/webkit2png index ffd5ef6..440a4f7 100755 --- a/scripts/webkit2png +++ b/scripts/webkit2png @@ -4,7 +4,7 @@ # # Creates screenshots of webpages using by QtWebkit. # -# Copyright (c) 2008 Roland Tapken +# Copyright (c) 2014 Roland Tapken # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License From 901d73592616d170fcc1e07e52b081b92550769d Mon Sep 17 00:00:00 2001 From: Nauman Ahmad Date: Sat, 26 Apr 2014 19:31:31 +0500 Subject: [PATCH 2/3] Changes... --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 44ef4b3..b1a134b 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,19 @@ -About -===== -**This Project Is Looking For Contributers** +**webkit2png** +============== -Originally taken from the blog post by Roland Tapken at: -http://www.blogs.uni-osnabrueck.de/rotapken/2008/12/03/create-screenshots-of-a-web-page-using-python-and-qtwebkit/ -Installation -============ +About +------ +Python script that takes screenshots (browsershots) using webkit +##Installation Ubuntu ------ - Add following packages: ``apt-get install python-qt4 libqt4-webkit xvfb`` - Install the flash plugin to screenshot Adobe Flash files: ``apt-get install flashplugin-installer`` -Automated installation via pip -------------------------------- +Automated installation via ```pip``` +------------------------------------- - Install pip: ```apt-get install python-pip``` - Install webkit2png: ```pip install webkit2png``` @@ -27,13 +26,12 @@ Manual installation via Git FreeBSD ------- -- install qt4 webkit: www/py-qt4-webkit, www/qt4-webkit, devel/py-qt4 +- install qt4 webkit: ```www/py-qt4-webkit, www/qt4-webkit, devel/py-qt4``` - install pip: ``devel/py-pip`` - install via: ``pip install webkit2png`` Usage ===== -- On a headless server run: python scripts/webkit2png [options] - For help run: ``python scripts/webkit2png -h`` ![Alt Text](http://24.media.tumblr.com/tumblr_m9trixXFHn1rxlmf0o1_400.gif) From 520112e9278f145a7449a8dff3bd169ab8ac8c59 Mon Sep 17 00:00:00 2001 From: Nauman Ahmad Date: Sat, 17 May 2014 19:31:04 +0500 Subject: [PATCH 3/3] Whitespace --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b1a134b..dc88b84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ **webkit2png** ============== - About ------ Python script that takes screenshots (browsershots) using webkit