Skip to content

Commit 7d42d99

Browse files
committed
Update README, minor fixes
1 parent da6bbed commit 7d42d99

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Table 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)
1821
on wikipedia. Examples of embedding CEF browser are available for many
1922
popular GUI toolkits including: wxPython, PyGTK, PyQt, PySide, Kivy,
2023
Panda3D, PyWin32 and PyGame/PyOpenGL.
@@ -29,7 +32,7 @@ use it for web scraping or as a web crawler, or other kind of internet
2932
bots.
3033

3134

32-
## Information on versions
35+
## Versions
3336

3437
### v50+ releases
3538

@@ -40,24 +43,30 @@ bots.
4043
4. Mac support: 64-bit, Python 2.7
4144
5. Documentation is in the [docs/](docs) directory
4245
6. 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

4651
1. Downloads are available on [wiki pages](../../wiki#downloads)
52+
and on GH Releases tagged [v31.2](../../releases/tag/v31.2)
4753
2. Supports only Python 2.7
4854
3. Windows support: 32-bit and 64-bit
4955
4. Linux support: 32-bit and 64-bit
5056
5. Mac support: 32-bit and 64-bit
5157
6. 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

@@ -66,7 +75,9 @@ bots.
6675
If you would like to support general CEF Python development efforts
6776
by 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

7182
At this time CEF Python is unable to accept donations that sponsor the
7283
development 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,

docs/Knowledge-Base.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Table of contents:
44
* [Notifications on new releases](#notifications-on-new-releases)
55
* [Changes in API after CEF updates](#changes-in-api-after-cef-updates)
66
* [Differences between Python 2 and Python 3](#differences-between-python-2-and-python-3)
7+
* [Location of CEF framework in Mac apps](#location-of-cef-framework-in-mac-apps)
78
* [Flash support](#flash-support)
89
* [Feature X works in Google Chrome, but doesn't work in CEF Python](#feature-x-works-in-google-chrome-but-doesnt-work-in-cef-python)
910
* [How to capture Audio and Video in HTML5?](#how-to-capture-audio-and-video-in-html5)

0 commit comments

Comments
 (0)