src/cm/templates/site/help.html
author gibus
Thu, 08 Sep 2011 23:21:51 +0200
changeset 383 661248a4ef4a
parent 372 12d4ecdee21d
child 535 b695f112fb4b
permissions -rwxr-xr-x
add arrows on toggle bars
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
{% extends "site/layout/base_workspace.html" %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
{% load com %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
{% load i18n %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
{% block title %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
{% blocktrans %}Help{% endblocktrans %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
{% endblock %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     8
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
{% block head %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
{% endblock %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
{% block content %}
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    14
<h1>{% blocktrans %}Help{% endblocktrans %}</h1>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    15
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    16
<h2>{% blocktrans %}General Presentation{% endblocktrans %}</h2>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    18
{% blocktrans %}co-ment is a web based text annotation system.{% endblocktrans %} <a href="http://www.co-ment.org" alt="link to community site">COMT is the open source software behind it</a>. <a href="http://www.co-ment.com" >See www.co-ment.com for more details</a>.
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    19
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    20
<h2>{% blocktrans %}Glossary{% endblocktrans %}</h2>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    21
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    22
<h3>{% blocktrans %}Contents{% endblocktrans %}</h3>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    23
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    24
<a href="#Collaboration">{% blocktrans %}Collaboration{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    25
<a href="#Comments">{% blocktrans %}Comments{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    26
<a href="#Notifandfeeds">{% blocktrans %}Notification and feeds{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    27
<a href="#Roles">{% blocktrans %}Roles{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    28
<a href="#Texts">{% blocktrans %}Texts{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    29
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    30
<a name="Collaboration"></a><h3>{% blocktrans %}Collaboration{% endblocktrans %}</h3>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    31
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    32
<dl>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    33
  <dt><a name="collaboration"></a>{% blocktrans %}Collaboration{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    34
    <dd>{% blocktrans %}co-ment 2 collaboration is based on assigning roles for users.{% endblocktrans %} <a href="#roles">{% blocktrans %}Click here for more details{% endblocktrans %}</a>. {% blocktrans %}The basic assumption in the collaboration model is that some users will have an overall management role, while others will have roles that are defined in relationship with texts or a given text.{% endblocktrans %}
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    35
</dl>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    36
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    37
<a name="Comments"></a><h3>{% blocktrans %}Comments{% endblocktrans %}</h3>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    38
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    39
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    40
  <dt><a name="comment_moderation"></a>{% blocktrans %}Moderation{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    41
    <dd>{% blocktrans %}Comment moderation is the process of editing/removing comments from a text. The moderator role is the collection of permissions required to edit/remove a comment submitted by users of the workspace.
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    42
    Although this is not the default, you can require comments to be approved before becoming public by unticking the "a posteriori moderation" box in the settings for the text. If you do so, comments from users with an Observer or Commentator role won't be visible to users who do not have moderation permissions before a user (with at least Moderator role) approves them.{% endblocktrans %}
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    43
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    44
  <dt><a name="comment_state"></a>{% blocktrans %}States{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    45
    <dd>{% blocktrans %}co-ment uses states to implement moderation policies.{% endblocktrans %} <a href="#moderation">{% blocktrans %}Click here for more details{% endblocktrans %}</a>. {% blocktrans %}Unapproved or pending comments are visible only to Managers, Editors and Moderators. Approved comments are visible to users with any role. The pending state exists only when a priori moderation is selected in settings.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    46
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    47
  <dt><a name="comment_tag"></a>{% blocktrans %}Tags{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    48
    <dd>{% blocktrans %}We believe that an adequate use of tags is sufficient to implement a variety of workflows for processing comments. You can use tags for signalling TODOs or decisions on future revisions. You can also use them to classify comments according to the issues or topics they address.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    49
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    50
  <dt><a name="comment_inter_links"></a>{% blocktrans %}Linking to a comment{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    51
    <dd>{% blocktrans %}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 the paragraph (&#182;) sign at the end of the comment title.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    52
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    53
  <dt><a name="comment_scope"></a>{% blocktrans %}Scope{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    54
    <dd>{% blocktrans %}The scope of the comment is the part of the text to which it applies. A comment's scope can be modified by anyone who has a role allowing to modify the comment.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    55
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    56
  <dt><a name="comment_versions"></a>{% blocktrans %}Keeping your comments across versions{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    57
    <dd>{% blocktrans %}When you create a new version of the text, comments are duplicated. In case the text edition did not change the scope of the comment, it will be kept "as is". If the text of the comment scope has been modified then a decision has to be made regarding the conservation of such comments in the new version: you'll be given a choice of either keep them in the new version as "detached" from the text (they do not have a scope in the new version's but are still visible when browsing, and you can give them a new scope) or simply removed from the new version.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    58
</dl>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    59
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    60
<a name="Notifandfeeds"></a><h3>{% blocktrans %}Notification and feeds{% endblocktrans %}</h3>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    61
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    62
<dl>    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    63
  <dt><a name="email_notifications"></a>{% blocktrans %}Email notification{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    64
    <dd>{% blocktrans %}Email notifications are a way for users to be informed by email when a new comment is added on a text or a text is edited and a new version gets created.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    65
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    66
  <dt><a name="feed"></a>{% blocktrans %}Feeds{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    67
    <dd><a title="{% blocktrans %}Web feed definition on Wikipedia{% endblocktrans %}" href="http://en.wikipedia.org/wiki/Web_feed">{% blocktrans %}Web feed definition on Wikipedia{% endblocktrans %}</a>. {% blocktrans %}You can subscribe to the feed for a specific text or to a global feed for the full workspace.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    68
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    69
  <dt><a name="public_private_feed"></a>{% blocktrans %}Public and private feeds{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    70
    <dd>{% blocktrans %}The public feed includes all the events publically accessible on the workspace or a specific text. The private feed includes all events: do not publicize it to people who are not registered in your workspace unless you really want them to know what's happening in it.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    71
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    72
  <dt><a name="embed"></a>{% blocktrans %}Text embedding{% endblocktrans %}</dt>
372
12d4ecdee21d Correct typo in help messages.
Simon Descarpentries <sid1@sopinspace.com>
parents: 237
diff changeset
    73
    <dd>{% blocktrans %}You can embed your text into a page of your own website. Visitors will be able to add comments without leaving your website if the anonymous users' roles on the text allow it. 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 you are not logged into your workspace in another tab of your browser.{% endblocktrans %}</dd>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    74
    
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    75
</dl>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    76
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    77
<a name="Roles"></a><h3>{% blocktrans %}Roles{% endblocktrans %}</h3>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    78
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    79
  <dt><a name="roles"></a>{% blocktrans %}Roles{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    80
    <dd>{% blocktrans %}Roles are predefined sets of permissions.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    81
    <dd>{% blocktrans %}A text is visible to the public (non-logged-in visitors, aka anonymous users) only if anonymous users are given a role on the text.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    82
  <dt><a name="local_role"></a>{% blocktrans %}Text role{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    83
    <dd>{% blocktrans %}A text 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).{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    84
  <dt><a name="role_model"></a>{% blocktrans %}Role model{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    85
    <dd>{% blocktrans %}A role model is a role set useful in a specific use case. When you set up a co-ment service, you have to select a role model. The default model addresses most cases. A specialized role model such as "teacher" includes specific roles making in this particular case possible for comments to be privately shared between a teacher and each student.{% endblocktrans %}</dd>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    86
</dl>
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    87
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    88
<a name="Texts"></a><h3>{% blocktrans %}Texts{% endblocktrans %}</h3>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    89
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    90
<dl>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    91
  <dt><a name="create-upload"></a>{% blocktrans %}Create or upload?{% endblocktrans %}</dt>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    92
    <dd>{% blocktrans %}There are 3 main ways to produce a text in co-ment. If you start from scratch, create your text in markdown format. If you start from an existing file upload it to a markdown format. If you start from a Web page, create a text with HTML as format, and copy and paste the full Web page into the editor.{% endblocktrans %}</dd>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    93
</dl>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    94
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    95
<dl>
215
5a317bdca546 fix anchor
raph
parents: 214
diff changeset
    96
  <dt><a name="format"></a>{% blocktrans %}Text formats{% endblocktrans %}</dt>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    97
    <dd>{% blocktrans %}There are at this date 3 text formats: markdown (default/preferred format), HTML and RST.{% endblocktrans %}</dd>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    98
</dl>
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    99
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
   100
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   101
  <dt><a name="markdown"></a>{% blocktrans %}Markdown{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   102
    <dd>{% blocktrans %}Unless some import needs make it preferable to use HTML, we recommend that you use markdown for creating or importing texts. Our software and Web services use the pandoc extended version of markdown.{% endblocktrans %} <a href="http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown-vs.standard-markdown" alt="link to comparison between pandoc markdown and standard markdown">{% blocktrans %}Read more about this{% endblocktrans %}</a>.</dd>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
   103
</dl>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
   104
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   105
{% endblock %}