update configuration UX part 99/107999/4
authorLee Sujin <lee.sujin@samsung.com>
Mon, 2 Jan 2017 08:33:18 +0000 (17:33 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 3 Jan 2017 11:38:41 +0000 (13:38 +0200)
PS3: Update content related to SDK image and repository
PS4: Fix SDK image step list

Change-Id: I511f6f6b823b018675f562ee36eac06aab8dc9eb
Signed-off-by: Lee Sujin <lee.sujin@samsung.com>
org.tizen.studio/html/download/advanced_configuration.htm
org.tizen.studio/html/images/advanced_conf_browse.png [new file with mode: 0644]
org.tizen.studio/html/images/advanced_conf_image.png [deleted file]
org.tizen.studio/html/images/advanced_conf_server.png

index cf8b322..6ced1e1 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-       <meta http-equiv="X-UA-Compatible" content="IE=9" />
-       <link rel="stylesheet" type="text/css" href="../css/styles.css" />
-       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
-       <script type="text/javascript" src="../scripts/snippet.js"></script>    
-       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
-       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
-       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
-       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
-
-       <title>Configuring the Package Manager</title>  
-</head>
-
- <body onload="prettyPrint()" style="overflow: auto;">
- <div id="toc-navigation">
-       <div id="profile">
-               <p><img alt="Mobile" src="../images/mobile_s_wn.png"/> <img alt="Wearable" src="../images/wearable_s_wn.png"/></p>
-       </div>
-       
-       <div id="toc_border"><div id="toc">
-               <p class="toc-title">Dependencies</p>
-               <ul class="toc">
-                       <li>Tizen Studio 1.0 and Higher</li>
-               </ul>
-               <p class="toc-title">Content</p>
-               <ul class="toc">
-                       <li><a href="#main">Configuring the Main SDK Repository</a></li>
-                       <li><a href="#extension">Configuring the Extension SDK Repository</a></li>
-                       <li><a href="#proxy">Configuring the Proxy</a></li>
-               </ul>
-               <p class="toc-title">Related Info</p>
-               <ul class="toc">
-                       <li><a href="updating_sdk.htm">Updating Tizen Studio</a></li>
-               </ul>
-       </div></div>
-</div>
-
-<div id="container"><div id="contents"><div class="content">
- <h1>Configuring the Package Manager</h1>
-
-<p>The Package Manager configuration allows you to manage the packages of the Tizen Studio. With the Package Manager configuration, you can change the options for the package repository for the main and extension SDK, as well as the proxy settings to access the package repository. If you want to configure the Package Manager in the command line interface, see <a href="updating_sdk.htm#cli_package_manager">Updating with the CLI Package Manager</a>.</p>
-
-<h2 id="main">Configuring the Main SDK Repository</h2>
-
-<p>You can set the configuration for installing or updating the Tizen Studio using one of the following methods. Before changing the package repository, note that the installed packages may be removed automatically, and you may need to reinstall the packages from the changed repository.</p>
-
-<h3>Configuring the Package Repository</h3>
-
-<p>The package repository is a server which stores all the packages that you are using or will use in the Tizen Studio. Using the Package Manager, you can install or update packages from that repository. Rather than providing a single repository for the main SDK, several CDNs (Content Delivery Networks) are offered around the globe for your convenience. You can select the nearest package repository to install or update packages more quickly.</p>
-
-<p align="center"><strong>Figure: Configuration window with the Package Repository selected</strong></p> 
-<p align="center"><img alt="Configuration window with the Package Repository selected" src="../images/advanced_conf_server.png" /></p>
-
-<p>To set the package repository:</p>
-<ol>
-<li>Select the <strong>Package Repository</strong> radio button.</li>
-<li>In the combo box below the <strong>Package Repository</strong> radio button, select an available repository. It is recommended to select the nearest repository for quick installation and update.</li>
-<li>Click <strong>Apply</strong> next to the combo box. Wait for a few seconds until the repository is validated.</li>
-<li>In the <strong>Distribution</strong> combo box, select the distribution you want to access. </li>
-<li>On your selection in the <strong>Distribution</strong> combo box, different snapshots are listed in the snapshot box. By switching off the <strong>Auto Update</strong> switch, you can select the specific snapshot in the list. If you leave the switch on, the Package Manager always updates all the packages from the latest snapshot.</li>
-<li>Click <strong>OK</strong> to confirm your setting.</li>
-</ol>
-
-<div class="note">
-    <strong>Note</strong>
-    If you switch off the <strong>Auto Update</strong> option and select an earlier snapshot than the snapshot you are currently using, entire packages are removed to guarantee system integrity among the packages. Pay attention to that before you select and confirm the use of an earlier snapshot.
-</div>
-
-<h3>Configuring the SDK Image</h3>
-
-<p>To install or update packages with the SDK image:</p>
-
-<p align="center"><strong>Figure: Configuration window with the SDK Image selected</strong></p> 
-<p align="center"><img alt="Configuration window with the SDK Image selected" src="../images/advanced_conf_image.png" /></p>
-
-<ol>
-<li>Select the <strong>SDK Image</strong> radio button.</li>
-<li>In the text box below the <strong>SDK Image</strong> radio button, click <strong>Browse</strong>.</li>
-<li>In the file browser, select the SDK image file, and click <strong>OK</strong>. When you select the image file, detailed information of the image is listed in the information box.</li>
-<li>Click <strong>OK</strong> to confirm your setting.</li>
-</ol>
-
-<div class="note">
-    <strong>Note</strong>
-    If the SDK image distribution ID is different compared to the current packages&#39; distribution ID, entire packages are removed to guarantee system integrity. Pay attention to that before installing or updating packages with an image file.
-</div>
-  
-<h2 id="extension">Configuring the Extension SDK Repository</h2>
-
-<p>The Tizen Studio supports extension packages from the extension repositories, which are developed and managed by external developers and companies. To configure the extension SDK, you must unfold the configuration dialog by clicking the <img alt="Extension SDK button icon" src="../images/advanced_conf_icon_extension.png" /> extension SDK icon at the bottom of the dialog box. To move up to the package repository configuration, click the <img alt="Extension SDK button icon active" src="../images/advanced_conf_icon_extension_active.png" /> extension SDK icon again or scroll up.</p>
-
-<p align="center"><strong>Figure: Configuration window with the Extension SDK unfolded</strong></p> 
-<p align="center"><img alt="Configuration window with the Extension SDK unfolded" src="../images/advanced_conf_extension.png" /></p>
-
-<h3>Adding an Extension Repository</h3>
-<p>To add an extra repository:</p>
-
-<ol>
-<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>
-<li>Click the <img alt="Plus button icon" src="../images/advanced_conf_icon_plus.png" /> icon above the repository information table.</li>
-<li>Enter values to the <strong>Name</strong> and <strong>Repository</strong> fields in the <strong>Add Repository</strong> dialog box. The <strong>Repository</strong> field indicates the external server address. You can also click the folder icon to select a local image file or local server location.
-<p align="center"><img alt="Adding an extra repository" src="../images/advanced_conf_add_extra.png" /></p>
-</li>
-<li>Click <strong>OK</strong>.</li>
-<li>In the <strong>Configuration</strong> dialog box, check the detailed repository information below the table.</li>
-<li>Click <strong>OK</strong> to confirm.</li>
-</ol>
-<h3>Removing an Extension Repository</h3>
-<p>To remove an extra repository:</p>
-
-<ol>
-<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>
-<li>Select an extension repository in the repository table.</li>
-<li>Click the <img alt="Remove icon" src="../images/advanced_conf_icon_remove.png" /> icon right above the table.</li>
-<li>In the <strong>Configuration</strong> dialog box, check that the extension repository has been removed.</li>
-</ol>
-<h3>Modifying an Extension Repository</h3>
-<p>To modify an extra repository:</p>
-
-<ol>
-<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>
-<li>Click the <img alt="Edit icon" src="../images/advanced_conf_icon_edit.png" /> icon above the repository information table.</li>
-<li>Modify the values of the <strong>Name</strong> and <strong>Repository</strong> fields in the <strong>Modify Repository</strong> dialog box. The <strong>Repository</strong> field indicates the external server address. You can also click the folder icon to select a local image file or local server location.
-<p align="center"><img alt="Modifying an extra repository" src="../images/advanced_conf_edit_extra.png" /></p>
-</li>
-<li>Click <strong>OK</strong>.</li>
-<li>In the <strong>Configuration</strong> dialog box, check that the repository information has changed below the table.</li>
-<li>Click <strong>OK</strong> to confirm.</li>
-</ol>
-
-<h3>Activating or Deactivating an Extension Repository</h3>
-<p>To activate or deactivate the extra repository:</p>
-
-<ol>
-<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>
-<li>Select the <img alt="Switch icon" src="../images/advanced_conf_icon_switch.png" /> on-off switch icon in the <strong>Activation</strong> column in the repository table.
-<p align="center"><img alt="Activating or deactivating an extra repository" src="../images/advanced_conf_activate_extra.png" /></p>
-</li>
-<li>Click <strong>OK</strong> to confirm.</li>
-</ol>
-
-<div class="note">
-    <strong>Note</strong>
-    If the extension repository is deactivated, the packages from that repository are no longer shown in the Package Manager. However, if you activate the extension repository, the packages are shown in the Package Manager again.
-</div>
-
-<h2 id="proxy">Configuring the Proxy</h2>
-<p>The Package Manager provides the network option to configure a proxy to connect to repository servers. To set the proxy:</p>
-
-<ol>
-<li>Click the <strong>Proxy Settings</strong> button at the bottom of the <strong>Configuration</strong> dialog box.
-<p align="center"><img alt="Proxy settings window" src="../images/advanced_conf_proxy.png" /></p></li>
-<li>Select the proxy option you want to use:
-       <ul>
-       <li><strong>No proxy</strong>: The Package Manager accesses the repository servers directly.</li>
-       <li><strong>System proxy settings</strong>: The Package Manager accesses the repository servers through the system proxy.</li>
-       <li><strong>Manual proxy settings</strong>: The Package Manager accesses the repository servers through the <strong>IP</strong> and <strong>Port</strong> value that you specify.</li>
-       </ul></li>
-<li>Click <strong>Apply</strong> to confirm.</li>
-</ol>
-<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
-<script type="text/javascript" src="../scripts/showhide.js"></script>
-</div></div></div>
-
-<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>
-
-<div id="footer">
-<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
-</div>
-
-<script type="text/javascript">
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'UA-25976949-1']);
-_gaq.push(['_trackPageview']);
-(function() {
-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-})();
-</script>
-
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
+<head>\r
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
+       <meta http-equiv="X-UA-Compatible" content="IE=9" />\r
+       <link rel="stylesheet" type="text/css" href="../css/styles.css" />\r
+       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />\r
+       <script type="text/javascript" src="../scripts/snippet.js"></script>    \r
+       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>\r
+       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>\r
+       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>\r
+       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>\r
+\r
+       <title>Configuring the Package Manager</title>  \r
+</head>\r
+\r
+ <body onload="prettyPrint()" style="overflow: auto;">\r
\r
+ <div id="toc-navigation">\r
+       <div id="profile">\r
+               <p><img alt="Mobile" src="../images/mobile_s_wn.png"/> <img alt="Wearable" src="../images/wearable_s_wn.png"/></p>\r
+       </div>\r
+       \r
+       <div id="toc_border"><div id="toc">\r
+               <p class="toc-title">Dependencies</p>\r
+               <ul class="toc">\r
+                       <li>Tizen Studio 1.1 and Higher</li>\r
+               </ul>\r
+               <p class="toc-title">Content</p>\r
+               <ul class="toc">\r
+                       <li><a href="#main">Configuring the Main SDK Repository</a></li>\r
+                       <li><a href="#extension">Configuring the Extension SDK Repository</a></li>\r
+                       <li><a href="#proxy">Configuring the Proxy</a></li>\r
+               </ul>\r
+               <p class="toc-title">Related Info</p>\r
+               <ul class="toc">\r
+                       <li><a href="updating_sdk.htm">Updating Tizen Studio</a></li>\r
+               </ul>\r
+       </div></div>\r
+</div>\r
+\r
+<div id="container"><div id="contents"><div class="content">\r
+ <h1>Configuring the Package Manager</h1>\r
+\r
+<p>The Package Manager configuration allows you to manage the packages of the Tizen Studio. With the Package Manager configuration, you can change the options for the package repository for the main and extension SDK, as well as the proxy settings to access the package repository. If you want to configure the Package Manager in the command line interface, see <a href="updating_sdk.htm#cli_package_manager">Updating with the CLI Package Manager</a>.</p>\r
+\r
+<h2 id="main">Configuring the Main SDK Repository</h2>\r
+\r
+<p>You can set the configuration for installing or updating the Tizen Studio using one of the following methods. Before changing the package repository, note that the installed packages may be removed automatically, and you may need to reinstall the packages from the changed repository.</p>\r
+\r
+<h3>Configuring the Package Repository</h3>\r
+\r
+<p>The package repository is a server which stores all the packages that you are using or will use in the Tizen Studio. Using the Package Manager, you can install or update packages from that repository. Rather than providing a single repository for the main SDK, several CDNs (Content Delivery Networks) are offered around the globe for your convenience. You can select the nearest package repository to install or update packages more quickly.</p>\r
+\r
+<p align="center"><strong>Figure: Configuration window with the Package Repository selected</strong></p> \r
+<p align="center"><img alt="Configuration window with the Package Repository selected" src="../images/advanced_conf_server.png" /></p>\r
+\r
+<p>To set the package repository:</p>\r
+<ol>\r
+<li>Select an available repository from the dropdown menu. Select the nearest repository for quickest installation and update.</li>\r
+<li>Click <strong>Apply</strong> next to the combo box. Wait for a few seconds until the repository is validated.</li>\r
+<li>In the <strong>Distribution</strong> combo box, select the distribution you want to access. </li>\r
+<li>On your selection in the <strong>Distribution</strong> combo box, different snapshots are listed in the snapshot box. By switching off the <strong>Auto Update</strong> switch, you can select the specific snapshot in the list. If you leave the switch on, the Package Manager always updates all the packages from the latest snapshot.</li>\r
+<li>Click <strong>OK</strong> to confirm your setting.</li>\r
+</ol>\r
+\r
+<div class="note">\r
+    <strong>Note</strong>\r
+    If you switch off the <strong>Auto Update</strong> option and select an earlier snapshot than the snapshot you are currently using, entire packages are removed to guarantee system integrity among the packages. Pay attention to that before you select and confirm the use of an earlier snapshot.\r
+</div>\r
+\r
+<h3>Configuring the SDK Image</h3>\r
+\r
+<p>To install or update packages with the SDK image:</p>\r
+\r
+<ol>\r
+<li>Type the full path of the SDK image file in the <strong>Package Repository</strong> box, or click <img alt="Browse" src="../images/advanced_conf_browse.png" /> next to the combo box to open the file browser.\r
+<p>In the file browser, select the SDK image file, and click <strong>OK</strong>. When you select the image file, the repository&#39;s origin information of the image is displayed below the combo box.</p></li>\r
+<li>Click <strong>OK</strong> to confirm your setting.</li>\r
+</ol>\r
+\r
+<div class="note">\r
+    <strong>Note</strong>\r
+    If the SDK image&#39;s origin repository URL or distribution ID is different compared to the current packages&#39; URL or distribution ID, entire packages are removed to guarantee system integrity. Pay attention to that before installing or updating packages with an image file.\r
+</div>\r
+  \r
+<h2 id="extension">Configuring the Extension SDK Repository</h2>\r
+\r
+<p>The Tizen Studio supports extension packages from the extension repositories, which are developed and managed by external developers and companies. To configure the extension SDK, you must unfold the configuration dialog by clicking the <img alt="Extension SDK button icon" src="../images/advanced_conf_icon_extension.png" /> extension SDK icon at the bottom of the dialog box. To move up to the package repository configuration, click the <img alt="Extension SDK button icon active" src="../images/advanced_conf_icon_extension_active.png" /> extension SDK icon again or scroll up.</p>\r
+\r
+<p align="center"><strong>Figure: Configuration window with the Extension SDK unfolded</strong></p> \r
+<p align="center"><img alt="Configuration window with the Extension SDK unfolded" src="../images/advanced_conf_extension.png" /></p>\r
+\r
+<h3>Adding an Extension Repository</h3>\r
+<p>To add an extra repository:</p>\r
+\r
+<ol>\r
+<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>\r
+<li>Click the <img alt="Plus button icon" src="../images/advanced_conf_icon_plus.png" /> icon above the repository information table.</li>\r
+<li>Enter values to the <strong>Name</strong> and <strong>Repository</strong> fields in the <strong>Add Repository</strong> dialog box. The <strong>Repository</strong> field indicates the external server address. You can also click <img alt="Browse" src="../images/advanced_conf_browse.png" /> to select a local image file or local server location.\r
+<p align="center"><img alt="Adding an extra repository" src="../images/advanced_conf_add_extra.png" /></p>\r
+</li>\r
+<li>Click <strong>OK</strong>.</li>\r
+<li>In the <strong>Configuration</strong> dialog box, check the detailed repository information below the table.</li>\r
+<li>Click <strong>OK</strong> to confirm.</li>\r
+</ol>\r
+<h3>Removing an Extension Repository</h3>\r
+<p>To remove an extra repository:</p>\r
+\r
+<ol>\r
+<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>\r
+<li>Select an extension repository in the repository table.</li>\r
+<li>Click the <img alt="Remove icon" src="../images/advanced_conf_icon_remove.png" /> icon right above the table.</li>\r
+<li>In the <strong>Configuration</strong> dialog box, check that the extension repository has been removed.</li>\r
+</ol>\r
+<h3>Modifying an Extension Repository</h3>\r
+<p>To modify an extra repository:</p>\r
+\r
+<ol>\r
+<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>\r
+<li>Click the <img alt="Edit icon" src="../images/advanced_conf_icon_edit.png" /> icon above the repository information table.</li>\r
+<li>Modify the values of the <strong>Name</strong> and <strong>Repository</strong> fields in the <strong>Modify Repository</strong> dialog box. The <strong>Repository</strong> field indicates the external server address. You can also click <img alt="Browse" src="../images/advanced_conf_browse.png" /> to select a local image file or local server location.\r
+<p align="center"><img alt="Modifying an extra repository" src="../images/advanced_conf_edit_extra.png" /></p>\r
+</li>\r
+<li>Click <strong>OK</strong>.</li>\r
+<li>In the <strong>Configuration</strong> dialog box, check that the repository information has changed below the table.</li>\r
+<li>Click <strong>OK</strong> to confirm.</li>\r
+</ol>\r
+\r
+<h3>Activating or Deactivating an Extension Repository</h3>\r
+<p>To activate or deactivate the extra repository:</p>\r
+\r
+<ol>\r
+<li>Click the extension SDK icon at the bottom of the <strong>Configuration</strong> dialog box.</li>\r
+<li>Select the <img alt="Switch icon" src="../images/advanced_conf_icon_switch.png" /> on-off switch icon in the <strong>Activation</strong> column in the repository table.\r
+<p align="center"><img alt="Activating or deactivating an extra repository" src="../images/advanced_conf_activate_extra.png" /></p>\r
+</li>\r
+<li>Click <strong>OK</strong> to confirm.</li>\r
+</ol>\r
+\r
+<div class="note">\r
+    <strong>Note</strong>\r
+    If the extension repository is deactivated, the packages from that repository are no longer shown in the Package Manager. However, if you activate the extension repository, the packages are shown in the Package Manager again.\r
+</div>\r
+\r
+<h2 id="proxy">Configuring the Proxy</h2>\r
+<p>The Package Manager provides the network option to configure a proxy to connect to repository servers. To set the proxy:</p>\r
+\r
+<ol>\r
+<li>Click the <strong>Proxy Settings</strong> button at the bottom of the <strong>Configuration</strong> dialog box.\r
+<p align="center"><img alt="Proxy settings window" src="../images/advanced_conf_proxy.png" /></p></li>\r
+<li>Select the proxy option you want to use:\r
+       <ul>\r
+       <li><strong>No proxy</strong>: The Package Manager accesses the repository servers directly.</li>\r
+       <li><strong>System proxy settings</strong>: The Package Manager accesses the repository servers through the system proxy.</li>\r
+       <li><strong>Manual proxy settings</strong>: The Package Manager accesses the repository servers through the <strong>IP</strong> and <strong>Port</strong> value that you specify.</li>\r
+       </ul></li>\r
+<li>Click <strong>Apply</strong> to confirm.</li>\r
+</ol>\r
\r
+<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>\r
+<script type="text/javascript" src="../scripts/showhide.js"></script>\r
+</div></div></div>\r
+\r
+<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>\r
+\r
+<div id="footer">\r
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>\r
+</div>\r
+\r
+<script type="text/javascript">\r
+var _gaq = _gaq || [];\r
+_gaq.push(['_setAccount', 'UA-25976949-1']);\r
+_gaq.push(['_trackPageview']);\r
+(function() {\r
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
+})();\r
+</script>\r
+\r
+</body>\r
 </html>
\ No newline at end of file
diff --git a/org.tizen.studio/html/images/advanced_conf_browse.png b/org.tizen.studio/html/images/advanced_conf_browse.png
new file mode 100644 (file)
index 0000000..c80fc6c
Binary files /dev/null and b/org.tizen.studio/html/images/advanced_conf_browse.png differ
diff --git a/org.tizen.studio/html/images/advanced_conf_image.png b/org.tizen.studio/html/images/advanced_conf_image.png
deleted file mode 100644 (file)
index 3a7a5c6..0000000
Binary files a/org.tizen.studio/html/images/advanced_conf_image.png and /dev/null differ
index b847aff..9fe1327 100644 (file)
Binary files a/org.tizen.studio/html/images/advanced_conf_server.png and b/org.tizen.studio/html/images/advanced_conf_server.png differ