~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to web_tt2/admin.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2008-10-05 12:36:30 UTC
  • mfrom: (1.1.5 upstream) (6.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20081005123630-8ga1kt0ogrkqaizf
Tags: 5.3.4-6
* fix usage of $* Perl variable deprecated in Perl 5.10 
  (Closes: #501154, thanks to Micah Anderson <micah@debian.org> and
  David Moreno <david@dev.axiombox.com> for the report and patches)
* add the sympa.pl --upgrade procedure to the debian/postinst 
  to migrate existing installs (Closes: #498144, thanks to Micah
  Anderson <micah@debian.org> for the patch)
* additional patch for insecure use of /tmp (Closes: #496520)
* missing debian/compat file added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: admin.tt2,v 1.1 2004/08/09 14:24:00 sympa-authors Exp $ -->
 
1
<!-- $Id: admin.tt2 3996 2006-11-03 13:43:20Z sympa-authors $ -->
2
2
 
3
 
[% PROCESS 'help_admin.tt2' %]
 
3
<ul class="no_style">
 
4
          <li>[%|loc%]<strong>Edit list config</strong>:  must be used with care : it allows you to modify some of the list parameters. The list of parameters you can modify depends on your privilege.[%END%]</li>
 
5
          <li>[%|loc%]<strong>Customizing</strong> : editing of various files and messages attached to your list.[%END%]</li>
 
6
          <li>[%|loc%]<strong>Manage Archives</strong>  : Allows you to download and delete list archives.[%END%]</li>
 
7
          <li>[%|loc%]<strong>Bounces</strong>  : Manage non-delivery reports (also called bounces).[%END%]</li>
 
8
          <li>[%|loc%]<strong>Logs</strong> : Search the list logs.[%END%]</li>
 
9
          <li>[%|loc%]<strong>Remove list</strong> : completely removes the current list. Listmaster privileges are required to Restore a list[%END%].</li>
 
10
          <li>[%|loc%]<strong>Create shared</strong> : initializes the shared document web space.[%END%]</li>
 
11
          <li>[%|loc%]<strong>Delete shared</strong> closes it. It can be restored using "Restore shared" button[%END%].</li>
 
12
</ul>