-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 2.05 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--
- HebrewTools TransliterationHelper
- Copyright (C) 2022 Camil Staps
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
-
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<title>Transliteration helper</title>
</head>
<body>
<div id="header"></div>
<div id="main"></div>
<div id="footer">
<p>
This tool can help with transliterating Hebrew in the <a href="https://brill.com/page/fonts/fonts-scripts-and-unicode" target="_blank">scholarly method by Brill</a>.
Click a character to copy its transliteration.
Double-click to copy the uppercase variant.
If you don't see all characters, install the <a href="https://brill.com/page/BrillFont/brill-typeface" target="_blank">Brill Typeface</a> or Gentium Plus font.
</p>
<p>
© 2022 <a href="https://camilstaps.nl" target="_blank">Camil Staps</a>.
This tool is licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPL 3.0</a>.
For the source code, see <a href="https://github.com/HebrewTools/TransliterationHelper" target="_blank">GitHub</a>.
</p>
<p>
This page uses the <a href="https://www.sbl-site.org/educational/BiblicalFonts_SBLHebrew.aspx" target="_blank">SBL Hebrew font</a>.
</p>
</div>
<script src="js/main.js"></script>
</body>
</html>