user.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3. - This file is part of DotClear.
  4. - Copyright (c) 2004 Olivier Meunier and contributors. All rights
  5. - reserved.
  6. -
  7. - DotClear is free software; you can redistribute it and/or modify
  8. - it under the terms of the GNU General Public License as published by
  9. - the Free Software Foundation; either version 2 of the License, or
  10. - (at your option) any later version.
  11. -
  12. - DotClear is distributed in the hope that it will be useful,
  13. - but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. - GNU General Public License for more details.
  16. -
  17. - You should have received a copy of the GNU General Public License
  18. - along with DotClear; if not, write to the Free Software
  19. - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. -
  21. - ***** END LICENSE BLOCK ***** -->
  22. <html>
  23. <head>
  24. <title>Preferences and user management</title>
  25. </head>
  26. <body>
  27. <h1>Preferences and user management</h1>
  28. <p>To modify your preferences, click on the "Preferences" tab.
  29. To create or modify a user, choose the "Editors" tab.
  30. You must have administrator privileges for this last action.</p>
  31. <h2>Fields</h2>
  32. <dl>
  33. <dt id="user_prenom">First name</dt>
  34. <dd>The user's first name is optional.</dd>
  35. <dt id="user_nom">Name</dt>
  36. <dd>The user's name is required.</dd>
  37. <dt id="user_pseudo">Nickname</dt>
  38. <dd>The user's nickname is optional.</dd>
  39. </dl>
  40. <p>Note: <em>If the user doesn't provide his nickname, his
  41. name and eventually his first name will be used to indicate who is
  42. the author of the entry. If the nickname is provided, it will be used
  43. instead.</em></p>
  44. <dl>
  45. <dt id="user_email">Email</dt>
  46. <dd>The user's email address is optional. If you wish to
  47. activate email notification for your entries' comments, then you
  48. must fill this field.</dd>
  49. <dt id="user_pwd">Password</dt>
  50. <dd>Choose a long enough password and rather cryptic. In case of updating
  51. user settings or preferences, leave this field empty in order to avoid
  52. changing your password.</dd>
  53. <dt id="user_lang">Language<dt>
  54. <dd>If the language exists in the translation files, it will be used
  55. for the user's private area. Each created entry will be
  56. automatically "tagged" with the same language code.</dd>
  57. <dt id="user_post_format">Prefered edit format</dt>
  58. <dd>Selected format will be the default one for each new entry.
  59. User can of course change the mode punctually for a specific entry.</dd>
  60. <dt id="user_post_pub">Default publication status</dt>
  61. <dd>This option defines the online or offline state of each new
  62. entry.</dd>
  63. <dt id="user_pref_cat">Prefered category</dt>
  64. <dd>Selected category will be the default one for each new entry.</dd>
  65. <dt id="user_edit_size">Entry edit field height</dt>
  66. <dd>Height in number of lines for the text area of an entry.</dd>
  67. <dt id="user_delta">Number of hours between user's local time and the server
  68. time</dt>
  69. <dd>This option allows to define a possible time shift between your
  70. server and your publication zone. Negative values are workable.
  71. Your server's time is displayed in order to define the difference in hours
  72. between the two zones.</dd>
  73. </dl>
  74. <h2>Administration</h2>
  75. <p>These fields are only available for the administrator in the
  76. modification zone of an editor.</p>
  77. <dl>
  78. <dt id="user_id">Login</dt>
  79. <dd>Login identifies the user. It must only contain
  80. letters and/or figures. It is required.</dd>
  81. <dt id="user_level">Level</dt>
  82. <dd>Level corresponds to the privilege you agree to give the user. There are
  83. three types of level:
  84. <ul>
  85. <li><strong>Administrator</strong>: Complete privilege.</li>
  86. <li><strong>Advanced editor</strong>: Privilege for his own
  87. entries, he can read other entries, and create categories.</li>
  88. <li><strong>Editor</strong>: Complete privilege for his own entries,
  89. but he can't read the others.</li>
  90. </ul>
  91. </dd>
  92. </dl>
  93. </body>
  94. </html>