# EtherPlant **Repository Path**: mirrors_Orange-OpenSource/EtherPlant ## Basic Information - **Project Name**: EtherPlant - **Description**: A simple web page to code in Etherpad and visualize in PlantUML. - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README EtherPlant ========== A fork of the projet https://github.com/andresmrm/EtherPlant : A simple web page to code in [Etherpad](http://etherpad.org) and visualize in [PlantUML](http://plantuml.com). #### Use You can test it here: http://orange-opensource.github.io/EtherPlant/src/index.html Add "?" and a link to a pad in the end of the url, like: http://orange-opensource.github.io/EtherPlant/src/index.html?https://pad.okfn.org/p/etherplant Changing the last word in the link you can change the pad! =D http://orange-opensource.github.io/EtherPlant/src/index.html?https://pad.okfn.org/p/mypersonalplantuml https://orange-opensource.github.io/EtherPlant/src/?https://annuel.framapad.org/p/plantuml #### Install Just serve the files in the folder **src** via an HTTP server. #### Architecture Diagram made by Andrés Martano (https://github.com/andresmrm) to try to show the architecture of EtherPlant: http://orange-opensource.github.io/EtherPlant/src/index.html?https://pad.okfn.org/p/etherplant-architecture #### Updates from original project * Use jquery layout for GUI : http://layout.jquery-dev.com/ (panels can be resized or hidden) * Add zoom support in diagram with mouse wheel * Use single menu bar to load pad and get links for diagram * Add item to set auto-refresh configuration in menu bar #### Warning The code is not big, but was made in a few hours, so it's not good to look at... Feel free to submit patches. #### The same idea for Remark.js The project [EtheRemark](http://github.com/Orange-OpenSource/EtheRemark) allow you to create collaborative slideshow with Remark.js.