|
0
|
1 |
{% extends "site/layout/base_workspace.html" %} |
|
|
2 |
{% load com %} |
|
|
3 |
{% load i18n %} |
|
|
4 |
|
|
|
5 |
{% block title %} |
|
|
6 |
{% blocktrans %}Help{% endblocktrans %} |
|
|
7 |
{% endblock %} |
|
|
8 |
|
|
|
9 |
{% block head %} |
|
|
10 |
{% endblock %} |
|
|
11 |
|
|
|
12 |
{% block content %} |
|
|
13 |
|
|
|
14 |
<h1>Help</h1> |
|
|
15 |
|
|
|
16 |
<h2>General Presentation</h2> |
|
|
17 |
|
|
|
18 |
XXX |
|
|
19 |
|
|
|
20 |
<h2>Glossary</h2> |
|
|
21 |
|
|
|
22 |
<h3>Text edition</h3> |
|
|
23 |
|
|
|
24 |
<dl> |
|
|
25 |
<dt><a name="markdown"></a>Markdown</dt> |
|
|
26 |
<dd>XXX</dd> |
|
|
27 |
|
|
|
28 |
</dl> |
|
|
29 |
|
|
|
30 |
<h3>Roles</h3> |
|
|
31 |
<dl> |
|
|
32 |
<dt><a name="roles"></a>Roles</dt> |
|
|
33 |
<dd>Roles are predefined sets of permission useful</dd> |
|
|
34 |
|
|
|
35 |
<dt><a name="local_role"></a>Local role</dt> |
|
|
36 |
<dd>A local role is a role that is set for a specific user on a specific text. It can be used to override a possibly existing workspace-level role or to give a user a role on a text (and not on every text in the workspace).</dd> |
|
|
37 |
|
|
|
38 |
<dt><a name="role_model"></a>Role model</dt> |
|
|
39 |
<dd>A role model is a role set useful in a specific use case</dd> |
|
|
40 |
|
|
|
41 |
</dl> |
|
|
42 |
|
|
|
43 |
<h3>Notification and feeds</h3> |
|
|
44 |
|
|
|
45 |
<dl> |
|
|
46 |
<dt><a name="email_notifications"></a>Email notification</dt> |
|
|
47 |
<dd>Email notifications are a way for users to be informed when a new comment is added on a text they follow by receiving emails.</dd> |
|
|
48 |
|
|
|
49 |
<dt><a name="feed"></a>Feeds</dt> |
|
|
50 |
<dd>A <a title="Web feed definition on Wikipedia" href="http://en.wikipedia.org/wiki/Web_feed">(web) feed</a> is a news feed on a specific text or on the whole workspace.</dd> |
|
|
51 |
|
|
|
52 |
<dt><a name="public_private_feed"></a>Public and private feeds</dt> |
|
|
53 |
<dd>The public feed includes all the events publically accessible on the workspace or a specific text. The private feed includes all events. Be sure to share this feed with caution.</dd> |
|
|
54 |
|
|
|
55 |
<dt><a name="embed"></a>Text embedding</dt> |
|
|
56 |
<dd>You can embed your text into a page of your own website. Texts can be embed with or without comments. Visitors will also be able to add comments from your website depending on anonymous users' roles on the text.</dd> |
|
|
57 |
|
|
|
58 |
</dl> |
|
|
59 |
|
|
|
60 |
{% endblock %} |