Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df6c0ca

Browse filesBrowse files
committed
Update README, Authors and GitHub templates
1 parent 3ca4678 commit df6c0ca
Copy full SHA for df6c0ca

File tree

Expand file treeCollapse file tree

4 files changed

+52
-51
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+52
-51
lines changed
Open diff view settings
Collapse file

‎.github/CONTRIBUTING.md‎

Copy file name to clipboard
+2-7Lines changed: 2 additions & 7 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
Please do not create Issues. Issues must first be discussed
2-
and confirmed on the Forum. Report issues on the Forum here:
3-
4-
https://goo.gl/xz4cEF
5-
6-
Please do not ask questions in existing issues. Ask questions
7-
on the Forum, link above.
1+
Questions should be asked on the forum:
2+
https://groups.google.com/group/cefpython
Collapse file

‎.github/ISSUE_TEMPLATE.md‎

Copy file name to clipboard
+2-8Lines changed: 2 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
Please do not create Issues using this form. Issues must
2-
first be discussed and confirmed on the Forum. Report issues
3-
on the Forum here:
4-
5-
https://goo.gl/xz4cEF
6-
7-
Please do not ask questions in existing issues. Ask questions
8-
on the Forum, link above.
1+
Questions should be asked on the forum:
2+
https://groups.google.com/group/cefpython
Collapse file

‎Authors‎

Copy file name to clipboard
+18-13Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
Core developers:
2-
Czarek Tomczak <czarek.tomczak2@@gmail.com>
2+
Czarek Tomczak <czarek.tomczak2@@gmail.com>
33

44
Contributors:
5-
老农 cjjer <cjjer@@59490.com>
6-
Richard Rodriguez <rich770@@gmail.com>
7-
Roman Plášil <me@@rplasil.name>
8-
Rokas Stupuras <roxaz911@@gmail.com>
9-
Greg Kacy <grkacy@@gmail.com>
10-
Thomas Dähling <thomas@@ccpgames.com>
11-
Dominique Burnand <dominique.burnand@@rentouch.ch>
12-
Greg Farrell <gregfarrell.org@@gmail.com>
13-
Finn Hughes <finn.hughes1@@gmail.com>
14-
Marcelo Fernandez <fernandezm@@gmail.com>
15-
Simon Hatt <9hatt2@@gmail.com>
16-
Neil Munday <www.mundayweb.com>
5+
老农 cjjer <cjjer@@59490.com>
6+
Richard Rodriguez <rich770@@gmail.com>
7+
Roman Plášil <me@@rplasil.name>
8+
Rokas Stupuras <roxaz911@@gmail.com>
9+
Greg Kacy <grkacy@@gmail.com>
10+
Thomas Dähling <thomas@@ccpgames.com>
11+
Dominique Burnand <dominique.burnand@@rentouch.ch>
12+
Greg Farrell <gregfarrell.org@@gmail.com>
13+
Finn Hughes <finn.hughes1@@gmail.com>
14+
Marcelo Fernandez <fernandezm@@gmail.com>
15+
Simon Hatt <9hatt2@@gmail.com>
16+
Neil Munday <www.mundayweb.com>
17+
Joseph Kogut <https://github.com/jakogut>
18+
Paweł Kierski <https://github.com/pkierski>
19+
Dónal McMullan <https://github.com/donalm>
20+
nobodyguy <https://github.com/nobodyguy>
21+
Elliot Woods <https://github.com/elliotwoods>
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+30-23Lines changed: 30 additions & 23 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,26 @@ Table of contents:
2222

2323
## Introduction
2424

