Magellan Linux

Contents of /trunk/viewvc/magellan-template/docroot/help_dirview.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download) (as text)
Tue Oct 30 22:18:26 2012 UTC (11 years, 7 months ago) by niro
File MIME type: text/html
File size: 5603 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>ViewVC Help: Directory View</title>
6 <link rel="stylesheet" href="help.css" type="text/css" />
7 </head>
8 <body>
9 <table>
10 <col class="menu" />
11 <col />
12 <tr>
13 <td><a href="http://viewvc.org/index.html"><img
14 src="images/logo.png" alt="ViewVC logotype" /></a>
15 </td>
16 <td>
17 <h1>ViewVC Help: Directory View</h1>
18 </td>
19 </tr>
20 <tr><td>
21 <h3>Help</h3>
22 <a href="help_rootview.html">General</a><br />
23 <strong>Directory&nbsp;View</strong><br />
24 <a href="help_log.html">Log&nbsp;View</a><br />
25
26 <h3>Internet</h3>
27 <a href="http://viewvc.org/index.html">Home</a><br />
28 <a href="http://viewvc.org/upgrading.html">Upgrading</a><br />
29 <a href="http://viewvc.org/contributing.html">Contributing</a><br />
30 <a href="http://viewvc.org/license-1.html">License</a><br />
31 </td><td colspan="2">
32
33 <p>The directory listing view should be a familiar sight to any
34 computer user. It shows the path of the current directory being viewed
35 at the top of the page. Below that is a table summarizing the
36 directory contents, and then comes actual contents, a sortable list of
37 all files and subdirectories inside the current directory.</p>
38
39 <p><a name="summary"></a>The summary table is made up of some or all
40 of the following rows:</p>
41 <ul>
42 <li><a name="summary-files-shown"><strong>Files Shown</strong></a>
43 - Number of files shown in the directory listing. This might be less
44 than the actual number of files in the directory if a
45 <a href="#option-search">regular expression search</a> is in place,
46 hiding files which don't meet the search criteria. In CVS directory
47 listings, this row will also have a link to toggle display of
48 <a href="help_rootview.html#dead-files">dead files</a>, if any are
49 present.</li>
50
51 <li><a name="summary-revision"><strong>Directory
52 Revision</strong></a> - For Subversion directories only.
53 Shown as "# of #" where the first number is the most recent
54 repository revision where the directory (or a path underneath it)
55 was modified. The second number is just the latest repository
56 revision. Both numbers are links to
57 <a href="help_rootview.html#view-rev">revision views</a></li>
58
59 <li><a name="summary-sticky-revision-tag"><strong>Sticky
60 Revision/Tag</strong></a> - shows the current
61 <a href="help_rootview.html#sticky-revision-tag">sticky revision or
62 tag</a> and contains form fields to set or clear it.</li>
63
64 <li><a name="summary-search"><strong>Current Search</strong></a> -
65 If a <a href="#option-search">regular expression search</a> is in place,
66 shows the search string.</li>
67
68 <li><a name="summary-query"><strong>Query</strong></a> - Provides
69 a link to a <a href="help_rootview.html#view-query">query form</a>
70 for the directory</li>
71 </ul>
72
73 <p><a name="list"></a>The actual directory list is a table with
74 filenames and directory names in one column and information about the
75 most recent revisions where each file or directory was modified in the
76 other columns. Column headers can be clicked to sort the directory
77 entries in order by a column, and clicked again to reverse the sort
78 order.</p>
79
80 <p>
81 <!-- If using directory.ezt template -->
82 File names are links to <a href="help_log.html">log views</a>
83 showing a list of revisions where a file was modified. Revision
84 numbers are links to either
85 <a href="help_rootview.html#view-markup">view</a>
86 or <a href="help_rootview.html#view-checkout">download</a> a file
87 (depending on its file type). The links are reversed for directories.
88 Directory revision numbers are links to <a href="help_log.html">log
89 views</a>, while directory names are links showing the contents of those
90 directories.
91
92 <!-- If using dir_alt.ezt template -->
93 <!--
94 File and directory names are links to retrieve their contents.
95 File links may be either
96 <a href="help_rootview.html#view-markup">view</a>
97 or <a href="help_rootview.html#view-download">download</a> links
98 depending on the file type. Directory links go to directory
99 listings. Revision numbers are links to <a href="help_log.html">log
100 views</a> showing lists of revisions where a file or directory was
101 modified.
102 -->
103
104 Also, in CVS repositories with the
105 <a href="help_rootview.html#view-graph">graph view</a> enabled, there
106 will be small
107 <img src="images/cvsgraph_16x16.png" width="16" height="16" alt="graph">
108 icons next to file names which are links to revision graphs.</p>
109
110 <p>Depending on how ViewVC is configured, there may be more options
111 at the bottom of directory pages:</p>
112
113 <ul>
114 <li><a name="option-search"><strong>Regular expression
115 search</strong></a> - If enabled, will show a form field accepting
116 a search string (a
117 <a href="http://doc.python.org/lib/re-syntax.html">python regular
118 expression</a>). Once submitted, only files that have at least
119 one occurance of the expression will show up in directory listings.
120 </li>
121 <li><a name="option-tarball"><strong>Tarball download</strong></a> -
122 If enabled, will show a link to download a gzipped tar archive of
123 the directory contents.</li>
124 </ul>
125
126 </td></tr></table>
127 <hr />
128 <address><a href="mailto:users@viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
129 </body>
130 </html>