|
From: <ho...@us...> - 2004-02-04 01:51:31
|
Update of /cvsroot/ganc/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22311 Modified Files: download.php ganc.css index.php news.php right_frame.php screenshots.php Log Message: Updated news.php and added some nicer format to CSS Index: download.php =================================================================== RCS file: /cvsroot/ganc/web/download.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** download.php 17 Dec 2003 00:20:03 -0000 1.1 --- download.php 4 Feb 2004 01:49:14 -0000 1.2 *************** *** 9,15 **** <body> <!-- include some local_variables --> ! <?php include 'local_variables.php'; ! $download_class="active"; ! ?> <!---------------------------- Left frame -----------------------------> <div id="leftframe"> --- 9,14 ---- <body> <!-- include some local_variables --> ! <?php include 'local_variables.php' ?> ! <?php $download_class="active" ?> <!---------------------------- Left frame -----------------------------> <div id="leftframe"> Index: ganc.css =================================================================== RCS file: /cvsroot/ganc/web/ganc.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ganc.css 23 Nov 2003 00:23:05 -0000 1.1.1.1 --- ganc.css 4 Feb 2004 01:49:14 -0000 1.2 *************** *** 40,64 **** ul.news { /* list-style: none;*/ ! padding-left: 10%; } ! /* list elements */ ul.news li { text-align: left; ! padding-left: 2%; ! padding-right: 2%; ! margin-left: -10%; ! margin-right: 0; margin-top: 2em; margin-bottom: 1em; background-color: #CCCCCC; list-style: none; } ! ul.news li span { ! right: 26%; ! width: auto; ! text-align: right; font-weight: bold; } --- 40,63 ---- ul.news { /* list-style: none;*/ ! padding-left: 5%; } ! /* news list elements */ ul.news li { text-align: left; ! padding-left: 5%; margin-top: 2em; margin-bottom: 1em; background-color: #CCCCCC; list-style: none; + font-size: x-small; } ! /* news list emphasis */ ! ul.news em { ! padding-left: 0%; ! font-style: normal; font-weight: bold; + font-size: medium; } Index: index.php =================================================================== RCS file: /cvsroot/ganc/web/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 17 Dec 2003 00:20:03 -0000 1.1 --- index.php 4 Feb 2004 01:49:14 -0000 1.2 *************** *** 9,15 **** <body> <!-- include some local_variables --> ! <?php include 'local_variables.php'; ! $home_class="active"; ! ?> <!---------------------------- Left frame -----------------------------> <div id="leftframe"> --- 9,14 ---- <body> <!-- include some local_variables --> ! <?php include 'local_variables.php' ?> ! <?php $home_class="active" ?> <!---------------------------- Left frame -----------------------------> <div id="leftframe"> Index: news.php =================================================================== RCS file: /cvsroot/ganc/web/news.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** news.php 17 Dec 2003 00:20:03 -0000 1.1 --- news.php 4 Feb 2004 01:49:14 -0000 1.2 *************** *** 18,31 **** <h2>News</h2> <hr /> - <p class="date">Last stable version of ganc is <?php echo "$current_version" ?></p> <ul class="news"> ! <li>13th Dec 2003<span>ganc-0.7 released</span></li> ! A new hot right out of the oven release is out. Check it out in the download page. ! <li>21st Nov 2003<span>ganc's web page got updated</span></li> ganc's web page got a major makeover ! <li>19th Nov 2003<span>ganc goes on CVS</span></li> ganc's source code is in CVS!<br /> You can get it at SourceForge.net </ul> </div> --- 18,42 ---- <h2>News</h2> <hr /> <ul class="news"> ! <li>3rd Feb 2004 <br /> ! <em>ganc-0.8 released</em> ! Brand new ganc release. <br /> ! With this version ganc becomes pure gtk2. <br /> ! It doesn't use readline and libzvt2 anymore so it should be a lot easier to install for a lot of people. And it looks way nicer thanks to the wonderful gtk2 widget GtkTextView. ! ! <li>13th Dec 2003 <br /> ! <em>ganc-0.7 released</em></li> ! A new hot release right out of the oven. Check it out in the download page. ! ! <li>21st Nov 2003<br /> ! <em>ganc's web page got updated</em></li> ganc's web page got a major makeover ! ! <li>19th Nov 2003<br /> ! <em>ganc goes on CVS</em></li> ganc's source code is in CVS!<br /> You can get it at SourceForge.net + </ul> </div> Index: right_frame.php =================================================================== RCS file: /cvsroot/ganc/web/right_frame.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** right_frame.php 17 Dec 2003 00:20:03 -0000 1.1 --- right_frame.php 4 Feb 2004 01:49:14 -0000 1.2 *************** *** 6,10 **** [<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small> </p> ! <p class="<?php echo "$home_class" ?>"><a href="index.php">Home</a></p> <p class="<?php echo "$news_class" ?>"><a href="news.php">News</a></p> <p class="<?php echo "$screenshots_class" ?>"><a href="screenshots.php">Screenshots</a></p> --- 6,10 ---- [<a href="http://cvs.sourceforge.net/cvstarballs/ganc-cvsroot.tar.bz2">Nightly CVS tarball</a>]</small> </p> ! <p class="<?php echo "$home_class" ?>"><a href="http://ganc.sourceforge.net">Home</a></p> <p class="<?php echo "$news_class" ?>"><a href="news.php">News</a></p> <p class="<?php echo "$screenshots_class" ?>"><a href="screenshots.php">Screenshots</a></p> Index: screenshots.php =================================================================== RCS file: /cvsroot/ganc/web/screenshots.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** screenshots.php 17 Dec 2003 00:20:03 -0000 1.1 --- screenshots.php 4 Feb 2004 01:49:14 -0000 1.2 *************** *** 9,15 **** <body> <!-- include some local_variables --> ! <?php include 'local_variables.php'; ! $screenshots_class="active"; ! ?> <!---------------------------- Left frame -----------------------------> <div id="leftframe"> --- 9,14 ---- <body> <!-- include some local_variables --> ! <?php include 'local_variables.php' ?> ! <?php $screenshots_class="active" ?> <!---------------------------- Left frame -----------------------------> <div id="leftframe"> |