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