2
0
Fork 0
Standalone SyMAT collaboration pad editor and viewer.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Skylar Ittner 4c43620185 Update README vor 8 Jahren
lib Inital commit vor 9 Jahren
nbproject Inital commit vor 9 Jahren
pub Inital commit vor 9 Jahren
src Icon shows on PopoutView vor 9 Jahren
.gitignore Update gitignore vor 9 Jahren
LICENSE.txt Inital commit vor 9 Jahren
README.md Update README vor 8 Jahren
build.xml Inital commit vor 9 Jahren
icon.png Inital commit vor 9 Jahren
manifest.mf Inital commit vor 9 Jahren
script.install4j Inital commit vor 9 Jahren

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.