root/trunk/website/utilities.php

Revision 4518, 4.3 kB (checked in by erijo, 2 years ago)

- Moved all converters to the converters subdir
- Removed hostname from the links in the menu (to work on mirrors)
- Added www.se.licq.org as a mirror
- svn:keywords and svn:executable removed from most files
- CVS to SVN and sf.net to trac changes
- Some other small changes

  • Property svn:eol-style set to native
Line 
1<?
2  include "header.php";
3?>
4     
5      <div id="content" >
6
7                <div id="main"><img src="images/main_title_utilities.gif" alt="Utilites" /></div>
8        <div id="maincontent">
9          <div id="subcontent">
10           
11            <p>Utilities are a simple way to extend the functionality of Licq. A utility is simply a short text file (see the <a href="UTILITIES.HOWTO">UTILITIES.HOWTO</a>) which defines an external program to run, and what variables to pass it. The utility can be run for any user, so for example the Pine utility will start up a terminal running pine and open a new message with the email address of the particular user in the "To:" field.</p>
12
13            <p>Installing a utility is simple. Simply copy the .utility file into {licq prefix}/share/licq/utilities and restart licq.</p>
14
15            <p>A number of utilities are available for Licq at the current time (new submissions are welcome):</p>
16
17            <!-- Utility Item Begin-->
18            <div class="news">
19              <h2></h2>
20              <div class="tables">
21                <table style="margin-left: 5%; width: 90%;"  border="0" cellpadding="5" cellspacing="0">
22                  <tr>
23                    <td style="width: 30%;"><b>utility</b></td>
24                    <td><b>description</b></td>
25                  </tr>
26                  <tr>
27                    <td>hostname</td>
28                    <td>performs a hostname lookup on the user's ip</td>
29                  </tr>
30                  <tr>
31                    <td>pine</td>
32                    <td>email the user using pine</td>
33                  </tr>
34                  <tr>
35                    <td>ping</td>
36                    <td>pings the user's ip</td>
37                  </tr>
38                  <tr>
39                    <td>finger</td>
40                    <td>finger the remote user</td>
41                  </tr>
42                  <tr>
43                    <td>netscape</td>
44                    <td>shows the user's homepage in netscape (uses "viewurl-netscape.sh")</td>
45                  </tr>
46                  <tr>
47                    <td>talk</td>
48                    <td>sends a talk request to the user</td>
49                  </tr>                  <tr>
50                    <td>ftp</td>
51                    <td>ftp's to the user's system using unix ftp</td>
52                  </tr>
53                  <tr>
54                    <td>queso</td>
55                    <td>uses <a href="http://apostols.org/projectz/queso/" >queso</a> to try to determine the user's operating system</td>
56                  </tr>
57                  <tr>
58                    <td>nmap</td>
59                    <td>uses <a href="http://www.insecure.org/nmap" >nmap</a> to scan for open ports</td>
60                  </tr>
61                  <tr>
62                    <td>vnc</td>
63                    <td>opens a <a href="http://www.realvnc.com/">vnc</a> viewer of the remote user's window</td>
64                  </tr>
65                  <tr>
66                    <td>traceroute</td>
67                    <td>traces the ip route to the user</td>
68                  </tr>
69                  <tr>
70                    <td>xtraceroute</td>
71                    <td>a graphical traceroute program. shows the packets route in
72                  a 3d map of the planet. needs opengl (or mesa). way cool. 8)
73                  (http://www.dtek.chalmers.se/~d3august/xt/)</td>
74                  </tr>
75                  <tr>
76                    <td>mutt</td>
77                    <td>uses <a href="http://www.mutt.org" >mutt</a> to email the user</td>
78                  </tr>
79                  <tr>
80                    <td>gftp</td>
81                    <td>a cute, graphical ftp client.  (http://gftp.seul.org)</td>
82                  </tr>
83                  <tr>
84                    <td>backorifice</td>
85                    <td>opens a backorifice connection to the user (http://cvs.linux.hr/boclient/).</td>
86                  </tr>
87                </table>
88              </div>
89
90              <div class="footer">
91                <div class="footer_right"></div>
92              </div>
93            </div>
94            <!-- Utility Item End-->
95     
96          </div>
97        </div>
98
99        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div>
100
101            </div>
102
103<? include "footer.php" ?>
Note: See TracBrowser for help on using the browser.