[% INCLUDE full_header.tmpl title="Cocoa/Perl CEDICT interface - sporkstorms.org" %]
CocoaPerlCEDICT is an OS X Cocoa interface to the
CEDICT (Chinese English Dictionary). It is a Mandarin dictionary, and
this application uses traditional characters (繁體字).
CocoaPerlCEDICT provides an interface to a Chinese-English
dictionary. It supports looking up words by their English definition,
Pinyin pronounciation, or traditional Chinese text.
The layout of its interface is largely based on that of OriDict, and the application icon from it is used.
notable features:
pin1 yin1 becomes
pīn yīn.
CocoaPerlCEDICTWindowController.pm
most commonly) within the application bundle. No need
to recompile.
This application is a testiment to the virtues of rapid development using CamelBones (and obviously CPAN). It was thrown together in under an hour!
If you just want to run CamelBones apps,
install the runtime framework.
In order to write your own Cocoa/Perl applications,
install the developer package.
Here's a quick overview in case you've never installed Perl modules before. This may seem rather troublesome.
root account
enabled.
Here's how.
Terminal in your
Applications -> Utilities folder).
sudo perl -MCPAN -e "install Lingua::ZH::CEDICT".
It will ask for a password. If it said something like
"sorry try again", "you aren't authorized..." or
anything to that effect, continue reading. Otherwise
skip to the next step.
su, then enter the password.
if it didn't spit out any errors, type
perl -MCPAN -e "install Lingua::ZH::CEDICT".
CocoaPerlCEDICT is Copyright © 2004, Mark A. Stratman <mark@sporkstorms.org>
It is licensed under the GNU General Public License.
You can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
[% END %] [% INCLUDE footer.tmpl %]