-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopers.html
More file actions
39 lines (38 loc) · 2.12 KB
/
developers.html
File metadata and controls
39 lines (38 loc) · 2.12 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
---
title: For Developers
---
<h2>For developers</h2>
<p>The <a href="https://github.com/brailleapps/wiki/wiki">wiki project on Github</a> contains lots of useful information, but since
you're here, here are some quick facts about the project from OpenHub:</p>
<script type='text/javascript' src='https://www.openhub.net/p/dotify-system/widgets/project_factoids?format=js'></script>
<h3>API bundles</h3>
<p>The following APIs can be used to extend the applications above or to write new ones.</p>
<ul>
<li><a href="https://github.com/brailleapps/dotify.api">dotify.api</a></li>
</ul>
<h3>Implementation providers</h3>
<p>The following bundles provide implementations to some part of the APIs above. Typically, they
do not have classes intended for direct use. Instead, they can be used by accessing classes found
in the APIs.</p>
<ul>
<li><a href="https://github.com/brailleapps/braille-utils.impl">braille-utils.impl</a></li>
<li><a href="https://github.com/brailleapps/dotify.formatter.impl">dotify.formatter.impl</a></li>
<li><a href="https://github.com/brailleapps/dotify.task.impl">dotify.task.impl</a></li>
<li><a href="https://github.com/brailleapps/dotify.translator.impl">dotify.translator.impl</a></li>
<li><a href="https://github.com/brailleapps/dotify.text.impl">dotify.text.impl</a></li>
<li><a href="https://github.com/brailleapps/dotify.hyphenator.impl">dotify.hyphenator.impl</a></li>
</ul>
<h3>Utility bundles</h3>
<p>The following bundles provide classes intended for direct use. Many makes use of the APIs above
and expects to have access to relevant implementations.</p>
<ul>
<li><a href="https://github.com/brailleapps/braille-utils.pef-tools">braille-utils.pef-tools</a></li>
<li><a href="https://github.com/brailleapps/dotify.common">dotify.common</a></li>
</ul>
<h3>Developer tools</h3>
<ul>
<li><a href="https://github.com/brailleapps/dotify.devtools">dotify.devtools</a></li>
<li><a href="https://github.com/brailleapps/dotify.devtools.gui">dotify.devtools.gui</a></li>
</ul>
<h1>See also</h1>
<p>For the specifications that these applications are based on, see <a href="http://braillespecs.github.io">http://braillespecs.github.io</a></p>