updated documentation with new setting options
git-svn-id: http://redmine.rubyforge.org/svn/trunk@239 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6c4f196f6e
commit
81b3ad5b87
|
@ -489,6 +489,15 @@
|
|||
<para><emphasis>Default: Yes</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Lost password</guilabel></para>
|
||||
|
||||
<para>If this option is checked, lost password functionality is
|
||||
available.</para>
|
||||
|
||||
<para><emphasis>Default: Yes</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Attachment max. size</guilabel></para>
|
||||
|
||||
|
@ -497,6 +506,15 @@
|
|||
<para><emphasis>Default: 2048 (i.e. 2MB)</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Issues export limit</guilabel></para>
|
||||
|
||||
<para>Maximum number of issues contained in CSV and PDF
|
||||
exports.</para>
|
||||
|
||||
<para><emphasis>Default: 500</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Emission mail address</guilabel></para>
|
||||
|
||||
|
|
|
@ -504,6 +504,15 @@
|
|||
<para><emphasis>Défaut: Oui</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Mot de passe perdu</guilabel></para>
|
||||
|
||||
<para>Si cette option est cochée, la procédure de changement de mot
|
||||
de passe est disponible.</para>
|
||||
|
||||
<para><emphasis>Défaut: Oui</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Taille max des fichiers</guilabel></para>
|
||||
|
||||
|
@ -513,6 +522,15 @@
|
|||
<para><emphasis>Défaut: 2048 (soit 2Mo)</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Limite export demandes</guilabel></para>
|
||||
|
||||
<para>Nombre maximale de demandes contenues dans les exports CSV et
|
||||
PDF.</para>
|
||||
|
||||
<para><emphasis>Défaut: 500</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><guilabel>Adresse d'émission</guilabel></para>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>11. Settings</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentication"><link rel="next" href="ch01s12.html" title="12. Information"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e341"></a>11. Settings</h2></div></div></div><p>This screen allows you to modify the configuration of the application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Application title</span></p><p>Title which appears in heading of the application.</p></li><li><p><span class="guilabel">Application subtitle</span></p><p>Subtitle which appears in heading of the application.</p></li><li><p><span class="guilabel">Welcome text</span></p><p>Text displayed on the home page of the application. This text can contain HTML tags.</p></li><li><p><span class="guilabel">Default language</span></p><p>The default language is selected when the application could not determine the user's browser language. The default language is also used when sending email to multiple users.</p><p><span class="emphasis"><em>Default: English</em></span></p></li><li><p><span class="guilabel">Authent. required</span></p><p>If this option is checked, no page of the application is accessible in an anonymous way. The users must login to access it.</p><p><span class="emphasis"><em>Default: No</em></span></p></li><li><p><span class="guilabel">Self-registration enabled</span></p><p>If this option is checked, self registration is allowed.</p><p><span class="emphasis"><em>Default: Yes</em></span></p></li><li><p><span class="guilabel">Attachment max. size</span></p><p>Maximum size of uploaded files (in kylo-bytes)</p><p><span class="emphasis"><em>Default: 2048 (i.e. 2MB)</em></span></p></li><li><p><span class="guilabel">Emission mail address</span></p><p>Email address used in the "From" field of messages sent to users.</p></li><li><p><span class="guilabel">Host name</span></p><p>Host name of the application. This name is used to write URL in emails sent to users.</p></li><li><p><span class="guilabel">Text formatting</span></p><p>Formatting method applied to the "description" fields of the issues, news, documents...</p><p>"Textile" option is only available if RedColth ruby library is present.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. Information</td></tr></table></div></body></html>
|
||||
<title>11. Settings</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentication"><link rel="next" href="ch01s12.html" title="12. Information"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e341"></a>11. Settings</h2></div></div></div><p>This screen allows you to modify the configuration of the application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Application title</span></p><p>Title which appears in heading of the application.</p></li><li><p><span class="guilabel">Application subtitle</span></p><p>Subtitle which appears in heading of the application.</p></li><li><p><span class="guilabel">Welcome text</span></p><p>Text displayed on the home page of the application. This text can contain HTML tags.</p></li><li><p><span class="guilabel">Default language</span></p><p>The default language is selected when the application could not determine the user's browser language. The default language is also used when sending email to multiple users.</p><p><span class="emphasis"><em>Default: English</em></span></p></li><li><p><span class="guilabel">Authent. required</span></p><p>If this option is checked, no page of the application is accessible in an anonymous way. The users must login to access it.</p><p><span class="emphasis"><em>Default: No</em></span></p></li><li><p><span class="guilabel">Self-registration enabled</span></p><p>If this option is checked, self registration is allowed.</p><p><span class="emphasis"><em>Default: Yes</em></span></p></li><li><p><span class="guilabel">Lost password</span></p><p>If this option is checked, lost password functionality is available.</p><p><span class="emphasis"><em>Default: Yes</em></span></p></li><li><p><span class="guilabel">Attachment max. size</span></p><p>Maximum size of uploaded files (in kylo-bytes)</p><p><span class="emphasis"><em>Default: 2048 (i.e. 2MB)</em></span></p></li><li><p><span class="guilabel">Issues export limit</span></p><p>Maximum number of issues contained in CSV and PDF exports.</p><p><span class="emphasis"><em>Default: 500</em></span></p></li><li><p><span class="guilabel">Emission mail address</span></p><p>Email address used in the "From" field of messages sent to users.</p></li><li><p><span class="guilabel">Host name</span></p><p>Host name of the application. This name is used to write URL in emails sent to users.</p></li><li><p><span class="guilabel">Text formatting</span></p><p>Formatting method applied to the "description" fields of the issues, news, documents...</p><p>"Textile" option is only available if RedColth ruby library is present.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. Information</td></tr></table></div></body></html>
|
|
@ -1,3 +1,3 @@
|
|||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>11. Configuration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentification"><link rel="next" href="ch01s12.html" title="12. Informations"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e352"></a>11. Configuration</h2></div></div></div><p>Cet écran vous permet de modifier les paramètres de configuration de l'application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Titre de l'application</span></p><p>Titre qui apparaît en en-tête de l'application.</p></li><li><p><span class="guilabel">Sous-titre de l'application</span></p><p>Sous-titre qui apparaît en en-tête de l'application.</p></li><li><p><span class="guilabel">Texte d'accueil</span></p><p>Texte affiché sur la page d'accueil de l'application. Ce texte peut contenir des balises HTML.</p></li><li><p><span class="guilabel">Langue par défaut</span></p><p>La langue par défaut est sélectionnée lorsque l'application n'a pas pu déterminer la langue définie au niveau du navigateur de l'utilisateur.La langue par défaut est également utilisée lors de l'envoi de mail à plusieurs utilisateurs.</p><p><span class="emphasis"><em>Défaut: Anglais</em></span></p></li><li><p><span class="guilabel">Authentif. obligatoire</span></p><p>Si cette option est cochée, aucune page de l'application n'est accessible de manière anonyme. Les utilisateurs doivent obligatoirement s'identifier pour y accéder.</p><p><span class="emphasis"><em>Défaut: Non</em></span></p></li><li><p><span class="guilabel">Enregistrement autorisé</span></p><p>Si cette option est cochée, la procédure d'enregistrement en ligne est disponible.</p><p><span class="emphasis"><em>Défaut: Oui</em></span></p></li><li><p><span class="guilabel">Taille max des fichiers</span></p><p>Taille maximale des fichiers pouvant être envoyés à l'application (en kilo-octets).</p><p><span class="emphasis"><em>Défaut: 2048 (soit 2Mo)</em></span></p></li><li><p><span class="guilabel">Adresse d'émission</span></p><p>Adresse mail utilisée comme adresse d'émission (champ From des mails) lors de l'envoi de messages aux utilisateurs.</p></li><li><p><span class="guilabel">Nom d'hôte</span></p><p>Nom d'hôte de l'application. Ce nom est utilisé pour l'écriture des URL dans les mails envoyés aux utilisateurs.</p></li><li><p><span class="guilabel">Formatage du texte</span></p><p>Définit la méthode de formatage appliquée aux champs "description" des demandes, annonces, documents...</p><p>L'option "Textile" n'est disponible que si la libraire ruby RedColth est installée.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentification </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. Informations</td></tr></table></div></body></html>
|
||||
<title>11. Configuration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentification"><link rel="next" href="ch01s12.html" title="12. Informations"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e352"></a>11. Configuration</h2></div></div></div><p>Cet écran vous permet de modifier les paramètres de configuration de l'application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Titre de l'application</span></p><p>Titre qui apparaît en en-tête de l'application.</p></li><li><p><span class="guilabel">Sous-titre de l'application</span></p><p>Sous-titre qui apparaît en en-tête de l'application.</p></li><li><p><span class="guilabel">Texte d'accueil</span></p><p>Texte affiché sur la page d'accueil de l'application. Ce texte peut contenir des balises HTML.</p></li><li><p><span class="guilabel">Langue par défaut</span></p><p>La langue par défaut est sélectionnée lorsque l'application n'a pas pu déterminer la langue définie au niveau du navigateur de l'utilisateur.La langue par défaut est également utilisée lors de l'envoi de mail à plusieurs utilisateurs.</p><p><span class="emphasis"><em>Défaut: Anglais</em></span></p></li><li><p><span class="guilabel">Authentif. obligatoire</span></p><p>Si cette option est cochée, aucune page de l'application n'est accessible de manière anonyme. Les utilisateurs doivent obligatoirement s'identifier pour y accéder.</p><p><span class="emphasis"><em>Défaut: Non</em></span></p></li><li><p><span class="guilabel">Enregistrement autorisé</span></p><p>Si cette option est cochée, la procédure d'enregistrement en ligne est disponible.</p><p><span class="emphasis"><em>Défaut: Oui</em></span></p></li><li><p><span class="guilabel">Mot de passe perdu</span></p><p>Si cette option est cochée, la procédure de changement de mot de passe est disponible.</p><p><span class="emphasis"><em>Défaut: Oui</em></span></p></li><li><p><span class="guilabel">Taille max des fichiers</span></p><p>Taille maximale des fichiers pouvant être envoyés à l'application (en kilo-octets).</p><p><span class="emphasis"><em>Défaut: 2048 (soit 2Mo)</em></span></p></li><li><p><span class="guilabel">Limite export demandes</span></p><p>Nombre maximale de demandes contenues dans les exports CSV et PDF.</p><p><span class="emphasis"><em>Défaut: 500</em></span></p></li><li><p><span class="guilabel">Adresse d'émission</span></p><p>Adresse mail utilisée comme adresse d'émission (champ From des mails) lors de l'envoi de messages aux utilisateurs.</p></li><li><p><span class="guilabel">Nom d'hôte</span></p><p>Nom d'hôte de l'application. Ce nom est utilisé pour l'écriture des URL dans les mails envoyés aux utilisateurs.</p></li><li><p><span class="guilabel">Formatage du texte</span></p><p>Définit la méthode de formatage appliquée aux champs "description" des demandes, annonces, documents...</p><p>L'option "Textile" n'est disponible que si la libraire ruby RedColth est installée.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentification </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. Informations</td></tr></table></div></body></html>
|
Loading…
Reference in New Issue