You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2004/11/04 21:49:33 UTC

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

epugh       2004/11/04 12:49:33

  Modified:    mimetype/impl/xdocs navigation.xml
  Added:       mimetype/impl/xdocs properties.xml
  Log:
  add docs
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-turbine-fulcrum/mimetype/impl/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/mimetype/impl/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	14 Feb 2004 14:24:47 -0000	1.1
  +++ navigation.xml	4 Nov 2004 20:49:33 -0000	1.2
  @@ -13,6 +13,7 @@
   
       <menu name="Overview">
         <item name="Main"                 href="/index.html"/>
  +      <item name="Properties"           href="/properties.html" />
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-turbine-fulcrum/mimetype/impl/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   -->
  
  <document>
  
    <properties>
      <title>Fulcrum Mimetype Properties</title>
      <author email="epugh@opensourceconnections.com">Eric Pugh</author>
    </properties>
  
    <body>
      <section name="Fulcrum Mimetype Settings">
        <table>
          <tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
          <tr>
            <td>mimetypes</td>
            <td>Yes</td>
            <td>
               This property specifies a file containing mappings between MIME 
               content types and the corresponding file name extensions. The
               service itself contains a hardcoded set of most common mappings. 
              The file must use the same syntax as the mime.types file of 
              the Apache Server, i.e. 
              [mimetype] [ext1] [ext2]...  
              <p/>
              For example /WEB-INF/conf/mime.types
            </td>
          </tr>
          <tr>
            <td>charsets</td>
            <td>Yes</td>
            <td>
              This property specifies a file containing mappings between locales 
              and the corresponding character encodings. The service itself 
              contains a hardcoded set of most common mappings. 
              The file should use the Java property file syntax, i.e. 
              lang_country_variant=charset
              <p/>
              For example /WEB-INF/conf/charset.properties
            </td>
          </tr>       
          
        </table>
      </section>
  
    </body>
  </document>
  
  
  

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