forked from DraqueT/PolyGlot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (61 loc) · 5.04 KB
/
index.html
File metadata and controls
74 lines (61 loc) · 5.04 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Polyglot: Spoken Language Construction Kit by DraqueT</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Polyglot: Spoken Language Construction Kit</h1>
<p>A solution to the complexity of developing spoken languages</p>
<p class="view"><a href="https://github.com/DraqueT/PolyGlot">View the Project on GitHub <small>DraqueT/PolyGlot</small></a></p>
<ul>
<li><a href="https://github.com/DraqueT/PolyGlot/releases/download/1.2.2/PolyGlot.1.2.2.zip"><strong>PolyGlot</strong></a></li>
<li><a href="https://github.com/DraqueT/PolyGlot/zipball/master"><strong>Source</strong></a></li>
<li><a href="https://github.com/DraqueT/PolyGlot">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p><img src="https://dl.dropboxusercontent.com/u/2750499/PolyGlot/readmeImages/PolyGlot%20Logo.png" alt="POLYGLOTLOGO- Why do you have alt text on? Can you not see images? Were you born with the ability to only see text? How tragic. I can't really describe what the logo looks like with just words. Not English words, anyhow. If only there were a tool to help me make some new ones..."></p>
<h3>
<a id="polyglot---introduction" class="anchor" href="#polyglot---introduction" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>PolyGlot - Introduction</h3>
<p>PolyGlot is a tool that is designed to help in the design, creation, and publication of constructed languages, or conlangs. When I first got into language creation, I realized that there were no tools available that really met all of my needs. So I made one! Below, you'll find a list of its features, and if there's functionality you would like to see added, please feel free to <a href="https://github.com/DraqueT/PolyGlot/issues/new">request a new feature!</a> PolyGlot is free and open source software that contains no advertising or other gross stuff. Please enjoy!</p>
<h3>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Features</h3>
<ul>
<li>A lexicon with advanced search, classification, and word creation capabilities</li>
<li>user definable orthography, with automatic generation of word pronunciations</li>
<li>Support for lexicon imports from Excel sheets and CSV files</li>
<li>Formatted publishing to PDF, generating dictionaries (both conlang to natural language, and vice versa), chapter format for all grammar sections, gloss keys, orthographic rules, etc.</li>
<li>Support for importing and embedding custom fonts (useful for languages with nonstandard or custom character sets)</li>
<li>User definable parts of speech with integrated glossing system</li>
<li>User definable rules for declension/conjugation, which automatically generate all legal forms of words</li>
<li>Full logographic engine for languages that incorporate abstract symbols or entirely ideographic writing systems</li>
<li>Fully formatable grammar section, allowing language rules to be elegantly broken into chapters</li>
<li>Recording and playback of spoken examples within the grammar section</li>
<li>Interactive IPA chart with spoken examples and characters copied to clipboard (courtesy of <a href="http://www.internationalphoneticalphabet.org/">http://www.internationalphoneticalphabet.org/</a>)</li>
<li>Language statistics window for analysis of current lexicon</li>
</ul>
<h3>
<a id="future-development" class="anchor" href="#future-development" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Future Development</h3>
<p>I plan on continuing to develop and refine PolyGlot so long as there's a healthy conlanging community and people who seem to be enjoying the program. Please feel free to suggest changes/enhancements, request new features, or just drop me a line to show off what you've created with the tool! </p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>The author of this software can be reached at <a href="mailto:Draquemail@gmail.com">Draquemail@gmail.com</a>. All content included in this page and in the PolyGlot program is copyright (©) 2012-2016 Draque Thompson unless otherwise noted.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/DraqueT">DraqueT</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>