The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Plugin::Swarm - Experimental plugin for co-operative editing

DESCRIPTION

This is Swarm!

Swarm is a Padre plugin for experimenting with remote inspection, peer programming and co-operative editing functionality.

Within this plugin all rules are suspended. No security, no efficiency, no scalability, no standards compliance, remote code execution, everything is allowed. The only goal is things that work, and things that look shiny in a demo :)

Addendum Deliberate remote code execution was removed very early. Swarm no longer blindly runs code sent to it from the network.

FEATURES

Connectivity

  • Global server transport - Connect with other Swarmers on teh interwebs. swarm.perlide.org is a free swarm server

  • Local network multicast transport. Connect with Swarmers on your local network. No configuration required - other editors should simply 'appear'

Interfaces

  • User chat - converse with other padre editors

  • Resources - browse and open files from another users' editor

  • Editor integration and co-operation allow multiple users to edit the same document at the same time.

SEE ALSO

Padre::Swarm::Manual Padre::Plugin::Swarm::Wx::Chat Padre::Plugin::Swarm::Wx::Editor

BUGS

  Many. Identity management and interaction with L<Padre::Swarm::Geometry> is
  rather poor.

  More than 2 users editing same document at once MAY not work
  
  No accomodation is made for edits that overlap in time spent transmitting
  them. Edits MAY arrive out of order.

COPYRIGHT

Copyright 2009-2011 The Padre development team as listed in Padre.pm

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.