mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 12:28:10 +01:00
adding the news.
cleaning up the text.
This commit is contained in:
@@ -11,11 +11,13 @@
|
|||||||
<p>pywmdockapps is the place to be if you are interested in <a
|
<p>pywmdockapps is the place to be if you are interested in <a
|
||||||
href="http://www.windowmaker.org">WindowMaker</a>, <a
|
href="http://www.windowmaker.org">WindowMaker</a>, <a
|
||||||
href="http://dockapps.org">dockapps</a> and <a
|
href="http://dockapps.org">dockapps</a> and <a
|
||||||
href="http://www.python.org">Python</a>. WindowMaker dockapps are graphical
|
href="http://www.python.org">Python</a>.
|
||||||
applications fitting in a 64x64 tile. they can work in WindowMaker or any
|
|
||||||
other window manager which can handle WindowMaker style dockapps.
|
WindowMaker dockapps are graphical applications fitting in a 64x64 tile.
|
||||||
pywmdockapps is a Python library enabling quick development of your own
|
they can work in WindowMaker or any other window manager which can handle
|
||||||
dockapps plus a small collection of usable examples.
|
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.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>the included examples are quite untested. they may work quite well, may
|
<p>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).
|
|||||||
|
|
||||||
<h3>News</h3>
|
<h3>News</h3>
|
||||||
|
|
||||||
|
<p class="newsdate">2006-10-13</p>
|
||||||
|
<p class="newstext">we are now at version 1.11. the library can be
|
||||||
|
built/installed/distributed using the standard distutils library.
|
||||||
|
do</p>
|
||||||
|
<pre>python setup.py build
|
||||||
|
sudo python setup.py install</pre>
|
||||||
|
|
||||||
|
<p class="newstext">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.
|
||||||
|
</p>
|
||||||
|
<p class="newstext">once you have added your own font, redo the intallation
|
||||||
|
procedure. </p>
|
||||||
|
|
||||||
<p class="newsdate">2005-09-05</p>
|
<p class="newsdate">2005-09-05</p>
|
||||||
<p class="newstext">coordination taken over by Mario Frasca. project accepted in sourceforge. </p>
|
<p class="newstext">coordination taken over by Mario Frasca. project accepted in sourceforge. </p>
|
||||||
|
|
||||||
@@ -72,13 +91,13 @@ hang.</p>
|
|||||||
<p class="newstext">Kristoffer Erlandsson starts the project, creating the file pywmgeneral.c. Thanks to Martijn Pieterse for the original wmgeneral.c</p>
|
<p class="newstext">Kristoffer Erlandsson starts the project, creating the file pywmgeneral.c. Thanks to Martijn Pieterse for the original wmgeneral.c</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h3>Pywmgeneral</h3>
|
<h3>wmdocklib</h3>
|
||||||
<p>Pywmgeneral is a library that makes it possible to write WindowMaker
|
<p>wmdocklib is a library that makes it possible to write WindowMaker
|
||||||
dockapps in <a href='http://www.python.org'>Python</a>. Quite a bit of the
|
dockapps in <a href='http://www.python.org'>Python</a>. Quite a bit of the
|
||||||
code is taken from the old wmgeneral.c and I have just provided Python wrappers
|
code is taken from wmgeneral.c and Kristoffer says he just provided Python
|
||||||
around these functions. The library also contains a Python part above the
|
wrappers around those functions. The library also contains a Python part
|
||||||
wrappers that ease up argument passing and return values. Also some other
|
above the wrappers that ease up argument passing and return values. Also
|
||||||
usable methods are provided there.
|
some other usable methods are provided there.
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
@@ -149,7 +168,7 @@ fine tuning.
|
|||||||
<h3>download</h3>
|
<h3>download</h3>
|
||||||
|
|
||||||
<p>all released files can be found <a
|
<p>all released files can be found <a
|
||||||
href="http://sourceforge.net/project/showfiles.php?group_id=147660">here</a></p>.
|
href="http://sourceforge.net/project/showfiles.php?group_id=147660">here</a>.</p>
|
||||||
|
|
||||||
<p>not yet released versions can be downloaded <a
|
<p>not yet released versions can be downloaded <a
|
||||||
href="http://sourceforge.net/cvs/?group_id=147660">through cvs</a>.</p>
|
href="http://sourceforge.net/cvs/?group_id=147660">through cvs</a>.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user