EPWING is wonderful, though the viewers I've tried have left something to be desired. The 電子辞書 versions of the same dictionaries seem to have much better formatting and usability.
So, I'm developing a new EPWING application. I've got the basic functionality working, but I plan on adding better formatting per dictionary to mimic the experience of the 電子辞書, particuarly for Kenkyusha and Genius.
My approach is rather unique. The application will actually be a web server that you run locally on your machine, which provides a JSON interface to your EPWING dictionaries. You'll visit a web site (whether it's local or something online) to view the dictionaries, and the site will hook up with the server you're running to pull down the data. This allows you to still access your dictionaries if you're away from your home computer, and (by way of a public API, and on a per-user authorization basis) other web sites will be able to interface with your data so that you have more options than EDICT. This gets around copyright issues since only you have access to your dictionaries - and the data is all pulled from the browser frontend (via JSONP), without passing through the web server - while providing the benefits of mixing dictionary interfaces with other online content.
This is a little confusing sounding but I have a way to package this so that it's very simple to install and work with. But maybe some techy people can understand.
So, I'm developing a new EPWING application. I've got the basic functionality working, but I plan on adding better formatting per dictionary to mimic the experience of the 電子辞書, particuarly for Kenkyusha and Genius.
My approach is rather unique. The application will actually be a web server that you run locally on your machine, which provides a JSON interface to your EPWING dictionaries. You'll visit a web site (whether it's local or something online) to view the dictionaries, and the site will hook up with the server you're running to pull down the data. This allows you to still access your dictionaries if you're away from your home computer, and (by way of a public API, and on a per-user authorization basis) other web sites will be able to interface with your data so that you have more options than EDICT. This gets around copyright issues since only you have access to your dictionaries - and the data is all pulled from the browser frontend (via JSONP), without passing through the web server - while providing the benefits of mixing dictionary interfaces with other online content.
This is a little confusing sounding but I have a way to package this so that it's very simple to install and work with. But maybe some techy people can understand.

![[Image: Screen%20shot%202010-06-17%20at%2010.12.45%20AM.png]](http://dl.dropbox.com/u/2112716/Screen%20shot%202010-06-17%20at%2010.12.45%20AM.png)
