Remove unnecessary description about mime-type api
authorSemun Lee <sm79.lee@samsung.com>
Mon, 29 Jun 2015 05:24:12 +0000 (14:24 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Mon, 29 Jun 2015 05:26:19 +0000 (14:26 +0900)
Change-Id: Ib56d548dda8df7ef4dc7b0acaa499ca6432944df
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
org.tizen.guides/html/images/mime_type.png [deleted file]
org.tizen.guides/html/native/content/mime_type_n.htm

diff --git a/org.tizen.guides/html/images/mime_type.png b/org.tizen.guides/html/images/mime_type.png
deleted file mode 100644 (file)
index 3e277a7..0000000
Binary files a/org.tizen.guides/html/images/mime_type.png and /dev/null differ
index 27e91bb..e1b909c 100644 (file)
 
   <h1>MIME Type</h1> 
   
-
-  <p>The MIME Type API obtains a file&#39;s MIME types or file extensions using <span style="font-family: Courier New,Courier,monospace">xdgmime</span>. <span style="font-family: Courier New,Courier,monospace">xdgmime</span> reads the MIME information from the <span style="font-family: Courier New,Courier,monospace">/usr/local/share/mime</span> directory, which is updated with the <span style="font-family: Courier New,Courier,monospace">update-mime-database()</span> function in the <span style="font-family: Courier New,Courier,monospace">shared-mime-info</span> package.</p>
-  
-    <p class="figure">Figure: MIME type management</p> 
-    <p align="center"><img alt="MIME type management" src="../../images/mime_type.png" /></p>
-  
 <p>The main features of the MIME Type API include:</p>
  
 <ul><li>Getting the MIME type 
@@ -70,4 +64,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>