Changeset 4482 for trunk/website
- Timestamp:
- 07/05/06 14:03:23 (2 years ago)
- Location:
- trunk/website
- Files:
-
- 11 modified
-
archive.php (modified) (3 diffs)
-
daily.php (modified) (2 diffs)
-
footer.php (modified) (2 diffs)
-
header.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
mirrors.php (modified) (2 diffs)
-
modify.html (modified) (1 diff)
-
news.php (modified) (1 diff)
-
news/46 (modified) (1 diff)
-
plugins.php (modified) (1 diff)
-
xlog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/archive.php
r4128 r4482 51 51 ?> 52 52 <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 54 54 <p> 55 55 <? for ( $i =2; $i < count ( $data ); $i++ ) echo $data[$i]; ?> 56 </p >56 </p 57 57 <div class="footer"> 58 <div class="footer_right"></div >59 </div >58 <div class="footer_right"></div 59 </div 60 60 </div> 61 61 <? … … 109 109 function news_show_single_item() 110 110 { 111 global $item_id; 111 //global $item_id; 112 $item_id = $_REQUEST['item_id'] 113 if (!is_numeric($item_id) 114 { echo "NO." 115 exit 116 112 117 $data = news_read_item( $item_id ); 113 118 news_show_item( $data ); … … 123 128 } 124 129 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 * 133 function 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" > 3 3 4 4 <div id="main"><img src="images/main_title_dailies.gif" alt="CVS Dailies" /></div> … … 13 13 <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> 14 14 <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 17 19 <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> 19 21 <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. 20 22 <p>Please join the Licq development mailinglist when you use the snapshots regularly. -
trunk/website/footer.php
r4195 r4482 7 7 <div class="menu_item"><a href="http://www.licq.org/info.php"><span>Info</span></a></div> 8 8 <div class="menu_item"><a href="http://blog.licq.org"><span>Blog</span></a></div> 9 <div class="menu_item"><a href="http://w ww.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> 10 10 <div class="menu_item"><a href="http://www.licq.org/mirrors.php"><span>Mirrors</span></a></div> 11 11 <div class="menu_item"><a href="http://www.licq.org/help.php"><span>Help</span></a></div> 12 12 <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> CVSDailies</span></a></div>13 <div class="menu_item"><a href="http://www.licq.org/daily.php"><span>SVN Dailies</span></a></div> 14 14 <div class="menu_item"><a href="http://www.licq.org/shots.php"><span>Screenshots</span></a></div> 15 15 <div class="menu_item"><a href="http://www.licq.org/skins.php"><span>Skins</span></a></div> … … 23 23 <div id="crew"> 24 24 <ul> 25 <li><img src="http://web.icq.com/whitepages/online?icq=16325723&img=5" alt="Jon_status"/> Jon Keating25 <li><img src="http://web.icq.com/whitepages/online?icq=16325723&img=5" alt="Jon_status"/><a href="http://www.thejon.org/">Jon Keating</a> 26 26 <ul> 27 27 <li>Alias: Emostar</li> -
trunk/website/header.php
r4124 r4482 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > 3 3 <head> 4 <title>Licq </title>4 <title>Licq - ICQ Client/Multi-protocol Messenger</title> 5 5 <meta http-equiv="content-type" content="text/html;charset=utf-8" /> 6 6 <meta http-equiv="Content-Style-Type" content="text/css" /> -
trunk/website/index.php
r4279 r4482 2 2 include "header.php"; 3 3 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 4 11 ?> 5 12 -
trunk/website/mirrors.php
r4154 r4482 13 13 <div class="news"> 14 14 <p> 15 Currenly only the main site is up! The main server's hard disk crashed and we are in the process of restoring the DNS entries. 15 16 <TABLE CELLSPACING="3" CELLPADDING="3"> 16 17 <tr> … … 23 24 <td><A HREF="http://www.licq.org/" target=_top>http</A> 24 25 <td><A HREF="ftp://ftp2.sourceforge.net/pub/sourceforge/licq/">ftp</A> 25 <td> Sourceforge.26 <td>Jon Keating (Japan) 26 27 <tr> 27 28 <!-- -
trunk/website/modify.html
r4128 r4482 1 Sun May 29 03:05:20 JST 2005 1 Wed Jul 5 03:01:10 JST 2006 -
trunk/website/news.php
r4154 r4482 3 3 include "archive.php"; 4 4 5 $news_action = $_REQUEST['news_action'] 5 6 if ( empty( $news_action ) ) $news_action = "show_archive"; 6 7 ?> -
trunk/website/news/46
r4283 r4482 1 1 2005-10-21 22:54 2 2 Licq 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>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://www.thejon.org/gallery2/v/papa">Lloyd Keating Photos</A><BR></LI> 4 4 On 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: 5 5 <UL> -
trunk/website/plugins.php
r4279 r4482 44 44 </tr> 45 45 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>56 46 <tr> 57 47 <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 1 Revision <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 /> 2 Revision <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 /> 3 Revision <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 /> 4 Revision <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 /> 5 Revision <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 /> 6 Revision <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 /> 7 Revision <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 /> 8 Revision <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 /> 9 Revision <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 /> 10 Revision <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 /> 11 Revision <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 /> 12 Revision <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 /> 13 Revision <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 /> 14 Revision <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 /> 15 Revision <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 /> 16 Revision <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 /> 17 Revision <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 /> 18 Revision <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 /> 19 Revision <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 /> 20 Revision <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 /> 21 Revision <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 /> 22 Revision <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 /> 23 Revision <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 /> 24 Revision <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 /> 25 Revision <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 /> 26 Revision <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 />
