~adrian-wilkins/ubuntu/quantal/freemind/fix-file-association

« back to all changes in this revision

Viewing changes to debian/freemind.1

  • Committer: Bazaar Package Importer
  • Author(s): Eric Lavarde
  • Date: 2005-01-08 19:37:05 UTC
  • Revision ID: james.westby@ubuntu.com-20050108193705-271m5dryt7fv0gwa
Tags: 0.7.1-6
* Added "gtk" as LookAndFeel possibility, as well as the possibility to
  enter directly the Look&Feel class name (Closes: #288512).
* Renamed 'enum' to 'enumerator' in XMLElement.java; this is _not_ a promise
  to support Java 1.5, Java 1.5 support will come only officially with
  version >= 0.8.0 (Closes: #288506).
* Removed JAVA_HOME from debian/rules (Closes: #288505).
* Removed bashisms from freemind.sh, making it POSIX conform (Closes:
  #289067).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH FREEMIND 1 "February  9, 2004"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
freemind \- A Java Program for creating and viewing Mindmaps
 
20
 
 
21
.SH SYNOPSIS
 
22
.B freemind
 
23
.I <no_options>
 
24
 
 
25
.SH DESCRIPTION
 
26
This manual page documents briefly the
 
27
.B freemind
 
28
command.
 
29
This manual page was written for the Debian distribution
 
30
because the original program does not have a manual page.
 
31
Instead, it has documentation as a mindmap (see help menu).
 
32
.PP
 
33
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
 
34
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 
35
.\" respectively.
 
36
\fBfreemind\fP is a program that allows to create and view so-called
 
37
Mind Maps, as well as export them to HTML.
 
38
 
 
39
.SH OPTIONS
 
40
This program does not have any option. Just start it!
 
41
 
 
42
.SH ENVIRONMENT
 
43
.IP \fBDEBUG\fP
 
44
If this environment variable is set, freemind gives more information on how it
 
45
finds its different elements.
 
46
.IP \fBJAVACMD\fP
 
47
Default value for the java virtual machine (the \fBjava\fP command).
 
48
.IP \fBJAVA_BINDIR\fP
 
49
If $\fBJAVACMD\fP is not set, the java virtual machine is searched under
 
50
$\fBJAVA_BINDIR\fP\fI/java\fP.
 
51
.IP \fBJAVA_HOME\fP
 
52
If $\fBJAVACMD\fP and $\fBJAVA_BINDIR\fP are not set, the java virtual machine
 
53
is searched under $\fBJAVA_HOME\fP\fI/bin/java\fP.
 
54
.IP \fBPATH\fP
 
55
If all $\fBJAVA\fP... environment variables fail, the java virtual machine
 
56
command (\fBjava\fP) is searched in the $\fBPATH\fP (with \fBwhich\fP).
 
57
.IP \fBCLASSPATH\fP
 
58
.IP \fBADD_JARS\fP
 
59
The $\fBCLASSPATH\fP variable also lets one specify additional jars,
 
60
which is good, if you want to add a new Look&Feel jar (the motif one is so
 
61
ugly...). Alternatively, the content of $\fBADD_JARS\fP will be prepended to
 
62
$\fBCLASSPATH\fP.
 
63
 
 
64
.SH FILES
 
65
.IP \fI/etc/freemind/freemindrc\fP
 
66
.IP \fI~/.freemind/freemindrc\fP
 
67
.B freemind
 
68
tries to read its environment variables from \fI/etc/freemind/freemindrc\fP
 
69
and \fI~/.freemind/freemindrc\fP, so that specific settings are possible at
 
70
machine and user level.
 
71
.IP \fI/usr/bin/java\fP
 
72
If all searches through environment variables fail, the java virtual machine
 
73
is expected to be \fI/usr/bin/java\fP;
 
74
if not, \fBfreemind\fP exits with an error.
 
75
 
 
76
.SH SEE ALSO
 
77
The online documentation under
 
78
.UR http://freemind.sf.net/
 
79
.I http://freemind.sf.net/
 
80
.UE
 
81
 
 
82
.SH AUTHOR
 
83
This manual page was written by Eric Lavarde <deb@zorglub.s.bawue.de>,
 
84
for the Debian project (but may be used by others).