Skip to content

Commit 06d634c

Browse files
committed
Clean root directory of incomplete v47 release stuff.
Updated README Notes and TOC. Removed the examples/ dir. Removed the patches/ dir. Removed the tools/ dir.
1 parent cc2dda9 commit 06d634c

32 files changed

+10
-1821
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
__Notes__:
22
* Repository rewritten on 2016-02-15 to reduce its size.
33
Please clone it again.
4-
* There is an ongoing big refactoring with code and documentation
5-
cleanup. The last stable code is in the cefpython31 branch.
6-
Use documentation from the Wiki tab, the docs/ directory is still
7-
under works.
4+
85

96
# CEF Python
107

118
Table of contents:
129
* [Introduction](#introduction)
13-
* [Supported Python versions and platforms](#supported-python-versions-and-platforms)
10+
* [Compatibility](#compatibility)
1411
* [Downloads](#downloads)
15-
* [Help and documentation](#help-and-documentation)
12+
* [Documentation and help](#documentation-and-help)
1613
* [Support development](#support-development)
17-
* [Thanks](#thanks)
14+
1815

1916
## Introduction
2017

@@ -27,32 +24,28 @@ Some use cases for CEF:
2724
* Render web content off-screen in applications that use custom drawing frameworks. See the [Kivy](../../wiki/Kivy) and [Panda3D](../../wiki/Panda3D) examples.
2825
* 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.
2926

30-
## Supported Python versions and platforms
27+
28+
## Compatibility
3129

3230
* Supported Python versions: 2.7 (Python 3.4 will be supported soon, see [Issue #121](../../issues/121))
3331
* Supported platforms: Windows, Linux, Mac (both 32bit and 64bit binaries are available for all platforms)
3432

33+
3534
## Downloads
3635

3736
* For Windows: see the [Download_CEF3_Windows](../../wiki/Download_CEF3_Windows) wiki page.
3837
* For Linux: see the [Download_CEF3_Linux](../../wiki/Download_CEF3_Linux) wiki page.
3938
* For Mac: see the [Download_CEF3_Mac](../../wiki/Download_CEF3_Mac) wiki page.
4039

41-
## Help and documentation
40+
41+
## Documentation and help
4242

4343
* See the [Help and search](../../wiki/Help-and-search) wiki page
4444
* Documentation and API is available on [Wiki Pages](../../wiki)
4545
* Please do not use the Issue Tracker for asking questions. Use the
4646
[Forum](https://groups.google.com/group/cefpython).
4747

48+
4849
## Support development
4950

5051
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=95W9VHNSFWRUN"><img align="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-
52-
## Built a cool app?
53-
54-
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-
56-
## CEF bindings for other languages
57-
58-
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.

examples/Kivy/Kivy.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/Panda3D/Panda3D.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/Panda3D/Panda3D.png

-476 KB
Binary file not shown.

examples/PyGTK/PyGTK.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/PyQt/PyQt.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/PySide/PySide.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/wxPython/chromectrl2.png

-253 KB
Binary file not shown.

examples/wxPython/wxPython.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

patches/Build-CEF-with-patches.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)