You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Table of contents:
11
11
12
12
## Introduction
13
13
14
-
CEF Python is an open source project founded by <ahref="http://www.linkedin.com/in/czarektomczak">Czarek Tomczak</a> in 2012 to provide python bindings for the <ahref="https://bitbucket.org/chromiumembedded/cef">Chromium Embedded Framework</a>. See the growing list of <ahref="http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF">applications using CEF</a> on wikipedia. Examples of embedding CEF browser are available for many popular GUI toolkits including: <ahref="../wiki/wxPython.md">wxPython</a>, <ahref="../wiki/PyGTK.md">PyGTK</a>, <ahref="../wiki/PyQt.md">PyQt</a>, <ahref="../wiki/PySide.md">PySide</a>, <ahref="../wiki/Kivy.md">Kivy</a>, <ahref="../wiki/Panda3D.md">Panda3D</a> and <ahref="../master/cefpython/cef3/windows/binaries_32bit/pywin32.py">PyWin32</a>.
14
+
CEF Python is an open source project founded by [Czarek Tomczak](http://www.linkedin.com/in/czarektomczak)in 2012 to provide python bindings for the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef). See the growing list of [applications using CEF](http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF)on wikipedia. Examples of embedding CEF browser are available for many popular GUI toolkits including: [wxPython](../../wiki/wxPython), [PyGTK](../../wiki/PyGTK), [PyQt](../../wiki/PyQt), [PySide](../../wiki/PySide), [Kivy](../../wiki/Kivy), [Panda3D](../../wiki/Panda3D) and [PyWin32](../master/cefpython/cef3/windows/binaries_32bit/pywin32.py).
15
15
16
16
Some use cases for CEF:
17
17
18
18
* Embed a web browser control with great HTML5 support (based on Chromium)
19
-
* Use it to create a HTML5 based GUI in an application. This can act as a replacement for GUI toolkits like wxWidgets/Qt/Gtk. For native communication between javascript and python use <ahref="../wiki/JavascriptBindings.md">javascript bindings</a>. Another option is to run an internal python web server and use websockets/XMLHttpRequest for js<>python communication. This way you can write a desktop app in the same way you write web apps.
20
-
* Render web content off-screen in applications that use custom drawing frameworks. See the <ahref="../wiki/Kivy.md">Kivy</a> and <ahref="../wiki/Panda3D.md">Panda3D</a> examples.
19
+
* Use it to create a HTML5 based GUI in an application. This can act as a replacement for GUI toolkits like wxWidgets/Qt/Gtk. For native communication between javascript and python use [javascript bindings](../../wiki/JavascriptBindings). Another option is to run an internal python web server and use websockets/XMLHttpRequest for js<>python communication. This way you can write a desktop app in the same way you write web apps.
20
+
* Render web content off-screen in applications that use custom drawing frameworks. See the [Kivy](../../wiki/Kivy) and [Panda3D](../../wiki/Panda3D) examples.
21
21
* Use it for automated testing of existing web applications. Use it for web scraping, or as a web crawler or other kind of internet bots.
22
22
23
23
## Supported Python versions and platforms
@@ -27,38 +27,38 @@ Some use cases for CEF:
27
27
28
28
## Downloads
29
29
30
-
* For Windows: see the <ahref="../wiki/Download_CEF3_Windows.md">Download_CEF3_Windows</a> wiki page.
31
-
* For Linux: see the <ahref="../wiki/Download_CEF3_Linux.md">Download_CEF3_Linux</a> wiki page.
32
-
* For Mac: see the <ahref="../wiki/Download_CEF3_Mac.md">Download_CEF3_Mac</a> wiki page.
30
+
* For Windows: see the [Download_CEF3_Windows](../../wiki/Download_CEF3_Windows) wiki page.
31
+
* For Linux: see the [Download_CEF3_Linux](../../wiki/Download_CEF3_Linux) wiki page.
32
+
* For Mac: see the [Download_CEF3_Mac](../../wiki/Download_CEF3_Mac) wiki page.
33
33
34
34
## Help
35
35
36
-
* Documentation is on the <ahref="../../tree/wiki">wiki pages</a>. Start with the <ahref="../wiki/API.md">API</a> page.
37
-
* Ask questions and report problems on the <ahref="https://groups.google.com/group/cefpython">CEF Python Forum</a>.
36
+
* Documentation is on the [wiki pages](../../wiki).
37
+
* Ask questions and report problems on the [CEF Python Forum](https://groups.google.com/group/cefpython).
38
38
* Please do not use the [Issue Tracker](../../issues) for asking questions.
39
-
* Instructions on how to enable Flash Player are on the <ahref="../wiki/Plugins.md">Plugins</a> wiki page.
40
-
* Having problems with playing audio or video? See the <ahref="../wiki/AudioVideo.md">AudioVideo</a> wiki page.
39
+
* Instructions on how to enable Flash Player are on the [Plugins](../../wiki/Plugins) wiki page.
40
+
* Having problems with playing audio or video? See the [AudioVideo](../../wiki/AudioVideo) wiki page.
41
41
42
42
## Watch the project
43
43
44
-
To be notified of updates watch the project on GitHub and additionally join the <ahref="http://groups.google.com/group/cefpython">Forum</a> and set membership settings to send Daily summaries via email.
44
+
To be notified of updates watch the project on GitHub and additionally join the [Forum](http://groups.google.com/group/cefpython) and set membership settings to send Daily summaries via email.
45
45
46
46
## Support development
47
47
48
-
<ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95W9VHNSFWRUN"><imgalign="right"src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif"></img></a> If you are interested in donating time to help with the CEF Python development please see the <ahref="../wiki/InternalDevelopment.md">InternalDevelopment</a> wiki page. If you would like to support general CEF Python development efforts by making a donation please click the Paypal "Donate" button to the right. At this time CEF Python is unable to accept donations that sponsor the development of specific features. If you are interested in sponsorship opportunities please contact Czarek directly.
48
+
<ahref="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95W9VHNSFWRUN"><imgalign="right"src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif"></img></a> If you are interested in donating time to help with the CEF Python development please see the [Internal development](../../wiki/InternalDevelopment) wiki page. If you would like to support general CEF Python development efforts by making a donation please click the Paypal "Donate" button to the right. At this time CEF Python is unable to accept donations that sponsor the development of specific features. If you are interested in sponsorship opportunities please contact Czarek directly.
49
49
50
50
### Thanks
51
51
52
52
* Thanks to the numerous individuals that made a Paypal donation: Walter Purvis, Rokas Stupuras, Alex Rattray, Greg Kacy, Paul Korzhyk.
53
53
* Thanks to those that have donated their time through code contributions: see the [AUTHORS.txt](../master/cefpython/AUTHORS.txt) file. Patches can be attached in the issue tracker.
54
-
* <ahref="http://www.cyaninc.com/"><imgalign="right"width="200"height="42"src="https://cefpython.googlecode.com/git/cefpython/var/cyan_new_logo.png"></img></a>Many thanks to <ahref="http://www.cyaninc.com/">Cyan Inc.</a> for sponsoring this project, making CEF Python 3 more mature. Lots of new features were added, including javascript bindings and Linux support.
55
-
* Thanks to <ahref="http://www.rentouch.ch/">Rentouch GmbH</a> for sponsoring the development of the off-screen rendering support in CEF Python 3.
54
+
* <ahref="http://www.cyaninc.com/"><imgalign="right"width="200"height="42"src="https://cefpython.googlecode.com/git/cefpython/var/cyan_new_logo.png"></img></a>Many thanks to [Cyan Inc.](http://www.cyaninc.com/) for sponsoring this project, making CEF Python 3 more mature. Lots of new features were added, including javascript bindings and Linux support.
55
+
* Thanks to [Rentouch GmbH](http://www.rentouch.ch/) for sponsoring the development of the off-screen rendering support in CEF Python 3.
56
56
* Thanks to Thomas Wusatiuk for sponsoring the development of the web response reading features in CEF Python 3.
57
57
* Thanks to Adam Duston for donating a Macbook to aid the development of the Mac port.
58
58
59
59
## Built a cool app?
60
60
61
-
Built a cool app using CEF Python and would like to share info with the community? Talk about it on the <ahref="https://groups.google.com/group/cefpython?hl=en">CEF Python Forum</a>.
61
+
Built a cool app using CEF Python and would like to share info with the community? Talk about it on the [CEF Python Forum](https://groups.google.com/group/cefpython).
0 commit comments