src/cm/templates/site/help.html
author raph
Mon, 15 Mar 2010 14:16:54 +0100
changeset 215 5a317bdca546
parent 214 692b165c27f4
child 237 48c4d74c5cd9
permissions -rw-r--r--
fix anchor
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
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    22
<h3>{% blocktrans %}Collaboration{% endblocktrans %}</h3>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    24
<dl>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    25
  <dt><a name="collaboration"></a>{% blocktrans %}Collaboration{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    26
    <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
    27
</dl>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    29
<h3>{% blocktrans %}Comments{% endblocktrans %}</h3>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    30
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    31
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    32
  <dt><a name="comment_moderation"></a>{% blocktrans %}Moderation{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    33
    <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
    34
    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
    35
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    36
  <dt><a name="comment_state"></a>{% blocktrans %}States{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    37
    <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
    38
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    39
  <dt><a name="comment_tag"></a>{% blocktrans %}Tags{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    40
    <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
    41
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    42
  <dt><a name="comment_inter_links"></a>{% blocktrans %}Linking to a comment{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    43
    <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
    44
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    45
  <dt><a name="comment_scope"></a>{% blocktrans %}Scope{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    46
    <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
    47
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    48
  <dt><a name="comment_versions"></a>{% blocktrans %}Keeping your comments across versions{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    49
    <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
    50
</dl>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    51
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    52
<h3>{% blocktrans %}Notification and feeds{% endblocktrans %}</h3>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    53
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    54
<dl>    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    55
  <dt><a name="email_notifications"></a>{% blocktrans %}Email notification{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    56
    <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
    57
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    58
  <dt><a name="feed"></a>{% blocktrans %}Feeds{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    59
    <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
    60
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    61
  <dt><a name="public_private_feed"></a>{% blocktrans %}Public and private feeds{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    62
    <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
    63
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    64
  <dt><a name="embed"></a>{% blocktrans %}Text embedding{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    65
    <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 your 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
    66
    
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    67
</dl>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    68
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    69
<h3>{% blocktrans %}Roles{% endblocktrans %}</h3>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    70
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    71
  <dt><a name="roles"></a>{% blocktrans %}Roles{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    72
    <dd>{% blocktrans %}Roles are predefined sets of permissions.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    73
    <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
    74
  <dt><a name="local_role"></a>{% blocktrans %}Text role{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    75
    <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
    76
  <dt><a name="role_model"></a>{% blocktrans %}Role model{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    77
    <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
    78
</dl>
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    79
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    80
<h3>{% blocktrans %}Text edition{% endblocktrans %}</h3>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    81
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    82
<dl>
215
5a317bdca546 fix anchor
raph
parents: 214
diff changeset
    83
  <dt><a name="format"></a>{% blocktrans %}Text formats{% endblocktrans %}</dt>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    84
    <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
    85
</dl>
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    86
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    87
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    88
  <dt><a name="markdown"></a>{% blocktrans %}Markdown{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    89
    <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
    90
</dl>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    91
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    92
{% endblock %}