aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/themes/default/templates/pro-help/main.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/themes/default/templates/pro-help/main.ejs')
-rw-r--r--etherpad/src/themes/default/templates/pro-help/main.ejs35
1 files changed, 35 insertions, 0 deletions
diff --git a/etherpad/src/themes/default/templates/pro-help/main.ejs b/etherpad/src/themes/default/templates/pro-help/main.ejs
new file mode 100644
index 0000000..428d7f7
--- /dev/null
+++ b/etherpad/src/themes/default/templates/pro-help/main.ejs
@@ -0,0 +1,35 @@
+<% /* Copyright 2009 Google Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS-IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License. */ %>
+<h1>EtherPad Professional Edition Help</h1>
+
+<p>These pages are evolving. If you have any questions, or find
+parts of EtherPad confusing, please write in to our Helpdesk by
+emailing <%= helpers.oemail("support") %>.</p>
+
+<p>Please report bugs to <%= helpers.oemail("bugs") %>.</p>
+
+<p>Also note that you can also get help from other users in the <a
+href="http://etherpad.com/ep/about/forums">UserVoice Community
+Forums</a>.</p>
+
+<h2>Help Topics:</h2>
+
+<ul>
+<% helpTopics.forEach(function(t) { %>
+ <li><%= A({href: "/ep/pro-help/"+t[0]}, t[1]) %></li>
+<% }); %>
+</ul>
+
+
+