Difference between revisions of "Libidn"

From Free Software Directory
Jump to: navigation, search
m (new release)
(7 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
|Short description=Internationalized string preparation library
 
|Short description=Internationalized string preparation library
 
|Full description=Libidn is an implementation of the Stringprep (with the Nameprep and Kerberos 5 profiles), Punycode and IDNA specifications defined by +the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The library contains a generic Stringprep implementation (including Unicode 3.2 NFKC normalization, table mapping of characters, and Bidirectional Character handling), two Stringprep profiles; Nameprep (for IDN) and Kerberos5, as well as a Punycode and IDNA. This project was formerly known as 'libstringprep.'
 
|Full description=Libidn is an implementation of the Stringprep (with the Nameprep and Kerberos 5 profiles), Punycode and IDNA specifications defined by +the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The library contains a generic Stringprep implementation (including Unicode 3.2 NFKC normalization, table mapping of characters, and Bidirectional Character handling), two Stringprep profiles; Nameprep (for IDN) and Kerberos5, as well as a Punycode and IDNA. This project was formerly known as 'libstringprep.'
 +
|Homepage URL=http://www.gnu.org/software/libidn/
 
|User level=intermediate
 
|User level=intermediate
 +
|VCS checkout command=:pserver:anoncvs@subversions.gnu.org:/cvsroot/libidn module "libidn"
 +
|Computer languages=C
 +
|Documentation note=User reference manual available from http://www.gnu.org/software/libidn/manual/
 +
|Paid support=Paid extension/consulting available from http://josefsson.org/
 +
|Keywords=stringprep,nameprep,idn,idna,libstringprep,punycode,GNU Libidn
 +
|Version identifier=1.28
 +
|Version date=2013/07/10
 +
|Version status=stable
 +
|Version download=http://ftp.gnu.org/gnu/libidn/libidn-1.28.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2013/07/24
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.11
+
|Status=
|Version date=2008-10-31
+
|Is GNU=Yes
|Version status=stable
+
|License verified date=2010-05-24
|Version download=http://ftp.gnu.org/gnu/libidn/libidn-1.11.tar.gz
+
}}
|License verified date=2008-10-31
+
{{Project license
|Version comment=
+
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 
}}
 
}}
{{Software category
+
{{Project license
|Interface=library
+
|License=LGPLv2.1orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-05-24
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2008-10-31
+
|License verified date=2010-05-24
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License=LGPLv2.1orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2008-10-31
+
|License verified date=2010-05-24
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2008-10-31
+
|License verified date=2010-05-24
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPLv2.1
+
|License=LGPLv2.1orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2008-10-31
+
|License verified date=2010-05-24
 +
}}
 +
{{Person
 +
|Real name=Simon Josefsson
 +
|Role=Maintainer
 +
|Email=jas@extundo.com
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://savannah.gnu.org/cvs/?group=libidn
 +
}}
 +
{{Resource
 +
|Resource audience=Bug Tracking
 +
|Resource kind=E-mail
 +
|Resource URL=mailto:bug-libidn@gnu.org
 +
}}
 +
{{Software category
 +
|Interface=library
 +
|Use=library, localization
 
}}
 
}}
 +
{{Featured}}

Revision as of 11:47, 24 July 2013


[edit]

GNU Libidn

https://www.gnu.org/software/libidn/
Internationalized string preparation library.

Libidn is an implementation of the Stringprep (with the Nameprep and Kerberos 5 profiles), Punycode and IDNA specifications defined by +the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The library contains a generic Stringprep implementation (including Unicode 3.2 NFKC normalization, table mapping of characters, and Bidirectional Character handling), two Stringprep profiles; Nameprep (for IDN) and Kerberos5, as well as a Punycode and IDNA. This project was formerly known as 'libstringprep.'





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

14 May 2021

Verified by

Genium

Verified on

14 May 2021

Notes

https://git.savannah.gnu.org/cgit/libidn.git/tree/COPYING

https://gitlab.com/libidn/libidn2/-/blob/master/COPYING

Applies to part:

  • command line tool, self tests, examples, and other auxilliary files

Verified by

Genium

Verified on

14 May 2021




Leaders and contributors

Contact(s)Role
Simon Josefsson Maintainer
Nikos Mavrogiannopoulos Maintainer
Tim Rühsen Maintainer


Resources and communication

AudienceResource typeURI
SavannahDeveloperhttps://savannah.gnu.org/projects/libidn/
Downloadhttps://alpha.gnu.org/gnu/libidn/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://translationproject.org/domain/libidn2.html
DebianDeveloperhttps://tracker.debian.org/pkg/libidn2
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/libidn.git/
DebianDeveloperhttps://tracker.debian.org/pkg/libidn
Downloadhttps://ftp.gnu.org/gnu/libidn/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/libidn-commit/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3093289
Generalhttps://translationproject.org/domain/libidn.html
GitLabVCS Repository Webviewhttps://gitlab.com/libidn/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-libidn/


Software prerequisites

KindDescription
Required to buildBash
Required to buildMake
Required to useUnistring
Weak prerequisiteiconv




Entry





















































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.