Changeset 4722 for trunk/website

Show
Ignore:
Timestamp:
10/21/06 06:02:34 (2 years ago)
Author:
erijo
Message:

To quote the autoconf manual:

Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/skins.php

    r4518 r4722  
    1 <? 
    2   include "header.php"; 
    3 ?> 
    4        
    5       <div id="content" >  
    6  
    7                 <div id="main"><img src="images/main_title_skins.gif" alt="Main" /></div> 
    8         <div id="maincontent"> 
    9           <div id="subcontent"> 
    10  
    11           <p>Skins for Licq work with the Qt-GUI plugin and are easy to make (see the <a href="SKINS.HOWTO">SKINS.HOWTO</a>) and easy to install.</p> 
    12           <p>To use one, simply unpack it into the qt-gui directory (/usr/local/share/licq/qt-gui or /usr/share/licq/qt-gui) or your licq directory (~/.licq) and then select it from the Skin Browser, or use the -s option to the qt-gui.</p>  
    13           <p>You can also test a skin by unpacking it anywhere and passing the gui the full pathname to the directory.</p> 
    14  
    15           <h3><a href="skins.php">Skins</a> :: <a href="iconsets.php">Icons</a> :: Sounds :: Click Images to Zoom</h3>  
    16              
    171            <? 
    182 
     
    8367            </table> 
    8468       
    85           </div> 
    86         </div> 
    87  
    88         <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> 
    89  
    90             </div>  
    91  
    92 <? include "footer.php" ?>