You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2004/04/13 05:07:16 UTC

cvs commit: jakarta-turbine-fulcrum/mimetype/impl/xdocs index.xml

dlr         2004/04/12 20:07:16

  Modified:    mimetype/impl/xdocs index.xml
  Log:
  * mimetype/impl/xdocs/index.xml
    Noted that MIME mapping is useful in conjunction with file upload.
  
  Revision  Changes    Path
  1.2       +8 -6      jakarta-turbine-fulcrum/mimetype/impl/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/mimetype/impl/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- index.xml	14 Feb 2004 14:24:47 -0000	1.1
  +++ index.xml	13 Apr 2004 03:07:16 -0000	1.2
  @@ -3,8 +3,8 @@
   <document>
   
     <properties>
  -    <title>Mimetype Component</title>
  -    <author email="epugh@upstate.com">Eric PUgh</author>
  +    <title>MIME Type Component</title>
  +    <author email="epugh@upstate.com">Eric Pugh</author>
     </properties>
   
     <body>
  @@ -12,10 +12,12 @@
     <section name="Overview">
       <p>
         The MimeType Service maintains mappings between MIME types and
  -      the corresponding file name extensions, and between locales and
  -      character encodings. The mappings are typically defined in
  -      properties or files located in user's home directory, Java home
  -      directory or the current class jar depending on the implementation.
  +      the corresponding file name extensions (extremely useful in
  +      conjunction with file upload), and between locales and character
  +      encodings. The mappings are dependent upon the implementation,
  +      and are typically defined in properties or files located in
  +      user's home directory, Java home directory, or the current
  +      class's JAR.
      </p>
         
       <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org