Elive
view release on metacpan or search on metacpan
lib/Elive.pm view on Meta::CPAN
=item L<Elive::Entity::Session> - Sessions (or meetings)
=item L<Elive::Entity::Group> - Groups of Users
=item L<Elive::Entity::Preload> - Preload Content (whiteboard, multimedia and plans)
=item L<Elive::Entity::Recording> - Session Recordings
=item L<Elive::Entity::Report> - Management Reports
=item L<Elive::Entity::User> - Users/Logins
=item L<Elive::Connection::SDK> - Elluminate SOAP connections
=back
=head2 Scripts in the Elive Distribution
=over 4
=item L<elive_query> - simple interactive queries on Elive entities
=item L<elive_raise_meeting> - command-line meeting creation
=item L<elive_lint_config> - Elluminate Live! configuration checker
=back
=head2 Related CPAN Modules
L<Bb::Collaborate::V3> - this module implements the Blackboard Collaborate Standard Integration API (v3) for C<SAS> servers.
=head2 Elluminate Documentation
This following documents were used in the construction of this module:
=over 4
=item ELM2.5_SDK.pdf
General Description of SDK development for Elluminate I<Live!>. In particular
see section 4 - the SOAP Command Toolkit. This module concentrates on
implementing the Entity Commands described in section 4.1.8.
=item Undocumented ELM 3.x SDK Calls.pdf
This describes the C<createSession> and C<updateSession> commands, as
implemented by the L<Elive::Entity::Session> C<insert()> and C<update()>
methods.
=item DatabaseSchema.pdf
Elluminate Database Schema Documentation.
=back
=head1 AUTHOR
David Warring, C<< <david.warring at gmail.com> >>
=head1 BUGS AND LIMITATIONS
=over 4
=item * Elive does not support hosted (SAS) systems
The Elive distribution only supports the ELM (Elluminate I<Live!> Manager) SDK.
The SAS (Session Administration System) is not supported.
=back
=head1 SUPPORT
Please report any bugs or feature requests to C<bug-elive at rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Elive>.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Elive
You can also look for information at:
=over 4
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Elive>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Elive>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Elive>
=item * Search CPAN
L<http://search.cpan.org/dist/Elive/>
=back
=head1 ACKNOWLEDGEMENTS
Thanks to Lex Lucas and Simon Haidley for their ongoing support and
assistance with the development of this module.
=head1 COPYRIGHT & LICENSE
Copyright 2009-2015 David Warring, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
1; # End of Elive
( run in 2.292 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )