~ubuntu-branches/ubuntu/trusty/travis/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/travis.1

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-03-13 00:32:06 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130313003206-ysmbjy4p7db4mh0e
Tags: 130123-1
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.9.4.
  (Homepage): Adjusted.
  (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
* debian/travis.1: Updated manpage file.
* debian/travis.docs: Added PDF.
* debian/travis.doc-base: Register PDF.
* debian/upstream: Updated URLs.
* debian/watch: Fixed.
* debian/patches/hardening.patch: Applied upstream. Dropped.
* debian/patches/series: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "TRAVIS" "1" "July 17, 2012" "travis" "User commands"
 
1
.TH "TRAVIS" "1" "March 12, 2013" "travis" "User commands"
2
2
 
3
3
.SH NAME
4
4
travis \- Trajectory Analyzer and Visualizer
23
23
.PP
24
24
The program supports the following options:
25
25
.TP
26
 
.BI "-p " file
 
26
.BI "\-p " file
27
27
Loads position data from the specified trajectory \fIfile\fP.
28
 
The file format may be XYZ or PDB.
 
28
The file format may be XYZ or PDB. If this option is not set,
 
29
the trajectory file to open will be asked for.
29
30
.TP
30
 
.BI "-i " file
 
31
.BI "\-i " file
31
32
Reads input from the specified text \fIfile\fP.
32
33
.TP
33
 
.B -nocolor
 
34
.BI "\-config " file
 
35
Load the specified configuration \fIfile\fP.
 
36
.TP
 
37
.B \-showconf
 
38
Shows a tree structure of the configuration file.
 
39
.TP
 
40
.B \-writeconf
 
41
Writes the default configuration file.
 
42
.TP
 
43
.B \-nocolor
34
44
Execute in monochrome mode.
35
45
.TP
36
 
.B -dimcolor
 
46
.B \-dimcolor
37
47
Uses dim instead of bright colors.
38
48
.TP
39
 
.B -verbose
 
49
.B \-verbose
40
50
Show detailed information about what's going on.
41
51
.TP
42
 
.B -help, -?
 
52
.B \-help, \-?
43
53
Show help screen.
44
54
 
45
55
.SH FILES
47
57
.IR travis.log ", " #1#travis.log ", " #2#travis.log ", ..."
48
58
Session log file(s).
49
59
 
 
60
.SH BUGS
 
61
.B Never
 
62
do run more than one instance of TRAVIS in the same directory at the same time
 
63
as every instance will try to access the same log file and at least one of it
 
64
will crash.
 
65
 
 
66
.SH CITATION
 
67
Please cite \fBTRAVIS\fP as follows:
 
68
.IP
 
69
M. Brehm and B. Kirchner: "TRAVIS - A free Analyzer and Visualizer for Monte
 
70
Carlo and Molecular Dynamics Trajectories", J. Chem. Inf. Model., 2011,
 
71
51(8), pp 2007-2023, DOI 10.1021/ci200217w.
 
72
 
50
73
.SH AUTHORS
51
74
This manual page was written by
52
 
\fBDaniel Leidert\fP <\&daniel\.leidert@wgdd\.de\&> for the Debian GNU/Linux
 
75
\fBDaniel Leidert\fP <\&dleidert@debian\.org\&> for the Debian GNU/Linux
53
76
system (but may be used by others).