@@ -16,15 +16,12 @@ Table of contents:
1616
1717## Introduction
1818
19- CEF Python is a BSD-licensed open source project founded by [ Czarek Tomczak]
20- (http://www.linkedin.com/in/czarektomczak ) in 2012 and is based on
21- Google Chromium and the [ CEF Framework]
22- (https://bitbucket.org/chromiumembedded/cef ) projects. The Chromium
23- project focuses mainly on Google Chrome application development, while
24- CEF focuses on facilitating embedded browser use cases in third-party
25- applications. Lots of applications use CEF control, there are more than
26- [ 100 million CEF instances]
27- (http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF )
19+ CEF Python is a BSD-licensed open source project founded by [ Czarek Tomczak] ( http://www.linkedin.com/in/czarektomczak )
20+ in 2012 and is based on Google Chromium and the [ CEF Framework] ( https://bitbucket.org/chromiumembedded/cef )
21+ projects. The Chromium project focuses mainly on Google Chrome application
22+ development, while CEF focuses on facilitating embedded browser use cases
23+ in third-party applications. Lots of applications use CEF control, there are
24+ more than [ 100 million CEF instances] ( http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF )
2825installed around the world. [ Examples of embedding] ( examples/Examples-README.md )
2926Chrome browser are available for many popular GUI toolkits including:
3027wxPython, PyGTK, PyQt, PySide, Kivy, Panda3D and PyGame/PyOpenGL.
@@ -33,22 +30,20 @@ There are many use cases for CEF. You can embed a web browser control
3330based on Chromium with great HTML 5 support. You can use it to create
3431a HTML 5 based GUI in an application, this can act as a replacement for
3532standard GUI toolkits such as wxWidgets, Qt or GTK. In such case to
36- communicate between Python<>Javascript use [ javascript bindings]
37- (api/JavascriptBindings.md) or embed an internal web server and talk
38- using http requests. You can render web content off-screen in
39- applications that use custom drawing frameworks. You can use it for
40- automated testing of existing applications. You can use it for web
41- scraping or as a web crawler, or other kind of internet bots.
33+ communicate between Python<>Javascript use [ javascript bindings] ( api/JavascriptBindings.md )
34+ or embed an internal web server and talk using http requests. You
35+ can render web content off-screen in applications that use custom
36+ drawing frameworks. You can use it for automated testing of existing
37+ applications. You can use it for web scraping or as a web crawler,
38+ or other kind of internet bots.
4239
4340
4441## Support
4542
46- - Ask questions, report problems and issues on the [ Forum]
47- (https://groups.google.com/group/cefpython )
43+ - Ask questions, report problems and issues on the [ Forum] ( https://groups.google.com/group/cefpython )
4844- Documentation is in the [ docs/] ( docs ) directory
4945- API reference is in the [ api/] ( api ) directory
50- - Additional documentation is in issues labelled [ Knowledge Base]
51- (../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
46+ - Additional documentation is in issues labelled [ Knowledge Base] ( ../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22 )
5247- Wiki pages are deprecated and for v31 only
5348
5449
@@ -66,8 +61,7 @@ scraping or as a web crawler, or other kind of internet bots.
6661 (requirements: MacOS 10.9+)
6762- Documentation is in the [ docs/] ( docs ) directory
6863- API reference is in the [ api/] ( api ) directory
69- - Additional documentation is in issues labelled [ Knowledge Base]
70- (../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
64+ - Additional documentation is in issues labelled [ Knowledge Base] ( ../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22 )
7165
7266### v31 release
7367
@@ -78,8 +72,7 @@ scraping or as a web crawler, or other kind of internet bots.
7872- Linux support: 32-bit and 64-bit (requirements: Debian 7+ / Ubuntu 12.04+)
7973- Mac support: 32-bit and 64-bit (requirements: MacOS 10.7+)
8074- Documentation is on [ wiki pages] ( ../../wiki )
81- - API reference is available in revision [ 169a1b2]
82- (../../tree/169a1b20d3cd09879070d41aab28cfa195d2a7d5/docs/api)
75+ - API reference is available in revision [ 169a1b2] ( ../../tree/169a1b20d3cd09879070d41aab28cfa195d2a7d5/docs/api )
8376
8477
8578## Support development
@@ -105,9 +98,8 @@ directly.
10598 the v55/v56 releases for all platforms
10699* Thanks to JetBrains for providing an Open Source license for
107100 [ PyCharm] ( https://www.jetbrains.com/pycharm/ )
108- * Thanks to those who have made a Paypal donation: [ Rentouch GmbH]
109- (http://www.rentouch.ch/ ), Walter Purvis, Rokas Stupuras, Alex Rattray,
110- Greg Kacy, Paul Korzhyk
101+ * Thanks to those who have made a Paypal donation: [ Rentouch GmbH] ( http://www.rentouch.ch/ ) ,
102+ Walter Purvis, Rokas Stupuras, Alex Rattray, Greg Kacy, Paul Korzhyk
111103* Lots of thanks goes to [ Cyan Inc.] ( http://www.blueplanet.com/ ) for
112104 sponsoring this project for a long time, making CEF Python 3 mature
113105* Thanks to those who have donated their time through code contributions,
0 commit comments