Magellan Linux

Annotation of /trunk/viewvc/magellan-template/docroot/help_query.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations) (download) (as text)
Fri May 13 08:48:34 2016 UTC (8 years ago) by niro
File MIME type: text/html
File size: 2942 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 niro 4 <!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: Query The Commit Database</title>
6     <link rel="stylesheet" href="help.css" type="text/css" />
7 niro 8 <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 niro 4 </head>
10     <body>
11 niro 8 <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     <a href="help_dirview.html">Directory&nbsp;View</a><br />
19     <a href="help_log.html">Log&nbsp;View</a><br />
20     <strong>Query&nbsp;Database</strong>
21     </td><td>
22    
23     <h1>ViewVC Help: Query The Commit Database</h1>
24    
25     <p>
26     Select your parameters for querying the CVS commit database in the
27     form at the top of the page. You
28     can search for multiple matches by typing a comma-seperated list
29     into the text fields. Regular expressions, and wildcards are also
30     supported. Blank text input fields are treated as wildcards.
31     </p>
32     <p>
33     Any of the text entry fields can take a comma-seperated list of
34     search arguments. For example, to search for all commits from
35     authors <em>jpaint</em> and <em>gstein</em>, just type: <code>jpaint,
36     gstein</code> in the <em>Author</em> input box. If you are searching
37     for items containing spaces or quotes, you will need to quote your
38     request. For example, the same search above with quotes is:
39     <code>"jpaint", "gstein"</code>.
40     </p>
41     <p>
42     Wildcard and regular expression searches are entered in a similar
43     way to the quoted requests. You must quote any wildcard or
44     regular expression request, and a command character preceeds the
45     first quote. The command character <code>l</code>(lowercase L) is for wildcard
46     searches, and the wildcard character is a percent (<code>%</code>). The
47     command character for regular expressions is <code>r</code>, and is
48     passed directly to MySQL, so you'll need to refer to the MySQL
49     manual for the exact regex syntax. It is very similar to Perl. A
50     wildard search for all files with a <em>.py</em> extention is:
51     <code>l"%.py"</code> in the <em>File</em> input box. The same search done
52     with a regular expression is: <code>r".*\.py"</code>.
53     </p>
54     <p>
55     All search types can be mixed, as long as they are seperated by
56     commas.
57     </p>
58     </td></tr></table>
59     <hr />
60     <address><a href="mailto:users@viewvc.tigris.org">ViewVC Users Mailinglist</a></address>
61     </body>
62     </html>