etherpad-lite/doc/custom_static.md

11 lines
547 B
Markdown
Raw Permalink Normal View History

2012-11-01 14:48:19 +01:00
# Custom static files
2013-08-23 00:32:25 +02:00
Etherpad allows you to include your own static files in the browser, by modifying the files in `static/custom`.
2012-11-01 14:48:19 +01:00
* `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`.