[web API] change category ( EXIF )
authorHyunjin Park <hj.na.park@samsung.com>
Thu, 11 Feb 2016 01:50:30 +0000 (10:50 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Thu, 11 Feb 2016 01:54:21 +0000 (10:54 +0900)
from content to multimedia

Change-Id: I75a1a5a3401bf4fdba19a9c800edb4172c942209

16 files changed:
org.tizen.guides/html/index.htm
org.tizen.guides/html/web/tizen/content/content_guide_w.htm
org.tizen.guides/html/web/tizen/multimedia/exif_w.htm [moved from org.tizen.guides/html/web/tizen/content/exif_w.htm with 84% similarity]
org.tizen.guides/html/web/tizen/multimedia/multimedia_guide_w.htm
org.tizen.guides/index.xml
org.tizen.sampledescriptions/html/mobile_w/jpegexifeditor_mw.htm
org.tizen.tutorials/html/index.htm
org.tizen.tutorials/html/web/tizen/content/content_tutorials_w.htm
org.tizen.tutorials/html/web/tizen/multimedia/exif_tutorial_w.htm [moved from org.tizen.tutorials/html/web/tizen/content/exif_tutorial_w.htm with 99% similarity]
org.tizen.tutorials/html/web/tizen/multimedia/multimedia_tutorials_w.htm
org.tizen.tutorials/index.xml
org.tizen.web.apireference/html/device_api/mobile/index.html
org.tizen.web.apireference/html/device_api/mobile/tizen/exif.html
org.tizen.web.apireference/html/device_api/wearable/tizen/exif.html
org.tizen.web.apireference/html/index.htm
org.tizen.web.apireference/index.xml

index 7acc2d2..efc1569 100644 (file)
@@ -56,7 +56,6 @@
                                        <ul>
                                                <li><a href="web/tizen/content/content_w.htm">Content</a></li>
                                                <li><a href="web/tizen/content/download_w.htm">Download</a></li>
-                                               <li><a href="web/tizen/content/exif_w.htm">Exif</a></li>
                                        </ul>
                                </li>
                                <li><a href="web/tizen/messaging/messaging_guide_w.htm">Messaging</a>                           
@@ -67,6 +66,7 @@
                                </li>
                                <li><a href="web/tizen/multimedia/multimedia_guide_w.htm">Multimedia</a>
                                        <ul>
+                                               <li><a href="web/tizen/multimedia/exif_w.htm">Exif</a></li>
                                                <li><a href="web/tizen/multimedia/fm_radio_w.htm">FM Radio</a></li>
                                                <li><a href="web/tizen/multimedia/media_controller_w.htm">Media Controller</a></li>
                                                <li><a href="web/tizen/multimedia/media_key_w.htm">Media Key</a></li>
index 93315eb..85cccf1 100644 (file)
@@ -36,8 +36,7 @@
   <p>The main content features are:</p>
   <ul>
    <li><a href="content_w.htm">Content</a> <p>Allows you to search and manage multimedia content locally.</p></li>
-   <li><a href="download_w.htm">Download</a> <p>Enables you to download files from the Internet and monitor the download progress and status.</p></li>  
-   <li><a href="exif_w.htm">Exif</a> <p>Enables you to access and modify EXIF information in a JPEG file.</p></li>   
+   <li><a href="download_w.htm">Download</a> <p>Enables you to download files from the Internet and monitor the download progress and status.</p></li>   
 </ul>
 
 <script type="text/javascript" src="../../../scripts/jquery.zclip.min.js"></script>
@@ -22,7 +22,7 @@
     <div id="toc_border"><div id="toc">
         <p class="toc-title">Related Info</p>
         <ul class="toc">
-        <li><a href="../../../../../org.tizen.tutorials/html/web/tizen/content/exif_tutorial_w.htm">Exif Tutorial</a></li>
+        <li><a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/exif_tutorial_w.htm">Exif Tutorial</a></li>
                <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/tizen/exif.html">Exif API for Mobile Web</a></li>
                <li><a href="../../../../../org.tizen.web.apireference/html/device_api/wearable/tizen/exif.html">Exif API for Wearable Web</a></li>             
             </ul>
   
 <p>The main features of the Exif API include:</p>
 <ul>
- <li>Loading EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/content/exif_tutorial_w.htm#load">retrieve EXIF information from a JPEG file</a>. You can also retrieve the thumbnail image of the file.</p>   </li>
- <li>Adding EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/content/exif_tutorial_w.htm#add">save EXIF information to  a JPEG file</a> which currently has no EXIF information.</p> </li>
- <li>Updating EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/content/exif_tutorial_w.htm#update">modify EXIF information in a JPEG file</a> and save the file.</p> </li>
- <li>Copying EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/content/exif_tutorial_w.htm#copy">copy EXIF information from one JPEG file to another</a>.</p> </li>
+ <li>Loading EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/exif_tutorial_w.htm#load">retrieve EXIF information from a JPEG file</a>. You can also retrieve the thumbnail image of the file.</p>   </li>
+ <li>Adding EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/exif_tutorial_w.htm#add">save EXIF information to  a JPEG file</a> which currently has no EXIF information.</p> </li>
+ <li>Updating EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/exif_tutorial_w.htm#update">modify EXIF information in a JPEG file</a> and save the file.</p> </li>
+ <li>Copying EXIF information<p>You can <a href="../../../../../org.tizen.tutorials/html/web/tizen/multimedia/exif_tutorial_w.htm#copy">copy EXIF information from one JPEG file to another</a>.</p> </li>
 </ul>
 
 <script type="text/javascript" src="../../../scripts/jquery.zclip.min.js"></script>
index 8e269f6..8652f20 100644 (file)
@@ -34,6 +34,7 @@
   <p>Multimedia features include managing the device sound volume and media keys.</p>\r
   <p>The main multimedia features are:</p>\r
   <ul>\r
+  <li><a href="exif_w.htm">Exif</a> <p>Enables you to access and modify EXIF information in a JPEG file.</p></li>\r
   <li><a href="media_controller_w.htm">Media Controller</a> <p>Enables you to communicate between the media controller server and client.</p></li>\r
   <li><a href="media_key_w.htm">Media Key</a> <p>Enables you to handle media keys in your application.</p></li>\r
   <li><a href="sound_w.htm">Sound</a> <p>Enables you to control the volume level of several sound types and get information about the current sound mode and the state of the current sound devices.</p></li>  \r
index 4e9eb81..b131c0c 100644 (file)
                <topic href="html/web/tizen/content/content_guide_w.htm" label="Content">
                        <topic href="html/web/tizen/content/content_w.htm" label="Content"></topic>
                        <topic href="html/web/tizen/content/download_w.htm" label="Download"></topic>
-                       <topic href="html/web/tizen/content/exif_w.htm" label="Exif"></topic>
                </topic>
                <topic href="html/web/tizen/messaging/messaging_guide_w.htm" label="Messaging">
                        <topic href="html/web/tizen/messaging/messaging_w.htm" label="Messaging"></topic>                       
                        <topic href="html/web/tizen/messaging/push_w.htm" label="Push"></topic>
                </topic>
-               <topic href="html/web/tizen/multimedia/multimedia_guide_w.htm" label="Multimedia">                              
+               <topic href="html/web/tizen/multimedia/multimedia_guide_w.htm" label="Multimedia">
+                       <topic href="html/web/tizen/multimedia/exif_w.htm" label="Exif"></topic>
                        <topic href="html/web/tizen/multimedia/fm_radio_w.htm" label="FM Radio"></topic>
                        <topic href="html/web/tizen/multimedia/media_controller_w.htm" label="Media Controller"></topic>
                        <topic href="html/web/tizen/multimedia/media_key_w.htm" label="Media Key"></topic>
index 5c19545..e94363b 100644 (file)
@@ -25,7 +25,7 @@
        <div id="toc">
                <p class="toc-title">Related Info</p>
                <ul class="toc">
-                  <li><a href="../../../org.tizen.guides/html/web/tizen/content/exif_w.htm">Exif Guide</a></li> 
+                  <li><a href="../../../org.tizen.guides/html/web/tizen/multimedia/exif_w.htm">Exif Guide</a></li> 
            <li><a href="../../../org.tizen.web.apireference/html/device_api/mobile/tizen/exif.html">Exif API</a></li>   
                </ul>
        </div>
index a3490f9..6d3aabb 100644 (file)
@@ -63,7 +63,6 @@
                                                <li><a href="web/tizen/content/task_downloadmanager_w.htm">Task: Download Manager</a></li>
                                        </ul>
                                </li>
-                               <li><a href="web/tizen/content/exif_tutorial_w.htm">Exif</a></li>
                        </ul>
                </li>
                <li><a href="web/tizen/messaging/messaging_tutorials_w.htm">Messaging</a>
@@ -78,6 +77,7 @@
                </li>           
                <li><a href="web/tizen/multimedia/multimedia_tutorials_w.htm">Multimedia</a>
                        <ul>
+                               <li><a href="web/tizen/multimedia/exif_tutorial_w.htm">Exif</a></li>
                                <li><a href="web/tizen/multimedia/fm_radio_tutorial_w.htm">FM Radio</a></li>
                                <li><a href="web/tizen/multimedia/media_controller_tutorial_w.htm">Media Controller</a></li>
                 <li><a href="web/tizen/multimedia/media_key_tutorial_w.htm">Media Key</a></li>                         
index 62b9454..2ad5f84 100644 (file)
@@ -36,8 +36,7 @@
  <p>The content tutorials demonstrate how to use the following features in creating Tizen Web applications:</p>
   <ul>
     <li><a href="content_tutorial_w.htm">Content: Discovering Multimedia Content (Such as Images, Videos, or Music)</a> <p>Demonstrates how you can receive information about content folders and items stored on external and internal storages and find and update the content of a media item.</p></li>
-       <li><a href="download_tutorial_w.htm">Download: Downloading Remote Objects by HTTP Request</a> <p>Demonstrates how you can manage and monitor downloads.</p></li>
-    <li><a href="exif_tutorial_w.htm">Exif: Manipulating EXIF Data from JPEG Files</a> <p>Demonstrates how you can use EXIF (exchangeable image format) information stored in JPEG files.</p></li>     
+       <li><a href="download_tutorial_w.htm">Download: Downloading Remote Objects by HTTP Request</a> <p>Demonstrates how you can manage and monitor downloads.</p></li>       
   </ul>
 
 
@@ -30,7 +30,7 @@
         </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
-             <li><a href="../../../../../org.tizen.guides/html/web/tizen/content/exif_w.htm">Exif Guide</a></li>
+             <li><a href="../../../../../org.tizen.guides/html/web/tizen/multimedia/exif_w.htm">Exif Guide</a></li>
                         <li><a href="../../../../../org.tizen.web.apireference/html/device_api/mobile/tizen/exif.html">Exif API for Mobile Web</a></li>
                         <li><a href="../../../../../org.tizen.web.apireference/html/device_api/wearable/tizen/exif.html">Exif API for Wearable Web</a></li>                     
         </ul>
index 9451e59..6621ff5 100644 (file)
@@ -35,6 +35,7 @@
 
     <p>The multimedia tutorials demonstrate how to use the following features in creating Tizen Web applications:</p>
   <ul>
+   <li><a href="exif_tutorial_w.htm">Exif: Manipulating EXIF Data from JPEG Files</a> <p>Demonstrates how you can use EXIF (exchangeable image format) information stored in JPEG files.</p></li>
    <li><a href="fm_radio_tutorial_w.htm">FM Radio: Listening to the FM Radio</a> <p>Demonstrates how you can manage a FM radio on the device.</p></li>
    <li><a href="media_controller_tutorial_w.htm">Media Controller: Communicating Between the Media Controller Server and Client</a> <p>Demonstrates how you can communicate between the media controller server and client.</p></li>
    <li><a href="media_key_tutorial_w.htm">Media Key: Controlling Multimedia Playback</a> <p>Demonstrates how you can control multimedia playback.</p></li>   
index f6f9d09..f83bb9e 100644 (file)
@@ -31,7 +31,6 @@
                        <topic href="html/web/tizen/content/download_tutorial_w.htm" label="Download">
                                <topic href="html/web/tizen/content/task_downloadmanager_w.htm" label="Task: Download Manager"></topic>
                        </topic>
-                       <topic href="html/web/tizen/content/exif_tutorial_w.htm" label="Exif"></topic>
                </topic>
        <topic href="html/web/tizen/messaging/messaging_tutorials_w.htm" label="Messaging">
                        <topic href="html/web/tizen/messaging/messaging_tutorial_w.htm" label="Messaging">                              
@@ -39,6 +38,7 @@
             <topic href="html/web/tizen/messaging/push_tutorial_w.htm" label="Push"></topic>
                </topic>
                <topic href="html/web/tizen/multimedia/multimedia_tutorials_w.htm" label="Multimedia">
+                       <topic href="html/web/tizen/multimedia/exif_tutorial_w.htm" label="Exif"></topic>
                    <topic href="html/web/tizen/multimedia/fm_radio_tutorial_w.htm" label="FM Radio"></topic>
                        <topic href="html/web/tizen/multimedia/media_controller_tutorial_w.htm" label="Media Controller"></topic>
                        <topic href="html/web/tizen/multimedia/media_key_tutorial_w.htm" label="Media Key"></topic>
index 21f623c..99de300 100644 (file)
                 <td>Mandatory</td>
                 <td>Yes</td>
 
-                </tr><tr><td><a href="tizen/exif.html" data-origin="tizen" data-domain="content" data-category="core" data-status="D" data-version="">
-                        Exif</a></td>
-                <td>This API provides interfaces and methods for manipulating Exif data from JPEG file.</td>
-                <td>2.3</td>
-                <td>Mandatory</td>
-                <td>Yes</td>
-
                 </tr></tbody></table><h4 id="Messaging">Messaging</h4>
              <table class="api-list"><thead><tr><th>API</th><th>Description</th><th>Version (Since)</th><th>Mobile</th><th>Supported on<br>Mobile Emulator</th></tr>
        </thead><tbody><tr><td>
                 </tr></tbody></table><h4 id="Multimedia">Multimedia</h4>
              <table class="api-list"><thead><tr><th>API</th><th>Description</th><th>Version (Since)</th><th>Mobile</th><th>Supported on<br>Mobile Emulator</th></tr>
        </thead><tbody>
+                </tr><tr><td><a href="tizen/exif.html" data-origin="tizen" data-domain="content" data-category="core" data-status="D" data-version="">
+                        Exif</a></td>
+                <td>This API provides interfaces and methods for manipulating Exif data from JPEG file.</td>
+                <td>2.3</td>
+                <td>Mandatory</td>
+                <td>Yes</td>
+                       
                 <tr><td><a href="tizen/fmradio.html" data-origin="tizen" data-domain="system" data-category="core" data-status="D" data-version="">
                         FM Radio</a></td>
                 <td>This API provides interfaces and methods for listening to FM radio.</td>
index f0d75bc..976dc94 100644 (file)
@@ -20,7 +20,7 @@ the saveExifInfo() method of the <em>ExifManager</em> object should be called wi
         </div>
 <div class="description">
         <p>
-For more information about how to use Exif API, see <a href="../../../../../org.tizen.guides/html/web/tizen/content/exif_w.htm">Exif Guide</a>.
+For more information about how to use Exif API, see <a href="../../../../../org.tizen.guides/html/web/tizen/multimedia/exif_w.htm">Exif Guide</a>.
         </p>
        </div>
 <p><span class="version">
index 7786617..185d64e 100755 (executable)
@@ -20,7 +20,7 @@ the saveExifInfo() method of the <em>ExifManager</em> object should be called wi
         </div>
 <div class="description">
         <p>
-For more information about how to use Exif API, see <a href="../../../../../org.tizen.guides/html/web/tizen/content/exif_w.htm">Exif Guide</a>.
+For more information about how to use Exif API, see <a href="../../../../../org.tizen.guides/html/web/tizen/multimedia/exif_w.htm">Exif Guide</a>.
         </p>
        </div>
 <p><span class="version">
index a62d2c0..35c8bdd 100644 (file)
@@ -63,7 +63,6 @@
                                                        <ul>
                                                                <li><a href="device_api/mobile/tizen/content.html">Content</a></li>
                                                                <li><a href="device_api/mobile/tizen/download.html">Download</a></li>
-                                                               <li><a href="device_api/mobile/tizen/exif.html">Exif</a></li>
                                                        </ul>
                                                </li>
                                                <li><a href="device_api/mobile/index.html#Messaging">Messaging</a>
@@ -74,6 +73,7 @@
                                                </li>
                                                <li><a href="device_api/mobile/index.html#Multimedia">Multimedia</a>
                                                        <ul>
+                                                               <li><a href="device_api/mobile/tizen/exif.html">Exif</a></li>
                                                                <li><a href="device_api/mobile/tizen/fmradio.html">FM Radio</a></li>                                                            
                                 <li><a href="device_api/mobile/tizen/mediacontroller.html">Media Controller</a></li>
                                                                <li><a href="device_api/mobile/tizen/sound.html">Sound</a></li>
                                                        <ul>
                                                                <li><a href="device_api/wearable/tizen/content.html">Content</a></li>
                                                                <li><a href="device_api/wearable/tizen/download.html">Download</a></li>
-                                                               <li><a href="device_api/wearable/tizen/exif.html">Exif</a></li>
                                                        </ul>
                                                </li>
                                                <li><a href="device_api/wearable/index.html#Messaging">Messaging</a>
                                                </li>
                                                <li><a href="device_api/wearable/index.html#Multimedia">Multimedia</a>
                                                        <ul>
+                                                               <li><a href="device_api/wearable/tizen/exif.html">Exif</a></li>
                                                                <li><a href="device_api/wearable/tizen/mediacontroller.html">Media Controller</a></li>
                                                                <li><a href="device_api/wearable/tizen/sound.html">Sound</a></li>
                                                        </ul>
index 1f2a5bf..6919c4c 100644 (file)
@@ -29,7 +29,6 @@
                                <topic href="html/device_api/mobile/index.html#Contents" label="Content">
                                        <topic href="html/device_api/mobile/tizen/content.html" label="Content" ></topic>
                                        <topic href="html/device_api/mobile/tizen/download.html" label="Download" ></topic>
-                                       <topic href="html/device_api/mobile/tizen/exif.html" label="Exif" ></topic>
                                </topic>
 
                                <topic href="html/device_api/mobile/index.html#Messaging" label="Messaging">
@@ -38,6 +37,7 @@
                                </topic>
 
                                <topic href="html/device_api/mobile/index.html#Multimedia" label="Multimedia">
+                                       <topic href="html/device_api/mobile/tizen/exif.html" label="Exif" ></topic>
                                        <topic href="html/device_api/mobile/tizen/fmradio.html" label="FM Radio" ></topic>
                                        <topic href="html/device_api/mobile/tizen/mediacontroller.html" label="Media Controller" ></topic>
                                        <topic href="html/device_api/mobile/tizen/sound.html" label="Sound" ></topic>
                                        <topic href="html/device_api/wearable/tizen/messageport.html" label="Message Port" ></topic>
                                        <topic href="html/device_api/wearable/tizen/notification.html" label="Notification" ></topic>
                                        <topic href="html/device_api/wearable/tizen/package.html" label="Package" ></topic>
-
                                </topic>
 
                                <topic href="html/device_api/wearable/index.html#Contents" label="Content">
                                        <topic href="html/device_api/wearable/tizen/content.html" label="Content" ></topic>
                                        <topic href="html/device_api/wearable/tizen/download.html" label="Download" ></topic>
-                                       <topic href="html/device_api/wearable/tizen/exif.html" label="Exif" ></topic>
                                </topic>
 
                            <topic href="html/device_api/wearable/index.html#Messaging" label="Messaging">
@@ -99,6 +97,7 @@
                    </topic>
 
                                <topic href="html/device_api/wearable/index.html#Multimedia" label="Multimedia">
+                                       <topic href="html/device_api/wearable/tizen/exif.html" label="Exif" ></topic>
                                        <topic href="html/device_api/wearable/tizen/mediacontroller.html" label="Media Controller" ></topic>
                                        <topic href="html/device_api/wearable/tizen/sound.html" label="Sound" ></topic>
                                </topic>