lukhnos / openvanilla-oranje
- Source
- Commits
- Network (2)
- Issues (5)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 23 17:40:58 -0700 2009 | |
| |
Artworks/ | Sun Sep 21 05:41:42 -0700 2008 | |
| |
BuildMacPackages.sh | Wed Aug 26 05:01:17 -0700 2009 | |
| |
DataTables/ | Tue Dec 01 12:57:37 -0800 2009 | |
| |
Distributions/ | Thu Sep 24 03:42:05 -0700 2009 | |
| |
Documents/ | Wed Aug 26 06:26:10 -0700 2009 | |
| |
Frameworks/ | Mon Jul 20 01:58:17 -0700 2009 | |
| |
HelperApps/ | Sat Sep 26 20:33:32 -0700 2009 | |
| |
LICENSE.txt | Wed Aug 26 03:05:00 -0700 2009 | |
| |
Loaders/ | Fri Sep 25 03:17:30 -0700 2009 | |
| |
Modules/ | Fri Sep 25 03:17:30 -0700 2009 | |
| |
OpenVanilla.xcodeproj/ | Sat Sep 26 20:33:32 -0700 2009 | |
| |
README.markdown | Tue Aug 18 22:08:25 -0700 2009 | |
| |
Utilities/ | Sun Sep 06 10:54:39 -0700 2009 |
OpenVanilla
OpenVanilla is a cross-platform input method framework. This branch, called Oranje, focuses on providing a reference implementation based on OS X and a reference distribution.
Build and Installation
- Build OpenVanilla.xcodeproj with Xcode
Copy the built product, here we assume you're using the Release configuration, to the input method folder:
- For Mac OS X Leopard: Copy build/Release/OpenVanilla.app to ~/Library/Input Methods
- For Mac OS X Tiger: Copy build/Release/OpenVanilla.bundle to /Library/Components
Limitations
- No Preferences app is provided. Edit the configuration in ~/Library/Preferences/org.openvanilla.plist. Changes take effect immediately.
- The candidate window is largely simplified. Only a minimal text label is provided.
- Only the core modules are provided and are currently bundled directly with the loader itself.
- OVIMArray
- OVIMEsperanto
- OVIMGeneric (when there is data)
- OVIMPhonetic
- OVIMTibetan
- OVIMUnicode
- Output filters are not supported in this branch. Maybe not yet. Maybe for good.
On Mac OS X Tiger Support
This OpenVanilla implementation uses IMK-Tiger to provide Mac OS X Tiger support so that the IMK-based loader can be retrofitted into a text service manager bundle.
As Apple is releasing Mac OS X 10.6, it no longer makes sense to support Mac OS X Tiger. In this branch, Tiger-specific version (the product OpenVanilla.bundle) is still built, but there is no promise any future modification on the loader would maintain the build. No regression testing will be actively performed.
