The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2012-10-07 | 2.2 kB | |
| artha_1.0.3.0.exe | 2012-10-07 | 12.7 MB | |
| artha_1.0.3-1_amd64.deb | 2012-10-07 | 72.4 kB | |
| artha_1.0.3-1_i386.deb | 2012-10-07 | 70.8 kB | |
| artha-1.0.3.tar.bz2 | 2012-10-07 | 363.7 kB | |
| artha-1.0.3.tar.gz | 2012-10-07 | 441.6 kB | |
| Totals: 6 Items | 13.7 MB | 64 | |
Notes: To build from source, Artha requires GTK+ (>= 2.24) and WordNet with its development headers (>= 3.0). For building it on Windows refer INSTALL file. If you are using the Debian package, make sure you use the 'gdebi' command to install it and not the 'dpkg' command (as it doesn't resolve dependencies). On most Debian based distros, gdebi-gtk comes pre-installed. If so, you can straight away double click the .deb file to install. It will install resolving the dependencies. If you go by the CLI way, here is an example: e.g. $ sudo gdebi artha_1.0.3-1_amd64.deb Also, make sure you have 'Universe' included in the repositories list (Software Sources). A PPA for Ubuntu has been setup @ launchpad. To add the PPA to your system's repository sources, run sudo apt-add-repository ppa:legends2k/artha sudo apt-get update sudo apt-get install artha Change Log: * Auto completion of wordnet terms implmented * Wordnet terms load and auto completion list populate made idle exec. functions * Lookup history made persistant; can be cleared or saved when required * Invisible mode made optional; show window on startup made optional * Polysemy count display now made optional; can be toggled via the toolbutton * Status/tray icon now made optional; can be toggled via the toolbutton * Added Member Of, Substance Of and Part Of classification to Holo and Meronyms * "farcry" search should now fetch "far cry" correctly for both normal and notify lookup * Added accelerators Ctrl + W and Ctrl + Q support * Fixed issues in finding libnotify.so across distributions * Fixed relative tab names by removing Similar for Nouns and Verbs (WNI) * Fixed 671084 - Back button skips Wildmat search results * Hotkey handling improved a lot in Win32; combos like Ctl + Alt + ` are fixed * Fixed synchronisation, body limit and other issues in libnotify (Win32) * Fixed 1010930 - CPU core pegging due to libnotify (Win32) * Bumped min GTK+ version to 2.24 to remove deprecated GtkComboBoxEntry there by adding GtkComboBox with "has-entry" set to TRUE * Bumped min GLib version to 2.22 * Lot of code clean-ups and minor fixes