Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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