PageRenderTime 45ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/documentation/admin/system_preferences.php

https://github.com/harriswong/ATutor
PHP | 106 lines | 88 code | 18 blank | 0 comment | 13 complexity | dee977843eecfb1403eca818bb4f9916 MD5 | raw file
  1. <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
  2. <h2>System Preferences</h2>
  3. <dl>
  4. <dt>Site Name</dt>
  5. <dd>The name of the course server's website. This name will appear at the top of all the public pages, in the web browser's title bar, and as the <em>From</em> name when sending non-personal emails.</dd>
  6. <dt>Home <acronym title="Uniform Resource Locator, a site's address">URL</acronym></dt>
  7. <dd>This will be the web address for the 'Home' link in the public area. Leave empty to remove this link.</dd>
  8. <dt>Default Language</dt>
  9. <dd>The default language to use if the client's browser settings cannot be detected. Must be one of the languages already installed. See the <a href="languages.php">Languages</a> section on installing and managing existing languages.</dd>
  10. <dt>Contact Email</dt>
  11. <dd>The reply address used for emails sent for instructor requests and other system emails.</dd>
  12. <dt>Time Zone Offset</dt>
  13. <dd>Add or subtract hours from the times and dates displayed in ATutor, so they match the local time for the ATutor installation. Valid values range from -12 to 12. The positive sign is <strong>not</strong> required when adding hours. The minus sign is required when subtracting hours. Individual users may also modify their own Time Zone Offset setting, if their local time differs from that of the ATutor installation.</dd>
  14. <dt>Maximum File Size</dt>
  15. <dd>Maximum allowable file size in Bytes that can be uploaded to the course's File Manager. This does not override the value set for <kbd>upload_max_filesize</kbd> in <kbd>php.ini</kbd>.</dd>
  16. <dt>Maximum Course Size</dt>
  17. <dd>Total maximum allowable course size in Bytes. This is the total amount of space a course's File Manager can use.</dd>
  18. <dt>Maximum Course Float</dt>
  19. <dd>How much a course can be over its <em>Maximum Course Size</em> limit while still allowing a file to upload or import. Makes the course limit actually be <em>Max Course Size</em> + <em>Max Course Float</em>. When <em>Max Course Float</em> is reached, no more uploads will be allowed for that course until files are deleted and the course's space usage falls under the Maximum Course Size.</dd>
  20. <dt>Maximum login attempts</dt>
  21. <dd>The amount of times the user can attempt logging in before the system freeze the account for an hour. Enter 0 for infinite times.</dd>
  22. <dt>Display Name Format</dt>
  23. <dd>The Display Name Format option controls how non-administrator users' names appear. This option is available in ATutor 1.5.4+.</dd>
  24. <dt>Authenticate Against A Master Student List</dt>
  25. <dd>Whether or not to enable Master Student List authentication. If enabled, only new accounts that validate against the master list will be created. See the <a href="master_student_list.php">Master Student List</a> section for additional details on using this feature.</dd>
  26. <dt>Allow Self-Registration</dt>
  27. <dd>If enabled, users can self-register. Disable to remove registration functions</dd>
  28. <dt>Allow Instructors to enroll users from the system registration list.</dt>
  29. <dd>If enabled, instructors are allowed to enroll users from the system registration list.</dd>
  30. <dt>Allow the use of CAPTCHA</dt>
  31. <dd>This requires the GD library installed (FreeType library is recommanded to have for better effect). If enabled, users will be asked to enter an additional field for the alphanumeric sequence of the CAPTCHA image. The CAPTCHA image can be mended in various ways depending on your need, please visit <a href="http://www.phpcaptcha.org/captcha-gallery/" target="_new">phpCaptcha</a> for more details.</dd>
  32. <dt>Allow Students to Unenroll</dt>
  33. <dd>If enabled, students can unenroll themselves from courses. If disabled, the Unenroll functions are removed.</dd>
  34. <dt>Require Email Confirmation Upon Registration</dt>
  35. <dd>If email confirmation is enabled, before they can login, registrants must confirm their registration by replying to a message sent to the email address they registered with. </dd>
  36. <dt>Allow Instructor Requests</dt>
  37. <dd>If enabled, students will be allowed to request that their account be upgraded to an instructor account. Instructor account requests must be approved by administrators using the <a href="instructor_requests.php">Instructor Requests</a> section. If disabled then the <em>Create Course</em> link used for requesting an instructor account will be removed and only the administrators will be able to create instructor accounts.</dd>
  38. <dt>Instructor Request Email Notification</dt>
  39. <dd>If enabled, and if <em>Allow Instructor Requests</em> is enabled, then an email notification message will be sent to the <em>Contact Email</em> each time a new instructor account request is made. This does not affect whether or not instructor requests can be made, only whether or not a notification message is sent out each time.</dd>
  40. <dt>Auto Approve Instructor Requests</dt>
  41. <dd>If <em>Allow Instructor Requests</em> is enabled, then existing students requesting instructor accounts will be upgraded automatically, bypassing the approval process. Additionally, any newly created accounts will be created as instructors rather than as students. Useful for setting up a demo version of ATutor. </dd>
  42. <dt>Theme Specific Categories</dt>
  43. <dd>Theme specific categories allows for the association between themes and categories. Courses belonging to a specific category will always be presented using that category's associated theme. This option disables the personalised theme preference. Use the <a href="categories.php">Categories</a> section to create and manage course categories, and the <a href="themes.php">Themes</a> section to install and manage themes.</dd>
  44. <dt>User Contributed Handbook Notes</dt>
  45. <dd>If enabled will allow anyone viewing the Handbook to contribute notes. User contributed notes must then be approved by an administrator by logging in on the main Handbook page. This option is available in ATutor 1.5.1+.</dd>
  46. <dt>Illegal File Extensions</dt>
  47. <dd>A list of all the file types, by extension, that are not allowed to be stored on the server. Any file that is being imported or uploaded with an extension in the specified list will be ignored and not saved. The list must contain only the file extensions seperated by commas without the leading dot.</dd>
  48. <dt>Cache Directory</dt>
  49. <dd>Where cached data is stored. On a Windows machine the path should look like <kbd>C:\Windows\temp\</kbd>, while on Unix it should look like <kbd>/tmp/cache/</kbd>. On some Linux/Unix based systems, a shared memory device can also be used <kbd>/dev/shm/</kbd> if it is available. Leave empty to disable caching.</dd>
  50. <dt>LaTex Server</dt>
  51. <dd>The URL of the mimeTex server. A public ATutor mimeTex web service is currently available at 'http://www.atutor.ca/cgi/mimetex.cgi?'. For production use, please do not use the public mimeTeX web service. Install mimeTeX on your own server instead. Please read <a href="http://www.forkosh.com/mimetex.html" target="_new">http://www.forkosh.com/mimetex.html</a> for installation details. </dd>
  52. <dt>Course Backups</dt>
  53. <dd>The maximum number of backups that can be stored per course. The stored backups do not count towards the course's <em>Max Course Size</em>.</dd>
  54. <dt>Number of Days to Keep Copied Sent Messages for</dt>
  55. <dd>All sent messages are copied to the sender's <em>Sent Messages</em> area. This option specifies the number of days old a copied message has to be before it is automatically deleted. The recipient's message is not affected.</dd>
  56. <dt>Check for ATutor Updates Automatically</dt>
  57. <dd>If enabled, ATutor will check the atutor.ca web site for updates whenever the administrator logs in. This option is available since ATutor 1.5.2.</dd>
  58. <dt>Maintain File Storage Version Control</dt>
  59. <dd>If enabled, every file revision in the File Storage area will be saved. If space is a concern, the administrator may wish to disable this feature.</dd>
  60. <dt>Enable Mail Queue</dt>
  61. <dd>The administrator may wish to set up a <a href="cron_setup.php">cron job</a> (automated event scheduler) for email. If enabled, and if the cron has been set up, system email will be sent out at a certain time instead of immediately. This can help speed up email capable features where a slower mail server is being used.</dd>
  62. <dt>Automatically Install New Language Packs</dt>
  63. <dd>If enabled, and if the <a href="cron_setup.php">cron job</a> (automated event scheduler) has been set up, new language packs published on atutor.ca will be imported automatically This option is available in ATutor 1.5.3.2+.</dd>
  64. <dt>Pretty URL</dt>
  65. <dd>If enabled, all the public accessible pages will automatically converts their URLs to "pretty url". Pretty URL will remove the traditional URL query stirngs, and replace them with slashes (/). This option is available in ATutor 1.6.1+.</dd>
  66. <dt>Course Directory Name</dt>
  67. <dd>If enabled, and only if the Pretty URL is enabled. The course id in the pretty URL will be replaced by a custom course directory name. This name can be setup individually and uniquely in the course property. This option is available in ATutor 1.6.1+.</dd>
  68. <dt>Apache mod_rewrite</dt>
  69. <dd>Allows ATutor to use the Apache mod_rewrite function. The mod_rewrite module must be loaded in the conf/httpd.conf file in order for this to work. Please contact your server administrator for more details. If enabled, the accessible pages will be shortened to the predefined rules. Generally, go.php will be taken out.</dd>
  70. </dl>
  71. <?php require('../common/body_footer.inc.php'); ?>