-
Notifications
You must be signed in to change notification settings - Fork 2
/
gettingstarted.php
41 lines (40 loc) · 1.47 KB
/
gettingstarted.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php require_once ('titletop.php');
require_once ('navheaderside.php');
echo "<div class=\"Content\">";?>
<body>
<big style="font-weight: bold;"><big>BEFORE YOU GET STARTED:</big></big><br>
<br>
There are a few things to keep in mind while using ELDER:<br
style="font-weight: bold;">
<ul>
<li><span style="font-weight: bold;">This is not a finished software
yet.</span> You shouldn't encounter errors, but if you do, please
<a href="mailto:anna.belew@gmail.com">email us</a> a copy of
whatever error text you got, along with a brief description of what you
were trying to do when the error occurred.</li>
</ul>
<ul>
<li><span style="font-weight: bold;">CONSISTENCY</span> is very
important! ELDER's cross-referencing ability depends partially on the
characters that represent a word's IPA transcription. It can't possibly
know that mʙʉ and mʙɯ were intended to be the same word. <span
style="font-weight: bold;">Before you enter a word, search for its
gloss</span> to avoid entering a new word with a slightly different
transcription.</li>
</ul>
<ul>
<li>Just like when entering words, make sure that anything you enter
as sentence components are <span style="font-weight: bold;">transcribed
uniformly</span>. Don't enter one sentence as /mə jən ləm gi/ and
the next as /mə jən lɨm ki/.</li>
</ul>
<ul>
<li>Read the <a href="/faq.php">FAQ!</a> <br>
</li>
</ul>
<br>
</body>
</div>
<?php
require_once('footer.php');
?>