Skip to content

Commit 27b4a4c

Browse files
committed
Code and documentation cleanup PART 2. Issues: cztomczak#211, cztomczak#208, cztomczak#150, cztomczak#106.
1 parent 62cc77a commit 27b4a4c

File tree

203 files changed

+410
-27659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+410
-27659
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
cef3-trunk
2-
svn-win32-1.8.5
3-
cefpython.wiki
4-
.tags*
5-
/cython-version.*
61
.idea/
2+
build/

AUTHORS.txt

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
Core developers:
2-
3-
Czarek Tomczak <czarek.tomczak@@gmail.com>
4-
5-
Contributors (in order of first commit):
6-
7-
老农 cjjer <cjjer@@59490.com>
8-
Richard Rodriguez <rich770@@gmail.com>
9-
Roman Plášil <me@@rplasil.name>
10-
Rokas Stupuras <roxaz911@@gmail.com>
11-
Greg Kacy <grkacy@@gmail.com>
12-
Thomas Dähling <thomas@@ccpgames.com>
13-
Dominique Burnand <dominique.burnand@@rentouch.ch>
14-
Greg Farrell <gregfarrell.org@@gmail.com>
15-
Finn Hughes <finn.hughes1@@gmail.com>
16-
Marcelo Fernandez <fernandezm@@gmail.com>
17-
Simon Hatt <9hatt2@@gmail.com>
1+
Czarek Tomczak <czarek.tomczak@@gmail.com>
2+
老农 cjjer <cjjer@@59490.com>
3+
Richard Rodriguez <rich770@@gmail.com>
4+
Roman Plášil <me@@rplasil.name>
5+
Rokas Stupuras <roxaz911@@gmail.com>
6+
Greg Kacy <grkacy@@gmail.com>
7+
Thomas Dähling <thomas@@ccpgames.com>
8+
Dominique Burnand <dominique.burnand@@rentouch.ch>
9+
Greg Farrell <gregfarrell.org@@gmail.com>
10+
Finn Hughes <finn.hughes1@@gmail.com>
11+
Marcelo Fernandez <fernandezm@@gmail.com>
12+
Simon Hatt <9hatt2@@gmail.com>
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Copyright (c) 2012-2014 The CEF Python authors. All rights
2-
reserved. Website: http://code.google.com/p/cefpython/
1+
Copyright (c) 2012 The CEF Python authors - see the AUTHORS.txt file.
2+
All rights reserved. Licensed under the BSD 3-clause license.
3+
See project website: https://github.com/cztomczak/cefpython
34

45
This product includes the following third party libraries:
5-
* Chromium Embedded Framework licensed under the BSD 3-clause
6-
license. Website: http://code.google.com/p/chromiumembedded/
6+
* Chromium Embedded Framework licensed under the BSD 3-clause
7+
license. Website: https://bitbucket.org/chromiumembedded/cef
78

89
Redistribution and use in source and binary forms, with
910
or without modification, are permitted provided that the

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
__Notes__:
2+
* Repository rewritten on 2016-02-15 to reduce its size.
3+
Please clone it again. Issue #103.
4+
* There is an ongoing big refactoring with code and documentation
5+
cleanup. The last stable code is in the cefpython31 branch.
6+
Issue #208.
7+
18
# CEF Python
29

310
Table of contents:

cefpython/cef1/BUILD_COMPATIBILITY.txt

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

cefpython/cef1/cefpython_public_api.h

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

cefpython/cef1/client_handler/.gitignore

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

cefpython/cef1/client_handler/Makefile

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

0 commit comments

Comments
 (0)