]> git.decadent.org.uk Git - memories.git/blob - templates/frontpage
2b36f1e533460956d6a7fcf1655d9e385d5512d8
[memories.git] / templates / frontpage
1 [% INCLUDE header %]
2 <h1> Welcome to Memories </h1>
3
4 <p>
5  Memories is a site where you can upload and share your photos of
6  college life with your friends.
7 </p>
8 <p>
9  To view other people's photos, look at the <a
10  href="[%base%]/user/list">user list</a> or the <a
11  href="[%base%]/album/list">album list</a>.
12 </p>
13 <p>
14  Alternatively, Memories supports tagging photos with names, places, or
15  other descriptive terms. Browse based on the tags on the right, or look
16  at the full <a href="[%base%]/tag/list">tag list</a>.
17 </p>
18 <hr/>
19 [% IF request.user %]
20 <p>
21 Now that you're logged in, you can start <a
22 href="[%base%]/photo/upload">uploading photos</a>. Create some albums or
23 check out what you've uploaded at <a
24 href="[%base%]/user/view/[%request.user.id%]">your home page</a>.
25 </p>
26 [% ELSE %]
27 <p>
28 To get started uploading your own photos, you'll need to <a
29 href="[%base%]/login_box">log in</a>. If you
30 don't have an account, just go to the log in page anyway, choose a
31 username and password, and click "Register". So long as nobody else has that name,
32 we'll create an account for you immediately.
33 </p>
34 [% END %]
35 [% INCLUDE footer %]