2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
3 <TITLE>Tcl Fvwm interface</TITLE>
4 <meta name="description" content="Pure Tcl module to write fvwm modules
7 <h1>Tcl Fvwm Interface</h1>
10 <LI>Tcl-only package. No compiling required
11 <LI>High level routines to obtain window list and configuration info
13 <LI>All aspects of initialization are hidden inside package
15 <LI>No namespace pollution - all routines and variables are in its
16 own <CODE>::fvwm</CODE> namespace
17 <LI>Utility function to search xpm files along fvwm's PixmapPath
21 <LI><A href="http://tcl.sf.net">Tcl</a> (Tk is not strictly neccessary,
22 but needed if you want your module have some GUI)
23 <LI><A href="http://tclx.sf.net">TclX</a> is neccessary for portable
24 access to fvwm pipes. On Linux module works without TclX.
29 href="http://ftp.wagner.pp.ru/pub/tcl/fvwm/fvwm-tcl-1.3.tar.gz">fvwm-tcl-1.3.tar.gz</a>
30 <li>Debian packages are avaliable from <A
31 HREF="http://wagner.pp.ru/debian/repository">our repository</a>
34 git clone http://www.wagner.pp.ru/git/oss/fvwm-tcl.git
36 <li><a href="http://www.wagner.pp.ru/gitweb?p=oss/fvwm-tcl.git;a=summary">GITWEB</a>
38 <A HREF="https://www.wagner.pp.ru/cgi-bin/cvstrac/fvwm-tcl/">HTTPS access
39 to Cvstrac</a>. If you don't have my CA certificate, visit <a
40 href="http://www.wagner.pp.ru/cvstrac.html">Main BTS page</a> first.
41 <H2>Documentation</h2>
42 <A href="man/Fvwm.n.html">Manual page online</a>