ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/support.xhtml
Revision: 1.3
Committed: Tue Mar 23 20:22:27 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.2: +1 -4 lines
Log Message:
Move to .xhtml files instead of .shtml. They still use SSI.

We're now validating as XHTML 1.1 (or, at least we will be when I've tested
every page of the site to make sure it validates). I've put the necessary
frigs in the webserver so it returns the content-type as text/html if the
web browser doesn't make any claims to know about application/xhtml+xml
(which is the content type defined by the XHTML standards).

File Contents

# Content
1 <!--#include virtual="/doctype.inc" -->
2
3 <head>
4 <title>i-scream support</title>
5 <!--#include virtual="/style.inc" -->
6 </head>
7
8 <body>
9
10 <div id="container">
11
12 <div id="main">
13
14 <!--#include virtual="/header.inc" -->
15
16 <div id="contents">
17 <h1 class="top">i-scream Support</h1>
18
19 <p>i-scream uses <a href="http://www.bestpractical.com/rt/">RT</a> to track
20 support requests. We've set up two addresses to help seperate the two main
21 types of requests.</p>
22
23 <h3>bugs@i-scream.org</h3>
24
25 <p>
26 If you have found a bug or problem with an i-scream program send an
27 email to this address. Your message will be logged and one of the developers
28 will get back to you with more information. Hopefully we'll be able to fix
29 the bug.
30 </p>
31
32 <h3>support@i-scream.org</h3>
33
34 <p>
35 If you need some assistance with an i-scream program you should email
36 this address. One of the developers will be able to help attempt to
37 sort out you problem. Please make sure you read the documentation
38 <em>before</em> sending us an email.
39 </p>
40
41 <p>
42 Once your email has been received you will get an acknowledgement by
43 email and details of how to view your tickets over the web.
44 </p>
45 </div>
46
47 <!--#include virtual="/footer.inc" -->
48
49 </div>
50
51 <!--#include virtual="/menu.inc" -->
52
53 </div>
54
55 </body>
56 </html>