update changelog and release version 0.4.0
[phancap.git] / docs / brainstorming.rst
1 =======================
2 Technical brainstorming
3 =======================
4
5 Tools to make website screenshots
6 =================================
7 - `cutycapt <http://cutycapt.sourceforge.net/>`_
8 - `khtml2png <http://khtml2png.sourceforge.net/>`_ (outdated)
9 - `phantomjs <http://phantomjs.org/>`_
10 - `python-webkit2png <https://github.com/AdamN/python-webkit2png/>`_
11 - `wkhtmltopdf <http://code.google.com/p/wkhtmltopdf/>`_
12 - wkhtmltoimage
13
14
15 Possible parameters
16 ===================
17
18 Page request parameters
19 -----------------------
20 - url
21 - bwidth (browser width / resolution)
22 - bheight (browser height / resolution)
23 - delay (capture X seconds after page loaded)
24 - useragent (user agent header string)
25 - accepted languages (Accept-Language header)
26 - cookie (set cookie data)
27 - referer (custom referer header)
28 - post data (send POST data as if filled out a form)
29
30 Screenshot configuration
31 ------------------------
32 - width (of thumbnail)
33 - height (of thumbnail)
34 - output format (jpg, png, pdf)
35 - mode: screen or page (full page height or screen size only)
36   - page aka fullpage
37 - quality (jpeg image quality)
38
39 Misc
40 ----
41 - callback URL (to notify when screenshot is ready)
42 - sync/async (wait for response or just get a 202 accepted)
43 - cache (to force a fresh screenshot with cache=0,
44   otherwise seconds the cache may be old)
45 - api key
46 - token (md5 hash of query string)
47
48 API parameter sources
49 ---------------------
50 - http://api1.thumbalizr.com/
51 - http://url2png.com/docs/
52 - http://webthumb.bluga.net/apidoc
53 - http://www.page2images.com/Create-website-screenshot-online-API
54 - http://browshot.com/api/documentation
55
56
57 Other website screenshot services
58 =================================
59 - http://browsershots.org/
60 - http://browshot.com/
61 - http://ctrlq.org/screenshots/
62 - http://grabz.it/
63 - http://url2png.com/
64 - http://usersnap.com/
65 - http://websnapr.com/
66 - http://webthumb.bluga.net/
67 - http://www.page2images.com/
68 - http://www.shrinktheweb.com/
69 - http://www.thumbalizr.com/
70 - http://www.url2picture.com/
71
72
73 Other website screenshot software
74 =================================
75 - https://github.com/microweber/screen