Standalone SyMAT collaboration pad editor and viewer.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Skylar Ittner 4c43620185 Update README 8 yıl önce
lib Inital commit 9 yıl önce
nbproject Inital commit 9 yıl önce
pub Inital commit 9 yıl önce
src Icon shows on PopoutView 9 yıl önce
.gitignore Update gitignore 9 yıl önce
LICENSE.txt Inital commit 9 yıl önce
README.md Update README 8 yıl önce
build.xml Inital commit 9 yıl önce
icon.png Inital commit 9 yıl önce
manifest.mf Inital commit 9 yıl önce
script.install4j Inital commit 9 yıl önce

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.