remove old readme
[atutor.git] / documentation / general / pa_index.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate: 2010-02-12 16:22:33 -0400 (Fri, 02 Feb 2010) $'; ?>
2
3 <h2>Photo Gallery</h2>
4
5 <p>A photo gallery is designed with accessibility in mind, allowing members to share course related photos and personal photos.</p>
6
7 <h3>Basic Photo Album Features</h3>
8
9 <dl>
10 <dt>Photo Gallery</dt>
11 <dd>This is where your personal albums can be found.  Both Private Albums and Shared Albums will be listed here.</dd>
12
13 <dt>Profile Album</dt>
14 <dd>This is an album where you keep your profile pictures. Photos collected here can be linked into your ATutpr profile page, or into your ATutor Social profile. </dd>
15
16 <dt>Course Albums</dt>
17 <dd>This is where you keep all the course albums.  Anyone enrolled in the course is allowed to upload photos to a course album; students are allowed to edit and delete the photos they have uploaded.  Instructors have the privilege to edit and delete any photos within their course albums. </dd>
18
19 <dt>Shared Albums</dt>
20 <dd>Here all albums will be listed that have the "Shared" permission set.  All users have permission to browse and comment on photos in shared albums, but are not allowed to upload or edit photos.  </dd>
21
22 <dt>Create Album</dt>
23 <dd>To create an album, specify the album name and its permissions. Location (geographically), and description are optional.  If you are an instructor, you will have an extra option of "Album Type", which allows you to create "My Album" or "Course Album".  Under "Album Permission", "Private" means this album is not accessible by any other users except yourself, "Shared" means this album will be displayed under the "Shared Albums" tab, and will be accessible by ALL users.</dd>
24 </dl>
25
26
27 <?php require('../common/body_footer.inc.php'); ?>