Anki is a smart spaced repetition flashcard program
Find a file
Damien Elmes 8739e164ac many changes - see detailed log below
- don't use psyco
- bump version number
- autosave more often
- no last card period/text by default
- 3 buttons not 5
- default to tray off
- don't show only current card anymore
- simple toolbar
- support for sources
- don't force size of main window
- new button definitions
- remove vertical answer button support
- ditch 'how well did you remember'
- open online deck no longer hidden in new deck dialog
- default to simple model, no more 'what do you want to learn?'
- prompt user for sync username/password if not set
- simplify dialogs, add help buttons, move documentation to wiki
- don't make the timer change colors - distracting, and punishes
  people who practice writing
- remove 'empty deck' message, allow people to add cards from main screen
- remove 'welcome to anki' message. make the initial user
  experience nicer
2008-10-10 16:54:30 +09:00
ankiqt many changes - see detailed log below 2008-10-10 16:54:30 +09:00
designer many changes - see detailed log below 2008-10-10 16:54:30 +09:00
icons wip 2008-10-05 23:34:59 +09:00
mac initial commit from hg 2008-09-28 00:00:49 +09:00
tools make forms dir if not existing 2008-09-29 02:11:32 +09:00
.gitignore wip 2008-10-05 23:34:59 +09:00
anki initial commit from hg 2008-09-28 00:00:49 +09:00
anki.bat initial commit from hg 2008-09-28 00:00:49 +09:00
anki.desktop initial commit from hg 2008-09-28 00:00:49 +09:00
ankiqtmac.py initial commit from hg 2008-09-28 00:00:49 +09:00
ChangeLog.old initial commit from hg 2008-09-28 00:00:49 +09:00
COPYING initial commit from hg 2008-09-28 00:00:49 +09:00
CREDITS initial commit from hg 2008-09-28 00:00:49 +09:00
ez_setup.py initial commit from hg 2008-09-28 00:00:49 +09:00
icons.qrc wip 2008-10-05 23:34:59 +09:00
README initial commit from hg 2008-09-28 00:00:49 +09:00
README.development initial commit from hg 2008-09-28 00:00:49 +09:00
README.translating initial commit from hg 2008-09-28 00:00:49 +09:00
setup.py initial commit from hg 2008-09-28 00:00:49 +09:00

Anki for Linux
-------------------------------------

Prerequisites:

1. A recent python (2.4 should be fine)
2. libqt4.2+
3. python-qt/pyqt 4.2+
4. sqlalchemy 0.4.1+
5. simplejson 1.7.3+
6: pysqlite2 1.3.0 or python2.5

If your version of Debian/Ubuntu is not new enough, it will include an old
copy of python-qt. You must have at least python-qt 4.2 to run Anki.

For graph generation:

1. python-numpy (numpy)
2. python-matplotlib (matplotlib)

The most recent release of matplotlib is broken. Downgrade for now.

For furigana generation:

1. kakasi

To install:

1. cd; tar xzf ankiqt<...>.tgz
2. cd ankit<...>/libanki
3. sudo python setup.py install
4. cd ..; sudo python setup.py install
5. anki

For more information and the latest version, please see the website at:

http://ichi2.net/anki/