Yann Le Boulanger writes:
Hi thomas,Gajim is structured so that you can write a frontend in what you want ! And I think about a ncurses client since the begining of Gajim :)In fact all the GTK part is separated from the core code. The code code is in common/* no GTK in this folder / subfolder GTK code is in src/*.pyso all you have to do is to "copy" the structure of src/gajim.py, which is the main part of the GTK interface, and adapt it to use ncurses. The start point is the __init__ function of the Interface class in src/gajim.pyI'll be happy to help you to code that -- Yann
hi, perfect, thx! i'll start with getting more familiar with python and the gajim sources. also i have to think about how to design the interface (from a graphical point of view). -- thomas
pgpBxRMbtrOAn.pgp
Description: PGP signature
_______________________________________________ Gajim-devel mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/gajim-devel
