diff options
author | Marcel Klehr <mklehr@gmx.net> | 2012-08-08 20:56:56 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2012-08-08 20:56:56 +0200 |
commit | 453c68da19058965dc18c7eff421ae5575b9834d (patch) | |
tree | 8a0d36610bfa4da4c782abb046acc39c96282212 /doc | |
parent | db4ae500a109543212d762ef1a8964c44d6472ed (diff) | |
download | etherpad-lite-453c68da19058965dc18c7eff421ae5575b9834d.zip |
Add doc generator.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/template.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/template.html b/doc/template.html new file mode 100644 index 00000000..2eb93987 --- /dev/null +++ b/doc/template.html @@ -0,0 +1,23 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>__SECTION__ Etherpad-Lite Manual & Documentation</title> + <link rel="stylesheet" href="style.css"> +</head> +<body class="apidoc" id="api-section-__FILENAME__"> + <header id="header"> + <h1>Etherpad-Lite Manual & Documentation</h1> + </header> + + <div id="toc"> + <h2>Table of Contents</h2> + __TOC__ + </div> + + <div id="apicontent"> + __CONTENT__ + </div> + +</body> +</html> |