[84] | 1 | $Id: THANKS 847 2009-11-17 01:38:52Z peter $ |
---|
[26] | 2 | |
---|
[335] | 3 | svndigest uses a C++ interface to Gnuplot inspired by Rajarshi Guha. |
---|
[333] | 4 | |
---|
[335] | 5 | Rajarshi Guha's "A C++ Interface to Gnuplot" can be found through |
---|
[333] | 6 | http://jijo.cjb.net/ . The C++ interface is based on "gnuplot |
---|
[385] | 7 | interfaces in ANSI C" written by Nicolas Devillard. The C |
---|
| 8 | implementation is available through http://ndevilla.free.fr/ . |
---|
[333] | 9 | |
---|
[799] | 10 | svndigest build system uses an M4 macro (m4/find_apr.m4) created |
---|
| 11 | within the Apache project (The Apache Software Foundation). No changes |
---|
| 12 | is made to the M4 script. The Apache license text is available as |
---|
| 13 | m4/apache_LICENSE-2.0.txt. |
---|
[333] | 14 | |
---|
[335] | 15 | The cascading style sheet generated by svndigest was initially |
---|
[333] | 16 | inspired by the cascading style sheet within the Trac open source |
---|
| 17 | project, http://trac.edgewall.org/. The Trac license is included in |
---|
| 18 | the generated CSS file, svndigest.css. |
---|
| 19 | |
---|
[648] | 20 | During the build process svndigest automagically incorporates its |
---|
[542] | 21 | current svn revision into the source and binary. The solution, based |
---|
[648] | 22 | on a suggestion from Markus Hoenicka, works both when being in a |
---|
[542] | 23 | subversion WC (using svnversion) and when being outside. Hoenicka's |
---|
| 24 | suggestion can be found here: |
---|
[540] | 25 | http://www.mhoenicka.de/system-cgi/blog/index.php?itemid=999 |
---|
| 26 | |
---|
[569] | 27 | svndigest build system uses a shell script |
---|
| 28 | (build_support/move-if-changed) that was copied from GCC. The script |
---|
| 29 | is licensed under GNU GPL <http://www.gnu.org/licenses/>. |
---|
| 30 | |
---|
[333] | 31 | ----------------------------------------------------------------------- |
---|
| 32 | {{{ |
---|
[408] | 33 | Copyright (C) 2005, 2006 Jari Häkkinen |
---|
[847] | 34 | Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson |
---|
| 35 | Copyright (C) 2009 Peter Johansson |
---|
[84] | 36 | |
---|
[687] | 37 | This file is part of svndigest, http://dev.thep.lu.se/svndigest |
---|
[84] | 38 | |
---|
[149] | 39 | svndigest is free software; you can redistribute it and/or modify it |
---|
[84] | 40 | under the terms of the GNU General Public License as published by the |
---|
[693] | 41 | Free Software Foundation; either version 3 of the License, or (at your |
---|
[84] | 42 | option) any later version. |
---|
| 43 | |
---|
[149] | 44 | svndigest is distributed in the hope that it will be useful, but |
---|
| 45 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 46 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 47 | General Public License for more details. |
---|
[84] | 48 | |
---|
| 49 | You should have received a copy of the GNU General Public License |
---|
[693] | 50 | along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
---|
[333] | 51 | }}} |
---|