File: icons.html

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (47 lines) | stat: -rw-r--r-- 1,655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
    <title>Icons</title>
    <link href="media/css/documentation.css" type="text/css" rel="stylesheet" />
</head>

<body>
    
    
    <h1>Icons</h1>
    
    <p>The icons configuration file associates an icon image with one or more
file extensions. This information will be used mainly by the <a class="reference external" href="handlers/dirlist.html">dirlist</a> handler.</p>
<ul>
<li><p class="first"><strong>Files</strong></p>
<ul class="simple">
<li>This section lets you specify an icon for certain filenames such as &quot;core&quot; or &quot;README&quot;.
It accepts wild-card strings (using * and ?)</li>
</ul>
</li>
</ul>
<div align="center" class="align-center"><img alt="Icons" class="align-center" src="media/images/admin_icons3.png" /></div>
<ul>
<li><p class="first"><strong>Extensions</strong></p>
<ul class="simple">
<li>In the same way, it allows to associate icons with extensions</li>
</ul>
</li>
</ul>
<div align="center" class="align-center"><img alt="Icons" class="align-center" src="media/images/admin_icons1.png" /></div>
<ul>
<li><p class="first"><strong>Special icons</strong></p>
<ul class="simple">
<li><strong>Directory</strong>: In this case, it specifies the icon to be used with Directories.</li>
<li><strong>ParentDirectory</strong>: This entry is used to assign an Icon to the &quot;go to the parent
directory&quot; action.</li>
<li><strong>Default</strong>: This is the icon that will be shown if any of the previous ones matched.</li>
</ul>
</li>
</ul>
<div align="center" class="align-center"><img alt="Icons" class="align-center" src="media/images/admin_icons2.png" /></div>

    

    
</body>
</html>