tex/vym.tex
author insilmaril
Thu, 17 May 2007 20:19:07 +0000
changeset 493 a3caa8bed260
parent 486 9c86935835a4
child 509 218b0e2c8bfd
permissions -rw-r--r--
minor bugfixes
insilmaril@28
     1
\documentclass{article}
insilmaril@28
     2
\usepackage{a4}
insilmaril@28
     3
\usepackage[latin1]{inputenc}
insilmaril@28
     4
\usepackage{verbatim}
insilmaril@28
     5
\usepackage{hyperref}
insilmaril@28
     6
\usepackage{graphicx}
insilmaril@493
     7
%\usepackage{longtable}
insilmaril@28
     8
insilmaril@28
     9
\hypersetup{bookmarks, bookmarksopen,
insilmaril@28
    10
  pdftitle={VYM - a tool for visual thinking },
insilmaril@28
    11
  pdfauthor={Uwe Drechsel},    
insilmaril@28
    12
  pdfsubject={map},
insilmaril@28
    13
  pdfkeywords={map, tool},
insilmaril@28
    14
  pdfpagemode={UseOutlines},                                 
insilmaril@28
    15
  bookmarksopenlevel={1},   
insilmaril@28
    16
  colorlinks={true},     
insilmaril@28
    17
  linkcolor={blue},
insilmaril@28
    18
  urlcolor={green},
insilmaril@28
    19
  citecolor={red}} 
insilmaril@28
    20
insilmaril@28
    21
insilmaril@28
    22
\newcommand{\vym}{{\sc vym }}
insilmaril@28
    23
\newcommand{\ra}{$\longrightarrow$}
insilmaril@28
    24
\newcommand{\la}{$\longleftarrow$}
insilmaril@28
    25
\newcommand{\ua}{$\uparrow$}
insilmaril@28
    26
\newcommand{\da}{$\downarrow$}
insilmaril@28
    27
