Og Maciel
Og Maciel
We should be able to run the UI automation using different locales. **NOTE**: Firefox allows you to create a profile dynamically which would allow us to create a localized profile....
Need to review and clean up/update docs.
This fixes issue #26.
Make use of django-profile (http://code.google.com/p/django-profile) to allow users to register themselves and keep a profile. Eventually users may even have their personal glossary, etc.
Clicking the link that displays a list of packages that a given word is derived from returns a 500 error and fails to update the web ui with the list...
consider moving the navigational links to either: - above the search field; - a side pane? Also, decrease the space between the search field and the results.
Searching for test and TEST yields different results. Make it case insensitive.
Provide feeds (RSS/Atom) for every language available to that users can keep up with information whenever a new term/word is added to the system.
Display information about how many terms/words, languages, sentences, etc are in the system. Make use of charts, etc.
The algorithm in place is ok-ish but the new one, inspired by the code being used by Google Translator will give better and more accurate results. This is just a...