]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/tcl/tclfvwm.html
Changed all links to 45.free.net to wagner.pp.ru
[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>CVS
33 <pre>
34 CVSROOT=:pserver:cvs@wagner.pp.ru:/work/oss<br>
35  empty password<br> 
36  module name <a href="/cgi-bin/cvsweb/fvwm-tcl?cvsroot=soft">fvwm-tcl</a>
37 </pre>
38 <H3>Bug tracking</H3>
39 <A HREF="https://www.wagner.pp.ru/cgi-bin/cvstrac/fvwm-tcl/">HTTPS access
40 to Cvstrac</a>. If you don't have my CA certificate, visit <a
41 href="http://www.wagner.pp.ru/cvstrac.html">Main BTS page</a> first.
42 <H2>Documentation</h2>
43 <A href="man/Fvwm.n.html">Manual page online</a>                            
44 </BODY>
45 </HTML>