25-
CEF Python is an open source project founded by [Czarek Tomczak](https://drive.google.com/file/d/17xmoT5Z_zTHkVclqPzrs2aAV64Uiu7fh/view)
26-
(available for contract work) in 2012 to provide Python bindings for the
27-
[Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) (CEF). The Chromium project focuses mainly on Google Chrome application
25+
CEF Python is an open source project founded by
26+
[Czarek Tomczak](https://drive.google.com/file/d/17xmoT5Z_zTHkVclqPzrs2aAV64Uiu7fh/view)
27+
in 2012 to provide Python bindings for the
28+
[Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef) (CEF).
29+
The Chromium project focuses mainly on Google Chrome application
2830
development while CEF focuses on facilitating embedded browser use cases
2931
in third-party applications. Lots of applications use CEF control, there are
3032
more than [100 million CEF instances](http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF)
3133
installed around the world. There are numerous use cases for CEF:
32-
1. Use it as a modern HTML5 based rendering engine that can act as a replacement
33-
for classic desktop GUI frameworks. Think of it as Electron for Python.
34+
35+
1. Use it as a modern HTML5 based rendering engine that can act as
36+
a replacement for classic desktop GUI frameworks. Think of it as Electron
37+
for Python.
3438
2. Embed a web browser widget in a classic Qt / GTK / wxPython desktop
35-
application
36-
3. Render web content off-screen in applications that use custom drawing frameworks
37-
4. Use it for automated testing of web applications with more advanced capabilities
38-
than Selenium web browser automation due to
39-
CEF low level programming APIs
39+
application
40+
3. Render web content off-screen in applications that use custom drawing
41+
frameworks
42+
4. Use it for automated testing of web applications with more advanced
43+
capabilities than Selenium web browser automation due to CEF low level
44+
programming APIs
4045
5. Use it for web scraping, as a web crawler or other kind of internet bots
4146

4247
CEF Python also provides examples of embedding CEF for many Python GUI
@@ -55,9 +60,10 @@ PyGame, PyOpenGL, PyWin32, PySide and PySDL2.
5560
</a>
5661
</p>
5762

58-
Many Thanks to Lampix for sponsoring the [v66 release](../../releases/tag/v66.0).
59-
Lampix is the first hardware and software solution that turns any surface
60-
into a smart, augmented reality or interactive surface. Please visit their website:
63+
Many Thanks to Lampix for sponsoring the
64+
[v66 release](../../releases/tag/v66.0). Lampix is the first hardware
65+
and software solution that turns any surface into a smart, augmented reality
66+
or interactive surface. Please visit their website:
6167
<a href="https://lampix.com/">Lampix.com</a>
6268

6369
</td><td width="50%" valign="top">
@@ -96,17 +102,16 @@ See the [Tutorial.md](docs/Tutorial.md) document.
96102

97103
## Examples
98104

99-
See the [README-examples.md](examples/README-examples.md) document.
100-
101-
For small and easy to understand code snippets that show various CEF
102-
features see the [README-snippets.md](examples/snippets/README-snippets.md)
103-
document.
105+
See the [README-examples.md](examples/README-examples.md) and
106+
[README-snippets.md](examples/snippets/README-snippets.md) documents.
104107

105108

106109
## Support
107110

108-
- Ask questions, report problems and issues on the [Forum](https://groups.google.com/group/cefpython)
109-
- Supported examples are listed in the [README-examples.md](examples/README-examples.md) file
111+
- Ask questions and report problems on the
112+
[Forum](https://groups.google.com/group/cefpython)
113+
- Supported examples are listed in the
114+
[README-examples.md](examples/README-examples.md) file
110115
- Documentation is in the [docs/](docs) directory:
111116
- [Build instructions](docs/Build-instructions.md)
112117
- [Contributing code](docs/Contributing-code.md)
@@ -116,12 +121,14 @@ document.
116121
- API reference is in the [api/](api) directory:
117122
- [API categories](api/API-categories.md#api-categories)
118123
- [API index](api/API-index.md#api-index)
119-
- Additional documentation is available in [Issues labelled Knowledge Base](../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
124+
- Additional documentation is available in
125+
[Issues labelled Knowledge Base](../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
120126
- To search documentation use GitHub "This repository" search
121127
at the top. To narrow results to documentation only select
122128
"Markdown" in the right pane.
123-
- You can vote on issues in the tracker to let us know which issues are important to you.
124-
To do that add a +1 thumb up reaction to the first post in the issue. See
129+
- You can vote on issues in the tracker to let us know which issues are
130+
important to you. To do that add a +1 thumb up reaction to the first post
131+
in the issue. See
125132
[Most popular issues](../../issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc)
126133
sorted by reactions.
127134
- Wiki pages are deprecated and for v31 only

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.