Skip to content

Commit eeb432f

Browse files
authored
Merge pull request #213 from prernavij/readme-fixes
Readme fixes.
2 parents 2f6eb65 + e67ac38 commit eeb432f

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Getting Started with the Creative Cloud Extension SDK
1+
Getting Started with Common Extensibility Platform (CEP)
22
==============
33

44
This page provides the resources you need to get started in order to create extensions for Adobe Creative Cloud applications, using the new HTML5/JavaScript interface model. The Flash/ActionScript interface model for extensions is deprecated in Creative Cloud releases; Support has already been removed from CC2014 and later releases.
55

6-
* Creative Cloud 2019 products include CEP 9 for developing extensions and add-ons. Refer to https://github.com/cepos/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#applications-integrated-with-cep for 2019 products integration with CEP 9.
6+
* Creative Cloud 2019 products include CEP 9 for developing extensions and add-ons. Refer to the [table](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#applications-integrated-with-cep) for 2019 products integration with CEP 9.
77

8-
* Creative Cloud 2018 products include CEP 8 for developing extensions and add-ons. Refer to https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md#applications-integrated-with-cep for 2018 product integration with CEP 8.
8+
* Creative Cloud 2018 products include CEP 8 for developing extensions and add-ons. Refer to the [table](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md#applications-integrated-with-cep) for 2018 product integration with CEP 8.
99

1010
* In the Creative Cloud 2015.x release in June 2016, Photoshop and Illustrator use CEP 7 while other applications still use CEP 6.1. Extensions and add-ons must be built on at least CEP 6 infrastructure.
1111

@@ -27,22 +27,20 @@ Resources you will need include:
2727
For developing CEP 9.0 HTML/JavaScript extensions for CC 2019.x host applications
2828

2929
**Documentation**
30-
* [CEP 9.0 HTML Extension Cookbook for 2019.x in October 2019](https://github.com/cepos/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md)
31-
* CEP 9 provides the runtime as mentioned at https://github.com/cepos/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#chromium-embedded-framework-cef
30+
* [CEP 9.0 HTML Extension Cookbook](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md)
31+
* [CEP 9 runtime](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#chromium-embedded-framework-cef)
3232

3333
For CEP 8,
34-
* [CEP 8.0 HTML Extension Cookbook for 2018.x in October 2018](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md)
35-
* CEP 8 provides the runtime as mentioned at https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md#chromium-embedded-framework-cef
34+
* [CEP 8.0 HTML Extension Cookbook](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md)
35+
* [CEP 8 runtime](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_8.x/Documentation/CEP%208.0%20HTML%20Extension%20Cookbook.md#chromium-embedded-framework-cef)
3636

37-
**APIs** (https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_9.x)
37+
**APIs**
38+
CEP 9 APIs: https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_9.x
3839
* Include these files in your extension project if you need to use the APIs.
39-
* AgoraLib.js
4040
* CSInterface.js
4141
* Vulcan.js
4242
* Do NOT include this file in your extension project. It is already integrated into CEP.
4343
* CEPEngine_extensions.js
44-
* Extension Manifest
45-
* ExtensionManifest_v_7_0.xsd (Please note that, there is no change in xsd file for CEP 8 and 9).
4644

4745
**Samples**
4846
* [Sample extensions](https://github.com/Adobe-CEP/Samples)

0 commit comments

Comments
 (0)