|
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 |
|
|
103
|
30 |
<h3>Texts</h3> |
|
|
31 |
|
|
|
32 |
<dl> |
|
|
33 |
<dt><a name="version_edit"></a>Edit</dt> |
|
|
34 |
<dd></dd> |
|
|
35 |
</dl> |
|
|
36 |
|
|
|
37 |
<h3>Comments</h3> |
|
|
38 |
|
|
|
39 |
<dl> |
|
|
40 |
<dt><a name="collaboration"></a>Collaboration <em>à remonter</em></dt> |
|
|
41 |
<dd>For now co-ment chose to allow groups of people to collaborate using an unilateral moderation scheme. A group of users, initially chosen by the creator of the workspace, are given supervisors kind of rôles, that allow them to moderate others' comments. This privileged group of users, having say, a Manager rôle could be singled out to a teacher managing a classroom. The right management scheme allows for temporary delegation and offers the minimum openness and organizational incentives we thought we should expect from community driven softwares. |
|
|
42 |
|
|
|
43 |
un peu de feedback un lien vers contact dans la newsletter |
|
|
44 |
Give it a try. And remember to tell us about moderation policy you chose.</dd> |
|
|
45 |
|
|
|
46 |
<dt><a name="comment_moderation"></a>Moderation</dt> |
|
|
47 |
<dd><p>Comment moderation is the process of editing/removing comments from a text. Moderator rôle is the collection of permissions required to edit/remove a comment submitted by users of the workspace.</p> |
|
|
48 |
<p>Although this is not the default, you can choose that "pending comments require publishing" and what that really means is that comments from users with an Observer or Commentator role won't be visible to their author's peers before a user (with at least Moderator role) actually validate the content.</p> |
|
|
49 |
Moderators is the mimimum rôle to publish comments. |
|
|
50 |
<dt><a name="comment_state"></a>States</dt> |
|
|
51 |
<dd>co-ment uses states to manage its featured moderation policies. Unapproved comments are only visible to Managers, Editors and Moderators. Approved comments are visible to users with any rôle. Pending comments will be visible if you decide so in the settings tab of the text.</dd> |
|
|
52 |
<dt><a name="comment_tag"></a>Tags</dt> |
|
|
53 |
<dd>Here at co-ment.org we think that simple workflow as well as basic classification needs will be satisfied using tags one clever way or another. We find it usefull to use tag for TODOs, peer revisions, and general content follow up.</dd> |
|
|
54 |
|
|
|
55 |
<dt><a name="comment_inter_links"></a>Linking to a comment</dt> |
|
|
56 |
<dd>You may find yourself needing to link to a comment from another one. In such case you can do so by copying your target comment's permalink that shows up when you hover over a comment title. Please note: Your visitor experience will be different if the comment you are referring to belongs to same text. If it does then the link won't open a new window and getting back to the referrer comment can be a difficult task. (allowing a systematic new window on comment links is still to be implemented as is the even better solution of updating comment referrences between versions <em>BUG link</em> we rely on users feedback <em>link</em>for proper behaviors on situations like this). If the referrenced comment is in another text then opening a new window is the default behavior.</dd> |
|
|
57 |
|
|
|
58 |
<dt><a name="comment_scope"></a>Scope</dt> |
|
|
59 |
<dd>We call scope of the comment the annotated part of the text the comment is about.</dd> |
|
|
60 |
<dt><a name="comment_versions"></a>Keeping your comments across versions</dt> |
|
|
61 |
<dd>When you create a new version of the text, comments are duplicated. In case the text edition did not change the <a href="#comment_scope">scope</a> of the comment co-ment will retain comment's scope between versions through a simple computation. If the scope has been modified then a decision has to be made regarding the conservation of the comment in the new version. For all such comments you'll be given a choice wether you want them kept in the new version as 'detached' from the text (annotation won't be highlighted in the new version's but comments will still be available when browsing) or entirely removed from the new version.</dd> |
|
|
62 |
|
|
|
63 |
</dl> |
|
|
64 |
|
|
0
|
65 |
<h3>Roles</h3> |
|
|
66 |
<dl> |
|
|
67 |
<dt><a name="roles"></a>Roles</dt> |
|
103
|
68 |
<dd>Roles are predefined sets of permissions. </dd> |
|
|
69 |
<dd>Your text will not be available by public vistors before anonymous users are given a role on the text.</dd> |
|
0
|
70 |
|
|
|
71 |
<dt><a name="local_role"></a>Local role</dt> |
|
|
72 |
<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> |
|
|
73 |
|
|
|
74 |
<dt><a name="role_model"></a>Role model</dt> |
|
|
75 |
<dd>A role model is a role set useful in a specific use case</dd> |
|
|
76 |
|
|
|
77 |
</dl> |
|
|
78 |
|
|
|
79 |
<h3>Notification and feeds</h3> |
|
|
80 |
|
|
|
81 |
<dl> |
|
|
82 |
<dt><a name="email_notifications"></a>Email notification</dt> |
|
|
83 |
<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> |
|
|
84 |
|
|
|
85 |
<dt><a name="feed"></a>Feeds</dt> |
|
|
86 |
<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> |
|
|
87 |
|
|
|
88 |
<dt><a name="public_private_feed"></a>Public and private feeds</dt> |
|
|
89 |
<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> |
|
|
90 |
|
|
|
91 |
<dt><a name="embed"></a>Text embedding</dt> |
|
103
|
92 |
<dd>You can embed your text into a page of your own website. Visitors will be able to add comments from your website depending on anonymous users' roles on the text. For a proper test condition when embedding in your own site, in particular for experiencing links referencing comments in the same or different text, be sure your are not logged into your workspace in another tab of your browser. </dd> |
|
0
|
93 |
|
|
|
94 |
</dl> |
|
|
95 |
|
|
|
96 |
{% endblock %} |