没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > perl-net-epp |
perl-net-epp
|
1 | 0 | 117 |
贡献者 | 讨论 | 代码提交 |
IntroductionEPP is the Extensible Provisioning Protocol. EPP (defined in RFC 4930) is an application layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specified in XML, the protocol defines generic object management operations and an extensible framework that maps protocol operations to objects. As of writing, its only well-developed application is the provisioning of Internet domain names, hosts, and related contact details.
This project offers a number of Perl modules which implement various EPP-related functions:
a low level protocol implementation (Net::EPP::Protocol) a low-level client (Net::EPP::Client) a high-level client (Net::EPP::Simple) an EPP frame builder (Net::EPP::Frame) an EPP proxy server (Net::EPP::Proxy) a utility library to export EPP responde codes (Net::EPP::ResponseCodes) These modules were originally created and maintained by CentralNic for use by their own registrars, but since their original release have become widely used by registrars and registries of all kinds.
CentralNic has chosen to create this project to allow interested third parties to contribute to the development of these libraries, and to guarantee their long-term stability and maintenance.
PreppiPreppi is a graphical EPP client written in Perl. It uses the modules listed above as well as the GTK and GNOME bindings for Perl. For more information about Preppi, click here.
DownloadsThe Net::EPP modules are distributed via CPAN in a single package to allow for easy installation. To install the package, simply use the cpan command:
- cpan -i Net::EPPDocumentationThe CPAN search site automatically generates documentation for these modules from the inline POD documentation - click on the module names above to view the documentation for each module.
ContributingIf you would like to contribute to the maintenance and development of these modules, please get in touch.