Linux + Kursunterlagen
Winzig is a suite of PIM style applications written in Python/GTK. It works not only on the Nokia 770 but also on desktop Linux installations and even on Windows.
Since my attempts to use GPE weren't very successful (well, the synchronisation drives me mad, and where's the point in using a PIM application without sync-ing to the desktop? But I'm working on that too, slowly) and the original port of Winzig for the ITOS2005 version of the Nokia 770 software didn't work any longer, I thought I'll give it a whirl and came up with the package below.
Since Winzig is a Python application, you'll need to install the PyMaemo packages, see the FAQ in the Maemo Wiki.
Just download the attached package and install it with the application manager. Note: the package only works with the ITOS2006 release of the Maemo platform!
Start Winzig from the menu (extras -> Winzig) and use it, it should be pretty much self-explaining. The data will be stored in $HOME/.winzig
$HOME/.winzig/winziglocal.py.bak.
/usr/lib/winzig/Data which results in problems with fresh installs, since the templates can't be copied properly. Thanks to Antoine Schweitzer-Chaput for pointing this out.$HOME/.winzig/winziglocal.py is not updated when running the new version, all tabs will show up again. You have to manually integrate the necessary changes by reviewing /usr/lib/winzig/Data/winziglocal.py which is the configuration file template.winziglocal.py file in $HOME/.winzig/weatherwrgbwasciiwdictwrgbAfter using Winzig on the Nokia 770 once, copy the $HOME/.winzig directory to your desktop machine, e.g. by using Unison to sync it to $HOME/Nokia770/.winzig. Download the Winzig tarball and extract it wherever you like, e.g. to /usr/local/lib/Winzig. Then put the following script (stripped down version of the one in the Maemo package, adjust the directories to your needs) somewhere into your PATH, e.g. /usr/local/bin/winzig:
#!/bin/sh WINZIG_DIR=/usr/local/lib/Winzig # beware the trailing slash, it's needed WINZIG_DATA_PATH="$HOME"/Nokia770/.winzig/ export WINZIG_DATA_PATH exec $WINZIG_DIR/winzig.py
Run winzig and enjoy. After that it's just a matter of sync-ing on a regular basis, e.g. before leaving your office/home and when coming back. 
This package is provided without any warranties, use it on your own risk. Feedback is very welcome, feel free to use the feedback form or add comments below.
| Attachment | Size |
|---|---|
| winzig_1.77-maemo1_armel.deb | 51.48 KB |
| winzig_1.78-maemo1_armel.deb | 51.93 KB |
| winzig_1.78-maemo2_armel.deb | 51.94 KB |
| winzig_1.78-maemo3_armel.deb | 51.94 KB |
| winzig_1.79-maemo1_armel.deb | 52.36 KB |