aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertz2004-04-30 14:50:42 +0000
committermertz2004-04-30 14:50:42 +0000
commit9b34bb9c62f644dc3c03ce23019df9d15854e3c9 (patch)
tree00b0298d28670921275b3d113815d35570de8b03
parent8bd3e2edb0e84d81b53c90399aa033ce2dd76f2c (diff)
downloadtkzinc-9b34bb9c62f644dc3c03ce23019df9d15854e3c9.zip
tkzinc-9b34bb9c62f644dc3c03ce23019df9d15854e3c9.tar.gz
tkzinc-9b34bb9c62f644dc3c03ce23019df9d15854e3c9.tar.bz2
tkzinc-9b34bb9c62f644dc3c03ce23019df9d15854e3c9.tar.xz
replacing www.openatc.org/zinc with www.tkzinc.org
-rw-r--r--Perl/README25
-rw-r--r--Perl/Zinc.pm2
-rw-r--r--README12
3 files changed, 21 insertions, 18 deletions
diff --git a/Perl/README b/Perl/README
index 7eacd21..bad2af1 100644
--- a/Perl/README
+++ b/Perl/README
@@ -5,37 +5,40 @@ Install:
perl Makefile.PL
make
make test
- # to make demos before installing:
+ # to run demos before installing:
perl -Iblib/arch -Iblib/lib demos/zinc-demos
make install
-up-to-date documentation is also available at www.openatc.org/zinc/documentation.html
+up-to-date documentation is also available at http://www.tkzinc.org/index.php/Main/Documentation
You will find there the reference manual, a FAQ, a mailing list, its archive
etc...
-The source of the documentation is available in the full source package,
-which also includes TkZinc for Tcl/Tk, for Perl/Tk, and for Python.
+The source of the reference manual is available in the full source package,
+which also includes TkZinc for Tcl/Tk, for Perl/Tk, and for Python (Python binding
+are now obsoletes).
After installation, we recommend you to launch the zinc-demos script,
a frontend to more than 30 small demos.
-For more information on building Tk::Zinc, please read the README which applies
-to all flavors of Tk::Zinc (tcl and perl, linux and windows)
+For more information on building Tk::Zinc, a README is available in
+the tkzinc-*tgz tar file (on Tkzinc web site) used for building
+tcl flavor of Tk::Zinc
For the copyright, please, read the COPYRIGHT file.
For any question on Tk::Zinc usage, build or installation pb,
please send email to zinc@tls.cena.fr
This mailing list can be subscribed from
-http://www.openatc.org/zinc/documentation.html#ml. You can
+http://www.tkzinc.org/index.php/Main/MailingList. You can
also send a question without subscribing, but you will be asked
for a confirmation to avoid spam on the list!
+Authors and Contributors:
Tk::Zinc main author is Patrick Lecoanet
Sub-Modules, demos and documentation have been developped by
-Daniel Etienne, Christophe Mertz, with contributions from
-Stéphane Chatty, Céline Schlienger, Alexandre Lemort
-
-
+Daniel Etienne, Christophe Mertz, Jean-Luc Vinot, with contributions
+from Stéphane Chatty, Céline Schlienger, Alexandre Lemort
+Stéphane Conversy contributed for the MacOSX port.
+Many others contributed with their bug reports!
diff --git a/Perl/Zinc.pm b/Perl/Zinc.pm
index 1806c80..5ccc7ab 100644
--- a/Perl/Zinc.pm
+++ b/Perl/Zinc.pm
@@ -124,7 +124,7 @@ TkZinc with small examples.
=head1 WHERE CAN I FIND TkZinc?
TkZinc is available as source in tar.gz format or as Debian or RedHat/Mandrake
-packages at http://www.openatc.org/zinc or http://freshmeat.net/projects/zincisnotcanvas/
+packages at http://www.tkzinc.org/ or http://freshmeat.net/projects/zincisnotcanvas/
TkZinc is also available on CPAN since v3.294 (a kind of 3.2.94)
diff --git a/README b/README
index 37d891d..507a80f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-
+$Id$
@@ -8,7 +8,6 @@
*===========================================*
-
WHAT IS THIS?
TkZinc is a canvas like widget extension to Tcl/Tk. It adds
@@ -22,7 +21,7 @@ Windows and Mac OSX (with X11 and fink).
WHERE DOES IT COME FROM?
- The newest version is found at: http://www.openatc.org/zinc
+ The newest version is found at: http://www.tkzinc.org/
It should be at least available in source form in a file
named Tkzinc<version>.tgz.
Distribution specific packages may also be available for
@@ -30,7 +29,7 @@ WHERE DOES IT COME FROM?
versions.
For Tcl/Tk users, TkZinc is also available as a multi-plateforme
- (linux/windows) starkit on http://www.openatc.org/zinc
+ (linux/windows) starkit on http://www.tkzinc.org/
For Perl/Tk users, TkZinc is available on the CPAN, see for example
on http://search.cpan.org/search?query=TkZinc&mode=all
@@ -195,7 +194,7 @@ BUILDING AND INSTALLATION FOR PERL/TK
TkZinc for Perl/Tk is available for Linux, Windows (Perl/Tk 804)
and MacOSX. Also remember that the easiest way could be to use
the CPAN. However new releases are usually first available on
-www.openatc.org/zinc
+www.tkzinc.org/
0. You need a working Perl (>= 5.6) and Perl/Tk distribution (800 or 804). You can either grab
@@ -256,7 +255,8 @@ MAKE AND READ THE DOCUMENTATION
index.html.
You can also download the doc on TkZinc website:
- http://www.openatc.org/zinc/documentation.html
+ http://www.tkzinc.org/index.php/Main/Download
+
REPORT BUGS AND WISHES