From 3f0daf34172c93361536bc00831f5c26e3caef7e Mon Sep 17 00:00:00 2001 From: mfrasca <> Date: Sun, 15 Oct 2006 09:03:21 +0000 Subject: [PATCH] adding the news. cleaning up the text. --- website/index.html | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/website/index.html b/website/index.html index 2571c83..ddd3682 100644 --- a/website/index.html +++ b/website/index.html @@ -11,11 +11,13 @@
pywmdockapps is the place to be if you are interested in WindowMaker, dockapps and Python. WindowMaker dockapps are graphical -applications fitting in a 64x64 tile. they can work in WindowMaker or any -other window manager which can handle WindowMaker style dockapps. -pywmdockapps is a Python library enabling quick development of your own -dockapps plus a small collection of usable examples. +href="http://www.python.org">Python. + +WindowMaker dockapps are graphical applications fitting in a 64x64 tile. +they can work in WindowMaker or any other window manager which can handle +WindowMaker style dockapps. The project pywmdockapps contains a Python +library -wmdocklib- enabling quick development of your own dockapps plus a +small collection of usable examples.
the included examples are quite untested. they may work quite well, may @@ -46,6 +48,23 @@ will be processed quickly (a matter of 3/5 days).
2006-10-13
+we are now at version 1.11. the library can be +built/installed/distributed using the standard distutils library. +do
+python setup.py build +sudo python setup.py install+ +
additional fonts can be installed. have a look at the +ones defined in the wmdocklib directory. the constraints are: the name must +contain an indication of the size of the character cell (something like +6x8); only the ASCII characters 32-127 can be defined; the width of the xpm +must be 128 pixels; in the xpm the two characters ' '(space) and '%' are +reserved for background and foreground. +
+once you have added your own font, redo the intallation +procedure.
+2005-09-05
coordination taken over by Mario Frasca. project accepted in sourceforge.
@@ -72,13 +91,13 @@ hang.Kristoffer Erlandsson starts the project, creating the file pywmgeneral.c. Thanks to Martijn Pieterse for the original wmgeneral.c
Pywmgeneral is a library that makes it possible to write WindowMaker +
wmdocklib is a library that makes it possible to write WindowMaker dockapps in Python. Quite a bit of the -code is taken from the old wmgeneral.c and I have just provided Python wrappers -around these functions. The library also contains a Python part above the -wrappers that ease up argument passing and return values. Also some other -usable methods are provided there. +code is taken from wmgeneral.c and Kristoffer says he just provided Python +wrappers around those functions. The library also contains a Python part +above the wrappers that ease up argument passing and return values. Also +some other usable methods are provided there.
all released files can be found here
. +href="http://sourceforge.net/project/showfiles.php?group_id=147660">here.not yet released versions can be downloaded through cvs.