Added many links to other projects of interest.
This commit is contained in:
parent
5d7d46f8f4
commit
e29d12dcab
1 changed files with 101 additions and 0 deletions
|
@ -65,8 +65,109 @@
|
|||
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Below are links to some Java text editors or word processors that we
|
||||
might learn from or integrate with. I started my search from
|
||||
|
||||
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=63&discrim=198">
|
||||
SF.net's software map</a>,
|
||||
|
||||
by the way (and see
|
||||
|
||||
<a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=70&discrim=198">
|
||||
this corner of the map</a>,
|
||||
too.
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
The GPL'ed
|
||||
|
||||
<a href="http://vietpad.sourceforge.net/">
|
||||
VietPad</a>,
|
||||
|
||||
written in Java, (for entering Vietnamese language in Unicode-8
|
||||
or -16) may teach us something, though integration doesn't seem
|
||||
useful (because it is primitive) and would require changing our
|
||||
license to the GPL.
|
||||
</li>
|
||||
<li>
|
||||
The GPL'ed
|
||||
|
||||
<a href="http://jedit.sourceforge.net/">
|
||||
JEdit</a>
|
||||
|
||||
bills itself as a "programmer's text editor", but it supports
|
||||
Unicode, is 100% Java, is very popular, and is extremely
|
||||
extensible, making integration while keeping our
|
||||
non-GPL-compatible license a possibility. Definitely worth a
|
||||
second look.
|
||||
</li>
|
||||
<li>
|
||||
The GPL'ed
|
||||
|
||||
<a href="http://yudit.org/">
|
||||
Yudit</a>
|
||||
|
||||
is an X11 application that supports Unicode in a big way. Their
|
||||
|
||||
<a href="http://yudit.org/">
|
||||
website</a>
|
||||
|
||||
has many links of interest to us as we ponder Unicode
|
||||
compatibility.
|
||||
</li>
|
||||
<li>
|
||||
The GPL'ed/LGPL'ed
|
||||
|
||||
<a href="http://www.prometheas.com/projects/_syggrafeus/index.html">
|
||||
Syggrafeus/Rosetta Stone Library</a>
|
||||
|
||||
is a Java library for Unicode multi-lingual something-or-other.
|
||||
</li>
|
||||
<li>
|
||||
The GPL'ed
|
||||
|
||||
<a href="http://sted.sourceforge.net/">
|
||||
STED</a>
|
||||
|
||||
is a Java transliterator for many languages.
|
||||
</li>
|
||||
<li>
|
||||
The GPL'ed
|
||||
|
||||
<a href="http://sourceforge.net/projects/words-of-magic/">
|
||||
Words of Magic</a>
|
||||
|
||||
is a very simple word processor for English and Dutch.
|
||||
</li>
|
||||
<li>
|
||||
The GPL'ed
|
||||
|
||||
<a href="http://sourceforge.net/projects/jgloss/">
|
||||
JGloss</a>
|
||||
|
||||
says this about itself: "JGloss lets you import Japanese text
|
||||
documents and add reading and translation annotations for words,
|
||||
both automatically during import, and manually. It is written in
|
||||
Java."
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Finally, the
|
||||
|
||||
<a href="http://epidoc.sourceforge.net/">
|
||||
EpiDoc</a>
|
||||
|
||||
project (hosted by SourceForge) does not yet have any tools up, but
|
||||
the project's goals are similar in many ways to the THDL's, and they
|
||||
list their programming language as Java. The blurb of interest:
|
||||
"The EpiDoc Collaborative is developing a software and
|
||||
hardware-independent digital publication and interchange
|
||||
specification for scholarly and educational editions of inscribed
|
||||
and incised texts in Greek, Latin and other ancient languages".
|
||||
</p>
|
||||
|
||||
|
||||
<!-- THDLTools FOOTER: -->
|
||||
|
|
Loading…
Reference in a new issue