Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Update "help us improve" links #27

Merged
2 commits merged into from
Apr 29, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor9"></a>
<MadCap:concept term="integration-auth" />Understanding Integration Authorization</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/integration/integration-auth.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/integration/integration-auth.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>There are two ways to authenticate the third-party system with Magento:</p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor10"></a>
<MadCap:concept term="integration-code" />Coding Your Integration</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/integration/integration-code.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/integration/integration-code.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>This topic discusses how to code your integration with Magento. Eventually, you will be able to market your integration as an extension on Magento Connect; however, it's not possible to do that now for Magento 2 integrations.</p>
<p class="note"><b>Note</b>: Throughout this guide, the term integration configuration is used to mean the integration's <tt><i>magento-install-dir</i>/app/code/<i>vendor</i>/<i>module</i>/etc/config.xml</tt> and the term API configuration is used to mean the integration's <tt><i>magento-install-dir</i>/app/code/<i>vendor</i>/<i>module</i>/etc/integration/api.xml</tt>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<body>
<h1><a name="aanchor12"></a>
<MadCap:concept term="integration-create-manual" />Manually Creating an Integration Using the Magento Admin</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/integration/integration-create-man.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/integration/integration-create-man.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>Creating a new integration manually implies that the administrative user previously contacted the third-party system's developers and got all necessary information. </p>
<p>To create a new integration:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor11"></a>
<MadCap:concept term="integration-general" />Creating Your Integration</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/integration/integration-create.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/integration/integration-create.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>In Magento 2, eachconnection to your third-party system is referred to as an <a href="javascript:void(0);" class="MCTextPopup MCTextPopupHotSpot MCTextPopup_Open glossaryTerm MCTextPopupHotSpot_" alt="Closed" data-mc-alt2="Open">integration<span class="MCTextPopupBody popupBody"><span class="MCTextPopupArrow"></span>Set of properties that enable Magento to share authorized objects with a third-party application.</span></a>. The name of an integration must be unique in each Magento instance. Otherwise, an integration created earlier will be overwritten by an integration with the same name created later. That is, if a new automatically created integration has the same name as an existing manually created integration, the first overwrites the second.</p>
<p>To create the integration, you need:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor15"></a>
<MadCap:concept term="integration-general" />Maintaining an Integration</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/integration/integration-maintain.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/integration/integration-maintain.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>Only integrations created manually using the Magento Admin can be edited; integrations created automatically from configuration files are not editable. </p>
<p>To edit or delete an integration:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor8"></a>
<MadCap:concept term="integration-general" />What is an Integration?</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/integration/what-is-integration.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/integration/what-is-integration.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>All third-party systems integrating with Magento must be authenticated and authorized to access Magento resources securely. To make both procedures easier, we changed the workflow for authorizing the API calls. You can now authorize your third-party system using either secure, cloud-based key exchange or by creating the keys locally on the merchant's Magento system. </p>
<p>Integrating with Magento requires you to define access rights that control what information your third-party system needs from the merchant's Magento instance. If you want to establish more control over the data accessible for the external systems, you can do so using configuration files.</p>
Expand Down
2 changes: 1 addition & 1 deletion guides/m2devgde/Test/Content/rest/rest-overview.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor6"></a>
<MadCap:concept term="rest-general" />Accessing Magento Objects Using REST</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/rest/rest-overview.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/rest/rest-overview.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<h2>How to Make a REST&#160;Call</h2>
<p>All REST&#160;calls for the Customer service are contained in <tt><a href="https://github.com/magento/magento2/blob/master/app/code/Magento/Customer/etc/webapi.xml">webapi.xml</a></tt>; however, inputs and return values are defined in their respective interfaces.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor2"></a>
<MadCap:concept term="service-how" />How a Client Uses a Service</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/svcs-framework/svc-how-to-use.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/svcs-framework/svc-how-to-use.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>Before interacting with a service, you must be familiar with the service interface, including input/output data structures defined by the corresponding schema. Services are defined by PHP interfaces, so developers can simply acquire an instance of the service and invoke the appropriate method directly. You can also use web services REST&#160;and SOAP calls.</p>
<div class="MCDropDown MCDropDown_Open dropDown"><span class="MCDropDownHead dropDownHead"><a href="javascript:void(0);" class="MCDropDownHotSpot dropDownHotspot MCDropDownHotSpot_"><img class="MCDropDown_Image_Icon" src="../../Skins/Default/Stylesheets/Images/transparent.gif" alt="Closed" data-mc-alt2="Open" /><b class="Black">Method 1:</b></a>&#160;Dependency Injection</span>
Expand Down
2 changes: 1 addition & 1 deletion guides/m2devgde/Test/Content/svcs-framework/svc-props.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor1"></a>
<MadCap:concept term="service-how" />Understanding the Properties and Responsibilities of a Service</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/svcs-framework/svc-props.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/svcs-framework/svc-props.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>Although services are abstractions of business logic, not every such abstraction is a service. Following are examples of properties of a useful service:</p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor16"></a>
<MadCap:concept term="service-how" />What Can You Do With Services?</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/svcs-framework/svc-what-can-do.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/svcs-framework/svc-what-can-do.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>Here are the things you can do with services: </p>
<div class="MCDropDown MCDropDown_Open dropDown"><span class="MCDropDownHead dropDownHead"><a href="javascript:void(0);" class="MCDropDownHotSpot dropDownHotspot MCDropDownHotSpot_"><img class="MCDropDown_Image_Icon" src="../../Skins/Default/Stylesheets/Images/transparent.gif" alt="Closed" data-mc-alt2="Open" />Interact with a service:</a></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor0"></a>
<MadCap:concept term="service-general" />What is the Magento 2 Service Framework?</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/svcs-framework/svc-what-is.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/svcs-framework/svc-what-is.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>Magento 2 uses the service framework to define and expose extensible features. </p>
<p>A <i>service</i>:</p>
Expand Down
2 changes: 1 addition & 1 deletion guides/m2devgde/Test/Content/webapi/what-is-webapi.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<h1><a name="aanchor3"></a>
<MadCap:concept term="webapi-general" />What is the WebAPI&#160;Framework?</h1>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/webapi/what-is-webapi.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/webapi/what-is-webapi.htm" target="_blank"><i>Help us improve this page</i> <img src="../Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
<p>The Web API&#160;Framework gives third-party developers access to the <a href="javascript:void(0);" class="MCTextPopup MCTextPopupHotSpot MCTextPopup_Open glossaryTerm glossaryTermPopup MCTextPopupHotSpot_ MCTextPopupHotSpot_Popup" alt="Closed" data-mc-alt2="Open">service framework<span class="MCTextPopupBody popupBody"><span class="MCTextPopupArrow"></span>Functional abstraction that represents the business features available to other parts of an application or Magento. Represents a boundary that encapsulates the business logic a module exposes without revealing any of the details of how that functionality is implemented.</span></a> using REST&#160;or SOAP&#160;calls. Currently, Web API&#160;access is limited to Customer objects but we plan to expand access in time to include any Magento object. </p>
<p><a class="MCHelpControl MCHelpControl-Concept conceptLink" data-mc-concepts="webapi-response;rest-general;soap-general;service-general" href="javascript:void(0);" data-mc-topics="Accessing Magento Objects Using REST|../rest/rest-overview.htm||Accessing Magento Objects Using SOAP|../soap/soap-overview.htm||Responses From a Service|webapi-response.htm||What is the Magento 2 Service Framework?|../svcs-framework/svc-what-is.htm"><span class="MCHelpControl-ConceptHotSpot_"><img class="MCHelpControl_Image_Icon" src="../../Skins/Default/Stylesheets/Images/transparent.gif" alt="Concept Link Icon" />Related Topics</span></a>
Expand Down
2 changes: 1 addition & 1 deletion guides/m2devgde/Test/Content/welcome.htm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Welcome to Magento 2 Service Framework Documentation</h1>
<p>Please start with <a href="svcs-framework/svc-what-is.htm" class="MCXref xref">What is the Magento 2 Service Framework?</a></p>
<h2>Magento Wants Your Feedback</h2>
<p>Magento is constantly looking for ways to improve. You can help by providing feedback. Every page on this site has a link that enables you to fork or to open issues. Please use it!</p>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/V1.0.0.0/Content/welcome.htm" target="_blank"><i>Help us improve this page</i> <img src="Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
<p><a href="https://github.com/magento/devdocs/blob/master/guides/m2devgde/Test/Content/welcome.htm" target="_blank"><i>Help us improve this page</i> <img src="Resources/Images/newWindow_16x16.gif" class="Inline" style="width: 16;height: 16;" /></a>
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion guides/m2devgde/Test/Data/HelpSystem.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guides/m2devgde/Test/Data/HelpSystem.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<WebHelpSystem DefaultUrl="Content/welcome.htm" Toc="Data/Toc.js" Index="Data/Index.js" Concepts="Data/Concepts.xml" BrowseSequence="Data/BrowseSequence.js" Glossary="Data/Glossary.js" SearchDatabase="Data/Search.xml" Synonyms="Data/Synonyms.xml" SkinName="HTML5" Skins="HTML5 - Copy,HTML5,Mgo" BuildTime="4/24/2014 9:07:56 AM" BuildVersion="10.1.0.0" TargetType="WebHelp2" SkinTemplateFolder="Skin/" InPreviewMode="false" MoveOutputContentToRoot="false" MakeFileLowerCase="false" UseCustomTopicFileExtension="false">
<WebHelpSystem DefaultUrl="Content/welcome.htm" Toc="Data/Toc.js" Index="Data/Index.js" Concepts="Data/Concepts.xml" BrowseSequence="Data/BrowseSequence.js" Glossary="Data/Glossary.js" SearchDatabase="Data/Search.xml" Synonyms="Data/Synonyms.xml" SkinName="HTML5" Skins="HTML5 - Copy,HTML5,Mgo" BuildTime="4/29/2014 3:44:53 PM" BuildVersion="10.1.0.0" TargetType="WebHelp2" SkinTemplateFolder="Skin/" InPreviewMode="false" MoveOutputContentToRoot="false" MakeFileLowerCase="false" UseCustomTopicFileExtension="false">
<CatapultSkin Version="2" SkinType="WebHelp2" Comment="HTML5 skin" Anchors="Width,Height" Width="750px" Height="600px" Top="280px" Left="585px" Bottom="280px" Right="585px" Tabs="TOC,Index,Glossary,BrowseSequences" DefaultTab="TOC" UseBrowserDefaultSize="false" UseDefaultBrowserSetup="true" CommentsInTopic="false" AutoSyncTOC="true" Title="Magento 2 Developer Guide" DisplayNotificationOptions="false" Name="HTML5 - Copy">
<Toolbar EnableCustomLayout="true" Buttons="Print|ExpandAll|Separator|TopicRatings|Separator|EditUserProfile|Filler|PreviousTopic|NextTopic|CurrentTopicIndex" />
</CatapultSkin>
Expand Down
Loading