[Web API] apply new file name for guide on doc
authorHyunjin Park <hj.na.park@samsung.com>
Mon, 25 Jan 2016 07:08:04 +0000 (16:08 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Mon, 25 Jan 2016 07:50:43 +0000 (16:50 +0900)
Change-Id: I3764810239ceba71d127f91410b0f3df5cd19e78

org.tizen.sampledescriptions/html/mobile_w/accountmanager_mw.htm
org.tizen.tutorials/html/index.htm
org.tizen.tutorials/html/web/tizen/account/account_tutorial_w.htm
org.tizen.tutorials/html/web/tizen/base/tizen_tutorial_w.htm [moved from org.tizen.tutorials/html/web/tizen/base/tizen_tutorials_w.htm with 99% similarity]
org.tizen.tutorials/index.xml
org.tizen.web.apireference/html/device_api/mobile/tizen/account.html
org.tizen.web.apireference/html/device_api/mobile/tizen/tizen.html
org.tizen.web.apireference/index.xml

index 10d96af..5fd3968 100644 (file)
@@ -24,7 +24,7 @@
        <div id="toc_border"><div id="toc">
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                       <li><a href="../../../org.tizen.guides/html/web/tizen/account/account_w.htm">Account Guide</a></li>
+                       <li><a href="../../../org.tizen.guides/html/web/tizen/account/account_guide_w.htm">Account Guide</a></li>
                        <li><a href="../../../org.tizen.web.apireference/html/device_api/mobile/tizen/account.html">Account API</a></li>
                </ul>
        </div></div>
index 663a3d6..7fc3b5e 100644 (file)
@@ -34,7 +34,7 @@
                                                <li><a href="web/tizen/base/task_filemanager_w.htm">Task: File Manager</a></li>
                                        </ul>
                                </li>
-                       <li><a href="web/tizen/base/tizen_tutorials_w.htm">Tizen</a></li>
+                       <li><a href="web/tizen/base/tizen_tutorial_w.htm">Tizen</a></li>
                    </ul>
         </li>
         <li><a href="web/tizen/account/account_tutorial_w.htm">Account</a></li>
index bd880e6..f092ae0 100644 (file)
@@ -29,7 +29,7 @@
         </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
-            <li><a href="../../../../../org.tizen.guides/html/web/tizen/account/account_w.htm">Account Guide</a></li>
+            <li><a href="../../../../../org.tizen.guides/html/web/tizen/account/account_guide_w.htm">Account Guide</a></li>
                        <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/tizen/account.html">Account API for Mobile Web</a></li>
         </ul>
     </div></div>
@@ -38,7 +38,7 @@
         </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
-             <li><a href="../../../../../org.tizen.guides/html/web/tizen/base/tizen_guide_w.htm">Tizen Guide</a></li>
+             <li><a href="../../../../../org.tizen.guides/html/web/tizen/base/tizen_w.htm">Tizen Guide</a></li>
                        <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/tizen/tizen.html">Tizen API for Mobile Web</a></li>
                        <li><a href="../../../../../org.tizen.web.apireference/html/device_api/wearable/tizen/tizen.html">Tizen API for Wearable Web</a></li>                            
         </ul>
index 41bc2d2..e9d9c69 100644 (file)
@@ -5,12 +5,13 @@
 <toc label="Tutorials" topic="html/cover_page.htm">
 <topic href="html/web/tutorials_w.htm" label="Web Application">
        <topic href="html/web/tizen/tutorials_tizen_w.htm" label="Tizen Features">
-               <topic href="html/web/tizen/base/base_tutorials_w.htm" label="Base"></topic>
-                   <topic href="html/web/tizen/base/tizen_tutorials_w.htm" label="Tizen"></topic>
-                       <topic href="html/web/tizen/base/archive_tutorial_w.htm" label="Archive"></topic>
+               <topic href="html/web/tizen/base/base_tutorials_w.htm" label="Base">
+                   <topic href="html/web/tizen/base/archive_tutorial_w.htm" label="Archive"></topic>
                        <topic href="html/web/tizen/base/filesystem_tutorial_w.htm" label="Filesystem">
                                <topic href="html/web/tizen/base/task_filemanager_w.htm" label="Task: File Manager"></topic>
                        </topic>
+            <topic href="html/web/tizen/base/tizen_tutorial_w.htm" label="Tizen"></topic>
+        </topic>
                <topic href="html/web/tizen/account/account_tutorial_w.htm" label="Account"></topic>
                <topic href="html/web/tizen/application/app_tutorials_w.htm" label="Application Framework">                     
                        <topic href="html/web/tizen/application/alarm_tutorial_w.htm" label="Alarm"></topic>
index 652c70b..7c7ecd2 100644 (file)
@@ -37,7 +37,7 @@ To use <em>add(), remove(), and update()</em> methods of AccountManager can be i
 by account provider application. A web application is an account provider when its <em>config.xml </em>contains <a href="../../../../../org.tizen.devtools/html/web_tools/config_editor_w.htm#mw_account">Account provider section</a>. For example:<br>&lt;tizen:account multiple-account-support="true"&gt;<br>      &lt;tizen:icon section="Account"&gt;icon.png&lt;/tizen:icon&gt;<br>      &lt;tizen:icon section="AccountSmall"&gt;icon.png&lt;/tizen:icon&gt;<br>      &lt;tizen:display-name xml:lang="en-gb"&gt;Test&lt;/tizen:display-name&gt;<br>      &lt;tizen:capability&gt;http://tizen.org/account/capability/contact&lt;/tizen:capability&gt;<br>&lt;/tizen:account&gt;
         </p>
         <p>
-For more information about how to use Account API, see <a href="../../../../../org.tizen.guides/html/web/tizen/account/account_w.htm">Account Guide</a>.
+For more information about how to use Account API, see <a href="../../../../../org.tizen.guides/html/web/tizen/account/account_guide_w.htm">Account Guide</a>.
         </p>
        </div>
 <p><span class="version">
index 0838487..41a5a0d 100644 (file)
@@ -24,7 +24,7 @@ Additionally, this API specifies the location in the ECMAScript hierarchy in whi
 the Tizen Web Device API is instantiated (<em>window.tizen</em>).
         </p>
         <p>
-For more information on the Tizen features, see <a href="../../../../../org.tizen.guides/html/web/tizen/base/tizen_guide_w.htm">Tizen Guide</a>.  
+For more information on the Tizen features, see <a href="../../../../../org.tizen.guides/html/web/tizen/base/tizen_w.htm">Tizen Guide</a>.
         </p>
        </div>
 <p><span class="version">
index 9483cc2..cca4ce2 100644 (file)
@@ -13,9 +13,7 @@
                                    <topic href="html/device_api/mobile/tizen/tizen.html" label="Tizen"></topic>
                 </topic>
 
-                               <topic href="html/device_api/mobile/index.html#Account" label="Account">
-                                       <topic href="html/device_api/mobile/tizen/account.html" label="Account"></topic>
-                               </topic>
+                               <topic href="html/device_api/mobile/tizen/account.html" label="Account"></topic>
 
                                <topic href="html/device_api/mobile/index.html#Application" label="Application Framework">
                                        <topic href="html/device_api/mobile/tizen/alarm.html" label="Alarm"></topic>