mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Custom static files - Etherpad Lite v1.2.81 Manual & Documentation</title>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
</head>
|
|
<body class="apidoc" id="api-section-custom_static">
|
|
<header id="header">
|
|
<h1>Etherpad-Lite v1.2.81 Manual & Documentation</h1>
|
|
</header>
|
|
|
|
<div id="toc">
|
|
<h2>Table of Contents</h2>
|
|
<ul>
|
|
<li><a href="#custom_static_custom_static_files">Custom static files</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="apicontent">
|
|
<h1>Custom static files<span><a class="mark" href="#custom_static_custom_static_files" id="custom_static_custom_static_files">#</a></span></h1>
|
|
<p>Etherpad Lite allows you to include your own static files in the browser, by modifying the files in <code>static/custom</code>.
|
|
|
|
</p>
|
|
<ul>
|
|
<li><code>index.js</code> Javascript that'll be run in <code>/</code></li>
|
|
<li><code>index.css</code> Stylesheet affecting <code>/</code></li>
|
|
<li><code>pad.js</code> Javascript that'll be run in <code>/p/:padid</code></li>
|
|
<li><code>pad.css</code> Stylesheet affecting <code>/p/:padid</code></li>
|
|
<li><code>timeslider.js</code> Javascript that'll be run in <code>/p/:padid/timeslider</code></li>
|
|
<li><code>timeslider.css</code> Stylesheet affecting <code>/p/:padid/timeslider</code></li>
|
|
<li><code>favicon.ico</code> Overrides the default favicon.</li>
|
|
<li><code>robots.txt</code> Overrides the default <code>robots.txt</code>.</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|