Standalone SyMAT collaboration pad editor and viewer.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Skylar Ittner 4c43620185 Update README преди 8 години
lib Inital commit преди 9 години
nbproject Inital commit преди 9 години
pub Inital commit преди 9 години
src Icon shows on PopoutView преди 9 години
.gitignore Update gitignore преди 9 години
LICENSE.txt Inital commit преди 9 години
README.md Update README преди 8 години
build.xml Inital commit преди 9 години
icon.png Inital commit преди 9 години
manifest.mf Inital commit преди 9 години
script.install4j Inital commit преди 9 години

README.md

SyMAT Pad Viewer

Easily collaborate on SyMAT pads without installing SyMAT.

Download SyMAT

https://symatapp.com/

License

The Etherpad Lite library (org.etherpad_lite_client) is Apache licensed. The original library can be found at https://github.com/nilsfr/java-etherpad-lite

The SyMAT code (com.netsyms) in this repository are BSD licensed (see source code headers), but you can use the Apache 2.0 license if you want to match with the library.

Modify

To make this project work with your own Etherpad instance, update /src/com/netsyms/symat/padview/PadUtils.java with your own PADS_URL, and put your Etherpad API key in the file padkey at the root of the src directory.