home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / plugins / apache / modules / autoindex / directives.xml next >
Encoding:
Extensible Markup Language  |  2000-11-02  |  3.4 KB  |  119 lines

  1. <?xml version='1.0'?>
  2. <!DOCTYPE doc PUBLIC "" "">
  3. <doc>
  4. <dirDefinition>
  5.  
  6. <string label="apache1.3_autoindex_defaultIcon" name="defaultIcon" />
  7.  
  8.  
  9. <list label="apache1.3_autoindex_addIcon" name="addIcon">
  10.     <syntax>
  11.         <structure label="apache1.3_autoindex_element" name="element"
  12. style="normal" align="vertical">
  13.     <syntax>
  14.         <string label="apache1.3_autoindex_icon" name="icon" />
  15.     <list label="apache1.3_autoindex_mime_name" name="name" >
  16.         <syntax>
  17.         <string label="apache1.3_autoindex_mime_name" name="name" />
  18.         </syntax>
  19.     </list>
  20.     </syntax>
  21.     </structure>
  22.     </syntax>
  23. </list>
  24.  
  25. <list label="apache1.3_autoindex_addIconByType" name="addIconByType">
  26.     <syntax>
  27.         <structure label="apache1.3_autoindex_elementType" name="element"
  28. style="normal" align="vertical">
  29.     <syntax>
  30.         <string label="apache1.3_autoindex_icon" name="icon" />
  31.     <list label="apache1.3_autoindex_mime_type" name="name" >
  32.         <syntax>
  33.         <string label="apache1.3_autoindex_mime_type" name="name" />
  34.         </syntax>
  35.     </list>
  36.     </syntax>
  37.     </structure>
  38.     </syntax>
  39. </list>
  40.  
  41. <list label="apache1.3_autoindex_addIconByEncoding" name="addIconByEncoding">
  42.     <syntax>
  43.         <structure label="apache1.3_autoindex_elementEncoding" name="element"
  44. style="normal" align="vertical">
  45.     <syntax>
  46.         <string label="apache1.3_autoindex_icon" name="icon" />
  47.     <list label="apache1.3_autoindex_mime_encoding" name="name" >
  48.         <syntax>
  49.         <string label="apache1.3_autoindex_mime_encoding" name="name" />
  50.         </syntax>
  51.     </list>
  52.     </syntax>
  53.     </structure>
  54.     </syntax>
  55. </list>
  56.  
  57. <list label="apache1.3_autoindex_addAlt" name="addAlt">
  58.     <syntax>
  59.         <structure label="apache1.3_autoindex_altElement" name="element"
  60. style="normal" align="vertical">
  61.     <syntax>
  62.         <string label="apache1.3_autoindex_altDesc" name="alt" />
  63.     <list label="apache1.3_autoindex_mime_name" name="name" >
  64.         <syntax>
  65.         <string label="apache1.3_autoindex_mime_name" name="name" />
  66.         </syntax>
  67.     </list>
  68.     </syntax>
  69.     </structure>
  70.     </syntax>
  71. </list>
  72.  
  73. <list label="apache1.3_autoindex_addAltByType" name="addAltByType">
  74.     <syntax>
  75.         <structure label="apache1.3_autoindex_altElementType" name="element"
  76. style="normal" align="vertical">
  77.     <syntax>
  78.         <string label="apache1.3_autoindex_altDesc" name="alt" />
  79.     <list label="apache1.3_autoindex_mime_type" name="name" >
  80.         <syntax>
  81.         <string label="apache1.3_autoindex_mime_type" name="name" />
  82.         </syntax>
  83.     </list>
  84.     </syntax>
  85.     </structure>
  86.     </syntax>
  87. </list>
  88.  
  89. <list label="apache1.3_autoindex_addAltByEncoding" name="addAltByEncoding">
  90.     <syntax>
  91.         <structure label="apache1.3_autoindex_altElementEncoding" name="element"
  92. style="normal" align="vertical">
  93.     <syntax>
  94.         <string label="apache1.3_autoindex_altDesc" name="alt" />
  95.     <list label="apache1.3_autoindex_mime_type" name="name" >
  96.         <syntax>
  97.         <string label="apache1.3_autoindex_mime_encoding" name="name" />
  98.         </syntax>
  99.     </list>
  100.     </syntax>
  101.     </structure>
  102.     </syntax>
  103. </list>
  104.  
  105.  
  106. <list label="apache1.3_autoindex_indexIgnore" name="indexIgnore">
  107.     <syntax>
  108.         <string label="apache1.3_autoindex_indexIgnore_file" name="file" />
  109.     </syntax>
  110. </list>
  111.  
  112. <boolean label="apache1.3_autoindex_fancyIndexing" name="fancyIndexing">
  113. <default>1</default>
  114. </boolean>
  115.  
  116. </dirDefinition>
  117. </doc>
  118.  
  119.