src/cm/templates/site/help.html
author gibus
Thu, 10 Oct 2013 09:37:17 +0200
changeset 550 05b5e51e8823
parent 535 b695f112fb4b
child 551 723261fb23fb
permissions -rwxr-xr-x
Put logo really everywhere.
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
550
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    14
<h1 class="main_title">
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    15
{% if CONF.f_get_logo_url %}
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    16
<div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    17
{% else %}
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    18
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    19
{% if CONF.workspace_name %}
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    20
<a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    21
{% endif %}
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    22
{% endif %}
05b5e51e8823 Put logo really everywhere.
gibus
parents: 535
diff changeset
    23
</h1>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    24
<h1>{% blocktrans %}Help{% endblocktrans %}</h1>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    25
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    26
<h2>{% blocktrans %}General Presentation{% endblocktrans %}</h2>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    27
535
b695f112fb4b Adding two missing sentences.
Simon Descarpentries <sid1@sopinspace.com>
parents: 372
diff changeset
    28
{% blocktrans %}co-ment is a web based text annotation system.{% endblocktrans %} <a href="http://www.co-ment.org" alt="link to community site">{% blocktrans %}COMT is the open source software behind it{% endblocktrans %}</a>. <a href="http://www.co-ment.com" >{% blocktrans %}See www.co-ment.com for more details{% endblocktrans %}</a>.
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    29
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    30
<h2>{% blocktrans %}Glossary{% endblocktrans %}</h2>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    31
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    32
<h3>{% blocktrans %}Contents{% endblocktrans %}</h3>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    33
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    34
<a href="#Collaboration">{% blocktrans %}Collaboration{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    35
<a href="#Comments">{% blocktrans %}Comments{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    36
<a href="#Notifandfeeds">{% blocktrans %}Notification and feeds{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    37
<a href="#Roles">{% blocktrans %}Roles{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    38
<a href="#Texts">{% blocktrans %}Texts{% endblocktrans %}</a><br />
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    39
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    40
<a name="Collaboration"></a><h3>{% blocktrans %}Collaboration{% endblocktrans %}</h3>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    41
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    42
<dl>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    43
  <dt><a name="collaboration"></a>{% blocktrans %}Collaboration{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    44
    <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
    45
</dl>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    46
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    47
<a name="Comments"></a><h3>{% blocktrans %}Comments{% endblocktrans %}</h3>
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    48
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    49
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    50
  <dt><a name="comment_moderation"></a>{% blocktrans %}Moderation{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    51
    <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
    52
    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
    53
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    54
  <dt><a name="comment_state"></a>{% blocktrans %}States{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    55
    <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
    56
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    57
  <dt><a name="comment_tag"></a>{% blocktrans %}Tags{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    58
    <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
    59
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    60
  <dt><a name="comment_inter_links"></a>{% blocktrans %}Linking to a comment{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    61
    <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
    62
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    63
  <dt><a name="comment_scope"></a>{% blocktrans %}Scope{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    64
    <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
    65
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    66
  <dt><a name="comment_versions"></a>{% blocktrans %}Keeping your comments across versions{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    67
    <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
    68
</dl>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    69
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    70
<a name="Notifandfeeds"></a><h3>{% blocktrans %}Notification and feeds{% endblocktrans %}</h3>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    71
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    72
<dl>    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    73
  <dt><a name="email_notifications"></a>{% blocktrans %}Email notification{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    74
    <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
    75
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    76
  <dt><a name="feed"></a>{% blocktrans %}Feeds{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    77
    <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
    78
    
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    79
  <dt><a name="public_private_feed"></a>{% blocktrans %}Public and private feeds{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    80
    <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
    81
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    82
  <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
    83
    <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
    84
    
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    85
</dl>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    86
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    87
<a name="Roles"></a><h3>{% blocktrans %}Roles{% endblocktrans %}</h3>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    88
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    89
  <dt><a name="roles"></a>{% blocktrans %}Roles{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    90
    <dd>{% blocktrans %}Roles are predefined sets of permissions.{% endblocktrans %}</dd>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    91
    <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
    92
  <dt><a name="local_role"></a>{% blocktrans %}Text role{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    93
    <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
    94
  <dt><a name="role_model"></a>{% blocktrans %}Role model{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
    95
    <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
    96
</dl>
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
    97
237
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    98
<a name="Texts"></a><h3>{% blocktrans %}Texts{% endblocktrans %}</h3>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
    99
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
   100
<dl>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
   101
  <dt><a name="create-upload"></a>{% blocktrans %}Create or upload?{% endblocktrans %}</dt>
48c4d74c5cd9 help update / i18n
raph
parents: 215
diff changeset
   102
    <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
   103
</dl>
103
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
   104
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
   105
<dl>
215
5a317bdca546 fix anchor
raph
parents: 214
diff changeset
   106
  <dt><a name="format"></a>{% blocktrans %}Text formats{% endblocktrans %}</dt>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   107
    <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
   108
</dl>
61fd17f9ab78 enh: detached comments
rbernard
parents: 0
diff changeset
   109
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
   110
<dl>
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   111
  <dt><a name="markdown"></a>{% blocktrans %}Markdown{% endblocktrans %}</dt>
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   112
    <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
   113
</dl>
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
   114
213
7b9f340101d0 update help page
raph
parents: 106
diff changeset
   115
{% endblock %}