Changeset 4482 for trunk/website

Show
Ignore:
Timestamp:
07/05/06 14:03:23 (2 years ago)
Author:
emostar
Message:

Sync the website to SVN to help allow other people to submit patches and commits

Location:
trunk/website
Files:
11 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/archive.php

    r4128 r4482  
    5151    ?> 
    5252    <div class="news"> 
    53       <h2><B><?echo $title;?></B> - <I><?echo $date;?></I></h2> 
     53      <h2><B><?echo $title;?></B> - <I><?echo $date;?></I></h2 
    5454      <p> 
    5555      <? for ( $i =2; $i < count ( $data ); $i++ ) echo $data[$i]; ?> 
    56       </p> 
     56      </p 
    5757      <div class="footer"> 
    58         <div class="footer_right"></div> 
    59       </div> 
     58        <div class="footer_right"></div 
     59      </div 
    6060    </div> 
    6161    <? 
     
    109109function news_show_single_item() 
    110110{ 
    111     global $item_id; 
     111    //global $item_id; 
     112$item_id = $_REQUEST['item_id'] 
     113if (!is_numeric($item_id) 
     114{ echo "NO." 
     115exit 
     116 
    112117    $data = news_read_item( $item_id ); 
    113118    news_show_item( $data ); 
     
    123128} 
    124129 
    125 /* 
    126  * Get all directory entries except . and .. 
    127  */ 
    128 function dir_get_entries( $path ) { 
    129     $i = 0; 
    130     $hdir = opendir( $path ); 
    131     while( $entry = readdir( $hdir ) ) { 
    132         if ( $entry == "." ) continue; 
    133         if ( $entry == ".." ) continue; 
    134         $data[$i++] = $entry; 
    135     } 
    136     closedir( $hdir ); 
    137     if ( !empty( $data ) ) sort( $data ); 
    138     return $data; 
    139 } 
    140 ?> 
     130/ 
     131 * Get all directory entries except . and . 
     132 * 
     133function dir_get_entries( $path )  
     134    $i = 0 
     135    $hdir = opendir( $path ) 
     136    while( $entry = readdir( $hdir ) )  
     137        if ( $entry == "." ) continue 
     138        if ( $entry == ".." ) continue 
     139        $data[$i++] = $entry 
     140     
     141    closedir( $hdir ) 
     142    if ( !empty( $data ) ) sort( $data ) 
     143    return $data 
     144 
     145? 
  • trunk/website/daily.php

    r4153 r4482  
    1        
    2       <div id="content" >  
     1<? include('header.php'); ?> 
     2  <div id="content" >  
    33 
    44      <div id="main"><img src="images/main_title_dailies.gif" alt="CVS Dailies" /></div> 
     
    1313             <p>CVS snapshots, in addition to anonymous CVS (see below), are available daily. If you want to participate in development and get full CVS access, please ask <a href="mailto:jon@licq.org">Jon</a>.</p> 
    1414             <p>If you want to know what has changed in every detail, you should subscribe to the Licq CVS commit mailinglist.To do so, write an email to <a href=" mailto:licq-cvs-request@lists.sourceforge.net">licq-cvs-request@lists.sourceforge.net</a> and put 'subscribe' in the subject.</p> 
    15              <p>Brief summary of changes for the last week: 
    16              <pre><?php require("xlog.html"); ?></pre></p> 
     15             <p>Brief summary of changes for the last week:<br> 
     16             <?php require("xlog.html"); ?> 
     17             </p> 
     18 
    1719             <p> 
    18              You can download the current Licq snapshot <a href="licq-daily.tar.bz2">licq-20050529</a>.<br> 
     20             You can download the current Licq snapshot <a href="http://licq.sf.net/licq-daily.tar.bz2">licq-20060705</a>.<br> 
    1921             <p>Remember, these are development versions, so they might have new and untested features or contain bugs. They might not even compile, so use them at your own risk. 
    2022             <p>Please join the Licq development mailinglist when you use the snapshots regularly. 
  • trunk/website/footer.php

    r4195 r4482  
    77          <div class="menu_item"><a href="http://www.licq.org/info.php"><span>Info</span></a></div> 
    88          <div class="menu_item"><a href="http://blog.licq.org"><span>Blog</span></a></div> 
    9           <div class="menu_item"><a href="http://www.licq.org/faqs.php"><span>FAQs</span></a></div> 
     9          <div class="menu_item"><a href="http://wiki.licq.org"><span>Wiki</span></a></div> 
    1010          <div class="menu_item"><a href="http://www.licq.org/mirrors.php"><span>Mirrors</span></a></div> 
    1111          <div class="menu_item"><a href="http://www.licq.org/help.php"><span>Help</span></a></div> 
    1212          <div class="menu_item"><a href="http://www.licq.org/download.php"><span>Downloads</span></a></div> 
    13           <div class="menu_item"><a href="http://www.licq.org/daily.php"><span>CVS Dailies</span></a></div> 
     13          <div class="menu_item"><a href="http://www.licq.org/daily.php"><span>SVN Dailies</span></a></div> 
    1414          <div class="menu_item"><a href="http://www.licq.org/shots.php"><span>Screenshots</span></a></div> 
    1515          <div class="menu_item"><a href="http://www.licq.org/skins.php"><span>Skins</span></a></div> 
     
    2323        <div id="crew"> 
    2424          <ul> 
    25             <li><img src="http://web.icq.com/whitepages/online?icq=16325723&amp;img=5" alt="Jon_status"/>Jon Keating 
     25            <li><img src="http://web.icq.com/whitepages/online?icq=16325723&amp;img=5" alt="Jon_status"/><a href="http://www.thejon.org/">Jon Keating</a> 
    2626              <ul> 
    2727                <li>Alias: Emostar</li> 
  • trunk/website/header.php

    r4124 r4482  
    22<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > 
    33<head> 
    4 <title>Licq</title> 
     4<title>Licq - ICQ Client/Multi-protocol Messenger</title> 
    55<meta http-equiv="content-type" content="text/html;charset=utf-8" /> 
    66<meta http-equiv="Content-Style-Type" content="text/css" /> 
  • trunk/website/index.php

    r4279 r4482  
    22  include "header.php"; 
    33  include "archive.php"; 
     4    include("/var/www/htdocs/zorbstats/zorblogs.php") 
     5 
     6    include ("/var/www/htdocs/zorbstats/zorblogspages.php") 
     7    $pagename = "licq".substr($PHP_SELF,1)  
     8    $dispname = "licq".substr($PHP_SELF,1,-4)  
     9    countpage($pagename,$dispname)  
     10 
    411?> 
    512 
  • trunk/website/mirrors.php

    r4154 r4482  
    1313            <div class="news"> 
    1414              <p> 
     15Currenly only the main site is up! The main server's hard disk crashed and we are in the process of restoring the DNS entries. 
    1516<TABLE CELLSPACING="3" CELLPADDING="3"> 
    1617<tr> 
     
    2324<td><A HREF="http://www.licq.org/" target=_top>http</A> 
    2425<td><A HREF="ftp://ftp2.sourceforge.net/pub/sourceforge/licq/">ftp</A> 
    25 <td>Sourceforge. 
     26<td>Jon Keating (Japan) 
    2627<tr> 
    2728<!-- 
  • trunk/website/modify.html

    r4128 r4482  
    1 Sun May 29 03:05:20 JST 2005 
     1Wed Jul  5 03:01:10 JST 2006 
  • trunk/website/news.php

    r4154 r4482  
    33  include "archive.php"; 
    44 
     5$news_action = $_REQUEST['news_action'] 
    56    if ( empty( $news_action ) ) $news_action = "show_archive"; 
    67?> 
  • trunk/website/news/46

    r4283 r4482  
    112005-10-21 22:54 
    22Licq 1.3.2 
    3 First, a personal note... I'd like to dedicate this release to my grandfather who passed away on September 23rd, 2005. I have created a small photo album of him with more information and comments. Please feel free to leave your own comments for me and my family. Thanks. The URL is: <A HREF="http://gallery.thejon.org/papa">Lloyd Keating Photos</A><BR></LI> 
     3First, a personal note... I'd like to dedicate this release to my grandfather who passed away on September 23rd, 2005. I have created a small photo album of him with more information and comments. Please feel free to leave your own comments for me and my family. Thanks. The URL is: <A HREF="http://www.thejon.org/gallery2/v/papa">Lloyd Keating Photos</A><BR></LI> 
    44On a more happier note, after more than a year, we have a new Licq release that has many new features! Here is a short summary: 
    55<UL> 
  • trunk/website/plugins.php

    r4279 r4482  
    4444                  </tr> 
    4545 
    46                   <tr> 
    47                     <td><a href="http://jons-gtk-gui.sourceforge.net">Jons GTK+ Gui</a></td> 
    48                     <td>0.20</td> 
    49                     <td>A pretty functional GTK+ interface. <b>MAINTAINER NEEDED</b></td> 
    50                   </tr> 
    51                   <tr> 
    52                     <td><a href="http://gtk.licq.org/">GTK+Licq</a></td> 
    53                     <td>0.50.1</td> 
    54                     <td>A easy to use gui using Gtk with optional GNOME support including a nice applet.</td> 
    55                   </tr> 
    5646                  <tr> 
    5747                    <td><a href="http://nicq.sourceforge.net">Nicq</a></td> 
  • trunk/website/xlog.html

    r4128 r4482  
    1 File licq/src/icqd-srv.cpp changed from revision 1.161 to 1.162 
    2 File licq/src/icqpacket.cpp changed from revision 1.113 to 1.114 
    3 File licq/src/translate.cpp changed from revision 1.14 to 1.15 
     1Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4452&view=rev">4452</a> changed on 2006-06-27 00:49:31 +0900 <br /> 
     2Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4453&view=rev">4453</a> changed on 2006-06-27 01:14:20 +0900 <br /> 
     3Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4454&view=rev">4454</a> changed on 2006-06-28 03:35:50 +0900 <br /> 
     4Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4455&view=rev">4455</a> changed on 2006-06-28 06:17:20 +0900 <br /> 
     5Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4456&view=rev">4456</a> changed on 2006-06-29 06:05:56 +0900 <br /> 
     6Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4457&view=rev">4457</a> changed on 2006-06-30 00:22:29 +0900 <br /> 
     7Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4458&view=rev">4458</a> changed on 2006-06-30 00:47:59 +0900 <br /> 
     8Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4459&view=rev">4459</a> changed on 2006-06-30 01:35:18 +0900 <br /> 
     9Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4460&view=rev">4460</a> changed on 2006-06-30 01:43:47 +0900 <br /> 
     10Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4461&view=rev">4461</a> changed on 2006-06-30 04:19:35 +0900 <br /> 
     11Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4463&view=rev">4463</a> changed on 2006-06-30 06:53:05 +0900 <br /> 
     12Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4464&view=rev">4464</a> changed on 2006-06-30 22:43:16 +0900 <br /> 
     13Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4465&view=rev">4465</a> changed on 2006-06-30 23:37:31 +0900 <br /> 
     14Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4466&view=rev">4466</a> changed on 2006-07-01 10:22:40 +0900 <br /> 
     15Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4467&view=rev">4467</a> changed on 2006-07-01 18:47:24 +0900 <br /> 
     16Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4468&view=rev">4468</a> changed on 2006-07-01 19:00:24 +0900 <br /> 
     17Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4469&view=rev">4469</a> changed on 2006-07-01 23:24:01 +0900 <br /> 
     18Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4470&view=rev">4470</a> changed on 2006-07-01 23:53:43 +0900 <br /> 
     19Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4471&view=rev">4471</a> changed on 2006-07-03 00:52:56 +0900 <br /> 
     20Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4472&view=rev">4472</a> changed on 2006-07-03 00:53:47 +0900 <br /> 
     21Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4473&view=rev">4473</a> changed on 2006-07-03 01:06:27 +0900 <br /> 
     22Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4474&view=rev">4474</a> changed on 2006-07-03 04:27:11 +0900 <br /> 
     23Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4475&view=rev">4475</a> changed on 2006-07-03 05:22:12 +0900 <br /> 
     24Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4476&view=rev">4476</a> changed on 2006-07-03 05:41:09 +0900 <br /> 
     25Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4477&view=rev">4477</a> changed on 2006-07-04 21:58:46 +0900 <br /> 
     26Revision <a href="http://svn.licq.org/cgi-bin/viewcvs.cgi?rev=4478&view=rev">4478</a> changed on 2006-07-04 23:53:08 +0900 <br />