33Table of contents:
44* [ Introduction] ( #introduction )
55* [ Sponsors] ( #sponsors )
6- * [ Funding for the v66 release] ( #funding -for-the-v66-release )
6+ * [ Thanks to Lampix for the v66 release] ( #thanks-to-lampix -for-the-v66-release )
77* [ Install] ( #install )
88* [ Tutorial] ( #tutorial )
99* [ Examples] ( #examples )
@@ -92,15 +92,15 @@ See the [Support development](#support-development) section for a list of
9292all the individuals and companies supporting CEF Python.
9393
9494
95- ## Funding for the v66 release
95+ ### Thanks to Lampix for the v66 release
9696
97- I am happy to announce that Lampix is sponsoring the v66 release of cefpython .
97+ Many Thanks to Lampix for sponsoring the [ v66 release] ( ../../releases ) of CEF Python .
9898Lampix is the first hardware and software solution that turns any surface
9999into a smart, augmented reality or interactive surface. Please visit its
100- website here: https://lampix.com/ . See the [ v66 milestone] ( ../../milestone/13 )
101- to see progress on the new release.
100+ website here: https://lampix.com/ .
101+
102+ [ ![ lampix360] ( https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/lampix360.png )] ( https://lampix.com/ )
102103
103- [ ![ lampix600] ( https://raw.githubusercontent.com/wiki/cztomczak/cefpython/images/lampix600.png )] ( https://lampix.com/ )
104104
105105## Install
106106
@@ -110,9 +110,10 @@ also download packages for offline installation available on the
110110[ GitHub Releases] ( ../../releases ) pages. Command to install with pip:
111111
112112```
113- pip install cefpython3==57 .0
113+ pip install cefpython3==66 .0
114114```
115115
116+
116117## Tutorial
117118
118119See the [ Tutorial.md] ( docs/Tutorial.md ) file.
@@ -170,6 +171,7 @@ so your company logo and a website link will be visible to many Python developer
170171The statistics are from Mar 9, 2018. Complete statistics are available in this topic
171172on the Forum: [[ ANN] Call for sponsors] ( https://groups.google.com/d/topic/cefpython/CjkZF2P4rMk/discussion ) .
172173
174+
173175### Thanks
174176
175177* [ 2018] Many thanks to [ Lampix] ( https://lampix.com/ ) for sponsoring the v66
@@ -254,66 +256,66 @@ Additional information for v31.2 release:
254256- [ Tutorial] ( docs/Tutorial.md )
255257
256258
257- ### API categories
258-
259- #### Modules
260-
261- * [ cefpython] ( api/cefpython.md#cefpython ) module
262-
263-
264- #### Settings
265-
266- * [ ApplicationSettings] ( api/ApplicationSettings.md#application-settings ) dictionary
267- * [ BrowserSettings] ( api/BrowserSettings.md#browser-settings ) dictionary
268- * [ CommandLineSwitches] ( api/CommandLineSwitches.md#command-line-switches ) dictionary
269-
270-
271- #### Classes and objects
272-
273- * [ Browser] ( api/Browser.md#browser-object ) object
274- * [ Callback] ( api/Callback.md#callback-object ) object
275- * [ Cookie] ( api/Cookie.md#cookie-class ) class
276- * [ CookieManager] ( api/CookieManager.md#cookiemanager-class ) class
277- * [ DpiAware] ( api/DpiAware.md#dpiaware-class ) class (Win)
278- * [ DragData] ( api/DragData.md#dragdata-object ) object
279- * [ Frame] ( api/Frame.md#frame-object ) object
280- * [ Image] ( api/Image.md#image-object ) object
281- * [ JavascriptBindings] ( api/JavascriptBindings.md#javascriptbindings-class ) class
282- * [ JavascriptCallback] ( api/JavascriptCallback.md#javascriptcallback-object ) object
283- * [ PaintBuffer] ( api/PaintBuffer.md#paintbuffer-object ) object
284- * [ Request] ( api/Request.md#request-class ) class
285- * [ Response] ( api/Response.md#response-object ) object
286- * [ WebPluginInfo] ( api/WebPluginInfo.md#webplugininfo-object ) object
287- * [ WebRequest] ( api/WebRequest.md#webrequest-class ) class
288- * [ WindowInfo] ( api/WindowInfo.md#windowinfo-class ) class
289- * [ WindowUtils] ( api/WindowUtils.md#windowutils-class ) class
290-
291-
292- #### Client handlers (interfaces)
293-
294- * [ AccessibilityHandler] ( api/AccessibilityHandler.md#accessibilityhandler-interface )
295- * [ DisplayHandler] ( api/DisplayHandler.md#displayhandler-interface )
296- * [ DownloadHandler] ( api/DownloadHandler.md#downloadhandler )
297- * [ FocusHandler] ( api/FocusHandler.md#focushandler-interface )
298- * [ JavascriptDialogHandler] ( api/JavascriptDialogHandler.md#javascriptdialoghandler-interface )
299- * [ KeyboardHandler] ( api/KeyboardHandler.md#keyboardhandler-interface )
300- * [ LifespanHandler] ( api/LifespanHandler.md#lifespanhandler-interface )
301- * [ LoadHandler] ( api/LoadHandler.md#loadhandler-interface )
302- * [ RenderHandler] ( api/RenderHandler.md#renderhandler-interface )
303- * [ RequestHandler] ( api/RequestHandler.md#requesthandler-interface )
304- * [ ResourceHandler] ( api/ResourceHandler.md#resourcehandler-interface )
305- * [ V8ContextHandler] ( api/V8ContextHandler.md#v8contexthandler-interface )
306-
307-
308- #### Other interfaces
309-
310- * [ CookieVisitor] ( api/CookieVisitor.md#cookievisitor-interface ) interface
311- * [ StringVisitor] ( api/StringVisitor.md#stringvisitor-interface ) interface
312- * [ WebRequestClient] ( api/WebRequestClient.md#webrequestclient-interface ) interface
313-
314-
315- ### API index
316-
259+ ### API categories
260+
261+ #### Modules
262+
263+ * [ cefpython] ( api/cefpython.md#cefpython ) module
264+
265+
266+ #### Settings
267+
268+ * [ ApplicationSettings] ( api/ApplicationSettings.md#application-settings ) dictionary
269+ * [ BrowserSettings] ( api/BrowserSettings.md#browser-settings ) dictionary
270+ * [ CommandLineSwitches] ( api/CommandLineSwitches.md#command-line-switches ) dictionary
271+
272+
273+ #### Classes and objects
274+
275+ * [ Browser] ( api/Browser.md#browser-object ) object
276+ * [ Callback] ( api/Callback.md#callback-object ) object
277+ * [ Cookie] ( api/Cookie.md#cookie-class ) class
278+ * [ CookieManager] ( api/CookieManager.md#cookiemanager-class ) class
279+ * [ DpiAware] ( api/DpiAware.md#dpiaware-class ) class (Win)
280+ * [ DragData] ( api/DragData.md#dragdata-object ) object
281+ * [ Frame] ( api/Frame.md#frame-object ) object
282+ * [ Image] ( api/Image.md#image-object ) object
283+ * [ JavascriptBindings] ( api/JavascriptBindings.md#javascriptbindings-class ) class
284+ * [ JavascriptCallback] ( api/JavascriptCallback.md#javascriptcallback-object ) object
285+ * [ PaintBuffer] ( api/PaintBuffer.md#paintbuffer-object ) object
286+ * [ Request] ( api/Request.md#request-class ) class
287+ * [ Response] ( api/Response.md#response-object ) object
288+ * [ WebPluginInfo] ( api/WebPluginInfo.md#webplugininfo-object ) object
289+ * [ WebRequest] ( api/WebRequest.md#webrequest-class ) class
290+ * [ WindowInfo] ( api/WindowInfo.md#windowinfo-class ) class
291+ * [ WindowUtils] ( api/WindowUtils.md#windowutils-class ) class
292+
293+
294+ #### Client handlers (interfaces)
295+
296+ * [ AccessibilityHandler] ( api/AccessibilityHandler.md#accessibilityhandler-interface )
297+ * [ DisplayHandler] ( api/DisplayHandler.md#displayhandler-interface )
298+ * [ DownloadHandler] ( api/DownloadHandler.md#downloadhandler )
299+ * [ FocusHandler] ( api/FocusHandler.md#focushandler-interface )
300+ * [ JavascriptDialogHandler] ( api/JavascriptDialogHandler.md#javascriptdialoghandler-interface )
301+ * [ KeyboardHandler] ( api/KeyboardHandler.md#keyboardhandler-interface )
302+ * [ LifespanHandler] ( api/LifespanHandler.md#lifespanhandler-interface )
303+ * [ LoadHandler] ( api/LoadHandler.md#loadhandler-interface )
304+ * [ RenderHandler] ( api/RenderHandler.md#renderhandler-interface )
305+ * [ RequestHandler] ( api/RequestHandler.md#requesthandler-interface )
306+ * [ ResourceHandler] ( api/ResourceHandler.md#resourcehandler-interface )
307+ * [ V8ContextHandler] ( api/V8ContextHandler.md#v8contexthandler-interface )
308+
309+
310+ #### Other interfaces
311+
312+ * [ CookieVisitor] ( api/CookieVisitor.md#cookievisitor-interface ) interface
313+ * [ StringVisitor] ( api/StringVisitor.md#stringvisitor-interface ) interface
314+ * [ WebRequestClient] ( api/WebRequestClient.md#webrequestclient-interface ) interface
315+
316+
317+ ### API index
318+
317319* [ AccessibilityHandler (interface)] ( api/AccessibilityHandler.md#accessibilityhandler-interface )
318320 * [ _ OnAccessibilityTreeChange] ( api/AccessibilityHandler.md#_onaccessibilitytreechange )
319321 * [ _ OnAccessibilityLocationChange] ( api/AccessibilityHandler.md#_onaccessibilitylocationchange )
0 commit comments