Skip to content

Commit 6c4c670

Browse files
Version 1.3 (#16)
version 1.3.0
1 parent 356153b commit 6c4c670

440 files changed

Lines changed: 22208 additions & 10262 deletions

File tree

Some content is hidden

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

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Default ignored files
2+
/workspace.xml
3+
4+
5+
# IDEA related files
6+
.idea/
7+
*.iml
8+
*.ipr
9+
*.iws
10+
*.ids
11+
12+
# exclude binary files
13+
*.class
14+
15+
*.orig
16+
.pmd
17+
.ruleset
18+
ruleset.xml
19+
.springBeans
20+
.metadata/
21+
22+
build.xml
23+
*testclasses.xml
24+
hmc.xsd
25+
extensioninfo.xsd
26+
items.xsd
27+
beans.xsd
28+
29+
# Exclude jalo files
30+
jalo/
31+
32+
# Exlcude auto-generated source files
33+
gensrc/
34+
addons/
35+
addonsrc/
36+
commonwebsrc/
37+
38+
rebel.xml
39+
package-lock.json
40+
hybris4intellij.properties
41+
.classpath
42+
*/platformhome.properties
43+
platformhome.properties
44+
cloudinarymediabackoffice_bof.jar
45+
46+
ext-cloudinary/cloudinary/cloudinarymediabackoffice/backoffice/classes
47+
generatedVariables.tag
48+
generatedVariables.js
49+
wro_addons.xml
50+
ext-cloudinary/cloudinary/cloudinarymediabackoffice/web/addontestsrc

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Cloudinary
3+
Copyright (c) 2020 cloudinary-labs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
# The Cloudinary SAP Commerce Extension
2-
1+
Cloudinary
2+
==========
33
Cloudinary is a cloud-based service that provides solutions for image and video management, including server or client-side upload, on-the-fly image and video transformations, quick CDN delivery, and a variety of asset management options.
44

5-
SAP is the market leader in enterprise application software, helping companies of all sizes and in all industries run at their best. The SAP Commerce solution simplifies selling and buying processes on a modern, agile e-commerce platform.
6-
7-
The SAP Commerce Extension enables you to create rich media experiences on your storefront, whether B2B or B2C, by leveraging Cloudinary's automatic image and video optimization and transformation capabilities, and delivering responsive media through global content delivery networks.
5+
The SAP Commerce Cloudinary Extension provides rich features such as media management, transformations, optimizations and advanced delivery features exposed via the SAP Commerce platform with a plug and play integrated extension.
86

9-
Learn more about the [SAP Commerce Extension](https://cloudinary.com/documentation/sap_commerce_extension_integration).
7+
## Get your Cloudinary account information ######################################################################
8+
If you don’t have a Cloudinary account, sign up for a [free account](https://cloudinary.com/users/register/free) so you can try out image and video transformations and seamless delivery through CDN.
9+
Get your cloudname, api_key and api_secret from your Cloudinary account [as described here](https://cloudinary.com/documentation/how_to_integrate_cloudinary#account_details).
1010

11-
If you don't have a Cloudinary account yet, you can [sign up](https://cloudinary.com/users/register/free) for a free account now.
11+
## Additional resources ##########################################################
1212

13-
## Additional resources
13+
Additional resources are available at:
1414

15-
* [Cloudinary extension in SAP store](https://store.sap.com/dcp/en/product/display-0000059939_live_v1/Cloudinary%20for%20SAP%20Commerce)
16-
* [Cloudinary website](https://cloudinary.com)
17-
* [Cloudinary documentation](https://cloudinary.com/documentation)
15+
* [Cloudinary Website](https://cloudinary.com)
16+
* [Cloudinary Documentation](https://cloudinary.com/documentation)
1817
* [Knowledge Base](https://support.cloudinary.com/hc/en-us)
1918
* [Video transformations documentation](https://cloudinary.com/documentation/video_manipulation_and_delivery)
2019
* [Image transformations documentation](https://cloudinary.com/documentation/image_transformations)
@@ -25,6 +24,6 @@ Contact us [https://cloudinary.com/contact](https://cloudinary.com/contact).
2524

2625
Stay tuned for updates, tips and tutorials: [Blog](https://cloudinary.com/blog), [Twitter](https://twitter.com/cloudinary), [Facebook](https://www.facebook.com/Cloudinary).
2726

28-
## Join the community
27+
## Join the Community ##########################################################
2928

3029
Impact the product, hear updates, test drive new features and more! Join [here](https://www.facebook.com/groups/CloudinaryCommunity).

ext-cloudinary/.DS_Store

6 KB
Binary file not shown.
6 KB
Binary file not shown.
6 KB
Binary file not shown.

ext-cloudinary/cloudinary/cloudinarymediaaddon/.project

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,10 @@
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
28+
2829
</buildSpec>
2930
<natures>
3031
<nature>org.springframework.ide.eclipse.core.springnature</nature>
3132
<nature>org.eclipse.jdt.core.javanature</nature>
3233
</natures>
33-
<filteredResources>
34-
<filter>
35-
<id>1648658182311</id>
36-
<name></name>
37-
<type>30</type>
38-
<matcher>
39-
<id>org.eclipse.core.resources.regexFilterMatcher</id>
40-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
41-
</matcher>
42-
</filter>
43-
</filteredResources>
4434
</projectDescription>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)