Standalone SyMAT collaboration pad editor and viewer.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Skylar Ittner 4c43620185 Update README hace 8 años
lib Inital commit hace 9 años
nbproject Inital commit hace 9 años
pub Inital commit hace 9 años
src Icon shows on PopoutView hace 9 años
.gitignore Update gitignore hace 9 años
LICENSE.txt Inital commit hace 9 años
README.md Update README hace 8 años
build.xml Inital commit hace 9 años
icon.png Inital commit hace 9 años
manifest.mf Inital commit hace 9 años
script.install4j Inital commit hace 9 años

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.