]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/tcl/tclfvwm.html
Changed CVS pserver links to git links
[sites/home_page.git] / software / tcl / tclfvwm.html
1 <HTML><HEAD>
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
5 on Tcl">
6 </HEAD><BODY>
7 <h1>Tcl Fvwm Interface</h1>
8 <h2>Features</h2>
9 <UL>
10 <LI>Tcl-only package. No compiling required
11 <LI>High level routines to obtain window list and configuration info
12 from fvwm
13 <LI>All aspects of initialization are hidden inside package
14 initialization code
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
18 </UL>
19 <h2>Requirements</H2>
20 <UL>
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.
25 </UL>
26 <H2>Download</H2>
27 <ul>
28 <li><a
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>
32 <Li>GIT
33 <pre>
34 git clone http://www.wagner.pp.ru/git/oss/fvwm-tcl.git
35 </pre>
36 <li><a href="http://www.wagner.pp.ru/gitweb?p=oss/fvwm-tcl.git;a=summary">GITWEB</a>
37 <H3>Bug tracking</H3>
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>                            
43 </BODY>
44 </HTML>