-
-
18 Jul 2015 16:48:13 UTC
- Distribution: Etherpad-API
- Module version: 1.2.12.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (507 / 0 / 0)
- Kwalitee
Bus factor: 1- License: unknown
- Activity
24 month- Tools
- Download (10.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Etherpad
- Test::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Etherpad::API - Access Etherpad Lite API easily
DESCRIPTION
[deprecated] Use Etherpad instead.
This module inherits from Etherpad without changing a thing for compatibility with applications that still use it.
This module will be removed after 18 July 2016. It will not get any update.
To use Etherpad, just change Etherpad::API in your code to Etherpad. The methods are the same as the previous release of Etherpad::API, plus a few more.
INSTALL
perl Makefile.PL make make test make install
If you are on a windows box you should use 'nmake' rather than 'make'.
BUGS and SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Etherpad::API
Bugs and feature requests will be tracked at RT:
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Etherpad-API bug-etherpad-api at rt.cpan.org
The latest source code can be browsed and fetched at:
https://github.com/ldidry/etherpad-api git clone git://github.com/ldidry/etherpad-api.git
You can also look for information at:
RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Etherpad-API AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Etherpad-API CPAN Ratings http://cpanratings.perl.org/d/Etherpad-API Search CPAN http://search.cpan.org/dist/Etherpad-API
AUTHOR
Luc DIDRY CPAN ID: LDIDRY ldidry@cpan.org https://fiat-tux.fr/
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).
Module Install Instructions
To install Etherpad::API, copy and paste the appropriate command in to your terminal.
cpanm Etherpad::API
perl -MCPAN -e shell install Etherpad::API
For more information on module installation, please visit the detailed CPAN module installation guide.