source: other-projects/the-macronizer/trunk/web/jsp/en/about.jsp@ 29855

Last change on this file since 29855 was 29855, checked in by davidb, 9 years ago

John's code after refactoring by Tom over the summer of 2014/2015

File size: 2.3 KB
Line 
1<%--
2 Document : feedback
3 Created on : 25/04/2011, 9:24:07 PM
4 Author : OEM
5--%>
6
7<%@page contentType="text/html" pageEncoding="UTF-8"%>
8<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
9 "http://www.w3.org/TR/html4/loose.dtd">
10
11<html>
12 <head>
13 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14 <title>About</title>
15 <link href="../../css/css.css" rel="stylesheet" type="text/css" />
16 <script src="../../js/js.js" type="text/javascript"></script>
17 </head>
18 <body>
19 <jsp:include page="header.jsp" />
20
21 <div id="content">
22 <div id="fields">
23 <fieldset>
24 <legend class="tabset_label">About The Māori Macron Restoration Service</legend>
25 <p class="note">
26 The Māori Macron Restoration Service is a free service that automatically adds macrons to Māori documents.
27 The service supports restoration of Microsoft Word 2007 documents, Open Office Text documents and text files.
28 The service also supports restoration via direct input.
29 </p>
30
31 <legend class="tabset_label">History</legend>
32 <p class="note">
33 In written Māori, a macron is the horizontal bar positioned above a long-vowel, indicating the correct pronunciation of the vowel.
34 Unfortunately, for a variety of reasons, many Māori texts found on the web are not written using macrons.
35 As a consequence, the pronunciation of the vowel is generally indicated by introducing a second vowel
36 or not indicated at all.
37 </p>
38 <p class="note">
39 In written Māori, this poses several problems such as the loss of phonological, morphological and lexical information.
40 In verbal Māori, this poses a potential problem of an embarrassing slip of the tongue. This service solves these problems
41 by automatically adding macrons to Māori documents.
42 </p>
43 </fieldset>
44 </div>
45 </div>
46
47 <jsp:include page="footer.jsp" />
48 </body>
49</html>
Note: See TracBrowser for help on using the repository browser.