Blogs

openmoko: pygtk

below the 4 pygtk packages as one tar ball.

openmoko: links

below the links command line browser. needs gpm, included.

openmoko: epdfview

here comes epdfview.
surprisingly enough, everything needed (including libepdf) is in the reps already, only the viewer is missing.
so, download the ipk to your freerunner and do

opkg install epdfview_0.1.6-r2_armv4t.ipk

openmoko: claws-mail

everything belonging to claws-mail and dependencies -- not sure if all dependencies not in the feeds are contained ...

openmoko: minimo & cellwriter

i just built minimo and cellwriter for the freerunner (gta02), which went surprisingly well ...
make build-package-minimo
and
make build-package-cellwriter
the hardes part was finding the packages afterwards.
i put them into two tar-balls, *dbg, *-dev, *-doc and the runtime one.
links see below.
how cellwriter is supposed to replace the keyboard i don't know and with minimo there's always 1/3 of the screen occupied by the keyboard.

edit:
according to
http://lists.openmoko.org/pipermail/community/2008-July/021296.html
it's sufficient to add "keyboard" to /etc/matchbox/session

openmoko: keyboard

download tar.bz2, unpack and move the resulting 3 *.ipk to your freerunner:
scp *.ipk root@openmoko:/tmp/
ssh to the freerunner and do the following:
opkg remove -force-depends multitap-pad
opkg install /tmp/matchbox-keyboard-inputmethod_0.0+svnr1910-r10_armv4t.ipk
opkg install /tmp/matchbox-keyboard-im_0.0+svnr1910-r10_armv4t.ipk
opkg install /tmp/matchbox-keyboard-applet_0.0+svnr1910-r10_armv4t.ipk

reboot the freerunner and enjoy ...

ein bestimmtes feld

ps xww | grep jetty | grep -v grep | awk '{print $1}'
ps xw | grep jetty | grep -v grep | cut -f2 -d" " -

html in pdf

htmldoc --continuous --color --embedfonts -t pdf14 -f /tmp/test.pdf --size a4 --footer n/N --header hc --numbered --toclevels 5 --left 4cm --right 5cm --fontsize 10 --browserwidth 800 --duplex `cat /tmp/liste `

facelets/myfaces: tabChangeListener

es scheint ein dauerbrenner zu sein -- nichtsdestotrotz ist auch in der unter
http://code.google.com/p/tomahawk-facelets/
zu findenden taglib für tomahawk weder ein eintrag in der taglib selbst noch ein handler für den tag zu finden.
nach einigem experimentieren habe ich eine eigene lösung gefunden und (die sourcen gibt's da auch) die taglib entsprechend erweitert:
- am ende der tomahawk.taglib.xml

<tag>
	<tag-name>tabChangeListener</tag-name>

postgres->hsql

den inhalt einer postgres-datenbank in eine hsql-datenbank?
java -cp /usr/share/java/hsqldb.jar:/usr/share/java/hsqldbutil.jar:/usr/share/java/postgresql.jar org.hsqldb.util.Transfer

Syndicate content