Standalone SyMAT collaboration pad editor and viewer.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Skylar Ittner 4c43620185 Update README il y a 8 ans
lib Inital commit il y a 9 ans
nbproject Inital commit il y a 9 ans
pub Inital commit il y a 9 ans
src Icon shows on PopoutView il y a 9 ans
.gitignore Update gitignore il y a 9 ans
LICENSE.txt Inital commit il y a 9 ans
README.md Update README il y a 8 ans
build.xml Inital commit il y a 9 ans
icon.png Inital commit il y a 9 ans
manifest.mf Inital commit il y a 9 ans
script.install4j Inital commit il y a 9 ans

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.