Skip to content

medienhaus/etherpad-skin-medienhaus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medienhaus/

Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.

WebsiteTwitter


etherpad-skin-medienhaus

This repository contains the medienhaus/ skin for etherpad.

Development

You can customize Etherpad appearance using skins. A skin is a directory located under static/skins/<skin_name>, 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