Standalone SyMAT collaboration pad editor and viewer.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Skylar Ittner 4c43620185 Update README pirms 8 gadiem
lib Inital commit pirms 9 gadiem
nbproject Inital commit pirms 9 gadiem
pub Inital commit pirms 9 gadiem
src Icon shows on PopoutView pirms 9 gadiem
.gitignore Update gitignore pirms 9 gadiem
LICENSE.txt Inital commit pirms 9 gadiem
README.md Update README pirms 8 gadiem
build.xml Inital commit pirms 9 gadiem
icon.png Inital commit pirms 9 gadiem
manifest.mf Inital commit pirms 9 gadiem
script.install4j Inital commit pirms 9 gadiem

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.