forked from niklasb/webkit-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
webkit-server (1.0-1) unstable; urgency=low | ||
|
||
* Initial import | ||
|
||
-- Niklas Baumstark <niklas.baumstark@gmail.com> Wed, 23 Sep 2015 10:17:33 +0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Source: webkit-server | ||
Maintainer: Niklas Baumstark <niklas.baumstark@gmail.com> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), qt5-default, libqt5webkit5-dev | ||
Standards-Version: 3.9.1 | ||
|
||
Package: python-webkit-server | ||
Architecture: any | ||
XB-Python-Version: ${python:Versions} | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends} | ||
Provides: ${python:Provides} | ||
Description: a Webkit-based, headless web client | ||
A standalone version of the Webkit server included in capybara-webkit. | ||
. | ||
It includes a slim Python wrapper and the following improvements over | ||
the original version from thoughtbot: | ||
. | ||
* Wait command to wait for the current page to load | ||
* SetAttribute command to configure certain QWebkit settings | ||
* SetHtml command to load custom HTML into the browser | ||
(e.g. to execute scripts on web pages scraped by a static scraper) | ||
* SetViewportSize command to set the viewport size of the in-memory browser | ||
. | ||
If you are interested in web scraping using this server, | ||
have a look at dryscrape (https://github.com/niklasb/dryscrape). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: webkit-server | ||
Source: https://github.com/niklasb/webkit-server | ||
|
||
Files: * | ||
Copyright: Copyright (c) 2010-2012 thoughtbot, inc. | ||
License: MIT | ||
For details see http://opensource.org/licenses/MIT. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
python-webkit-server binary: description-synopsis-starts-with-article | ||
python-webkit-server binary: new-package-should-close-itp-bug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/make -f | ||
|
||
%: | ||
dh $@ --with python2 --buildsystem=python_distutils | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
extend-diff-ignore="\.egg-info" |