ANNOUNCE sync.
[libidn.git] / README
blob31c2690f5d488a6a4855f3ce1ad5d70c83d4ccc1
1 Libidn README -- Important introductory notes.
2 Copyright (C) 2002, 2003 Simon Josefsson
3 See the end for copying conditions.
5 GNU Libidn is a package for internationalized string handling based on
6 stringprep, punycode and IDNA.  It is licensed under the LGPL.  See
7 ANNOUNCE for an overview, and libidn.{info,ps,pdf} for the manual.
9 Things left to do below.  If you like to start working on anything,
10 please let me know so work duplication can be avoided.
12   - Optimize stringprep for speed, the table searching is slow (but
13     does it matter?).
14   - Optimize for size?  The stringprep tables can be compressed _alot_
15     (most map entries are simply zeroes).
16   - Port applications to use libidn.
17   - Include more stringprep profiles.
18   - Improve IDN tool.
20 If you are in a position to support the development financially,
21 contact the author or donate via PayPal to one of the author's email
22 addresses.  Donations will be used to conduct a security audit, unless
23 specific requests for other directions are made.  Indicate if you wish
24 to be acknowledged as a donor, otherwise donations are anonymous.
25 Other ways to help the effort is to improve the software, proof read
26 the manual and report bugs.
28 ----------------------------------------------------------------------
29 Copying and distribution of this file, with or without modification,
30 are permitted in any medium without royalty provided the copyright
31 notice and this notice are preserved.