Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / ETL / README
1               ETL -- Extended Template Library
2
3 ETL is a multi-platform class and template library designed to add
4 new datatypes and functions which combine well with the existing
5 types and functions from the C++ Standard Template Library (STL).
6
7 Links:
8
9 Web:    http://synfig.org/  (*)
10 Code:   http://synfig.org/Source_code
11 Proj:   http://sourceforge.net/projects/synfig/
12 Forums: http://synfig.org/forums 
13 IRC:    irc://irc.freenode.net/synfig
14
15 (*) synfig.org website is locked for edition because we are migrating to 
16 a new host. During the migration the links are those:
17
18 Web:    http://www.synfig.com
19 Wiki:   http://www.synfig.com/wiki
20
21 Please use the IRC channel and the sf.net tracker to get support and
22 report bugs, request features and submit patches.
23
24 Copyright
25
26 Copyright 2002 Robert B. Quattlebaum Jr.
27 Copyright 2002 Adrian Bentley
28 Copyright 2007-2008 Chris Moore
29 Copyright 2008-2009 Paul Wise
30
31 Licence
32
33 This package is free software; you can redistribute it and/or
34 modify it under the terms of the GNU General Public License as
35 published by the Free Software Foundation; either version 2 of
36 the License, or (at your option) any later version.
37
38 This package is distributed in the hope that it will be useful,
39 but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
41 General Public License for more details.
42
43 You should have received a copy of the GNU General Public License
44 along with this program; if not, write to the Free Software
45 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
46 or visit http://www.gnu.org/licenses/gpl.html