Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medienhaus/etherpad-skin-medienhaus
The medienhaus/ etherpad skin
https://github.com/medienhaus/etherpad-skin-medienhaus
Last synced: 28 days ago
JSON representation
The medienhaus/ etherpad skin
- Host: GitHub
- URL: https://github.com/medienhaus/etherpad-skin-medienhaus
- Owner: medienhaus
- License: agpl-3.0
- Created: 2021-10-22T11:20:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T14:30:34.000Z (about 1 year ago)
- Last Synced: 2023-11-17T15:55:46.597Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 2.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### medienhaus/
Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.
[Website](https://medienhaus.dev/) — [Twitter](https://twitter.com/medienhaus_)
# etherpad-skin-medienhaus
This repository contains the **medienhaus/** skin for [etherpad](https://github.com/ether/etherpad-lite).
## Development
You can customize Etherpad appearance using skins.
A skin is a directory located under `static/skins/`, with the following contents:* `index.js`: javascript that will be run in `/`
* `index.css`: stylesheet affecting `/`
* `pad.js`: javascript that will be run in `/p/:padid`
* `pad.css`: stylesheet affecting `/p/:padid`
* `timeslider.js`: javascript that will be run in `/p/:padid/timeslider`
* `timeslider.css`: stylesheet affecting `/p/:padid/timeslider`
* `favicon.ico`: overrides the default favicon
* `robots.txt`: overrides the default `robots.txt`You can choose a skin changing the parameter `skinName` in `settings.json`.
via: https://github.com/ether/etherpad-lite/edit/develop/doc/skins.md