tex/vym.tex
changeset 260 69d648a0a15b
parent 252 f9ed11f2ab60
child 264 4ee885c3b72c
     1.1 --- a/tex/vym.tex	Thu Mar 23 12:38:54 2006 +0000
     1.2 +++ b/tex/vym.tex	Thu Mar 23 12:38:55 2006 +0000
     1.3 @@ -107,7 +107,7 @@
     1.4  In our science oriented society we have learned to mainly rely on our
     1.5  left side of the brain, the "rational" one. In other cultures,
     1.6  especially like the native americans and other "old" cultures, the right
     1.7 -side is much more important. maps are just one way to stimulate the
     1.8 +side is much more important. Maps are just one way to stimulate the
     1.9  other side and make use of additional ressources we all have.
    1.10  
    1.11  
    1.12 @@ -202,8 +202,8 @@
    1.13  There are also more flags set by \vym automatically to show additional
    1.14  information, e.g. when a  exists for a  particular branch.
    1.15  
    1.16 -By default some of these flags are set exclusively e.g. when the \lq
    1.17 -thumb-up\rq flag is set, then the \lq thumb down\rq is unset and vice
    1.18 +By default some of these flags are set exclusively e.g. when the 
    1.19 +"thumb-up" flag is set, then the "thumb down" is unset and vice
    1.20  versa. You can change this default behaviour in the settings menu.
    1.21  
    1.22  %TODO add info about toolbars e.g. undo/redo, ...
    1.23 @@ -278,7 +278,7 @@
    1.24  fails, there will appear a short message "Nothing found" or a few
    1.25  seconds in the {\em statusbar} on the bottom of the mapeditor.
    1.26  
    1.27 -\subsubsection*{Scroll a part of the map}
    1.28 +\subsubsection*{Keep the overview -- scroll a part of the map}
    1.29  A very big subtree of a map e.g. a branch with hundreds of childs makes
    1.30  it very hard to keep an overview over the whole map. You can hide all
    1.31  the childs of a branch by {\em scrolling} it -- this function is also
    1.32 @@ -302,7 +302,7 @@
    1.33  
    1.34  
    1.35  \subsection{Modify and move branches}
    1.36 -\subsubsection*{Modify the heading of a branch}
    1.37 +\subsubsection*{Modify the heading}
    1.38  You can edit the heading by selecting the branch and then
    1.39  \begin{itemize}
    1.40  	\item pressing \key{Enter}
    1.41 @@ -475,12 +475,15 @@
    1.42  of the map is always painted "thin".
    1.43  
    1.44  
    1.45 -\subsection{Link to other documents}
    1.46 -Presently \vym supports two kind of links:
    1.47 +\subsection{Links to other documents and webpages}
    1.48 +\vym supports two kind of external links:
    1.49  \begin{itemize}
    1.50  	\item Document, which will be opened in an external webbrowser
    1.51  	\item \vym map, which will be opened in \vym itself
    1.52  \end{itemize}
    1.53 +In addition to the external links there also internal ones, leading from one
    1.54 +branch in a map toanother one. Those are called {\em XLinks} and are explained
    1.55 +in section~\ref{xlinks}.
    1.56  
    1.57  \subsubsection*{Webbrowser}
    1.58  Modern Webbrowsers like {\tt konqueror} are able to display various
    1.59 @@ -799,7 +802,7 @@
    1.60  modifier lets you create {\em xLinks}, which will be explained in the
    1.61  next section.
    1.62  
    1.63 -\subsection{XLinks}
    1.64 +\subsection{XLinks} \label{xlinks}
    1.65  So far all the data in the \vym map has been treelike. Using xLinks you
    1.66  can link one branch to any other, just like attaching a rope between two
    1.67  branches in a real tree. This is especially useful in complex maps,
    1.68 @@ -887,6 +890,13 @@
    1.69  \begin{appendix}
    1.70  
    1.71  \section{Contributing to \vym}
    1.72 +So far I'd say I have written 98\% of the code on my own. No surprise,
    1.73 +that \vym exactly fits my own needs. Nevertheless I would like to
    1.74 +encourage all users of  \vym to contribute. Maybe not only with feature
    1.75 +requests, but also with code, new import/export filters, translations
    1.76 +etc. In this appendix I'll try to show how easy it is to expand the
    1.77 +things you can do already with \vym. I really look forward to hear from
    1.78 +you!
    1.79  
    1.80  \subsection{Getting help}
    1.81  
    1.82 @@ -909,7 +919,7 @@
    1.83  Especially for support questions please try the mailinglists first. If
    1.84  everything else fails you can contact the Uwe Drechsel at
    1.85  \begin{center}
    1.86 -\href{mailto:vym@InSilmaril.de}{vym@Insilmaril.de}
    1.87 +\href{mailto:vym@InSilmaril.de}{vym@InSilmaril.de}
    1.88  \end{center}
    1.89  
    1.90  
    1.91 @@ -947,7 +957,8 @@
    1.92  The last command {\tt make install} needs root-permissions. Of course it
    1.93  may be omitted, if you just want to test \vym.
    1.94  
    1.95 -\subsubsection*{Compiling \vym on Macs}
    1.96 +%\subsubsection*{Compiling \vym on Macs}
    1.97 +%TODO
    1.98  
    1.99  \subsection{\vym file format} \label{fileformat}
   1.100  \vym maps usually have the postfix "{\tt .vym}" and represent a
   1.101 @@ -1044,8 +1055,10 @@
   1.102  {\tt MapEditor::saveToDir} in {\tt mapeditor.cpp}.
   1.103  
   1.104  
   1.105 -\subsubsection{Templates}
   1.106 -\subsubsection{XSL Transformation}
   1.107 +%\subsubsection{Templates}
   1.108 +%TODO
   1.109 +%\subsubsection{XSL Transformation}
   1.110 +%TODO
   1.111  
   1.112  
   1.113  \end{appendix}