\newcommand{\key}[1]{[#1]}
insilmaril@28
    28
insilmaril@28
    29
\begin{document}
insilmaril@233
    30
\title{
insilmaril@450
    31
	\includegraphics[width=8cm]{images/vym-logo-new.png}
insilmaril@233
    32
	\\
insilmaril@493
    33
VYM \\ -- \\View Your Mind\\ {\small Version 1.9.0}}
insilmaril@28
    34
\author{\textcopyright Uwe Drechsel  }
insilmaril@28
    35
insilmaril@233
    36
insilmaril@28
    37
\maketitle
insilmaril@28
    38
insilmaril@233
    39
\newpage
insilmaril@233
    40
insilmaril@28
    41
\tableofcontents
insilmaril@28
    42
insilmaril@28
    43
\newpage
insilmaril@28
    44
insilmaril@28
    45
\section{Introduction}
insilmaril@28
    46
\subsection{What is a \vym map?}
insilmaril@486
    47
A \vym map (abbreviated below as {\em map}) is a tree like structure:
insilmaril@28
    48
\begin{center}
insilmaril@450
    49
	\includegraphics[width=12cm]{images/example1.png}
insilmaril@28
    50
\end{center}
insilmaril@486
    51
Such maps can be drawn by hand on a sheet of paper or flip chart and help to
insilmaril@486
    52
structure your thoughts. While a tree like structure like the illustration above can be
insilmaril@264
    53
drawn manually \vym offers much more features to work with such maps.
insilmaril@486
    54
\vym is not just another drawing software application, but a tool to store and modify
insilmaril@264
    55
information in an intuitive way. For example you can reorder parts of
insilmaril@486
    56
the map by pressing a key or add various pieces of information like a complete
insilmaril@264
    57
email by a simple mouse click.
insilmaril@264
    58
insilmaril@486
    59
Once you have finished collecting and organising your ideas, you can
insilmaril@486
    60
easily generate a variety of outputs including for example a presentation in Open~Office based on a {\em map}.
insilmaril@28
    61
insilmaril@486
    62
\subsection{Why should I use {\em maps}? Time, Space and your Brain.}
insilmaril@28
    63
\subsubsection*{Space}
insilmaril@486
    64
A {\em map} can concentrate very complex content in a small space such as a
insilmaril@28
    65
piece of paper. It helps to use both sides of your brain: the logical
insilmaril@486
    66
side and also your creative side (e.g. by using pictures, colours and
insilmaril@486
    67
keywords in a map, often called {\em anchors}).  It is a technique to help
insilmaril@486
    68
organize the way you think and stimulate your creativity: It can help you by developing, sorting and helping to memorise your ideas. 
insilmaril@28
    69
insilmaril@28
    70
\subsubsection*{Time}
insilmaril@28
    71
Because you just use keywords and drawings, it is much faster than good
insilmaril@486
    72
old fashioned 'notes'. Your brain memorizes things by associating them with
insilmaril@486
    73
other things -- a {\em map} makes use of those connections and stimulates
insilmaril@28
    74
new asccociations. 
insilmaril@28
    75
insilmaril@125
    76
insilmaril@28
    77
\subsubsection*{Your Brain}
insilmaril@486
    78
In 1960 Prof. {\sc Roger Sperry} discovered that both hemispheres
insilmaril@486
    79
of the human brain undertake different tasks (of course both of them
insilmaril@125
    80
basically {\em can} do the same): 
insilmaril@125
    81
\begin{center}
insilmaril@125
    82
\begin{tabular}{|p{5.5cm}|p{5.5cm}|} \hline
insilmaril@125
    83
	Left side & Right side \\ \hline
insilmaril@125
    84
	\begin{itemize}
insilmaril@125
    85
	   \item verbal speech and writing 
insilmaril@125
    86
	   \item numbers
insilmaril@125
    87
	   \item logical thinking
insilmaril@486
    88
	   \item analysing and details
insilmaril@125
    89
	   \item science
insilmaril@125
    90
	   \item linear thinking
insilmaril@125
    91
	   \item concept of time
insilmaril@125
    92
	\end{itemize} &
insilmaril@125
    93
	\begin{itemize}
insilmaril@125
    94
		\item body language
insilmaril@125
    95
		\item visual thinking, day dreams
insilmaril@125
    96
		\item intuition and emotion
insilmaril@125
    97
		\item overview of things
insilmaril@125
    98
		\item creativity
insilmaril@125
    99
		\item art, music, dancing
insilmaril@125
   100
		\item non-linear thinking, connecting things
insilmaril@125
   101
		\item spatial awareness
insilmaril@125
   102
	\end{itemize}     \\ \hline
insilmaril@125
   103
\end{tabular}	
insilmaril@125
   104
\end{center}
insilmaril@486
   105
In our science oriented western society we have learned to mainly rely on our
insilmaril@486
   106
left side of the brain, the "rational" one. In other cultures, such as the native americans and other "old" cultures, the right
insilmaril@486
   107
side is much more important. {\em Map} are just one way to stimulate the
insilmaril@486
   108
other side and make use of additional resources we all have.
insilmaril@28
   109
insilmaril@28
   110
insilmaril@486
   111
\subsection{Where could I use a {\em map}?}
insilmaril@486
   112
Here are some examples, how you can use those {\em maps}
insilmaril@28
   113
\begin{itemize}
insilmaril@28
   114
    \item to prepare articles, papers, books, talks, \ldots
insilmaril@28
   115
    \item to sort complex data
insilmaril@486
   116
    \item to memorize facts, peoples names, vocabulary, \ldots
insilmaril@28
   117
    \item to sort emails, files and bookmarks on your computer
insilmaril@28
   118
    \item to moderate conferences
insilmaril@486
   119
    \item to brainstorm solutions to problems
insilmaril@486
   120
    \item to record the tasks when planning a project
insilmaril@28
   121
\end{itemize}
insilmaril@28
   122
insilmaril@486
   123
\subsection{What you shouldn't do with a {\em map}...}
insilmaril@486
   124
A {\em map} drawn by somebody shows the way that the author thinks. There is
insilmaril@486
   125
no question of right or wrong in the way it is drawn, so there is no way to criticise
insilmaril@486
   126
it. "It is, what it is" ({\sc F.~Lehmann}).The tool will be of considerable use to the author and only very limited use to anyone else. 
insilmaril@486
   127
insilmaril@486
   128
However, when groups share in creating a {\em map} all of the group will benefit from its use. An example of such use is when a Tutor develops a {\em map} with a group of students during instruction. Another group use is when a Project leader gathers a group of specialists to help {\em map} the tasks that will be required to deliver a project.
insilmaril@28
   129
insilmaril@28
   130
%\section{Tutorials}
insilmaril@28
   131
%TODO
insilmaril@28
   132
insilmaril@125
   133
\subsection{Internet Ressources} 
insilmaril@486
   134
A good starting point to learn more about Mindmaps in general is Wikipedia:
insilmaril@125
   135
\begin{itemize}
insilmaril@125
   136
	\item English: 
insilmaril@125
   137
		\href{http://en.wikipedia.org/wiki/Mind_map}{http://en.wikipedia.org/wiki/Mind\_map}
insilmaril@125
   138
	\item German: 
insilmaril@125
   139
		\href{http://de.wikipedia.org/wiki/Mindmap}{http://de.wikipedia.org/wiki/Mindmap}
insilmaril@125
   140
\end{itemize}
insilmaril@125
   141
insilmaril@28
   142
insilmaril@245
   143
insilmaril@245
   144
insilmaril@486
   145
\section{The Concept of the \vym application}
insilmaril@28
   146
%TODO may add a general introduction here...
insilmaril@493
   147
\subsection{The Mainwindow and its satellites} \label{satellite}
insilmaril@493
   148
\vym comes with several windows, the central one being the {\em
insilmaril@493
   149
mapeditor}.
insilmaril@493
   150
More windows, each having a special purpose, can be opened and arranged
insilmaril@493
   151
around the mainwindow\footnote{
insilmaril@493
   152
	The advantage of having separate window instead of integrating them
insilmaril@493
   153
	in a combined workspace is flexibility in arranging the windows. For
insilmaril@493
   154
	example I usually have the {\em noteeditor} "behind" the {\em
insilmaril@493
   155
	mapeditor}. On Linux my windowmanager (KDE) allows me to enter text
insilmaril@493
   156
	into a small visible corner of the {\em noteeditor} withour clicking
insilmaril@493
   157
	the mouse button in it. I just push the mouse around to set the
insilmaril@493
   158
	window focus, a concept which is useful also working with 
insilmaril@493
   159
	\href{http://www.gimp.org}{http://www.gimp.org}.
insilmaril@493
   160
}. 
insilmaril@493
   161
The image below shows the {\em mapeditor}
insilmaril@493
   162
together with the often used {\em noteeditor}: 
insilmaril@28
   163
\begin{center}
insilmaril@450
   164
	\includegraphics[width=8cm]{images/windows.png}
insilmaril@28
   165
\end{center}
insilmaril@486
   166
Most of the time you will work in the {\em mapeditor} by just adding new
insilmaril@28
   167
branches, moving around and reordering them. The various ways to do this
insilmaril@28
   168
will be explained in \ref{mapeditor}. You can store additional
insilmaril@28
   169
information e.g. the content of a email easily in a {\em branch}: Just
insilmaril@28
   170
type or copy\&paste it into the {\em noteeditor}. Working with notes is
insilmaril@28
   171
explained in \ref{noteeditor}
insilmaril@420
   172
 
insilmaril@493
   173
Here is a list of the available satellite windows:
insilmaril@493
   174
\begin{itemize}
insilmaril@493
   175
	\item Noteeditor (see \ref {noteeditor})
insilmaril@493
   176
	\item Historywindow (see \ref{historywindow})
insilmaril@493
   177
	\item Branch Property Window (see \ref{propwindow})
insilmaril@493
   178
\end{itemize}
insilmaril@493
   179
insilmaril@28
   180
insilmaril@245
   181
\subsection{Menus and Context menus}
insilmaril@486
   182
At the top of each window you will find the menubar. The options provided there
insilmaril@486
   183
are similar to those you are probably used to from other applications. Note that
insilmaril@245
   184
many (and even more) options are availabe via {\em context menus}. Those
insilmaril@245
   185
are available if you right-click onto an object in a map (on Mac~OS~X
insilmaril@245
   186
Command-Click).
insilmaril@245
   187
insilmaril@245
   188
\subsection{Toolbars}
insilmaril@245
   189
The toolbars in the mainwindows give quick access to many functions and
insilmaril@493
   190
also display the state of selected objects in the map. For example a
insilmaril@493
   191
branch may show certain {\em flags}, the corresponding flags are also
insilmaril@493
   192
set in the toolbar. 
insilmaril@245
   193
insilmaril@493
   194
Note that you can reposition all toolbars by simply grabbing and
insilmaril@493
   195
dragging them with the toolbar handle to a new position. For example you
insilmaril@493
   196
can move the flags-toolbar from its original horizontal position on top
insilmaril@493
   197
of the mapeditor to a vertical position on the right side.  Or just
insilmaril@493
   198
insert it again at its original position. Also hiding some of the
insilmaril@493
   199
toolbars is possible by right-clicking on the toolbar handle.
insilmaril@245
   200
insilmaril@245
   201
\subsection{Maps}
insilmaril@486
   202
The  {\em map} itself has always a {\em mapcenter}.  The
insilmaril@486
   203
mapcenter has {\em branches} radiating out from the centre just like the trunk of a tree. Each branch in turn may have branches again.
insilmaril@28
   204
\begin{center}
insilmaril@450
   205
	\includegraphics[width=10cm]{images/branches.png}
insilmaril@28
   206
\end{center}
insilmaril@28
   207
We will call a branch directly connected to the mapcenter a {\em
insilmaril@28
   208
mainbranch}, because it determines the position of all its child
insilmaril@28
   209
branches.
insilmaril@28
   210
insilmaril@28
   211
The mapcenter and the branches all have a {\em heading}. This is the
insilmaril@28
   212
text you see in the mapeditor. Usually it should just be one or a few
insilmaril@486
   213
key words, so that one can easily keep track of the whole map.
insilmaril@28
   214
insilmaril@28
   215
insilmaril@28
   216
In the toolbar above the mapeditor you see various symbols.
insilmaril@28
   217
\begin{center}
insilmaril@450
   218
	\includegraphics[width=8cm]{images/default-flags.png}
insilmaril@28
   219
\end{center}
insilmaril@28
   220
These are called {\em flags} and can be used to mark branches in the
insilmaril@486
   221
{\em map}, e.g. if something is important or questionable. 
insilmaril@28
   222
There are also more flags set by \vym automatically to show additional
insilmaril@486
   223
information, e.g. when a note is attached to a  particular branch.
insilmaril@28
   224
insilmaril@260
   225
By default some of these flags are set exclusively e.g. when the 
insilmaril@486
   226
"thumb-up" flag is set, then the "thumb down" is reset and vice
insilmaril@104
   227
versa. You can change this default behaviour in the settings menu.
insilmaril@104
   228
insilmaril@28
   229
\section{Mapeditor} \label {mapeditor}
insilmaril@28
   230
\subsection{Start a new map}
insilmaril@486
   231
After \vym is started two windows will open: the {\em mapeditor} and the {\em noteditor}. Usually you will work in both windows, but at the moment we
insilmaril@28
   232
will just need the mapeditor. 
insilmaril@28
   233
insilmaril@28
   234
Select the mapcenter "New map" in the middle of the mapeditor by
insilmaril@486
   235
left-clicking with the mouse. It will be highlighted yellow to show that is
insilmaril@103
   236
selected. There are several ways to add a new branch to the center:
insilmaril@28
   237
\begin{itemize}
insilmaril@486
   238
	\item Using the mouse: Open the context menu by clicking with the
insilmaril@103
   239
	right mouse button (CTRL-Click on Mac) onto the
insilmaril@486
   240
	mapcenter and choose Add \ra Add branch as child
insilmaril@103
   241
	\item Press \key{Ins} or \key{A}
insilmaril@28
   242
\end{itemize}
insilmaril@28
   243
A new branch will appear and you will be able to type the heading of the
insilmaril@28
   244
branch. Finish adding the new branch by pressing \key{Enter}.
insilmaril@28
   245
%tipp
insilmaril@486
   246
Sometimes it comes in handy to be able to add a new branch above or below the current
insilmaril@486
   247
one. 
insilmaril@486
   248
\begin{itemize}
insilmaril@493
   249
	\item Use \key{Shift-Ins} to add a branch above the selected one or... 
insilmaril@493
   250
	\item \key{Ctrl-Ins} to add one below. 
insilmaril@486
   251
\end{itemize}
insilmaril@486
   252
It is also
insilmaril@104
   253
possible to add a branch in such a way, that the current selection
insilmaril@104
   254
becomes the child of the new branch, which is like inserting it {\em
insilmaril@104
   255
before} the selection. This can be done using the context menu.
insilmaril@28
   256
insilmaril@28
   257
\subsection{Navigate through a map}
insilmaril@28
   258
\subsubsection*{Select branches}
insilmaril@28
   259
To select branches you can use the left button of your mouse or also the
insilmaril@486
   260
arrow keys. Depending on the {\em orientation} of a branch tap
insilmaril@486
   261
\key{\la} or \key{\ra} to move nearer to the mapcenter or deeper
insilmaril@28
   262
down into the branches. Within a set of branches, let's call them a 
insilmaril@28
   263
{\em subtree}, you can use \key{\ua} and \key{\da} to go up and down. You can
insilmaril@486
   264
also use \key{Home} and \key{End} to select the first and last branch.
insilmaril@28
   265
insilmaril@28
   266
insilmaril@486
   267
\subsubsection*{Panning the view of a map}
insilmaril@28
   268
While adding more and more branches the size of the map may become
insilmaril@486
   269
larger than the mapeditor window. You can use the scrollbars on the
insilmaril@486
   270
right and the bottom of your mapeditor window to scroll the view up or down or left or right. It is easier to just scroll using the left mouse button: Click anywhere on the {\em canvas} itself. Choose an empty space somewhere between the branches. The
insilmaril@486
   271
mouse pointer will change from an arrow to a hand, now move or drag the visible
insilmaril@486
   272
map to show the desired part.
insilmaril@28
   273
insilmaril@28
   274
If you select branches using the arrow keys, the map will scroll
insilmaril@28
   275
to ensure that the selected branch is always visible.
insilmaril@28
   276
insilmaril@486
   277
\subsubsection*{Zooming the view of a map}
insilmaril@28
   278
Working with huge maps, the {\em zoom}-function comes in handy: You can
insilmaril@28
   279
use 
insilmaril@28
   280
\begin{itemize}
insilmaril@486
   281
	\item from the menu: View \ra Zoom in, View \ra Zoom out, View \ra reset Zoom.
insilmaril@28
   282
	\item the toolbar buttons 
insilmaril@28
   283
		\begin{center}
insilmaril@450
   284
			\includegraphics[width=3cm]{images/zoom-buttons.png}
insilmaril@28
   285
		\end{center}	
insilmaril@28
   286
\end{itemize}	
insilmaril@486
   287
Clicking the crossed magnifying lens icon will reset the zoomed view to its original size.
insilmaril@28
   288
insilmaril@28
   289
insilmaril@28
   290
\subsubsection*{Find Function} \label{findwindow}
insilmaril@28
   291
With huge maps there is the need to have a
insilmaril@28
   292
find function. Choose Edit \ra Find to open the Find Window:
insilmaril@28
   293
\begin{center}
insilmaril@450
   294
	\includegraphics[width=6cm]{images/find-window.png}
insilmaril@28
   295
\end{center}	
insilmaril@486
   296
The find function will search for, the text you enter here, in all the branch headings and also in the associated notes. Everytime you press the "Find"-button it will look for the next occurence, which will then be selected automatically. If the search
insilmaril@486
   297
fails, a short message "Nothing found" will appear for a few
insilmaril@28
   298
seconds in the {\em statusbar} on the bottom of the mapeditor.
insilmaril@28
   299
insilmaril@260
   300
\subsubsection*{Keep the overview -- scroll a part of the map}
insilmaril@486
   301
A very big subtree of a map e.g. a branch with hundreds of child branches would make
insilmaril@28
   302
it very hard to keep an overview over the whole map. You can hide all
insilmaril@486
   303
the children of a branch by {\em scrolling} it -- this function is often called {\em folding}. Think of the whole subtree as painted onto a
insilmaril@486
   304
broadsheet newspaper. You can scroll or fold the paper to a small roll, leaving just
insilmaril@486
   305
the headline visible.
insilmaril@28
   306
insilmaril@486
   307
To scroll or unscroll a branch and its children,
insilmaril@28
   308
\begin{itemize}
insilmaril@486
   309
	\item press either the \key{Scroll Lock} key or the \key{S}
insilmaril@28
   310
	\item press the middle-mouse button or
insilmaril@486
   311
	\item choose the scroll icon from the toolbar.
insilmaril@28
   312
\end{itemize}
insilmaril@28
   313
If you select parts of a scrolled branch e.g. using the find function or
insilmaril@28
   314
by using the arrow-keys, it will unscroll temporary. This is shown as a
insilmaril@486
   315
scroll with a little hour glass. If the temporary unscrolled part is no
insilmaril@28
   316
longer needed, it will be hidden again automatically. It is also
insilmaril@486
   317
possible to unscroll all branches using "Edit\ra Unscroll all scrolled
insilmaril@486
   318
branches".
insilmaril@28
   319
insilmaril@264
   320
You can also hide parts of the map while exporting it e.g. to a webpage
insilmaril@264
   321
or a presentation, see \ref{hideexport} for details.
insilmaril@28
   322
insilmaril@28
   323
\subsection{Modify and move branches}
insilmaril@260
   324
\subsubsection*{Modify the heading}
insilmaril@28
   325
You can edit the heading by selecting the branch and then
insilmaril@28
   326
\begin{itemize}
insilmaril@28
   327
	\item pressing \key{Enter}
insilmaril@486
   328
	\item pressing \key{F2}
insilmaril@28
   329
	\item double-clicking with left mouse.
insilmaril@28
   330
\end{itemize}
insilmaril@28
   331
Just type the new heading (or edit the old one) and press \key{Enter}.
insilmaril@28
   332
insilmaril@28
   333
\subsubsection*{Move a branch}
insilmaril@28
   334
The easiest way to move a branch is to select it with left-mouse and
insilmaril@28
   335
drag it to the destination while keeping the mouse button pressed.
insilmaril@28
   336
Depending on the branch  it will be
insilmaril@28
   337
\begin{itemize}
insilmaril@28
   338
	\item moved to the destination or
insilmaril@28
   339
	\item {\em linked} to a new {\em parent} (mapcenter or branch)
insilmaril@28
   340
\end{itemize}
insilmaril@28
   341
If you drag the branch over another one or over the mapcenter, you will
insilmaril@28
   342
notice that the  link connecting it to the old parent will be changed to
insilmaril@28
   343
lead to the  new parent which is now under your mousepointer. 
insilmaril@28
   344
If you release the button now, the branch will be relinked.
insilmaril@28
   345
insilmaril@28
   346
If you release the button in the middle of nowhere, the result will
insilmaril@28
   347
depend on the type of branch you are releasing:
insilmaril@28
   348
\begin{itemize}
insilmaril@28
   349
	\item A mainbranch is directly connected to the mapcenter.
insilmaril@28
   350
		It will stay on its new position.
insilmaril@28
   351
	\item An ordinary branch will "jump" back to its original position.	
insilmaril@28
   352
\end{itemize}
insilmaril@28
   353
Thus you can easily rearrange the layout of the mainbranches to avoid
insilmaril@28
   354
overlapping of their subtrees.
insilmaril@28
   355
There is another convenient way to move branches, especially if you want
insilmaril@28
   356
to {\em reorder} a subtree: You can move a branch up or down in a
insilmaril@28
   357
subtree by
insilmaril@28
   358
\begin{itemize}
insilmaril@28
   359
	\item pressing \key{\ua} and \key {\da}
insilmaril@28
   360
	\item selecting Edit \ra Move branch
insilmaril@28
   361
	\item clicking on the toolbar buttons:
insilmaril@28
   362
		\begin{center}
insilmaril@450
   363
			\includegraphics[width=1.5cm]{images/move-buttons.png}
insilmaril@28
   364
		\end{center}	
insilmaril@28
   365
\end{itemize}
insilmaril@28
   366
%tipp
insilmaril@28
   367
There is yet another way to move branches: If you press \key{Shift} or
insilmaril@28
   368
\key{Ctrl} while moving with the mouse, the branch will be added above
insilmaril@486
   369
or below the one the mouse pointer is over. This can also be used to reorder branches in a map.
insilmaril@28
   370
insilmaril@486
   371
\subsection{Colours and Images - Using the right side of your brain}
insilmaril@486
   372
\subsubsection*{Change colour of a heading}
insilmaril@486
   373
You can also use colours to add more information to a map, e.g. use
insilmaril@486
   374
red, green and more colours to prioritize tasks. Again you can
insilmaril@28
   375
\begin{itemize}
insilmaril@486
   376
	\item use the menu and choose e.g Format \ra Set Color
insilmaril@28
   377
	\item use the toolbar
insilmaril@28
   378
		\begin{center}
insilmaril@493
   379
			\includegraphics[width=3cm]{images/color-buttons.png}
insilmaril@28
   380
		\end{center}	
insilmaril@28
   381
\end{itemize}
insilmaril@486
   382
The first button (black in the graphic above) shows the current colour.
insilmaril@486
   383
Clicking on it let's you choose another colour. You can also "pick"
insilmaril@486
   384
another colour by selecting a branch with the desired colour and using the
insilmaril@486
   385
"pick colour" button. Both of the icons showing a palette actually apply
insilmaril@486
   386
the current colour to the selected branch. While the first one just
insilmaril@486
   387
colours the heading of the selection, the last one also colours all the
insilmaril@486
   388
children of the selected branch.
insilmaril@28
   389
insilmaril@28
   390
%tipp
insilmaril@486
   391
A very useful function is the "copy colour" using the mouse: Select the
insilmaril@486
   392
branch which should get the new colour, then press \key{Ctrl} and
insilmaril@486
   393
simultanously click with left-mouse on another branch to copy its colour
insilmaril@486
   394
to the first one. Here the children of the selection also will get the new
insilmaril@486
   395
colour, if you just want to colour the selection itself, additionally
insilmaril@28
   396
press \key{Shift}.
insilmaril@28
   397
insilmaril@28
   398
\subsubsection*{Use flags}
insilmaril@486
   399
\vym provides various flags. They are usually displayed in the toolbar on top of the
insilmaril@28
   400
mapeditor window. (Note: Like all toolbars you can also move them to the
insilmaril@28
   401
left or the right side of the window or even detach them. Just grab the
insilmaril@28
   402
very left "dotted" part of the toolbar with your left-mouse button.) 
insilmaril@28
   403
\begin{center}
insilmaril@450
   404
	\includegraphics[width=8cm]{images/default-flags.png}
insilmaril@28
   405
\end{center}
insilmaril@28
   406
If you have a branch selected, you can set any number of flags by
insilmaril@28
   407
clicking them in the toolbar. The toolbar buttons change their state and
insilmaril@486
   408
always reflect the flags set in the selected branch. So, to remove a flag from a branch, select the branch and then click the highlighted flag on the toolbar.
insilmaril@28
   409
insilmaril@486
   410
At present \vym uses two kinds of flags: {\em System Flags} and {\em
insilmaril@28
   411
Standard Flags}. The standard flags are those shown in the toolbar.
insilmaril@28
   412
System flags are set by \vym to indicate e.g. that there is additional
insilmaril@28
   413
information in a note (more on this in \ref{noteeditor}). Later versions
insilmaril@28
   414
of \vym may have another kind of flags, which may be edited by the user.
insilmaril@28
   415
insilmaril@28
   416
\subsubsection*{Images}
insilmaril@125
   417
The easiest way to add an image to a branch is by dragging it e.g. from a
insilmaril@125
   418
webbrowser to the mapeditor while a branch is selected there.
insilmaril@125
   419
insilmaril@486
   420
You can also add an image to a branch by opening the context menu of the
insilmaril@493
   421
branch. Right click the selected branch, choose "Add Image". A
insilmaril@486
   422
dialog window enables you choose the image to load. 
insilmaril@28
   423
\footnote{Supported image types are: PNG, BMP, XBM, XPM and PNM. It may
insilmaril@28
   424
	also support JPEG, MNG and GIF, if specially configured during
insilmaril@28
   425
	compilation (as done when \vym is part of SUSE LINUX).}
insilmaril@486
   426
While an image is selected in the dialog, a preview of the
insilmaril@486
   427
image is displayed. It is also possible to select multiple images.	
insilmaril@28
   428
insilmaril@28
   429
You can position the image anywhere you want, just drag it with left
insilmaril@28
   430
mouse. To relink it to another branch, press \key{Shift} while moving
insilmaril@28
   431
it. To delete it, press \key{Del}. 
insilmaril@28
   432
insilmaril@28
   433
If you right-click onto an image, a context menu will open which let's
insilmaril@28
   434
you first choose one of several image formats. Then a file dialog opens
insilmaril@486
   435
to save the image. 
insilmaril@486
   436
insilmaril@486
   437
Hint: This is used to "export" the image, it will be
insilmaril@28
   438
saved anyway in the map itself! You can also cut and
insilmaril@28
   439
copy images, but it is not possible to add objects to an image\footnote{
insilmaril@28
   440
	Images are regarded as "extra feature". It would make working with
insilmaril@28
   441
	the map much more complex if e.g. images could be linked to images.}
insilmaril@28
   442
insilmaril@28
   443
The option \lq{\bf Use for export} \rq controls the output of exports
insilmaril@28
   444
e.g. to HTML: If set to no, the image won't appear in the {\em text}
insilmaril@28
   445
part of the output. This is useful for large images or if images are
insilmaril@28
   446
used as a kind of frame e.g. the famous cloud symbol around a part of
insilmaril@28
   447
the map. Those shouldn't appear in the middle of the text.
insilmaril@28
   448
insilmaril@28
   449
At the moment image support is preliminary: Images will be saved
insilmaril@28
   450
together with all the other data of a map in the {\tt .vym}-file.
insilmaril@28
   451
Later versions will include more functionality like resizing the images,
insilmaril@28
   452
changing its z-value (put it into background) etc.
insilmaril@28
   453
insilmaril@28
   454
\subsubsection*{Frames}
insilmaril@493
   455
A frame can be added to a branch in the {\em property window} (see
insilmaril@493
   456
\ref{propwindow}). 
insilmaril@493
   457
Alternatively, you can use use images as frames. Have a look at the demo
insilmaril@493
   458
map {\tt todo.vym} as an example, where the mapcenter is a cloud. You
insilmaril@493
   459
can use an external drawing program like {\tt gimp} to create an image,
insilmaril@28
   460
preferable with an transparency channel, so that you can design frames
insilmaril@493
   461
which don't use a rectangular borderline, just like that cloud.
insilmaril@28
   462
insilmaril@28
   463
insilmaril@493
   464
\subsection{Design of map background and connecting links }
insilmaril@28
   465
The design of the background of a map and also of the links connecting
insilmaril@28
   466
various parts of the map can be changed by
insilmaril@28
   467
\begin{itemize}
insilmaril@28
   468
	\item Selecting Format from the menu
insilmaril@486
   469
	\item Right clicking on the canvas, which will open a context menu
insilmaril@28
   470
\end{itemize}
insilmaril@28
   471
insilmaril@493
   472
\subsubsection*{Background }
insilmaril@486
   473
The colour is set (and also displayed) as "Set background colour".
insilmaril@493
   474
Alternatevily you can set an background image, though this is not
insilmaril@493
   475
recommended in general. Working on the map becomes slow and the image
insilmaril@493
   476
currently cannot be positioned freely.
insilmaril@28
   477
insilmaril@486
   478
\subsubsection*{Link colour}
insilmaril@486
   479
Links connecting branches can be coloured in one of two ways:
insilmaril@28
   480
\begin{itemize}
insilmaril@486
   481
	\item use the same colour for the heading and for the branch link line.
insilmaril@486
   482
	\item use {\em one} colour for all links and choose different colours for the branch headings text. The default colour for branch link lines is blue.
insilmaril@28
   483
\end{itemize}
insilmaril@486
   484
The latter can be set with "Set link colour". Check or uncheck the "Use
insilmaril@486
   485
colour of heading for link" option to toggle between the two designs for
insilmaril@28
   486
your map.
insilmaril@28
   487
insilmaril@28
   488
\subsubsection*{Link style}
insilmaril@28
   489
\vym offers four different styles for the appearences of links:
insilmaril@28
   490
\begin{itemize}
insilmaril@28
   491
	\item Line
insilmaril@28
   492
	\item Parabel
insilmaril@28
   493
	\item Thick Line
insilmaril@28
   494
	\item Thick Parabel
insilmaril@28
   495
\end{itemize}
insilmaril@486
   496
The "thick" styles only apply to links starting at the mapcenter, link lines for the rest
insilmaril@486
   497
of the map are always painted "thin".
insilmaril@28
   498
insilmaril@28
   499
insilmaril@260
   500
\subsection{Links to other documents and webpages}
insilmaril@260
   501
\vym supports two kind of external links:
insilmaril@28
   502
\begin{itemize}
insilmaril@28
   503
	\item Document, which will be opened in an external webbrowser
insilmaril@28
   504
	\item \vym map, which will be opened in \vym itself
insilmaril@28
   505
\end{itemize}
insilmaril@260
   506
In addition to the external links there also internal ones, leading from one
insilmaril@486
   507
branch in a map to another one. Those are called {\em XLinks} and are explained
insilmaril@260
   508
in section~\ref{xlinks}.
insilmaril@28
   509
insilmaril@28
   510
\subsubsection*{Webbrowser}
insilmaril@486
   511
Modern Webbrowsers like {\tt konqueror and Firefox} are able to display various
insilmaril@486
   512
types of files, both local or on the internet. To enter the URL of
insilmaril@486
   513
any document, right-click  onto a branch to open the contextmenu then choose "Edit URL". Enter the path to your document (or copy and paste it from your browser). Examples for valid paths are:
insilmaril@28
   514
\begin{verbatim}
insilmaril@28
   515
	http://www.insilmaril.de/vym/index.html
insilmaril@28
   516
	file:/usr/share/doc/packages/vym/doc/vym.pdf
insilmaril@28
   517
\end{verbatim}
insilmaril@28
   518
If an URL was entered, a little globe will appear in the branch. By
insilmaril@28
   519
clicking on the globe in the toolbar or the context menu an external
insilmaril@28
   520
browser\footnote{
insilmaril@28
   521
	The browser can be changed in the Settings Menu.}
insilmaril@486
   522
will be launched.
insilmaril@28
   523
\begin{center}
insilmaril@450
   524
	\includegraphics[width=0.5cm]{images/flag-url.png}
insilmaril@28
   525
\end{center}
insilmaril@340
   526
For more information on working with bookmarks and webbrowsers see
insilmaril@340
   527
section \ref{bookmarks}.
insilmaril@266
   528
insilmaril@493
   529
In the context menu there is also an option to open all URLs found
insilmaril@493
   530
in the selected subtree of the map. That's useful to simultanously open
insilmaril@493
   531
a collection of URLs in the webbrowser, especially if the browser can
insilmaril@493
   532
open them in tabs (like Konqueror).
insilmaril@493
   533
insilmaril@28
   534
insilmaril@28
   535
\subsubsection*{\vym map}
insilmaril@486
   536
To link to to another map right click on a branch and choose "Edit \vym link". A file dialog opens where you can choose the map. A
insilmaril@28
   537
branch with a link is marked with 
insilmaril@28
   538
\begin{center}
insilmaril@450
   539
	\includegraphics[width=0.5cm]{images/flag-vymlink.png}
insilmaril@28
   540
\end{center}
insilmaril@486
   541
Clicking this flag beside the branch heading, in the toolbar or in the context menu of a branch will open the map in another tab (see \ref{tabs} for working with
insilmaril@486
   542
multiple maps). To delete an existing link, just right click the branch and select "Delete \vym link".
insilmaril@28
   543
insilmaril@493
   544
In the context menu there is also an option to open all vymlinks found
insilmaril@493
   545
in the selected subtree of the map. That's useful to simultanously open
insilmaril@493
   546
a collection of related maps.
insilmaril@493
   547
insilmaril@28
   548
Technical note: Internally \vym uses absolute paths, to avoid opening
insilmaril@28
   549
several tabs containing the same map. When a map is saved, this path is
insilmaril@28
   550
converted to a relative one (e.g. {\tt /home/user/vym.map} might become
insilmaril@28
   551
{\tt ./vym.map}. This makes it fairly easy to use multiple maps on
insilmaril@28
   552
different computers or export them to HTML in future.
insilmaril@28
   553
insilmaril@28
   554
\subsection{Multiple maps} \label{tabs}
insilmaril@28
   555
You can work on multiple maps at the same time. Each new map is opened
insilmaril@28
   556
in another {\em tab}. The available tabs are shown just above the
insilmaril@28
   557
mapeditor. You can use the normal cut/copy/paste functions to
insilmaril@28
   558
copy data from one map to another.
insilmaril@28
   559
insilmaril@28
   560
%todo
insilmaril@28
   561
insilmaril@28
   562
%TODO
insilmaril@28
   563
%\subsubsection{Menus}
insilmaril@28
   564
%\subsubsection{Keyboard shortcuts}
insilmaril@28
   565
insilmaril@28
   566
% Settings
insilmaril@28
   567
% Images
insilmaril@28
   568
% Copy & Paste
insilmaril@28
   569
% Working with tabs (multiple maps)
insilmaril@28
   570
% Exporting
insilmaril@28
   571
% Scrolling
insilmaril@28
   572
insilmaril@28
   573
\section{Noteeditor} \label {noteeditor}
insilmaril@486
   574
If you want to attach more text to a branch e.g. a complete email, a
insilmaril@28
   575
cooking recipe, or the whole source code of a software project, you can
insilmaril@125
   576
use the noteeditor. 
insilmaril@233
   577
\begin{center}
insilmaril@450
   578
	\includegraphics[width=8cm]{images/noteeditor.png}
insilmaril@233
   579
\end{center}
insilmaril@486
   580
This editor displays text associated with a branch selected in the mapeditor. The noteeditor
insilmaril@486
   581
shows different background colours depending on whether text is associated with a selected branch.
insilmaril@28
   582
insilmaril@125
   583
\subsection{States}
insilmaril@28
   584
Before you can type or paste text into it, you have
insilmaril@486
   585
to select a branch in the mapeditor. Note that the background colour
insilmaril@28
   586
of the noteeditor indicates its state:
insilmaril@28
   587
\begin{itemize}
insilmaril@28
   588
	\item grey: no text entered yet
insilmaril@486
   589
	\item white: some text has been entered
insilmaril@28
   590
\end{itemize}	
insilmaril@486
   591
In the mapeditor itself, to signal that there is a note with more
insilmaril@486
   592
information for a particular branch, a little "note" flag will appear next
insilmaril@486
   593
to the heading of the branch. This is illustrated in the lower branch on the right hand side:
insilmaril@28
   594
\begin{center}
insilmaril@450
   595
	\includegraphics[width=8cm]{images/branches-flags.png}
insilmaril@28
   596
\end{center}
insilmaril@28
   597
insilmaril@125
   598
\subsection{Import and export notes}
insilmaril@420
   599
The note is always saved automatically within the \vym map itself.
insilmaril@28
   600
Nevertheless sometimes it is nice to import a note from an external file
insilmaril@486
   601
or write it. In the Note Editor use "File\ra~Import" and "File\ra~Export" to do so. 
insilmaril@28
   602
insilmaril@125
   603
\subsection{Edit and print note}
insilmaril@28
   604
Editing works like in any simple texteditor, including undo and redo
insilmaril@28
   605
functions. You can delete the complete note by clicking the
insilmaril@28
   606
trashcan. Only the note itself is printed by clicking the printer icon.
insilmaril@28
   607
insilmaril@486
   608
\subsection{RichText: Colours, paragraphs and formatted text}
insilmaril@233
   609
\vym supports formatted text (QT Rich Text) in the noteeditor since
insilmaril@486
   610
version 1.4.7.  Colours and text attributes (e.g. italic, bold) can be
insilmaril@486
   611
set with the buttons above the text.  The text itself is divided into
insilmaril@233
   612
paragraphs. For each paragraph the format can be set (e.g. centered,
insilmaril@233
   613
right). A paragraph is ended when a \key{Return} is entered. If you just
insilmaril@233
   614
want to begin a new line, press \key{CTRL-Return}.
insilmaril@233
   615
insilmaril@486
   616
\subsection{Fonts and how to switch them quickly}
insilmaril@486
   617
The noteeditor is designed to be used for simple notes, not really as a full
insilmaril@493
   618
featured word processor. Because of many requests \vym supports 
insilmaril@28
   619
formatted text in the noteeditor\footnote{
insilmaril@28
   620
	\vym uses the QRichtText format, which is basically a subset of the
insilmaril@28
   621
	formatting provided in HTML.}
insilmaril@28
   622
Two default fonts are supported which can be set in the Settings menu.
insilmaril@28
   623
One is a fixed width font, the other has variable width. The fixed font
insilmaril@28
   624
is usually used for emails, source code etc.\ while the variable font is
insilmaril@28
   625
used for simple notes, where one doesn't need fixed character widths.
insilmaril@28
   626
Both fonts can easily switched using the following symbol from the
insilmaril@28
   627
toolbar:
insilmaril@28
   628
\begin{center}
insilmaril@450
   629
	\includegraphics[width=0.5cm]{images/formatfixedfont.png}
insilmaril@28
   630
\end{center}
insilmaril@486
   631
In the Settings menu both fonts can be set. The default font can also be toggled between the fixed and variable font by selecting or deselecting the "fixed font is default" menu item.
insilmaril@28
   632
insilmaril@28
   633
Additionally to the default fonts any font installed on your system can
insilmaril@28
   634
be used. Please note, that the chosen font also will be used for HTML
insilmaril@486
   635
exports, so if youy VYM mind map could ever be exported to a web or intranet page you should only use fonts which are available generally.
insilmaril@28
   636
insilmaril@217
   637
\subsection{Find text}
insilmaril@28
   638
The noteeditor itself has no Find function, use Find in the mapeditor,
insilmaril@28
   639
which will also search all notes (see \ref{findwindow}).
insilmaril@28
   640
insilmaril@217
   641
\subsection{Paste text into note editor}
insilmaril@28
   642
Often you will paste text into the editor from another application e.g.
insilmaril@28
   643
an email. Normally \vym will generate a new paragraph for each new line.
insilmaril@28
   644
This usually is not what you want, so you can choose from the menu
insilmaril@28
   645
insilmaril@493
   646
insilmaril@28
   647
\section{Hello world}
insilmaril@233
   648
This section is about how \vym can interact with other applications.
insilmaril@486
   649
Many applications can now read and write their data using XML, the
insilmaril@233
   650
eXtensible Markup Language. \vym also uses XML to save its maps, see
insilmaril@233
   651
\ref{fileformat} for a more detailed description. 
insilmaril@233
   652
insilmaril@486
   653
So if you make use of another application that understands XML, chances are good that someone
insilmaril@233
   654
could write import/export filters for \vym. Volunteers are always
insilmaril@233
   655
welcome ;-)
insilmaril@233
   656
insilmaril@340
   657
\subsection{Import} \label{import}
insilmaril@233
   658
insilmaril@233
   659
\subsubsection*{KDE Bookmarks}
insilmaril@486
   660
The integrated bookmark editor in KDE (Konqueror etc.) is somewhat limited, so why not
insilmaril@233
   661
use \vym to maintain the bookmark mess? To create a new map containing
insilmaril@233
   662
your current KDE bookmarks just choose
insilmaril@233
   663
\begin{itemize}
insilmaril@486
   664
	\item File \ra Import\ra KDE Bookmarks
insilmaril@233
   665
\end{itemize}
insilmaril@233
   666
insilmaril@233
   667
\subsubsection*{Mind Manager}
insilmaril@233
   668
\vym has currently a very basic import filter to convert maps created by
insilmaril@486
   669
{\em Mind Manager}\footnote{Mind Manager is a commercial i.e. non free, software application by Mindjet for Windows and the Mac. Both names are registered trademarks by Mindjet. For more information see their website at
insilmaril@486
   670
\href{http://mindjet.com}{http://mindjet.com}} into \vym maps. Notes and
insilmaril@233
   671
pictures are not converted at the moment. You can import files with
insilmaril@233
   672
\begin{itemize}
insilmaril@486
   673
	\item File \ra Import\ra Mind Manager
insilmaril@233
   674
\end{itemize}
insilmaril@233
   675
insilmaril@233
   676
insilmaril@233
   677
\subsubsection*{Directory structure}
insilmaril@233
   678
\vym can read a directory structure. This is mainly for
insilmaril@233
   679
testing \vym e.g. to easily create huge maps used for benchmarks (yes,
insilmaril@233
   680
there is still room to optimize \vym ;-)
insilmaril@28
   681
insilmaril@340
   682
insilmaril@340
   683
insilmaril@340
   684
insilmaril@340
   685
\subsection{Export}  \label{export}
insilmaril@264
   686
\label{hideexport}
insilmaril@486
   687
Often you may not want to export the whole map, but just parts of it. For
insilmaril@264
   688
example you may have additional info you want to talk about in a
insilmaril@264
   689
presentation, while those parts should not be visible to the audience.
insilmaril@264
   690
To achieve this you can "hide" parts of the map during exports by
insilmaril@291
   691
setting the "hide in export" flag.
insilmaril@264
   692
\begin{center}
insilmaril@450
   693
	\includegraphics[width=0.5cm]{images/flag-hideexport.png}
insilmaril@264
   694
\end{center}
insilmaril@291
   695
You can toggle this flag in the toolbar or by pressing \key{H}.
insilmaril@264
   696
Note that there is a global option in the settings menu to toggle the
insilmaril@264
   697
use of this flag. By default the flag is enabled.
insilmaril@233
   698
insilmaril@233
   699
\subsubsection*{Open Office}
insilmaril@486
   700
Open Office beginning with version~2 uses the so called "Open Document Format", which can be written by \vym. The options are
insilmaril@233
   701
currently limited, but it possible to export presentations which can be
insilmaril@233
   702
opened in Open Office Impress. By selecting
insilmaril@28
   703
\begin{itemize}
insilmaril@486
   704
	\item File  \ra Export\ra Open Office
insilmaril@28
   705
\end{itemize}
insilmaril@233
   706
you get a file dialogue where you can choose the output file and the
insilmaril@233
   707
file type:
insilmaril@233
   708
\begin{center}
insilmaril@450
   709
	\includegraphics[width=12cm]{images/export-oo.png}
insilmaril@233
   710
\end{center}
insilmaril@233
   711
The file types represent various templates, which can be created with
insilmaril@233
   712
some manual work from an existing Open Office document. The structure of
insilmaril@233
   713
\vym map is then inserted into a template. 
insilmaril@233
   714
There are some limitations at the moment:
insilmaril@233
   715
\begin{itemize}
insilmaril@233
   716
	\item \vym can't take care of page lengths, so you have to check and
insilmaril@233
   717
	probably reedit in Open Office to avoid text running over the end of
insilmaril@233
   718
	a page
insilmaril@233
   719
	\item Images and flags are not used at the moment
insilmaril@486
   720
	\item Notes are just written as plain text, without RichText 
insilmaril@486
   721
	\item The full range of templates are not available in all distributions.	
insilmaril@233
   722
\end{itemize}
insilmaril@486
   723
Some of the templates make use of {\em sections} i.e sections insert the
insilmaril@233
   724
headings of mainbranches as chapters for sections into the presentation.
insilmaril@28
   725
insilmaril@28
   726
\subsubsection*{Image}
insilmaril@28
   727
\vym supports all image formats which are natively supported by the
insilmaril@28
   728
QT~toolkit:
insilmaril@28
   729
BMP, JPEG, PBM, PGM, PNG, PPN, XPM, and XBM.
insilmaril@28
   730
For use in websites and for sending images by email PNG is a good
insilmaril@28
   731
recommodation regarding quality and size of the image. \vym uses QTs
insilmaril@28
   732
default options for compressing the images.
insilmaril@28
   733
insilmaril@28
   734
\subsubsection*{ASCII}
insilmaril@28
   735
Exporting an image as text is somewhat experimental at the moment. Later
insilmaril@486
   736
this will probably be done using stylesheets. So the output may change in
insilmaril@28
   737
future versions of \vym.
insilmaril@28
   738
insilmaril@233
   739
\subsubsection*{\LaTeX}
insilmaril@233
   740
\vym can generate an input file for \LaTeX. Currently this is considered
insilmaril@233
   741
as experimental, there are no options (yet). 
insilmaril@233
   742
By selecting
insilmaril@233
   743
\begin{itemize}
insilmaril@486
   744
	\item File  \ra Export\ra \LaTeX 
insilmaril@233
   745
\end{itemize}
insilmaril@233
   746
you will be asked in a file dialog for the name of the output file. This
insilmaril@486
   747
file may then be included in a \LaTeX document using command: 
insilmaril@233
   748
\begin{verbatim}
insilmaril@233
   749
	\include{inputfile.tex}
insilmaril@233
   750
\end{verbatim}
insilmaril@233
   751
insilmaril@340
   752
\subsubsection*{KDE Bookmarks}
insilmaril@340
   753
\vym will overwrite the KDE bookmarks file and then try to notify
insilmaril@486
   754
running Konquerors via DCOP of the changed file. \vym does not create a
insilmaril@340
   755
backup!
insilmaril@340
   756
\begin{itemize}
insilmaril@486
   757
	\item File \ra Export \ra KDE Bookmarks
insilmaril@340
   758
\end{itemize}
insilmaril@340
   759
insilmaril@340
   760
insilmaril@233
   761
\subsubsection*{XHTML (Webpages)}
insilmaril@233
   762
insilmaril@486
   763
This is the format to use if you wish to create a webpage. To see an example
insilmaril@486
   764
visit the \vym homepage: 
insilmaril@233
   765
\href{http://www.InSilmaril.de/vym}{www.InSilmaril.de/vym}
insilmaril@233
   766
insilmaril@486
   767
Some explanation on how this works: 
insilmaril@233
   768
Before a map is exported as XHTML, it will be first written as XML into a
insilmaril@28
   769
directory (see \ref{xmlexport}). Then the external program {\tt
insilmaril@486
   770
xsltproc}\footnote{On SUSE Linux and some other distributions {\tt xsltproc} is installed by
insilmaril@28
   771
default.}
insilmaril@28
   772
will be called to process the XML file and generate HTML code.
insilmaril@486
   773
A dialog allows the user to set various options:
insilmaril@28
   774
\begin{itemize}
insilmaril@28
   775
	\item {\bf Include image:} If set, \vym will creat an image map at
insilmaril@28
   776
	the top of the HTML output. Clicking on a branch in the map will
insilmaril@28
   777
	jump to the corresponding section in the output.
insilmaril@28
   778
insilmaril@28
   779
	\item {\bf Colored headings:}
insilmaril@486
   780
	If set to yes, \vym will colour the headings in the text part  with the
insilmaril@486
   781
	same colours used in the \vym map.
insilmaril@28
   782
	\item {\bf Show Warnings:}
insilmaril@28
   783
	If set to yes, \vym will ask before overwriting data.
insilmaril@28
   784
	\item {\bf Show output:}
insilmaril@28
   785
	This is useful mainly for debugging. It will show how the processing of
insilmaril@28
   786
	the XML file works by calling the external {\tt xsltproc}.
insilmaril@28
   787
\end{itemize}
insilmaril@28
   788
Additionally the paths to the CSS and XSL stylesheets can be set. By
insilmaril@28
   789
default on SUSE~Linux they will be in {\tt /usr/share/vym/styles}.
insilmaril@28
   790
insilmaril@28
   791
insilmaril@28
   792
\subsubsection*{XML} \label{xmlexport}
insilmaril@486
   793
The map is written into a directory both as an image and as an XML file. The
insilmaril@28
   794
directory is set in a file dialog. If the directory is not empty, you
insilmaril@486
   795
will be warned and offered choices if you are at risk of overwriting existing contents.
insilmaril@28
   796
insilmaril@28
   797
It is possible to export different maps into the same directory. Each
insilmaril@28
   798
file generated will have the map's name as prefix, e.g. {\tt todo.vym}
insilmaril@28
   799
becomes {\tt todo.xml}, {\tt todo.png}, {\tt todo-image-1.png} and so
insilmaril@486
   800
on. This is useful if, for example, a website comprises several combined maps that have to be stored in the same directory.
insilmaril@28
   801
insilmaril@105
   802
\subsubsection*{Export a part of a map}
insilmaril@486
   803
Select a branch you want to export together with its children, then open
insilmaril@105
   804
the context menu and choose {\em Save Selection}. This will create a
insilmaril@486
   805
file with the suffix {\tt .vyp}, which is an abbreviation for \lq vym
insilmaril@105
   806
part\rq.
insilmaril@105
   807
insilmaril@125
   808
insilmaril@125
   809
\section{Advanced Editing}
insilmaril@340
   810
insilmaril@493
   811
\subsection{Properties of an object} 
insilmaril@493
   812
For any branch you can open a satellite window (see \ref{satellite}):
insilmaril@493
   813
the {\em property window}:
insilmaril@493
   814
\begin{center}
insilmaril@493
   815
	\includegraphics[width=8cm]{images/propwindow.png}
insilmaril@493
   816
	\label{propwindow}
insilmaril@493
   817
\end{center}
insilmaril@493
   818
%FIXME create screenshot
insilmaril@493
   819
%FIXME explain the tabs
insilmaril@493
   820
insilmaril@493
   821
\begin{itemize}
insilmaril@493
   822
	\item Frame
insilmaril@493
   823
	\item Link (see \ref{hideunselected})
insilmaril@493
   824
	\item Layout (see \ref{incimg})
insilmaril@493
   825
\end{itemize}
insilmaril@493
   826
insilmaril@420
   827
\subsection{Changing the history: Undo and Redo}
insilmaril@493
   828
\vym keeps track of all changes done in a map. The default number of
insilmaril@493
   829
changes which can be undone is~75. The complete history can be seen in
insilmaril@493
   830
the {\em historywindow}:
insilmaril@493
   831
\begin{center}
insilmaril@493
   832
	\includegraphics[width=8cm]{images/historywindow.png}
insilmaril@493
   833
	\label{historywindow}
insilmaril@493
   834
\end{center}
insilmaril@493
   835
A single step back be undone or redone with \key{CTRL-Z} or \key{CTRL-Y},
insilmaril@493
   836
or by using the buttons in the toolbar or the {\em historywindow}.
insilmaril@493
   837
Inside the {\em historywindow}, you can click on a line to unwind all
insilmaril@493
   838
actions done until that point in time -- or redo all changes by clicking
insilmaril@493
   839
on the last line.
insilmaril@420
   840
insilmaril@450
   841
\subsection{Macros} \label{macros}
insilmaril@450
   842
Macros have been added to \vym in version~1.9.0. Each function key
insilmaril@450
   843
\key{F1} to \key{F12} holds a macro, which is executed on the current
insilmaril@486
   844
selection if the key is pressed. The default macros change the colour of
insilmaril@450
   845
a subtree or set the frame of a branch:
insilmaril@450
   846
\begin{center}
insilmaril@450
   847
	\includegraphics[width=8cm]{images/macros.png}
insilmaril@450
   848
\end{center}
insilmaril@450
   849
Each macro is a \vym script, which is executed when the associated key
insilmaril@450
   850
is pressed. The default location of the scripts can be changed in the
insilmaril@450
   851
Settings menu. More information on using scripts in \vym is found in
insilmaril@450
   852
appendix~\ref{scripts}.
insilmaril@450
   853
insilmaril@493
   854
\subsection{Bookmarks} \label{bookmarks}
insilmaril@340
   855
\subsubsection*{Open new tabs instead of new windows}
insilmaril@486
   856
If you use konqueror as your browser, \vym will remember the konqueror session which
insilmaril@340
   857
was opened first by \vym. You can also press \key{Ctrl} and click to
insilmaril@486
   858
open the link in a new tab.
insilmaril@340
   859
insilmaril@340
   860
\vym can also open a new tab in Mozilla or Firefox using the remote
insilmaril@340
   861
command\footnote{\href{http://www.mozilla.org/unix/remote.html}{http://www.mozilla.org/unix/remote.html}}
insilmaril@486
   862
of these browsers.
insilmaril@340
   863
insilmaril@340
   864
\subsubsection*{Drag and Drop}
insilmaril@340
   865
If you want to keep bookmarks in a map, select a branch where you want
insilmaril@340
   866
to add the bookmark, then simply drag the URL from your browser to the
insilmaril@340
   867
map. Also you could use an existing heading as URL: Right click onto the
insilmaril@340
   868
branch and select "Use heading for URL".
insilmaril@340
   869
insilmaril@340
   870
insilmaril@340
   871
\subsubsection*{Directly access bookmark lists of a browser}
insilmaril@340
   872
Please see the sections \ref{import} and \ref{export} about
insilmaril@340
   873
Import and Export filters.
insilmaril@340
   874
insilmaril@340
   875
\subsubsection*{Special URLs}
insilmaril@340
   876
\vym can turn an existing heading of a branch into an URL. Currently
insilmaril@340
   877
this works for Bugentries in the Novell Bugtracking system: Open the
insilmaril@340
   878
context menu of a branch (usually by right-clicking it) and select
insilmaril@340
   879
\begin{itemize}
insilmaril@340
   880
	\item Create URL to Bugzilla
insilmaril@340
   881
\end{itemize}
insilmaril@340
   882
The URL will be build from the number in the heading.
insilmaril@340
   883
insilmaril@493
   884
\subsection{Associating images with a branch} \label{incimg}
insilmaril@486
   885
The default setting for an image is for it to float "freely". Images can be
insilmaril@486
   886
positioned anywhere on the canvas, but may end up in the same place as other
insilmaril@486
   887
parts of the map obscuring that part of the map.
insilmaril@340
   888
insilmaril@486
   889
The solution is to insert or include them "into" a branch. This can be done via
insilmaril@493
   890
the property window (see \ref{propwindow}):
insilmaril@340
   891
\begin{itemize}
insilmaril@340
   892
	\item Include images horizontally
insilmaril@340
   893
	\item Include images vertically
insilmaril@340
   894
\end{itemize}
insilmaril@486
   895
The image is still positioned relative to its parent branch, but the
insilmaril@486
   896
heading and border of the branch frame adapt to the floating image, see below: 
insilmaril@340
   897
\begin{center}
insilmaril@450
   898
	\includegraphics[width=11cm]{images/includeImages.png}
insilmaril@340
   899
\end{center}
insilmaril@340
   900
insilmaril@125
   901
\subsection{Modifier Modes} 
insilmaril@486
   902
Modifiers are for example the \key{Shift}- the \key{Ctrl}- ot the \key{Alt}-keys. When
insilmaril@486
   903
pressed while applying mouse actions, they will cause \vym to use
insilmaril@493
   904
a "modified" version of the action which usually would be done. 
insilmaril@493
   905
insilmaril@493
   906
%\key{Ctrl} or \key{Alt}is pressed while releasing the branch, it will be
insilmaril@493
   907
%added above/below the target, not as child of the target.
insilmaril@125
   908
insilmaril@486
   909
Without a modifier key pressed, the first mouse click on a branch just selects
insilmaril@125
   910
it. For the behaviour of the \key{Ctrl} modifier there are several
insilmaril@125
   911
options, which can be set from the modifier toolbar:
insilmaril@125
   912
\begin{center}
insilmaril@450
   913
	\includegraphics[width=3cm]{images/modmodes.png}
insilmaril@125
   914
\end{center}
insilmaril@493
   915
The default mode is to copy the colour from the clicked branch to the already
insilmaril@493
   916
selected branch. The figure above shows the toolbar with the default modifier 
insilmaril@493
   917
selected. The second modifier
insilmaril@125
   918
let's you easily copy a whole branch with a single click. The third
insilmaril@493
   919
modifier lets you create links between branches called {\em xLinks}.
insilmaril@493
   920
They will be explained in the next section \ref{xlinks}.
insilmaril@125
   921
insilmaril@493
   922
\subsection{Hide links of unselected objects} \label{hidelink}
insilmaril@264
   923
Sometimes it would be useful to position a branch freely, just like a
insilmaril@486
   924
mainbranch or an image. This is possible for all
insilmaril@264
   925
branches, you can use a mainbranch and hide its connecting link to the
insilmaril@486
   926
mapcenter or hide the link between a child branch and its parent. This can be used e.g. for legends or a collection of vymLinks
insilmaril@264
   927
pointing to other maps:
insilmaril@264
   928
\begin{center}
insilmaril@450
   929
	\includegraphics[width=9cm]{images/hiddenlink.png}
insilmaril@264
   930
\end{center}
insilmaril@493
   931
To hide the link between a branch and its parent open the
insilmaril@493
   932
\ref{propwindow} and check "Hide link if object is not selected" on
insilmaril@493
   933
"Link" tab.
insilmaril@264
   934
insilmaril@264
   935
insilmaril@260
   936
\subsection{XLinks} \label{xlinks}
insilmaril@125
   937
So far all the data in the \vym map has been treelike. Using xLinks you
insilmaril@125
   938
can link one branch to any other, just like attaching a rope between two
insilmaril@125
   939
branches in a real tree. This is especially useful in complex maps,
insilmaril@486
   940
where you want to have crossreferences which can not be displayed on the same
insilmaril@486
   941
visible area of the {\em mapeditor} window. The following example map still fits on one screen, but shows how data can be crosslinked. In the graphics there is a link from a task (prepare a presentation) to general information:
insilmaril@125
   942
\begin{center}
insilmaril@450
   943
	\includegraphics[width=12cm]{images/xlink.png}
insilmaril@125
   944
\end{center}
insilmaril@125
   945
Note that a xLink which points to a branch that is not visible (because
insilmaril@486
   946
it is scrolled), is just shown as a little horizontal arrow. In the
insilmaril@125
   947
screenshot above have a look at the \lq Tuesday\rq\ branch.
insilmaril@125
   948
insilmaril@233
   949
\subsubsection*{Create a xLink}
insilmaril@486
   950
Choose the link mode from the modifier toolbar (by clicking the toolbar icon or pressing
insilmaril@125
   951
\key{L}). Select the branch, where the xLink should start. Press the
insilmaril@486
   952
modifier key \key{Ctrl} and then click on the selected branch where the
insilmaril@486
   953
link should start and drag the mouse pointer to the branch where the link is to end. (The link is drawn to follow the mouse pointer). When you release the mouse over a branch the xLink becomes permanent.
insilmaril@125
   954
insilmaril@233
   955
\subsubsection*{Modify or delete a xLink}
insilmaril@493
   956
First select a branch at either end of the xLink. Then open the context
insilmaril@493
   957
menu and select \lq Edit xLink\rq. A submenu contains all the xLinks of
insilmaril@493
   958
the branch (if there are any). They are named like the branches, where
insilmaril@493
   959
they end. Choose one and the xLink dialogue opens, where you can set
insilmaril@493
   960
colour, width and also delete the xLink.
insilmaril@125
   961
insilmaril@233
   962
\subsubsection*{Follow a xLink}
insilmaril@486
   963
In a complex \vym map it sometimes comes in handy to be able to jump to the other end
insilmaril@493
   964
of a xLink. You can do this by opening the context menu of the branch
insilmaril@493
   965
and clicking on \lq Goto xLink\rq and selecting the xLink you want to
insilmaril@493
   966
follow.
insilmaril@125
   967
insilmaril@125
   968
insilmaril@125
   969
insilmaril@233
   970
\subsection{Adding and removing branches}
insilmaril@125
   971
The context menu of a branch shows some more ways to add and delete data
insilmaril@486
   972
e.g. you can delete a branch while keeping its children. The children become
insilmaril@125
   973
linked to the parent of the previously removed branch.
insilmaril@125
   974
Similar branches can be inserted into existing maps. For keyboard
insilmaril@125
   975
shortcuts also have a look at the context menu.
insilmaril@28
   976
insilmaril@233
   977
\subsection{Adding a whole map or a part of a map}
insilmaril@493
   978
Select a branch where you want to add a previously saved map ({\tt
insilmaril@493
   979
.vym})or a part of a map ({\tt .vyp}) , then open the context menu and
insilmaril@493
   980
choose {\em Add \ra Add Map (Insert)}. For the import you can choose
insilmaril@493
   981
between {\em Add Map (Insert)} and {\em Add Map (Replace)}: The imported
insilmaril@493
   982
data will be added after the selected branch.
insilmaril@105
   983
insilmaril@105
   984
\section{\vym on Mac OS X}
insilmaril@105
   985
\subsection{Overview}
insilmaril@105
   986
Basically there are two ways to run \vym on Macs:
insilmaril@233
   987
\subsubsection*{QT Mac Edition:}
insilmaril@105
   988
	\vym here provides the well known Mac look and feel.  \vym is
insilmaril@105
   989
	available as zipped Mac OS X application. It has been compiled and
insilmaril@105
   990
	tested in Mac~OS~10.3, but should also work on Tiger. It is using
insilmaril@105
   991
	the Mac version of Trolltechs QT library.  
insilmaril@233
   992
\subsubsection*{X11}
insilmaril@105
   993
	\vym can also be run using the Linux version, but then menus and
insilmaril@105
   994
	handling will also be those of the Linux version e.g. The menu bar
insilmaril@105
   995
	will look different. 
insilmaril@105
   996
insilmaril@125
   997
\subsection	{Contextmenu and special keys}
insilmaril@125
   998
Most Macs unfortunatly just have a single mouse button. In order to show
insilmaril@125
   999
the context menu which usually would be opened with the right mouse
insilmaril@125
  1000
button, you can click while pressing the \key{kommand}-key.
insilmaril@125
  1001
insilmaril@125
  1002
Especially on Laptops some of the keys usually used on PC keyboards seem
insilmaril@125
  1003
to be missing. The QT-Mac Edition of \vym has its own keyboard
insilmaril@125
  1004
shortcuts. To find the shortcuts just have a look at all the menu
insilmaril@125
  1005
entries, the shortcut is visible next to an entry. Toolbar buttons also
insilmaril@125
  1006
may have shortcuts, just position the mouse pointer over a button and
insilmaril@125
  1007
wait for the little help window to appear. 
insilmaril@125
  1008
insilmaril@125
  1009
\subsection {Viewing external links}
insilmaril@125
  1010
\vym on Mac uses the system call {\tt /usr/bin/open} to view links.
insilmaril@125
  1011
Mac~OS determines automatically if the link is a pdf or www page and
insilmaril@125
  1012
opens the right browser.
insilmaril@125
  1013
insilmaril@233
  1014
insilmaril@233
  1015
\begin{appendix}
insilmaril@233
  1016
insilmaril@486
  1017
\section{\vym initialisation process and configuration}
insilmaril@420
  1018
\subsection{Configuration file}
insilmaril@420
  1019
On startup \vym will look for a configuration for user specific settings
insilmaril@420
  1020
like window positions, toolbars etc. If this file does not already
insilmaril@420
  1021
exist, it will be created. The file is located in the users home
insilmaril@420
  1022
directory. The exact position depends on the platform:
insilmaril@420
  1023
\begin{center}
insilmaril@420
  1024
\begin{tabular}{cl}
insilmaril@420
  1025
	{\bf Platform}	& {\bf Configuration file} \\ \hline
insilmaril@420
  1026
	Linux		& {\tt $\sim$/.config/InSilmaril/vym.conf  } \\
insilmaril@420
  1027
	Mac OS X	& {\tt /Users/NAME/Library/Preferences/com.insilmaril.vym.plist  } \\
insilmaril@420
  1028
\end{tabular}
insilmaril@420
  1029
\end{center}
insilmaril@420
  1030
The file can be edited manually, or on Mac~OS~X with Property List
insilmaril@420
  1031
Editor (installed with xtools).
insilmaril@420
  1032
insilmaril@291
  1033
\subsection{Path to ressources}
insilmaril@291
  1034
\vym will try to find its ressources (images, stylesheets, filters,
insilmaril@291
  1035
etc.) in the following places:
insilmaril@291
  1036
\begin{enumerate}
insilmaril@291
  1037
	\item Path given by the environment variable {\tt VYMHOME}.
insilmaril@291
  1038
	\item If called with the local option (see \ref{options} below),
insilmaril@291
  1039
	      \vym will look for its data in the current directory.
insilmaril@291
  1040
	\item {\tt /usr/share/vym}
insilmaril@291
  1041
	\item {\tt /usr/local/share/vym}
insilmaril@291
  1042
\end{enumerate}
insilmaril@291
  1043
insilmaril@291
  1044
\subsection{Command line options} \label{options}
insilmaril@264
  1045
\vym has the following options:
insilmaril@264
  1046
\begin{center}
insilmaril@450
  1047
\begin{tabular}{cccp{8cm}}\\ 
insilmaril@450
  1048
\bf Option	& \bf Comment & \bf Argument & \bf Description \\ \hline
insilmaril@493
  1049
v & version &			& Show version and codename of \vym\\
insilmaril@450
  1050
l & local	&			& Use local paths to stylesheets, translations, icons, 
insilmaril@450
  1051
                          etc. instead of system paths. Useful for testing\\
insilmaril@486
  1052
h & help	&			& Show help\\
insilmaril@486
  1053
r & run 	& filename	& Run script\\
insilmaril@479
  1054
q & quit	&			& Quit immediatly after startup. Useful for benchmarks.\\
insilmaril@264
  1055
\end{tabular}
insilmaril@264
  1056
\end{center}
insilmaril@264
  1057
You can also give several filenames at the commandline to let \vym open
insilmaril@264
  1058
several maps at once.
insilmaril@264
  1059
 
insilmaril@450
  1060
insilmaril@486
  1061
 \section{Scripts} \label{scripts}
insilmaril@486
  1062
 %FIXME
insilmaril@450
  1063
insilmaril@450
  1064
insilmaril@450
  1065
insilmaril@450
  1066
insilmaril@450
  1067
insilmaril@233
  1068
\section{Contributing to \vym}
insilmaril@260
  1069
So far I'd say I have written 98\% of the code on my own. No surprise,
insilmaril@260
  1070
that \vym exactly fits my own needs. Nevertheless I would like to
insilmaril@260
  1071
encourage all users of  \vym to contribute. Maybe not only with feature
insilmaril@260
  1072
requests, but also with code, new import/export filters, translations
insilmaril@260
  1073
etc. In this appendix I'll try to show how easy it is to expand the
insilmaril@260
  1074
things you can do already with \vym. I really look forward to hear from
insilmaril@260
  1075
you!
insilmaril@233
  1076
insilmaril@233
  1077
\subsection{Getting help}
insilmaril@233
  1078
insilmaril@233
  1079
\subsubsection*{Frequently asked questions}
insilmaril@233
  1080
Please refer to the FAQ available on the \vym website:
insilmaril@125
  1081
\begin{center}
insilmaril@125
  1082
\href{http://www.InSilmaril.de/vym/faq.html}{http://www.InSilmaril.de/vym/faq.html}
insilmaril@125
  1083
\end{center}
insilmaril@105
  1084
insilmaril@233
  1085
\subsubsection*{Mailinglists}
insilmaril@233
  1086
There are two mailinglists: {\tt vym-forum} is the \vym users forum to
insilmaril@233
  1087
discuss various questions, while {\tt vym-devel} is intended for people
insilmaril@233
  1088
interested in contributing to \vym. You can view the archives and
insilmaril@233
  1089
subscribe at
insilmaril@233
  1090
\begin{center}
insilmaril@233
  1091
\href{https://sourceforge.net/mail/?group_id=127802}{https://sourceforge.net/mail/?group\_id=127802}
insilmaril@233
  1092
\end{center}
insilmaril@233
  1093
insilmaril@264
  1094
\subsubsection*{Contacting the author}\label{author}
insilmaril@233
  1095
Especially for support questions please try the mailinglists first. If
insilmaril@486
  1096
everything else fails you can contact the author Uwe Drechsel at
insilmaril@233
  1097
\begin{center}
insilmaril@260
  1098
\href{mailto:vym@InSilmaril.de}{vym@InSilmaril.de}
insilmaril@233
  1099
\end{center}
insilmaril@233
  1100
insilmaril@233
  1101
insilmaril@264
  1102
insilmaril@264
  1103
\subsection{How to report bugs}
insilmaril@264
  1104
Though Sourceforge has its own bugreporting system, I'd rather prefer if
insilmaril@264
  1105
you contact me directly (see \ref{author}) or even better: You can file
insilmaril@264
  1106
a bugreport in Bugzilla, the bugtracking system of openSUSE:
insilmaril@264
  1107
\begin{center}
insilmaril@264
  1108
\href{http://en.opensuse.org/Submit_a_bug}{http://en.opensuse.org/Submit\_a\_bug}
insilmaril@264
  1109
\end{center}
insilmaril@264
  1110
I build \vym regulary for openSUSE, so you may report it against a
insilmaril@264
  1111
recent version there, even if you  use another Operating System.
insilmaril@486
  1112
Please don't forget to tell me what you are using:
insilmaril@264
  1113
\begin{itemize}
insilmaril@264
  1114
	\item the exact steps needed to reproduce the bug
insilmaril@264
  1115
	\item the version and build date of \vym (see the Help \ra About
insilmaril@264
  1116
	\vym)
insilmaril@264
  1117
	\item hardware and Operating System
insilmaril@264
  1118
\end{itemize}
insilmaril@264
  1119
insilmaril@233
  1120
\subsection{Compiling from the sources}
insilmaril@252
  1121
\subsubsection{Getting the sources} \label{getsources}
insilmaril@252
  1122
You find the latest version of \vym at the project site:
insilmaril@252
  1123
\begin{center}
insilmaril@252
  1124
\href{https://sourceforge.net/projects/vym/}{https://sourceforge.net/projects/vym/}
insilmaril@252
  1125
\end{center}
insilmaril@252
  1126
There you can check them out of the source repository (CVS):\\
insilmaril@233
  1127
insilmaril@252
  1128
\begin{verbatim}
insilmaril@252
  1129
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/vym checkout code
insilmaril@252
  1130
\end{verbatim}
insilmaril@252
  1131
insilmaril@252
  1132
\subsubsection{The Qt toolkit}
insilmaril@233
  1133
Qt is C++ toolkit for multiplatform GUI and application development. It
insilmaril@233
  1134
provides single-source portability across MS~Windows, Mac~OS~X, Linux
insilmaril@486
  1135
and all major commercial Unix variants. Qt is also available for
insilmaril@252
  1136
embedded devices. Qt is a Trolltech product. For more information see 
insilmaril@252
  1137
\begin{center}
insilmaril@233
  1138
\href{http://www.trolltech.com/qt/}{www.trolltech.com/qt} 
insilmaril@252
  1139
\end{center}
insilmaril@233
  1140
insilmaril@233
  1141
insilmaril@252
  1142
\subsubsection{Compiling \vym }
insilmaril@233
  1143
Make sure you have installed your Qt environment properly, see the Qt
insilmaril@233
  1144
documentation for details. You need to have the Qt command {\tt qmake}
insilmaril@233
  1145
in your {\tt PATH}-environment, then run
insilmaril@233
  1146
\begin{verbatim}
insilmaril@233
  1147
qmake
insilmaril@233
  1148
make  
insilmaril@233
  1149
make install
insilmaril@233
  1150
\end{verbatim}
insilmaril@233
  1151
The last command {\tt make install} needs root-permissions. Of course it
insilmaril@233
  1152
may be omitted, if you just want to test \vym.
insilmaril@233
  1153
insilmaril@260
  1154
%\subsubsection*{Compiling \vym on Macs}
insilmaril@450
  1155
%FIXME
insilmaril@233
  1156
insilmaril@233
  1157
\subsection{\vym file format} \label{fileformat}
insilmaril@486
  1158
\vym maps usually have the suffix "{\tt .vym}" and represent a
insilmaril@233
  1159
compressed archive of data. If you want to have a
insilmaril@233
  1160
closer look into the data structure map called "mapname.vym", 
insilmaril@233
  1161
just uncompress the map manually using
insilmaril@233
  1162
\begin{verbatim}
insilmaril@233
  1163
	unzip mapname.vym
insilmaril@233
  1164
\end{verbatim}
insilmaril@233
  1165
This will create directories named {\tt images} and {\tt flags} in your
insilmaril@233
  1166
current directory and also the map itself, usually named {\tt
insilmaril@233
  1167
mapname.xml}.
insilmaril@233
  1168
The XML structure of \vym is pretty self explaining, just have a look at
insilmaril@233
  1169
{\tt mapname.xml}.
insilmaril@233
  1170
insilmaril@233
  1171
This XML file can be loaded directly into \vym, it does not have to be
insilmaril@233
  1172
compressed. If you want to compress all the data yourself, use
insilmaril@233
  1173
\begin{verbatim}
insilmaril@233
  1174
	zip -r mapname.vym .
insilmaril@233
  1175
\end{verbatim}
insilmaril@233
  1176
to compress all data in your current directory.
insilmaril@233
  1177
insilmaril@233
  1178
\subsection{New features}
insilmaril@28
  1179
There are lots of features which might find their way into \vym.
insilmaril@233
  1180
Together with \vym you should have received a directory with several
insilmaril@28
  1181
maps e.g. on SUSE~LINUX this is
insilmaril@28
  1182
\begin{center}
insilmaril@28
  1183
	{\tt /usr/share/doc/packages/vym/demos}
insilmaril@28
  1184
\end{center}
insilmaril@28
  1185
where you find the map {\tt todo.vym}. It lists quite a lot of things to
insilmaril@233
  1186
be done in future. If you have more ideas, contact the development team
insilmaril@233
  1187
at
insilmaril@233
  1188
{\tt vym-devel@lists.sourceforge.net}.
insilmaril@28
  1189
insilmaril@28
  1190
insilmaril@233
  1191
\subsection{New languages support}
insilmaril@252
  1192
In order to add a new language to \vym you need 
insilmaril@252
  1193
the sources (see \ref{getsources}) and
insilmaril@252
  1194
an installation of Trolltechs QT. A part of QT are the development
insilmaril@252
  1195
tools, from those tools especially the translation tool "Linguist" is
insilmaril@252
  1196
needed. 
insilmaril@252
  1197
insilmaril@252
  1198
In some Linux distributions the development tools are in an extra package, e.g. on SUSE LINUX you should have installed:
insilmaril@252
  1199
\begin{verbatim}
insilmaril@252
  1200
    qt3-devel.rpm
insilmaril@252
  1201
    qt3-devel-doc.rpm
insilmaril@252
  1202
    qt3-devel-tools.rpm
insilmaril@252
  1203
    qt3-man.rpm
insilmaril@252
  1204
\end{verbatim}
insilmaril@252
  1205
If you don't have QT in your system, you can get it from 
insilmaril@252
  1206
	\href{http://www.trolltech.com}{http://www.trolltech.com} Once you
insilmaril@252
  1207
	are able to compile vym yourself, you can translate the text in vym
insilmaril@252
  1208
	itself by performing the following steps:
insilmaril@252
  1209
\begin{itemize}
insilmaril@252
  1210
	\item Let's assume now your encoding is "NEW" instead of for example
insilmaril@252
  1211
	"de" for german or "en" for english
insilmaril@252
  1212
	
insilmaril@252
  1213
	\item Copy the file {\tt lang/vym\_en.ts} to l{\tt ang/vym\_NEW.ts} (The code
insilmaril@252
  1214
	itself contains the english version.)
insilmaril@252
  1215
		
insilmaril@252
  1216
	\item Add {\tt lang/vym\_NEW.ts} to the TRANSLATIONS section of vym.pro
insilmaril@252
  1217
insilmaril@252
  1218
	\item Run Linguist on {\tt vym\_NEW.ts} and do the translation
insilmaril@252
  1219
insilmaril@252
  1220
	\item Run {\tt lrelease} to create {\tt vym\_NEW.qm}
insilmaril@252
  1221
insilmaril@252
  1222
	\item Do a make install to install the new vym and check your translation
insilmaril@252
  1223
\end{itemize}
insilmaril@252
  1224
insilmaril@252
  1225
If you feel brave, you can also translate the manual. It is written in
insilmaril@252
  1226
LaTeX, you just have to change the file tex/vym.tex. (Linguist and QT
insilmaril@252
  1227
are not needed, but it is useful to know how to work with LaTeX and esp.
insilmaril@252
  1228
pdflatex to create the PDF.) 
insilmaril@252
  1229
insilmaril@252
  1230
Please mail me every translation you have done. I can also give you a
insilmaril@252
  1231
developer access to the project, if you want to provide translations
insilmaril@252
  1232
regulary.  
insilmaril@252
  1233
insilmaril@233
  1234
\subsection{New export/import filters}
insilmaril@252
  1235
\vym supports various kinds of filters. Data can be written directly,
insilmaril@252
  1236
inserted into templates or it can be written as XML data and then
insilmaril@252
  1237
processed by XSL transformations. 
insilmaril@252
  1238
insilmaril@252
  1239
Most of the import/export functionality is available in the classes
insilmaril@252
  1240
ImportBase and ExportBase and subclasses. All of them can be found in
insilmaril@252
  1241
{\tt imports.h} and {\tt exports.h}.
insilmaril@252
  1242
insilmaril@264
  1243
\subsubsection*{Direct import/export}
insilmaril@252
  1244
An example for a direct export is the XML export. This method touches
insilmaril@252
  1245
the implementation of nearly every object of \vym, so whenever possible
insilmaril@264
  1246
you should better use a XSL transformation instead.
insilmaril@252
  1247
insilmaril@252
  1248
If you still want to know how it is done, start looking at 
insilmaril@252
  1249
{\tt MapEditor::saveToDir} in {\tt mapeditor.cpp}.
insilmaril@252
  1250
insilmaril@264
  1251
\subsubsection*{Templates}
insilmaril@264
  1252
Templates have been introduced to export to opendoc format used e.g. by
insilmaril@264
  1253
Open~Office. While I read the spec ($>$ 500 pages) about the format\footnote{
insilmaril@264
  1254
\href{http://www.oasis-open.org/}{http://www.oasis-open.org/}}\ 
insilmaril@264
  1255
I had the feeling that I did not want to write the export from scratch. 
insilmaril@264
  1256
It would be too complex to adapt the styles to your own wishes, e.g. the
insilmaril@264
  1257
layout.
insilmaril@252
  1258
insilmaril@264
  1259
Instead I analyzed existing Open~Office documents. I found out that
insilmaril@264
  1260
there are lots of redundant bits of information in a standard
insilmaril@264
  1261
presentation, for example each list item is contained in its own list.
insilmaril@264
  1262
In the end I came up with the default presentation style, which still
insilmaril@264
  1263
could be simplified, just in case you have free time\ldots
insilmaril@252
  1264
insilmaril@486
  1265
The existing templates are still work in progress, before you spend too
insilmaril@264
  1266
much time developing your own style, please contact me.  Basically the
insilmaril@264
  1267
following steps are needed to build your own style:
insilmaril@264
  1268
\begin{enumerate}
insilmaril@264
  1269
	\item Create an example in Open Office. Use a title, authors name,
insilmaril@264
  1270
	page heading etc.\ which you can easily grep for in the output file.
insilmaril@264
  1271
	
insilmaril@264
  1272
	\item Unzip  the Open Office document into a directory.
insilmaril@264
  1273
insilmaril@264
  1274
	\item The main file is called {\tt content.xml}. All data is in one
insilmaril@264
  1275
	single line. You can split the XML tags using the script {\tt
insilmaril@264
  1276
	scripts/niceXML}, which is part of the \vym distribution.
insilmaril@264
  1277
insilmaril@264
  1278
	\item Copy the output of {\tt niceXML} to {\tt
insilmaril@264
  1279
	content-template.xml}.
insilmaril@264
  1280
insilmaril@264
  1281
	\item Looking closer you will find lots of unused definitions, for
insilmaril@264
  1282
	example of styles. You can delete or simply ignore them.
insilmaril@264
  1283
insilmaril@264
  1284
	\item Try to find your title, authors name. \vym will replace the
insilmaril@264
  1285
	following strings while exporting:
insilmaril@264
  1286
	\begin{center}
insilmaril@264
  1287
	\begin{tabular}{lp{4cm}}
insilmaril@264
  1288
		{\tt <!-- INSERT TITLE -->}		& title of map \\
insilmaril@264
  1289
		{\tt <!-- INSERT AUTHOR-->	}	& author \\
insilmaril@264
  1290
		{\tt <!-- INSERT COMMENT -->}	& comment \\
insilmaril@264
  1291
		{\tt <!-- INSERT PAGES-->}		& content of map \\
insilmaril@264
  1292
	\end{tabular}
insilmaril@264
  1293
	\end{center}
insilmaril@264
  1294
	The content itself is generated in a similar way by inserting lists
insilmaril@264
  1295
	into {\tt page-template}. Here the following substitutions are made:
insilmaril@264
  1296
	\begin{center}
insilmaril@264
  1297
	\begin{tabular}{lp{7cm}}
insilmaril@264
  1298
		{\tt <!-- INSERT PAGE HEADING-->}		& heading of a page
insilmaril@264
  1299
		(mainbranch or child of mainbranch, depending on the use of
insilmaril@264
  1300
		sections) \\
insilmaril@264
  1301
		{\tt <!-- INSERT LIST -->	}	& all childs of the branch above \\
insilmaril@264
  1302
	\end{tabular}
insilmaril@264
  1303
	\end{center}
insilmaril@264
  1304
\end{enumerate}
insilmaril@264
  1305
Currently images are exported and notes just will appear as text
insilmaril@486
  1306
without formatting and colours.
insilmaril@264
  1307
insilmaril@264
  1308
insilmaril@264
  1309
insilmaril@264
  1310
insilmaril@264
  1311
\subsubsection*{XSL Transformation}
insilmaril@264
  1312
\vym uses XSL transformations while exporting (e.g. XHTML) and importing
insilmaril@264
  1313
data (e.g. KDE bookmarks). There is a little code needed to provide the
insilmaril@264
  1314
GUI, the rest is done using the {\tt .xsl} stylesheet and calling the
insilmaril@264
  1315
{\tt xsltproc} processor, which is part of libxslt, the XSLT
insilmaril@264
  1316
C  library  for  GNOME. 
insilmaril@233
  1317
insilmaril@233
  1318
\end{appendix}
insilmaril@233
  1319
\end{document}
insilmaril@28
  1320
insilmaril@125
  1321
%TODO
insilmaril@125
  1322
%\subsubsection{Menus}
insilmaril@125
  1323
%\subsubsection{Keyboard shortcuts}
insilmaril@125
  1324
%Where does vym save its settings? -> ~/.qt/vymrc
insilmaril@125
  1325
insilmaril@28
  1326
insilmaril@28
  1327
% INDEX
insilmaril@28
  1328
% mapeditor
insilmaril@28
  1329
% noteditor
insilmaril@28
  1330
% branch
insilmaril@28
  1331
% mapcenter
insilmaril@28
  1332
% heading
insilmaril@28
  1333
% flag
insilmaril@28
  1334
% orientation 
insilmaril@28
  1335
% zoom
insilmaril@28
  1336
% orientation
insilmaril@28
  1337
% Toolbar
insilmaril@28
  1338
% Zoom
insilmaril@28
  1339
% Find
insilmaril@28
  1340
% statusbar
insilmaril@28
  1341
% link
insilmaril@28
  1342
% mainbranch
insilmaril@28
  1343
% subtree
insilmaril@28
  1344
% reorder
insilmaril@28
  1345
% scroll
insilmaril@28
  1346
% fold
insilmaril@104
  1347
% vymlink
insilmaril@104
  1348
% xlink
insilmaril@125
  1349
% modMode
insilmaril@104
  1350
% context menu
insilmaril@104
  1351
% Mac OS X
insilmaril@28
  1352
insilmaril@28
  1353
insilmaril@28
  1354
insilmaril@125
  1355
\end{document}