Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1022 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 1022 Bytes

MyPads

This git repo hosts the MyPads plugin for etherpad.

Description

MyPads is in active development. Please do not use it outside test instances before version 1.0 is published.

MyPads will handle :

  • users and their authentication;
  • groups of pads per user, unlimited, sharable;
  • attached pads, with choice between invite known users to use them, making them private with password or letting them public.

Installation

At the moment, MyPads is not publicly available on NPM. That said, you can install it manually. In order to do that :

  • clone this git repository where you want to;
  • go into the directory of your Etherpad instance;
  • type the command npm install /path/of/your/clone/of/ep_mypads
  • restart your Etherpad instance and you should see ep_mypads listed into your administration back-end
  • homepage is available at http://youretherpad/mypads/index.html

Roadmap

It's available through milestones and tickets.