The Following User Says Thank You to sanchi For This Useful Post: | ||
![]() |
2009-01-05
, 22:58
|
Posts: 28 |
Thanked: 16 times |
Joined on Jan 2009
|
#2
|
![]() |
2009-01-06
, 16:17
|
Posts: 7 |
Thanked: 5 times |
Joined on Jul 2008
@ italy
|
#3
|
![]() |
2009-01-07
, 14:15
|
Posts: 8 |
Thanked: 1 time |
Joined on Feb 2008
|
#4
|
![]() |
2009-01-07
, 15:07
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#5
|
![]() |
2009-01-07
, 15:58
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#6
|
![]() |
2009-01-08
, 03:15
|
Posts: 8 |
Thanked: 1 time |
Joined on Feb 2008
|
#7
|
![]() |
2009-01-08
, 04:54
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#8
|
![]() |
2009-01-08
, 09:22
|
Posts: 7 |
Thanked: 5 times |
Joined on Jul 2008
@ italy
|
#9
|
The Following User Says Thank You to olis80 For This Useful Post: | ||
![]() |
2009-01-09
, 01:30
|
Posts: 28 |
Thanked: 16 times |
Joined on Jan 2009
|
#10
|
if you are learning a language, you may have come across Anki (http://ichi2.net/anki/), a powerful spaced repetition learning system which I really can recommend from my own experience. It has a nice software (Win/Linux/Mac), and an online learning site with sync capabilities.
There is also a mini version called ankimini, which provides a small web server which lets you learn offline from within the browser.
I tried packaging it for maemo, and the result is here:
http://user.cs.tu-berlin.de/~sayer/anki/
Pre-made decks can be found here:
http://ichi2.net/anki/wiki/ExtraDecks
This was built in diablo (latest OS); if python2.5 is available for
chinook it may work there as well.
To use them you need to install all .deb files from the above link:
python-simplejson, python-sqlalchemy (if you don't have these already; I have not found them nowhere packaged on the web), anki (which is libanki), and ankimini. Then you copy your deck to mydeck.anki in the home folder (MyDocs), and run ankimini, which can be found in the Extras menu. It starts an xterm window with the server, and a little later the browser for the display.
For setting the sync account or deck name, edit ~/.ankimini-config.py
(e.g. start Utilities|X Terminal, then type vi .ankimini-config.py, I
for insert, edit the name, Esc, :x)
I would be happy if any IT users could try the packages and give
feedback whether they work.
The packages were built with pypackager, .pypackager files can be found in the src dir. Somehow I don't understand setuptools; there is a bdist_maemo command, but it needs to be told the scripts and files to package explicitely (?). So I used the bdist_dumb, then extracted the resulting archive, and used that as input for pypackager.
Next step is obviously to do proper config menu, a hildon/GTK frontend etc for libanki - but for me lazy guy ankimini is already pretty cool!
Regards
Stefan