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
<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.
42
-
43
-
### Thanks
44
-
45
-
* Thanks to the numerous individuals that made a Paypal donation: Walter Purvis, Rokas Stupuras, Alex Rattray, Greg Kacy, Paul Korzhyk.
46
-
* 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.
47
-
* <ahref="http://www.cyaninc.com/"><imgalign="right"width="200"height="42"src="https://raw.githubusercontent.com/cztomczak/cefpython/master/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.
48
-
* Thanks to [Rentouch GmbH](http://www.rentouch.ch/) for sponsoring the development of the off-screen rendering support in CEF Python 3.
49
-
* Thanks to Thomas Wusatiuk for sponsoring the development of the web response reading features in CEF Python 3.
50
-
* Thanks to Adam Duston for donating a Macbook to aid the development of the Mac port.
42
+
<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 see the [Donations](docs/Donations.md) page. 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.
51
43
52
44
## Built a cool app?
53
45
54
46
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).
55
47
56
-
## Familiar with PHP or Go?
48
+
## CEF bindings for other languages
57
49
58
50
The author of CEF Python is also working on CEF bindings for other languages such as PHP and Go. For PHP take a look at the [PHP Desktop](https://github.com/cztomczak/phpdesktop) project. For Go see the [CEF2go](https://github.com/cztomczak/cef2go) project on GitHub.
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). If you would like to support general CEF Python development efforts by making a donation please click the Paypal "Donate" button below:
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.
8
+
9
+
## Thanks
10
+
11
+
* Thanks to the numerous individuals that made a Paypal donation:
12
+
Walter Purvis, Rokas Stupuras, Alex Rattray, Greg Kacy, Paul Korzhyk.
13
+
* Thanks to those that have donated their time through code contributions.
14
+
See the [AUTHORS.txt](../AUTHORS.txt) file.
15
+
* <ahref="http://www.cyaninc.com/"><imgalign="right"width="200"height="42"src="https://raw.githubusercontent.com/cztomczak/cefpython/master/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.
16
+
* Thanks to [Rentouch GmbH](http://www.rentouch.ch/) for sponsoring the
17
+
development of the off-screen rendering support in CEF Python 3.
18
+
* Thanks to Thomas Wusatiuk for sponsoring the development of the web
19
+
response reading features in CEF Python 3.
20
+
* Thanks to Adam Duston for donating a Macbook to aid the development
See also the <imgsrc="https://cdn.sstatic.net/stackoverflow/img/favicon.ico"width="24"height="24"> [cefpython](http://stackoverflow.com/questions/tagged/cefpython) tag on StackOverflow.
9
+
10
+
Before creating an issue in the tracker it is best to discuss it first on the Forum. When creating issue include information like: OS, Python version, library version (wxPython etc), cefpython version and say which example you're running (try to reproduce your issue with one of official cefpython examples).
11
+
12
+
### Search
13
+
14
+
Search through wiki pages with the [Github Wiki Search](https://github.com/linyows/github-wiki-search) plugin.
15
+
16
+
You can find many useful information on the [CEF Python Forum](https://groups.google.com/d/forum/cefpython).
17
+
18
+
Try searching in <imgalt="CEF Python issues"src="https://github.com/favicon.ico"width="24"height="24"> [All Issues](https://github.com/cztomczak/cefpython/issues?utf8=%E2%9C%93&q=is%3Aissue).
19
+
20
+
Another option for wiki search is to use <imgsrc="https://www.google.com/images/icons/product/search-32.png"width="24"height="24"> Google: [**site**:github.com/cztomczak/cefpython/wiki/](https://www.google.com/search?q=site%3Agithub.com%2Fcztomczak%2Fcefpython%2Fwiki%2F&hl=en&gfe_rd=cr&gws_rd=cr).
21
+
22
+
Try also searching upstream [CEF Forum](http://magpcss.org/ceforum/) - a valuable resource of information.
23
+
24
+
You can search upstream <imgalt="CEF Issues"src="https://bitbucket.org/favicon.ico"width="24"height="24"> [CEF Issues](https://bitbucket.org/chromiumembedded/cef/issues) as well.
25
+
26
+
## Knowledge Base
27
+
28
+
See the [Knowledge Base](KnowledgeBase) wiki page.
29
+
30
+
## Contributing
31
+
32
+
Not looking for help, but instead want to help? Great, read further.
33
+
34
+
1. Subscribe to [Forum](https://groups.google.com/d/forum/cefpython) updates by setting membership settings to send Daily summaries via email - help other users solve problems.
35
+
36
+
2. Subscribe to be notified of new [cefpython](http://stackoverflow.com/questions/tagged/cefpython) tagged questions on StackOverflow through [RSS feed](http://stackoverflow.com/feeds/tag/cefpython) or by enabling email subscritpion through [Tag Sets](http://blog.stackoverflow.com/2010/11/tag-sets-on-stack-exchange/).
37
+
38
+
3. Anyone can edit Wiki Pages - help us improve documentation. Besides the built-in online editor you can also clone wiki locally (use git clone for [this url](https://github.com/cztomczak/cefpython.wiki.git)) and easily edit markdown pages with [Atom editor](https://atom.io/) and the [markdown-preview](https://atom.io/packages/markdown-preview) plugin (ctrl+shift+m to preview, also set live preview and split pane in settings).
39
+
40
+
Want to do some more? Read On!
41
+
42
+
4. See the [good first issue](https://github.com/cztomczak/cefpython/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and [help wanted](https://github.com/cztomczak/cefpython/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) labeled issues. These are Good First Issues for anyone who knows any of: Python, Git, Unit testing, CI builds or just plain English (documentation help). No need to know obfuscated languages like Cython/C/C++ and you still can help.
43
+
44
+
5. If you are interested in donating time to help with the CEF Python development (Cython/C/C++ skills) please see the [Internal development](InternalDevelopment) wiki page.
0 commit comments