Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
mweikard committed Dec 4, 2017
1 parent 9c62622 commit 1589c1b
Show file tree
Hide file tree
Showing 26 changed files with 86 additions and 65 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMPicture folder="/Sites/CaaS/Germany/English/Editorial/Images" name="Globe" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMPicture folder="/Sites/CaaSsiopeia/Germany/English/Editorial/Images" name="Globe" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMPicture folder="/Sites/CaaS/Germany/English/Editorial/Images" name="Hackathon" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMPicture folder="/Sites/CaaSsiopeia/Germany/English/Editorial/Images" name="Hackathon" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMPicture folder="/Sites/CaaS/Germany/English/Editorial/Images" name="Lego" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMPicture folder="/Sites/CaaSsiopeia/Germany/English/Editorial/Images" name="Lego" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMPicture folder="/Sites/CaaS/Germany/English/Editorial/Images" name="Scrum" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMPicture folder="/Sites/CaaSsiopeia/Germany/English/Editorial/Images" name="Scrum" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMArticle folder="/Sites/CaaSsiopeia/Germany/English/Editorial/Products/CaaS" name="CoreMedia CaaS" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
<linkedSettings/>
<resourceBundles2/>
<segment></segment>
<title>CoreMedia Content as a Service (CaaS)</title>
<htmlTitle></htmlTitle>
<keywords></keywords>
<htmlDescription></htmlDescription>
<subjectTaxonomy/>
<locationTaxonomy/>
<contexts/>
<teaserTitle>CoreMedia CaaS</teaserTitle>
<teaserText grammarName="coremedia-richtext-1.0"><div xmlns="http://www.coremedia.com/2003/richtext-1.0" xmlns:xlink="http://www.w3.org/1999/xlink"><p>Using the Headless API you can generate ready-to-go HTML content fragments or dynamic Javascript modules. You can then easily insert these fragments into any webpage or single-page application. Use these fragments to seamlessly integrate, reuse, syndicate or publish your content from your CoreMedia CMS anywhere.</p></div></teaserText>
<detailText grammarName="coremedia-richtext-1.0"><div xmlns="http://www.coremedia.com/2003/richtext-1.0" xmlns:xlink="http://www.w3.org/1999/xlink"><p>CoreMedia is a Content Management System (CMS) which can manage your content from creation straight through to rendering. Our Content Application Engine (CAE) provides tools and a framework with which you can easily design a beautiful, consistent and fully-functional user experience.</p><p>The components of the CoreMedia system works gracefully together as an isolated system, but it is also flexible enough to be a small but crucial component in a larger ecosystem. This larger system can include commerce systems, brick-and-mortar backend systems, marketing data, user management and many more kinds of sub-systems.</p><p>One way to achieve this flexibility is to make content from our CMS available for another system, leaving you full freedom to design and render your content using the framework of your choice. We affectionately call this service the "Headless API".</p><p>Using the Headless API you can generate ready-to-go HTML content fragments or dynamic Javascript modules. You can then easily insert these fragments into any webpage or single-page application. Use these fragments to seamlessly integrate, reuse, syndicate or publish your content from your CoreMedia CMS anywhere.</p><p><br/></p><p><img alt="" class="float--left" xlink:actuate="onLoad" xlink:show="embed" xlink:type="simple" xlink:href="coremedia:///cap/resources/../../Images/Scrum.xml#data" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Editorial/Images/Scrum"/></p><p class="p--heading-2">How does it work?</p><p>The Headless API defines a simple REST API to access content from the CoreMedia repository. On the server side the content is transformed via GraphQL queries before being returned to the client as JSON reponse. On the client side, simply parse the JSON response and process it as you please.</p><p>You can customize the GraphQL queries to tailor the returned JSON to your application's needs.</p><p>The first step is to define a schema, which maps from the content properties in the repository scheme to the attributes that you would like to extract. This can be done manually or with the help of a schema generator.</p><p>Then you define a set of GraphQL queries which will be matched against the schema.</p><p>The schema and query set are either deployed alongside the headless server or installed in the CoreMedia repository. The headless server can be started either by Spring Boot or as a Tomcat webapp.</p><p>On the client side, simply request the service's URLs and process the JSON response with whatever technology you prefer.</p><p><br/></p><p class="p--heading-2">Resources</p><p>Interested in a deeper understanding of CaaS in CoreMedia? See what we’ve cooked up for you in our CoreMedia Labs:</p><p><strong>Github project</strong>: <a xlink:show="new" xlink:href="https://github.com/CoreMedia/coremedia-headless-server" xlink:type="simple">Headless Server</a> as source code, plus a <a xlink:show="new" xlink:href="https://github.com/CoreMedia/coremedia-headless-client-react" xlink:type="simple">React client</a> as an example</p><p><strong>Technical wiki</strong>: Documentation on installing and customizing the <a xlink:show="new" xlink:href="https://github.com/CoreMedia/coremedia-headless-server/wiki" xlink:type="simple">Headless Server</a>, plus documentation on the example <a xlink:show="new" xlink:href="https://github.com/CoreMedia/coremedia-headless-client-react/wiki" xlink:type="simple">React client</a></p></div></detailText>
<pictures><link href="../../Images/Lego.xml" path="/Sites/CaaSsiopeia/Germany/English/Editorial/Images/Lego"/></pictures>
<related/>
</CMArticle>
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMSite folder="/Sites/CaaS/Germany/English/Navigation" name="CaaS [Site]" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMSite folder="/Sites/CaaSsiopeia/Germany/English/Navigation" name="CaaS [Site]" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<id>caassiopeia-en-DE</id>
<name>CaaS Demo Site</name>
<root><link href="CaaS%20Start%20Page.xml" path="/Sites/CaaS/Germany/English/Navigation/CaaS%20Start%20Page"/></root>
<name>CaaS Fragment Demo Site</name>
<root><link href="CaaS%20Start%20Page.xml" path="/Sites/CaaSsiopeia/Germany/English/Navigation/CaaS%20Start%20Page"/></root>
<siteManagerGroup></siteManagerGroup>
<localSettings><Struct xmlns="http://www.coremedia.com/2008/struct" xmlns:xlink="http://www.w3.org/1999/xlink">
<StringProperty Name="tenantId">coremedia</StringProperty>
</Struct></localSettings>
<linkedSettings><link href="../Options/Settings/CaaS%20Mappings.xml" path="/Sites/CaaS/Germany/English/Options/Settings/CaaS%20Mappings"/></linkedSettings>
<linkedSettings><link href="../Options/Settings/CaaS%20Mappings.xml" path="/Sites/CaaSsiopeia/Germany/English/Options/Settings/CaaS%20Mappings"/></linkedSettings>
</CMSite>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMChannel folder="/Sites/CaaS/Germany/English/Navigation" name="CaaS Start Page" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMChannel folder="/Sites/CaaSsiopeia/Germany/English/Navigation" name="CaaS Start Page" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
<linkedSettings><link href="../Options/Settings/Responsive%20Image%20Settings.xml" path="/Sites/CaaS/Germany/English/Options/Settings/Responsive%20Image%20Settings"/></linkedSettings>
<linkedSettings><link href="../Options/Settings/Responsive%20Image%20Settings.xml" path="/Sites/CaaSsiopeia/Germany/English/Options/Settings/Responsive%20Image%20Settings"/></linkedSettings>
<resourceBundles2/>
<segment>home</segment>
<title>CoreMedia CaaS</title>
Expand All @@ -23,7 +23,7 @@
<placement><Struct xmlns="http://www.coremedia.com/2008/struct" xmlns:xlink="http://www.w3.org/1999/xlink">
<StructProperty Name="placements_2">
<Struct>
<LinkProperty Name="layout" LinkType="coremedia:///cap/contenttype/Document_" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Layouts/PagegridSingleColumn.xml" cmexport:path="/Sites/CaaS/Germany/English/Options/Settings/Pagegrid/Layouts/PagegridSingleColumn"/>
<LinkProperty Name="layout" LinkType="coremedia:///cap/contenttype/Document_" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Layouts/Default%20Layout.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Options/Settings/Pagegrid/Layouts/Default%20Layout"/>
<StructProperty Name="placements">
<Struct>
</Struct>
Expand All @@ -34,21 +34,21 @@
<Struct>
<LinkListProperty Name="items" LinkType="coremedia:///cap/contenttype/CMTeasable">
</LinkListProperty>
<LinkProperty Name="section" LinkType="coremedia:///cap/contenttype/CMSymbol" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Placements/header.xml" cmexport:path="/Sites/CaaS/Germany/English/Options/Settings/Pagegrid/Placements/header"/>
<LinkProperty Name="section" LinkType="coremedia:///cap/contenttype/CMSymbol" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Placements/header.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Options/Settings/Pagegrid/Placements/header"/>
</Struct>
<Struct>
<LinkListProperty Name="items" LinkType="coremedia:///cap/contenttype/CMTeasable">
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom.xml" cmexport:path="/Sites/CaaS/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom-strategy.xml" cmexport:path="/Sites/CaaS/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom-strategy"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom-implementation.xml" cmexport:path="/Sites/CaaS/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom-implementation"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom-platform.xml" cmexport:path="/Sites/CaaS/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom-platform"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom-strategy.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom-strategy"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom-implementation.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom-implementation"/>
<Link xlink:href="coremedia:///cap/resources/Home/www%2Ecoremedia%2Ecom-platform.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Navigation/Home/www%2Ecoremedia%2Ecom-platform"/>
</LinkListProperty>
<LinkProperty Name="section" LinkType="coremedia:///cap/contenttype/CMSymbol" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Placements/main.xml" cmexport:path="/Sites/CaaS/Germany/English/Options/Settings/Pagegrid/Placements/main"/>
<LinkProperty Name="section" LinkType="coremedia:///cap/contenttype/CMSymbol" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Placements/main.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Options/Settings/Pagegrid/Placements/main"/>
</Struct>
<Struct>
<LinkListProperty Name="items" LinkType="coremedia:///cap/contenttype/CMTeasable">
</LinkListProperty>
<LinkProperty Name="section" LinkType="coremedia:///cap/contenttype/CMSymbol" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Placements/footer.xml" cmexport:path="/Sites/CaaS/Germany/English/Options/Settings/Pagegrid/Placements/footer"/>
<LinkProperty Name="section" LinkType="coremedia:///cap/contenttype/CMSymbol" xlink:href="coremedia:///cap/resources/../Options/Settings/Pagegrid/Placements/footer.xml" cmexport:path="/Sites/CaaSsiopeia/Germany/English/Options/Settings/Pagegrid/Placements/footer"/>
</Struct>
</StructListProperty>
</Struct></placement>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMExternalLink folder="/Sites/CaaS/Germany/English/Navigation/Home" name="www.coremedia.com-implementation" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMExternalLink folder="/Sites/CaaSsiopeia/Germany/English/Navigation/Home" name="www.coremedia.com-implementation" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand All @@ -15,7 +15,7 @@
<contexts/>
<teaserTitle>Implementation</teaserTitle>
<teaserText grammarName="coremedia-richtext-1.0"><div xmlns="http://www.coremedia.com/2003/richtext-1.0" xmlns:xlink="http://www.w3.org/1999/xlink"><p>We are experts in our field, and experts in our products.</p></div></teaserText>
<pictures><link href="../../Editorial/Images/Hackathon.xml" path="/Sites/CaaS/Germany/English/Editorial/Images/Hackathon"/></pictures>
<pictures><link href="../../Editorial/Images/Hackathon.xml" path="/Sites/CaaSsiopeia/Germany/English/Editorial/Images/Hackathon"/></pictures>
<related/>
<url>https://www.coremedia.com/en/services/professional-services</url>
</CMExternalLink>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMExternalLink folder="/Sites/CaaS/Germany/English/Navigation/Home" name="www.coremedia.com-platform" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMExternalLink folder="/Sites/CaaSsiopeia/Germany/English/Navigation/Home" name="www.coremedia.com-platform" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand All @@ -15,7 +15,7 @@
<contexts/>
<teaserTitle>The CoreMedia Content Experience Platform</teaserTitle>
<teaserText grammarName="coremedia-richtext-1.0"><div xmlns="http://www.coremedia.com/2003/richtext-1.0" xmlns:xlink="http://www.w3.org/1999/xlink"><p>Manage content, master digital media &amp; handle eCommerce integrations with ease.</p></div></teaserText>
<pictures><link href="../../Editorial/Images/Lego.xml" path="/Sites/CaaS/Germany/English/Editorial/Images/Lego"/></pictures>
<pictures><link href="../../Editorial/Images/Lego.xml" path="/Sites/CaaSsiopeia/Germany/English/Editorial/Images/Lego"/></pictures>
<related/>
<url>https://www.coremedia.com/en/platform</url>
</CMExternalLink>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMExternalLink folder="/Sites/CaaS/Germany/English/Navigation/Home" name="www.coremedia.com-strategy" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMExternalLink folder="/Sites/CaaSsiopeia/Germany/English/Navigation/Home" name="www.coremedia.com-strategy" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand All @@ -15,7 +15,7 @@
<contexts/>
<teaserTitle>Strategy</teaserTitle>
<teaserText grammarName="coremedia-richtext-1.0"><div xmlns="http://www.coremedia.com/2003/richtext-1.0" xmlns:xlink="http://www.w3.org/1999/xlink"><p>We bring years of expertise to connect our technology to your business objectives and vision.</p></div></teaserText>
<pictures><link href="../../Editorial/Images/Scrum.xml" path="/Sites/CaaS/Germany/English/Editorial/Images/Scrum"/></pictures>
<pictures><link href="../../Editorial/Images/Scrum.xml" path="/Sites/CaaSsiopeia/Germany/English/Editorial/Images/Scrum"/></pictures>
<related/>
<url>https://www.coremedia.com/en/services/professional-services</url>
</CMExternalLink>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CMExternalLink folder="/Sites/CaaS/Germany/English/Navigation/Home" name="www.coremedia.com" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<CMExternalLink folder="/Sites/CaaSsiopeia/Germany/English/Navigation/Home" name="www.coremedia.com" xmlns:cmexport="http://www.coremedia.com/2012/cmexport">
<locale>en-DE</locale>
<master/>
<viewtype/>
Expand All @@ -15,7 +15,7 @@
<contexts/>
<teaserTitle>Content Management at a new Scale with CoreMedia CaaS</teaserTitle>
<teaserText grammarName="coremedia-richtext-1.0"><div xmlns="http://www.coremedia.com/2003/richtext-1.0" xmlns:xlink="http://www.w3.org/1999/xlink"><p>Discover the new CoreMedia Headless Services.</p></div></teaserText>
<pictures><link href="../../Editorial/Images/Globe.xml" path="/Sites/CaaS/Germany/English/Editorial/Images/Globe"/></pictures>
<pictures><link href="../../Editorial/Images/Globe.xml" path="/Sites/CaaSsiopeia/Germany/English/Editorial/Images/Globe"/></pictures>
<related/>
<url>https://www.coremedia.com/</url>
</CMExternalLink>
Loading

0 comments on commit 1589c1b

Please sign in to comment.