aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlecoanet2005-06-10 13:47:57 +0000
committerlecoanet2005-06-10 13:47:57 +0000
commitff2d45396071901364f3fd8e0f26cc1ce3b47df5 (patch)
tree87f7fde61efda9e3d6dd1983976d885cd89ed738 /doc
parent3fc9c4bc1d6f70db41ad418992bf3d461059d3c0 (diff)
downloadtkzinc-ff2d45396071901364f3fd8e0f26cc1ce3b47df5.zip
tkzinc-ff2d45396071901364f3fd8e0f26cc1ce3b47df5.tar.gz
tkzinc-ff2d45396071901364f3fd8e0f26cc1ce3b47df5.tar.bz2
tkzinc-ff2d45396071901364f3fd8e0f26cc1ce3b47df5.tar.xz
Reverted to the Lesser General Public License
Added an entry for the track -historysize attribute Added references to cvs.tkzinc.org and bugzilla.tkzinc.org
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex77
1 files changed, 43 insertions, 34 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index 34ed8b6..e2fb052 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -341,17 +341,26 @@ format documentation has been enhanced.
\section{Where can I find TkZinc and documentation ?}
-\ident{Zinc} is available as source in tar.gz format or as Debian or RedHat/Mandrake
-packages at
-\begin{itemize}
-\item
- \anurl{http://www.tkzinc.org/} or
-\item
- \anurl{http://freshmeat.net/projects/zincisnotcanvas/}
-\end{itemize}
+\ident{TkZinc} is available as source in tar.gz format or as Debian or RedHat/Mandrake
+packages at \anurl{http://www.tkzinc.org/}.
+
+The public Tkzinc CVS repository can be browsed at \anurl{cvs.tkzinc.org}. The most up to
+date copy can be grabbed anonymously with the following command:
+\begin{verbatim}
+cvs -d :pserver:anonymous@cvs.tkzinc.org:/srv/tkzinc/cvsroot login
+\end{verbatim}
+(press return when asked for a password), and then:
+\begin{verbatim}
+cvs -d :pserver:anonymous@cvs.tkzinc.org:/srv/tkzinc/cvsroot co Tkzinc
+\end{verbatim}
-For people from CENA, its possible to get the TkZinc source code through
-a private CVS server. Please contact directly {\tt lecoanet@cena.fr} for more informations.
+Developpers can obtain a read/write access to the CVS database by giving their ssh public key
+to the Tkzinc maintainer. Once acknowledged as a developper they will be able to checkout with
+the command:
+\begin{verbatim}
+cvs -d :ext:login@cvs.tkzinc.org:/srv/tkzinc/cvsroot co Tkzinc
+\end{verbatim}
+Then they'll be able to commit theirs changes into the base.
This documentation is available as part of the TkZinc software. It is also
available separately on the web sites. This document is formatted with \LaTeX\
@@ -399,7 +408,7 @@ describes some resources provided by or with TkZinc.
Zinc has been developed by the CENA (Centres d'Etudes de la Navigation
Aérienne) for its own needs in advanced HMI (Human Machine Interfaces or Interactions).
Because we are confident in the benefit of free software, the CENA delivered this
-toolkit under the same license as the Tk toolkit, the open source BSD License.
+toolkit under the GNU Lesser General Public License.
This software is copyrighted by the Centre d'études de la Navigation
Aérienne, Patrick Lecoanet, and other parties. The following terms
@@ -408,29 +417,22 @@ disclaimed in individual files.
Here is the license text:
-The authors hereby grant permission to use, copy, modify, distribute,
-and license this software and its documentation for any purpose, provided
-that existing copyright notices are retained in all copies and that this
-notice is included verbatim in any distributions. No written agreement,
-license, or royalty fee is required for any of the authorized uses.
-Modifications to this software may be copyrighted by their authors
-and need not follow the licensing terms described here, provided that
-the new terms are clearly indicated on the first page of each file where
-they apply.
-
-IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
-FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
-ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
-DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-
-THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
-IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
-NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
-MODIFICATIONS.
+Copyright (c) 2005, Centre d'études de la Navigation Aérienne, Patrick Lecoanet
+All rights reserved.
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Parts of this software are derived from the Tk toolkit which is copyrighted by
The Regents of the University of California and Sun Microsystems, Inc..
@@ -470,6 +472,7 @@ do something with TkZinc. If you think you have found a bug or a mismatch betwee
the documentation and the behavior of the widget. Please feel free to contact us.
Mail either {\tt lecoanet@cena.fr} or the TkZinc mailing list. To subscribe to the mailing
list, please consult the site \anurl{http://www.tkzinc.org/}.
+Bugs can be looked up or reported using the Bugzilla facility located at \anurl{bugzilla.tkzinc.org}
\section{How may I contribute to TkZinc development}
@@ -482,7 +485,9 @@ subscribe, please consult the site \anurl{http://www.tkzinc.org/}.
\item The very first way to contribute is to use TkZinc and to report
any bug or problem you may experiment. Of course, if you send a script that
exhibits the problem or even better a patch, your problem will have more
-chance to find a solution.
+chance to find a solution. Please use the Bugzilla bug management system located
+at \anurl{bugzilla.tkzinc.org} to report bugs and attach any scripts or report
+material to the opened bug.
\item The second way to contribute is by commenting on and proposing enhancement to
this reference manual. As it has been written by french writers, english readers may
really help in making this document easier to use. If you really feel ambitious, you
@@ -2951,6 +2956,10 @@ is {\tt false}.}
track history. The first color of a real gradient color will be used. The default
value is the current value of the widget option \optref{forecolor}.}
+\attribute{track}{historywidth}{dimension}{The starting width for drawing the monotonically
+shrinking track history. The default value is {\tt 8}. This value used to be derived from
+the \attributeref{track}{symbol} width, proscribing the use of large symbols.}
+
\attribute{track}{labelanchor}{anchor}{The anchor used in positionning the label. The
default value is {\tt center}.}