You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/06/08 01:13:36 UTC

cvs commit: cocoon-2.1 cli.xconf

vgritsenko    2003/06/07 16:13:36

  Modified:    .        cli.xconf
  Log:
  add id
  
  Revision  Changes    Path
  1.3       +3 -4      cocoon-2.1/cli.xconf
  
  Index: cli.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/cli.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cli.xconf	4 Jun 2003 09:25:52 -0000	1.2
  +++ cli.xconf	7 Jun 2003 23:13:35 -0000	1.3
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +
   <!--+
       |  This is the Apache Cocoon command line configuration file. 
       |  Here you give the command line interface details of where
  @@ -23,6 +24,8 @@
       |                        and adjust filename and links extensions
       |                        to match the mime type 
       |                        (e.g. text/html->.html)
  +    |
  +    | CVS: $Id$
       +-->
       
   <cocoon verbose="true"  
  @@ -89,14 +92,12 @@
          | Specifies the filename to be appended to URIs that
          | refer to a directory (i.e. end with a forward slash).
          +-->
  -       
      <default-filename>index.html</default-filename>
   
      <!--+
          |  Specifies a user agent string to the sitemap when
          |  generating the site.
          +-->
  -   
      <!--
      <user-agent>xxx</user-agent>
      -->
  @@ -105,7 +106,6 @@
          |  Specifies an accept string to the sitemap when generating
          |  the site.
          +-->
  -       
      <accept>*/*</accept>
      
      <!--+
  @@ -144,7 +144,6 @@
          |  File containing URIs (plain text, one per
          |  line).
          +-->
  -  
      <!--
      <uri-file></uri-file>
      -->