1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
etherpad_ynh/sources/doc/custom_static.md
2016-07-11 00:35:31 +02:00

547 B

Custom static files

Etherpad allows you to include your own static files in the browser, by modifying the files in static/custom.

  • index.js Javascript that'll be run in /
  • index.css Stylesheet affecting /
  • pad.js Javascript that'll be run in /p/:padid
  • pad.css Stylesheet affecting /p/:padid
  • timeslider.js Javascript that'll 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.