[web API] apply new category on tizen APIs of getstarted
authorHyunjin Park <hj.na.park@samsung.com>
Fri, 29 Jan 2016 04:53:53 +0000 (13:53 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Fri, 29 Jan 2016 04:53:53 +0000 (13:53 +0900)
Change-Id: I53dab5845a758ae7c26c78b7ace78d9af998c3e6

org.tizen.gettingstarted/html/web/details/tizen_apis_w.htm
org.tizen.guides/html/web/tizen/application/app_guide_w.htm

index f6488da..b6b2af0 100644 (file)
           <li>Tutorials: <a href="../../../../org.tizen.tutorials/html/web/tizen/base/base_tutorials_w.htm">Base</a></li>  
        <li>API Reference: <a href="../../../../org.tizen.web.apireference/html/device_api/mobile/index.html#Base">Base</a></li> 
       </ul></td> 
-    </tr> 
+    </tr>
     <tr> 
+     <td>Account</td>
+     <td>These APIs contain classes and interfaces that enable you to manage account features.
+   <p>You can use existing configured on-line accounts and providers, and create new accounts of known types.</p></td>
+     <td>
+      <ul>
+     <li>Guides: <a href="../../../../org.tizen.guides/html/web/tizen/account/account_guide_w.htm">Account</a></li>
+     <li>Tutorials: <a href="../../../../org.tizen.tutorials/html/web/tizen/account/account_tutorial_w.htm">Account</a></li>
+       <li>API Reference: <a href="../../../../org.tizen.web.apireference/html/device_api/mobile/index.html#Account">Account</a></li>
+      </ul></td>
+    </tr>
+    <tr>
      <td>Application Framework</td> 
      <td>These APIs contain classes and interfaces that enable you to manage alarm, application, and package features. 
         <p>You can schedule an application to be run at a specific time, retrieve information about the applications installed or running on the device, and enable package management.</p></td> 
      <td> 
       <ul> 
-          <li>Guides: <a href="../../../../org.tizen.guides/html/web/tizen/application/app_guide_w.htm">Application</a></li>
-          <li>Tutorials: <a href="../../../../org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm">Application</a></li>  
-       <li>API Reference: <a href="../../../../org.tizen.web.apireference/html/device_api/mobile/index.html#Application">Application</a></li> 
+          <li>Guides: <a href="../../../../org.tizen.guides/html/web/tizen/application/app_guide_w.htm">Application Framework</a></li>
+          <li>Tutorials: <a href="../../../../org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm">Application Framework</a></li>
+       <li>API Reference: <a href="../../../../org.tizen.web.apireference/html/device_api/mobile/index.html#Application">Application Framework</a></li>
       </ul></td> 
     </tr>
        <tr> 
index 7a22a70..98377a3 100644 (file)
 
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                       <li><a href="../../../../../org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm">Application Tutorials</a></li>  
-                       <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/index.html#Application">Application API for Mobile Web</a></li>
-                       <li><a href="../../../../../org.tizen.web.apireference/html/device_api/wearable/index.html#Application">Application API for Wearable Web</a></li>                       
+                       <li><a href="../../../../../org.tizen.tutorials/html/web/tizen/application/app_tutorials_w.htm">Application Framework Tutorials</a></li>
+                       <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/index.html#Application">Application Framework API for Mobile Web</a></li>
+                       <li><a href="../../../../../org.tizen.web.apireference/html/device_api/wearable/index.html#Application">Application Framework API for Wearable Web</a></li>
                        </ul>
        </div></div>
 </div> 
 
 <div id="container"><div id="contents"><div class="content">
-  <h1>Application</h1> 
-  <p>Application features include managing various types of applications and packages, badges, notifications, input devices and handling events, communicate with other web or native applications.</p>
+  <h1>Application Framework</h1>
+  <p>Application Framework features include managing various types of applications and packages, badges, notifications, input devices and handling events, communicate with other web or native applications.</p>
   <p>The main application features are:</p> 
   <ul> 
     <li><a href="alarm_w.htm">Alarm</a> <p>Allows you to schedule an application to be run at a specific time</p></li>