-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 1.23 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>hiohiohio</title>
</head>
<body>
<h3>OmegaT related repositories</h3>
<p>There are some tools I made for OmegaT. <a href="http://www.omegat.org/">OmegaT</a> is a computer-assisted translation (CAT) tool.</p>
<ul>
<li><a href="https://github.com/hiohiohio/omegat-plugin-linkbuilder">LinkBuilder plugin for OmegaT</a>: This plugin converts URLs inside the glossary and notes panes in OmegaT into clickable URLs so that a user can open the URLs using a browser by clicking it.</li>
<li><a href="https://github.com/hiohiohio/omegat-plugin-externalfinder">ExternalFinder plugin for OmegaT</a>: This plugin allows a user to query selected words using a user-specified web service (e.g. Google) or executable (e.g. an dictionary application).</li>
</ul>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54288032-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>