22
33Table of contents:
44* [ Introduction] ( #introduction )
5- * [ Information on versions ] ( #information-on- versions )
5+ * [ Versions ] ( #versions )
66 * [ v50+ releases] ( #v50-releases )
77 * [ v31 release] ( #v31-release )
88* [ Support] ( #support )
@@ -12,9 +12,12 @@ Table of contents:
1212
1313## Introduction
1414
15- CEF Python is an open source project founded by [ Czarek Tomczak] ( http://www.linkedin.com/in/czarektomczak )
16- in 2012 to provide python bindings for the [ Chromium Embedded Framework] ( https://bitbucket.org/chromiumembedded/cef ) .
17- See the growing list of [ applications using CEF] ( http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF )
15+ CEF Python is an open source project founded by [ Czarek Tomczak]
16+ (http://www.linkedin.com/in/czarektomczak )
17+ in 2012 to provide python bindings for the [ Chromium Embedded Framework]
18+ (https://bitbucket.org/chromiumembedded/cef ).
19+ See the growing list of [ applications using CEF]
20+ (http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF )
1821on wikipedia. Examples of embedding CEF browser are available for many
1922popular GUI toolkits including: wxPython, PyGTK, PyQt, PySide, Kivy,
2023Panda3D, PyWin32 and PyGame/PyOpenGL.
@@ -29,7 +32,7 @@ use it for web scraping or as a web crawler, or other kind of internet
2932bots.
3033
3134
32- ## Information on versions
35+ ## Versions
3336
3437### v50+ releases
3538
@@ -40,24 +43,30 @@ bots.
40434 . Mac support: 64-bit, Python 2.7
41445 . Documentation is in the [ docs/] ( docs ) directory
42456 . API reference is in the [ api/] ( api ) directory
46+ 7 . Additional documentation is in issues labelled [ Knowledge Base]
47+ (../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
4348
4449### v31 release
4550
46511 . Downloads are available on [ wiki pages] ( ../../wiki#downloads )
52+ and on GH Releases tagged [ v31.2] ( ../../releases/tag/v31.2 )
47532 . Supports only Python 2.7
48543 . Windows support: 32-bit and 64-bit
49554 . Linux support: 32-bit and 64-bit
50565 . Mac support: 32-bit and 64-bit
51576 . Documentation is on [ wiki pages] ( ../../wiki )
52- 7 . API reference is available in commit [ 169a1b2] ( ../../tree/169a1b20d3cd09879070d41aab28cfa195d2a7d5/docs/api )
58+ 7 . API reference is available in revision [ 169a1b2]
59+ (../../tree/169a1b20d3cd09879070d41aab28cfa195d2a7d5/docs/api)
5360
5461
5562## Support
5663
57- - Ask questions and report problems on the [ Forum] ( https://groups.google.com/group/cefpython )
64+ - Ask questions and report problems on the [ Forum]
65+ (https://groups.google.com/group/cefpython )
5866- Documentation is in the [ docs/] ( docs ) directory
5967- API reference is in the [ api/] ( api ) directory
60- - See issues labelled [ Knowledge Base] ( ../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22 )
68+ - Additional documentation is in issues labelled [ Knowledge Base]
69+ (../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
6170- Wiki pages are deprecated and for v31 only
6271
6372
6675If you would like to support general CEF Python development efforts
6776by making a donation please click the Paypal Donate button:
6877
69- <a href =' https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V7LU7PD4N4GGG ' ><img src =' https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/donate.gif ' /></a >
78+ <a href =' https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V7LU7PD4N4GGG ' >
79+ <img src =' https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/donate.gif ' />
80+ </a >
7081
7182At this time CEF Python is unable to accept donations that sponsor the
7283development of specific features. However you can make a donation with
@@ -82,8 +93,9 @@ directly.
8293 the v55/v56 releases for all platforms
8394* Thanks to JetBrains for providing an Open Source license for
8495 [ PyCharm] ( https://www.jetbrains.com/pycharm/ )
85- * Thanks to those who have made a Paypal donation: [ Rentouch GmbH] ( http://www.rentouch.ch/ ) ,
86- Walter Purvis, Rokas Stupuras, Alex Rattray, Greg Kacy, Paul Korzhyk
96+ * Thanks to those who have made a Paypal donation: [ Rentouch GmbH]
97+ (http://www.rentouch.ch/ ), Walter Purvis, Rokas Stupuras, Alex Rattray,
98+ Greg Kacy, Paul Korzhyk
8799* Lots of thanks goes to [ Cyan Inc.] ( http://www.blueplanet.com/ ) for
88100 sponsoring this project for a long time, making CEF Python 3 mature
89101* Thanks to those who have donated their time through code contributions,
0 commit comments