mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-01-03 10:15:38 +02:00
Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi
This commit is contained in:
commit
fbe8ecaedd
17
Delphinus.Info.json
Normal file
17
Delphinus.Info.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "{45F23B07-EB18-4F94-B753-CDAA46B6B6D4}",
|
||||
"picture": "packages\\res\\tchromium.png",
|
||||
"licenses":
|
||||
[
|
||||
{
|
||||
"type": "LGPL-2.1-only",
|
||||
"file": "LICENSE.md"
|
||||
}
|
||||
{
|
||||
"type": "MPL-1.1",
|
||||
"file": "LICENSE.md"
|
||||
}
|
||||
],
|
||||
"platforms": "Win32;Win64",
|
||||
"dependencies": []
|
||||
}
|
43
Delphinus.Install.json
Normal file
43
Delphinus.Install.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"search_pathes":
|
||||
[
|
||||
{
|
||||
"pathes": "source",
|
||||
"platforms": "Win32;Win64"
|
||||
}
|
||||
],
|
||||
"browsing_pathes":
|
||||
[
|
||||
{
|
||||
"pathes": "source",
|
||||
"platforms": "Win32;Win64"
|
||||
}
|
||||
],
|
||||
|
||||
"source_folders":
|
||||
[
|
||||
{
|
||||
"folder": "\\",
|
||||
"base": "\\",
|
||||
"recursive": true,
|
||||
"filter": "*;*.*"
|
||||
}
|
||||
],
|
||||
|
||||
"raw_folders": [],
|
||||
|
||||
"projects":
|
||||
[
|
||||
{
|
||||
"project": "packages\\CEF4Delphi.dproj",
|
||||
"compiler_min": 22,
|
||||
"compiler_max": 31,
|
||||
}
|
||||
{
|
||||
"project": "packages\\CEF4Delphi_FMX.dproj",
|
||||
"compiler_min": 32
|
||||
}
|
||||
],
|
||||
|
||||
"experts": []
|
||||
}
|
33
LICENSE.md
Normal file
33
LICENSE.md
Normal file
@ -0,0 +1,33 @@
|
||||
# CEF4Delphi
|
||||
|
||||
CEF4Delphi is based on DCEF3 which uses CEF3 to embed a chromium-based
|
||||
browser in Delphi applications.
|
||||
|
||||
The original license of DCEF3 still applies to CEF4Delphi.
|
||||
|
||||
For more information about CEF4Delphi visit :
|
||||
https://www.briskbard.com/index.php?lang=en&pageid=cef
|
||||
|
||||
Copyright © 2018 Salvador Diaz Fau. All rights reserved.
|
||||
|
||||
|
||||
## Original DCEF3 license
|
||||
|
||||
### Delphi Chromium Embedded 3
|
||||
|
||||
Usage allowed under the restrictions of the Lesser GNU General Public License
|
||||
or alternatively the restrictions of the Mozilla Public License 1.1
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
|
||||
the specific language governing rights and limitations under the License.
|
||||
|
||||
<dl>
|
||||
<dt>Unit owner :</dt> <dd>Henri Gourvest <hgourvest@gmail.com></dd>
|
||||
<dt>Web site :</dt> <dd>http://www.progdigy.com</dd>
|
||||
<dt>Repository :</dt> <dd>http://code.google.com/p/delphichromiumembedded/</dd>
|
||||
<dt>Group :</dt> <dd>http://groups.google.com/group/delphichromiumembedded</dd>
|
||||
</dl>
|
||||
|
||||
Embarcadero Technologies, Inc is not permitted to use or redistribute
|
||||
this source code without explicit permission.
|
@ -20,3 +20,6 @@ CEF4Delphi was developed and tested on Delphi 10.2 Tokyo and it has been tested
|
||||
If you find this project useful, please consider making a donation.
|
||||
|
||||
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FTSD2CCGXTD86)
|
||||
|
||||
Additional:
|
||||
Delphinus-Support
|
||||
|
Loading…
Reference in New Issue
Block a user