diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-03 18:16:36 +0000 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-03 18:16:36 +0000 |
commit | 6408581adb2e5ea842f445e4e74aebfdb03a8001 (patch) | |
tree | 0105e46abcbc017fb80771caa314983d51b3fd85 /doc/custom_static.md | |
parent | ba1115376f9582a67c190d718151de333082bd65 (diff) | |
parent | 0fa25264bc7a0b75a232f8835dd1e67ca79f5cbc (diff) | |
download | etherpad-lite-6408581adb2e5ea842f445e4e74aebfdb03a8001.zip |
merged develop back in
Diffstat (limited to 'doc/custom_static.md')
-rw-r--r-- | doc/custom_static.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/custom_static.md b/doc/custom_static.md new file mode 100644 index 00000000..f646e3ba --- /dev/null +++ b/doc/custom_static.md @@ -0,0 +1,11 @@ +# Custom static files +Etherpad Lite 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`.
\ No newline at end of file |