*** empty log message ***
[libidn.git] / contrib / README
blob3b4ec389a9b3404896f29dbaa2c3cc74b08e137d
1 Libidn contrib/README -- Notes for the contrib/ subdirectory.
2 Copyright (C) 2003 Simon Josefsson
3 See the end for copying conditions.
5 The idn-python/ sub-directory contains a Python interface for Libidn,
6 contributed by Stephane Bortzmeyer <bortzmeyer@nic.fr>.  It is
7 licensed under the same licence as Libidn itself.  Note that as of
8 version 2.3 Python has native IDN support, see
9 <http://www.python.org/doc/2.3.2/lib/module-encodings.idna.html>.
11 The web/ sub-directory contains a online libidn interface in PHP.
13 The java/ sub-directory builds Java *.class files that implement the
14 Libidn API.  Note!  It is unfinished and left as a proof of concept.
15 A developer with knowledge about Java is encouraged to take over it.
17 The doxygen/ sub-directory builds Doxygen documentation (HTML,
18 LaTeX/PDF and MAN).  Simply invoke "doxygen" in that directory and it
19 should build the documentation.
21 ----------------------------------------------------------------------
22 Copying and distribution of this file, with or without modification,
23 are permitted in any medium without royalty provided the copyright
24 notice and this notice are preserved.