Update of /cvsroot/fink/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv779
Modified Files:
header.inc fink.css phpLang.inc.php
Log Message:
now switching the whole site to i18n
Index: header.inc
===================================================================
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- header.inc 21 Feb 2004 14:12:11 -0000 1.58
+++ header.inc 28 Feb 2004 15:52:08 -0000 1.59
@@ -1,32 +1,57 @@
<?
/* $Id$ */
-// section navigation (always visible)
-$sections = array(
- "index.php", "Home", "home",
- "download/index.php", "Download", "download",
- "pdb/index.php", "Packages", "packages",
- "help/index.php", "Help", "help",
- "faq/index.php", "F.A.Q.", "faq",
- "doc/index.php", "Documentation", "documentation",
- "lists/index.php", "Mailing Lists", "mailing-lists"
+// Language Code (from phpLang.inc.php)
+include_once dirname(__FILE__) . "/phpLang.inc.php";
+$lang_code = 'en';
+if ((phpLang_current)) $lang_code = phpLang_current;
+
+if ('en' == $lang_code) {
+ // section navigation (always visible)
+ $section_names = array(
+ 'home' => 'Home',
+ 'download' => 'Download',
+ 'packages' => 'Packages',
+ 'help' => 'Help',
+ 'faq' => 'F.A.Q.',
+ 'documentation' => 'Documentation',
+ 'mailing-lists' => 'Mailing Lists'
+ );
+} elseif ('ja' == $lang_code) {
+ $section_names = array(
+ 'home' => 'ホーム',
+ 'download' => 'ダウンロード',
+ 'packages' => 'パッケージ',
+ 'help' => 'ヘルプ',
+ 'faq' => 'F.A.Q.',
+ 'documentation' => '文書',
+ 'mailing-lists' => 'メーリングリスト'
+ );
+}
+
+$section_files = array(
+ 'home' => 'index.php',
+ 'download' => 'download/index.php',
+ 'packages' => 'pdb/index.php',
+ 'help' => 'help/index.php',
+ 'faq' => 'faq/index.php',
+ 'documentation' => 'doc/index.php',
+ 'mailing-lists' => 'lists/index.php'
);
-if (!$section)
- $section = "home";
+
+if (!$section) $section = "home";
// main navigation box
-$home_navbox = array(
- "index.php", "Home",
- "news/index.php", "News",
- "about.php", "About",
- "people.php", "Contributors",
- "links.php", "Links"
+if (!is_array($navbox) && $nonva != 1) {
+ $navbox = array(
+ "index.php", "Home",
+ "news/index.php", "News",
+ "about.php", "About",
+ "people.php", "Contributors",
+ "links.php", "Links"
);
-if (!is_array($navbox)) {
- $navbox = $home_navbox;
}
-
// get author and change date from CVS vars
// kill dollar-envelope
if (substr($cvs_author,0,1) == "$")
@@ -45,229 +70,166 @@
$date = filemtime($PATH_TRANSLATED);
}
+// Used in News
+function gray_line ()
+{
+ global $root;
+ print '<img src="'.$root.'img/grey_pixel.gif" height="1" width="100%"
alt="-">';
+}
+
+// Used in Sections
+function insert_sub ($navbox, $active_page) {
+ global $root;
+
+ // Determine the active page - still testing
+ $active_page = -1;
+ $dirname1 = split('/', $_SERVER['PHP_SELF']);
+ $filename1 = $dirname1[sizeof($dirname1) - 1];
+ $dirname1 = $dirname1[sizeof($dirname1) - 2];
+
+ for ($i = 0; $i <= sizeof($navbox) - 2 ; $i += 2) {
+
+ $dirname2 = split('/', $navbox[$i]);
+ $filename2 = $dirname2[sizeof($dirname2) - 1];
+ $filename2 = split('\?', $filename2);
+ $filename2 = $filename2[0];
+ $dirname2 = $dirname2[sizeof($dirname2) - 2];
+
+ if ($filename1 == $filename2) {
+ //if ( ereg($filename, $navbox[$i]) ) {
+ if ($filename1 != 'index.php') {
+ $active_page = $i;
+ break;
+ } else {
+ if ($dirname1 == $dirname2 || $dirname1 == 'fink' &&
$dirname2 == '') {
+ $active_page = $i;
+ break;
+ }
+ }
+ }
+ }
+ if (-1 == $active_page) $active_page = 0;
+
+ if ('htdocs/index.php' == $filename && $active_page == -1) $active_page = 0;
+ // testing
+ if ('fink/index.php' == $filename && $active_page == -1) $active_page = 0;
+ if ('test/index.php' == $filename && $active_page == -1) $active_page = 0;
+
+ for ($i = 0; $i < sizeof($navbox); $i += 2) {
+ echo "\t<tr>\n";
+ if ($i != $active_page) {
+ // For testing locally at my machine
+ if (substr($navbox[$i ], 0, 7) != 'http://') {
+ $_link = $root . $navbox[$i ];
+ } else {
+ $_link = $navbox[$i ];
+ }
+
+ if (substr($link, -2) == ".*") $link = substr($link, 0, -2);
+
+ echo "\t\t<td class=\"toc_subsections\">\n";
+ echo "\t\t\t<a href=\"" . $_link . '" >' . $navbox[$i + 1] .
"</a>\n";
+ } else {
+ echo "\t\t<td class=\"toc_subsections_selected\">\n";
+ echo "\t\t\t" . $navbox[$i + 1] . "\n";
+ }
+ echo "\t\t</td>\n";
+ echo "\t</tr>\n";
+ }
+ echo "\t\t<tr><td>$filename</td></tr>\n";
+}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head>
-<title>Fink - <? print $title ?></title>
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="keywords" content="Mac OS X, Fink, Debian, Macintosh, Apple, UNIX, Open
Source, download, free software, porting, development, package management">
-<meta name="description" content="The Fink Team wants to bring the full world of Unix
Open Source software to Darwin and Mac OS X. We modify Unix software so that it
compiles and runs on Mac OS X and make it available for download as a coherent
distribution"
-<meta name="robots" content="all">
-<link rev="made" href="mailto:[EMAIL PROTECTED]">
-<link rel="stylesheet" href="<? print $root ?>fink.css">
-<?
-if ($metatags)
- print $metatags;
-?>
-<link rel="start" href="<? print $root ?>index.php">
-<link rel="copyright" href="<? print $root ?>legal.php">
+ <title>Fink - <? echo $title ?></title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="keywords" content="Mac OS X, Fink, Debian, Macintosh, Apple, UNIX,
Open Source, download, free software, porting, development, package management">
+ <meta name="description" content="The Fink Team wants to bring the full world
of Unix Open Source software to Darwin and Mac OS X. We modify Unix software so that
it compiles and runs on Mac OS X and make it available for download as a coherent
distribution"
+ <meta name="robots" content="all">
+ <link rev="made" href="mailto:[EMAIL PROTECTED]">
+ <link rel="stylesheet" href="<? print $root ?>fink.css">
+ <? if ($metatags) echo $metatags; ?>
+ <link rel="start" href="<? print $root ?>index.php">
+ <link rel="copyright" href="<? print $root ?>legal.php">
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000f0" vlink="#800080" alink="#ff3333">
<? /* header and sourceforge logo */ ?>
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
+<table width="100%">
<tr valign="bottom">
-<td align="left" class="layout"><?
-if (!$is_home)
- print '<a href="'.$root.'index.php">';
-?><img src="<? print $root ?>img/mlogo.png"
-border="0" alt="Fink"><?
-if (!$is_home)
- print '</a>';
-?></td>
-<td align="right" class="layout">
-<span class="default">
-Hosted by <a href="http://sourceforge.net/"><img
-src="http://sourceforge.net/sflogo.php?group_id=17203" width="88"
-height="31" border="0" alt="SourceForge Logo" style="vertical-align:text-bottom"></a>
-</span>
-</td>
-</tr>
-<tr valign="top">
-<td align="left" style="background-image:url(<? print $root ?>img/top-line.png)"
class="layout"><img
-src="<? print $root ?>img/title2-2.png" width="400" height="8" border="0" alt=""></td>
-<td style="background-image:url(<? print $root ?>img/top-line.png)"
class="layout"><img src="<? print $root ?>img/shim.gif" width="1"
-height="8" border="0" alt=""></td>
+ <td align="left" class="toc_top">
+ <? if (!$is_home) echo '<a href="' . $root . 'index.php">'; ?>
+ <img src="<? echo $root ?>img/mlogo.png" border="0" alt="Fink">
+ <? if (!$is_home) echo '</a>'; ?>
+ </td>
+ <td align="right" class="toc_top">
+ <span class="default">
+ Hosted by
+ <a href="http://sourceforge.net/">
+ <img src="http://sourceforge.net/sflogo.php?group_id=17203" width="88"
+ height="31" border="0" alt="SourceForge"
style="vertical-align:text-bottom">
+ </a>
+ </span>
+ </td>
</tr>
</table>
-
<? /* main table with navigation column and content column */ ?>
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<tr valign="top"><td align="left" width="120" bgcolor="#eeeeee" class="layout">
+<table width="100%" >
+ <tr valign="top">
+ <td align="left" width="120" class="layout" bgcolor="#eeeeee" >
<? /* navigation column table */ ?>
-<table border="0" cellpadding="0" cellspacing="0" width="120">
+ <table width="120" >
<? /* sections */ ?>
-<tr align="left"><td colspan="2" bgcolor="#dddddd" class="layout"><img src="<? print
$root ?>img/sect-head.png"
-width="120" height="26" border="0" alt="Sections:"></td></tr>
-<?
-for ($i = 0; $i < sizeof($sections); $i += 3) {
- $name = $sections[$i+2];
- print '<tr align="left">';
- if ($section == $sections[$i+2]) {
- print '<td colspan="2" class="layout" bgcolor="#87b9e7"><a
href="'.$root.$sections[$i].'">';
- print '<img src="'.$root.'img/s-'.$name.'-down.gif" width="120" height="18"
border="0" alt="'.$sections[$i+1].'">';
- } else {
- print '<td colspan="2" class="layout"><a href="'.$root.$sections[$i].'">';
- print '<img src="'.$root.'img/s-'.$name.'.gif" width="120" height="18" border="0"
alt="'.$sections[$i+1].'">';
- }
- print '</a></td></tr>'."\n";
-}
-?>
-<tr align="left"><td height="3" colspan="2" bgcolor="#FFCF61"
class="layout"></td></tr>
-
-<? /* intra-section navigation */
-if (!$nonav) {
-
- // determine active page
- $active_page = -1;
- for ($i = sizeof($navbox)-2; $i >= 0 ; $i -= 2) {
- if (ereg($navbox[$i]."$", $PHP_SELF)) {
- $active_page = $i;
- break;
- }
- }
-
-?>
-<tr align="left"><td colspan="2" bgcolor="#dddddd" class="layout"><img src="<? print
$root ?>img/nav-head.png"
-width="120" height="26" border="0" alt="Navigation:"></td></tr>
-<?
-if (is_array($parents)) {
- for ($i = 0; $i < sizeof($parents); $i += 2) {
- $link = '<a href="'.$root.$parents[$i].'">';
-
- print '<tr align="left" valign="middle"><td class="layout">';
- print $link.'<img src="'.$root.'img/nav-upicon.gif" width="18" height="15"
border="0" alt="^ "></a>';
- print '</td><td class="layout">';
- print '<span class="nav">'.$link.$parents[$i+1].'</a></span>';
- print '</td></tr>'."\n";
-
- print '<tr bgcolor="#ffffff"><td class="layout"><img
src="'.$root.'img/nav-space1.gif" width="18" height="1" border="0" alt=""></td><td
class="layout"><img src="'.$root.'img/nav-space2.gif" width="102" height="1"
border="0" alt=""></td></tr>'."\n";
- }
-}
-
-for ($i = 0; $i < sizeof($navbox); $i += 2) {
- if ($i != $active_page) {
- $link = $navbox[$i];
- if (substr($link,-2) == ".*")
- $link = substr($link,0,-2);
- $link = '<a href="'.$root.$link.'">';
- } else {
- $link = 0;
- }
-
- if ($link) {
- print '<tr class="layout" align="left" valign="middle"><td class="layout">';
- print $link.'<img src="'.$root.'img/nav-normicon.gif" width="18" height="15"
border="0" alt="- "></a>';
- print '</td><td class="layout">';
- print '<span class="nav">'.$link.$navbox[$i+1].'</a></span>';
- } else {
- print '<tr class="layout" align="left" valign="middle" bgcolor="#87b9e7"><td
class="layout">';
- print '<img src="'.$root.'img/nav-downicon.gif" width="18" height="15" border="0"
alt="- ">';
- print '</td><td bgcolor="#87b9e7" class="layout">';
- print '<span class="nav">'.$navbox[$i+1].'</span>';
- }
- print '</td></tr>'."\n";
-
- print '<tr class="layout" bgcolor="#ffffff"><td class="layout" height="1"></td><td
class="layout" height="1"></td></tr>'."\n";
-}
-?>
-<tr align="left"><td height="3" colspan="2" bgcolor="#FFCF61"
class="layout"></td></tr>
-
-<?
-} /* end !$nonav */
-
-if ($printlink) {
+ <tr>
+ <td align="center" class="toc_top" style="background-image:url(<? echo
$root; ?>img/stripes.gif)">Sections</td></tr>
+<? foreach ($section_files as $key => $filename) {
+
+ $toc_sections_class = 'toc_sections';
+ if ($section == $key && $nonav == 1) $toc_sections_class =
'toc_sections_selected';
?>
-<tr align="left"><td colspan="2" class="layout"><a href="<? print $root.$printlink
?>"><img
-src="<? print $root ?>img/printlink.gif" width="120" height="22"
-border="0" alt="Print Version"></a></td></tr>
-<tr align="left"><td colspan="2" bgcolor="#FFCF61" class="layout"><img src="<? print
$root
-?>img/sect-bottom.png" width="120" height="3" border="0"
-alt=""></td></tr>
+ <tr>
+ <td class="<? echo $toc_sections_class ?>">
+ <a href="<? echo $root . $section_files[$key] ?>" ><? echo
$section_names[$key] ?></a>
+ </td>
+ </tr>
<?
-}
-
+ if ($section == $key && $nonav != 1) insert_sub ($navbox, $active_page);
+ }
?>
-<tr><td> </td></tr>
+<? /* link to print version */ ?>
+<? if ($printlink) { ?>
+ <tr>
+ <td class="toc_top"> </td>
+ </tr>
+ <tr>
+ <td class="toc_top">
+ <a href="<? echo $root . $printlink ?>">
+ <img src="<? echo $root ?>img/printlink.gif" width="120"
height="22" border="0" alt="Print Version">
+ </a>
+ </td>
+ </tr>
+<? } ?>
</table>
<? /* end navigation column */ ?>
-</td><td align="left" width="100%">
+</td>
+<td align="left" width="100%">
<? /* content column table */ ?>
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<tr><td> </td>
-<td></td>
-<td> </td></tr>
-
-<tr><td></td>
-<td width="100%">
-<? /* content */
-
-
-/*** end of inline HTML ***/
-
-/* functions to create key-value tables on the fly */
-
-function it_start() {
- global $it_flag;
-
- $it_flag = 0;
-?>
-<table border="0" cellpadding="0" cellspacing="0">
-<?
-}
-
-function it_item($title, $item) {
- global $it_flag, $root;
-
- if ($it_flag) {
- print '<tr><td><img src="'.$root.'img/shim.gif" width="1" height="8" border="0"
alt=""></td></tr>'."\n";
- }
- $it_flag = 1;
-
- print '<tr valign="top"><td>'.$title.'</td><td> </td><td>'.
- $item.'</td></tr>'."\n";
-}
-
-function it_start2() {
- global $it_flag;
-
- $it_flag = 0;
-?>
-<table border="0" cellpadding="1" cellspacing="1">
-<?
-}
-
-function it_item2($title, $item1, $item2) {
- global $it_flag, $root;
-
- if ($it_flag) {
- print '<tr><td><img src="'.$root.'img/shim.gif" width="1" height="8" border="0"
alt=""></td><td></td></tr>'."\n";
- }
- $it_flag = 1;
- print '<tr valign="top"><td width="150">'.$title.'</td><td
width="120">'.$item1.'</td><td width="120">'.$item2.'</td></tr>'."\n";
-}
-function it_end() {
-?>
-</table>
-<?
-}
-
-/* mis functions */
-function gray_line ()
-{
- global $root;
- print '<img src="'.$root.'img/grey_pixel.gif" height="1" width="100%"
alt="-">';
-}
+ <table width="100%">
+ <tr><td> </td>
+ <td></td>
+ <td> </td></tr>
+
+ <tr><td></td>
+ <td width="100%">
-if (function_exists(AddFlags)) AddFlags(' ', true); else echo " ";
-?>
+<? /* Call phpLang function */ ?>
+<? if (function_exists(AddFlags)) AddFlags(' ', true); else echo " "; ?>
Index: fink.css
===================================================================
RCS file: /cvsroot/fink/web/fink.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fink.css 12 Feb 2004 22:36:28 -0000 1.14
+++ fink.css 28 Feb 2004 15:52:08 -0000 1.15
@@ -1,49 +1,143 @@
/* $Id$ */
-body { color:black; background-color:white; font-family:"Trebuchet MS",sans-serif;}
+body { color:black; background-color:white; font-family:"Trebuchet MS",sans-serif;}
-a:link { color:rgb(204,141,4);}
+a:link { color:rgb(204,141,4); }
-a:visited { color:rgb(51,25,0);}
+a:visited { color:rgb(51,25,0); }
-a:active { color:rgb(255,51,51);}
+a:active { color:rgb(255,51,51); }
-p,ul,ol,li,dl,dt,dd,td,th { color:black; font-family:"Trebuchet MS",sans-serif;
font-size:11pt;}
+table {
+ background-color: transparent ;
+ border-style: none ;
+ border-width: 0px ;
+ border-collapse: separate;
+ border-spacing: 0px;
+ margin: 0px ;
+ padding: 0px ;
+}
-td.layout { font-size:0px;}
+p,ul,ol,li,dl,dt,dd,td,th { color:black; font-family:"Trebuchet MS",sans-serif;
font-size:11pt; }
-h1 { color:black; font-family:"Trebuchet MS",sans-serif; font-size:18pt;
font-weight:bold;}
+td.layout {
+ font-size: 0px;
+ border-style: none ;
+ border-width: 0px ;
+ margin: 0px;
+ padding: 0px 0px ;
+}
-h2 { color:black; font-family:"Trebuchet MS",sans-serif; font-size:12pt;
font-weight:bold;}
+h1 { color:black; font-family:"Trebuchet MS",sans-serif; font-size:18pt;
font-weight:bold; }
-.default { color:black; font-family:"Trebuchet MS",sans-serif; font-size:11pt;}
+h2 { color:black; font-family:"Trebuchet MS",sans-serif; font-size:12pt;
font-weight:bold; }
-.attention { color:red;}
+.default { color:black; font-family:"Trebuchet MS",sans-serif; font-size:11pt; }
-.nav { color:black; font-family:Verdana,Helvetica,Arial,sans-serif; font-size:8pt;}
+.attention { color:red; }
-.footer { color:black; font-family:"Trebuchet MS",sans-serif; font-size:10pt;}
+.toc_top {
+ color: black ;
+ font-family: Verdana,Helvetica,Arial,sans-serif ;
+ font-size: 9pt ;
+ font-weight: bold ;
+ border-style: solid ;
+ border-width: 0px 0px 4px 0px ;
+ border-color: #ffcc66 ;
+ margin: 0px;
+ padding: 4px 0px ;
+}
-.news-date { color:rgb(96,96,96); font-size:10pt; font-weight:bold;}
+.toc_sections {
+ color: black ;
+ background-color: #eeeeee ;
+ font-family: Verdana,Helvetica,Arial,sans-serif ;
+ font-size: 8pt ;
+ font-weight: bold ;
+ text-align: left ;
+ padding: 2px 4px 2px 2px ;
+ border-style: solid ;
+ border-width: 0px 0px 1px 0px ;
+ border-color: #ffffff ;
+ margin: 0px;
+ padding: 2px 4px ;
+}
-.news-headline { font-size:10pt; font-weight:bold;}
+.toc_sections:hover {
+ background-color: #87b9e7 ;
+}
-input { color:black; font-family:Courier,"Courier New",monospace; font-size:10pt;}
+.toc_sections_selected {
+ color: black ;
+ background-color: #87b9e7 ;
+ font-family: Verdana,Helvetica,Arial,sans-serif ;
+ font-size: 8pt ;
+ font-weight: bold ;
+ text-align: left ;
+ border-style: solid ;
+ border-width: 0px 0px 1px 0px ;
+ border-color: #ffffff ;
+ margin: 0px;
+ padding: 2px 4px 2px 2px ;
+}
-tt { color:black; font-family:Courier,"Courier New",monospace; font-size:10pt;}
+.toc_subsections {
+ color: black ;
+ background-color: #eeeeee ;
+ font-family: Verdana,Helvetica,Arial,sans-serif ;
+ font-size: 8pt ;
+ font-weight: normal ;
+ text-align: left ;
+ border-style: solid ;
+ border-width: 0px 0px 1px 0px ;
+ border-color: #ffffff ;
+ margin: 0px;
+ padding: 2px 2px 2px 14px ;
+}
-code { color:black; font-family:Courier,"Courier New",monospace; font-size:10pt;
white-space:nowrap;}
+.toc_subsections:hover {
+ background-color: #87b9e7 ;
+}
-pre { color:black; background-color:rgb(230,230,255); padding:4px;
padding-left:8px; margin-left:16px; margin-right:16px; font-family:Courier,"Courier
New",monospace; font-size:10pt;}
+.toc_subsections_selected {
+ color: black ;
+ background-color: #87b9e7 ;
+ font-family: Verdana,Helvetica,Arial,sans-serif ;
+ font-size: 8pt ;
+ font-weight: normal ;
+ text-align: left ;
+ border-style: solid ;
+ border-width: 0px 0px 1px 0px ;
+ border-color: #ffffff ;
+ margin: 0px;
+ padding: 2px 2px 2px 14px ;
+}
-img { border:0;}
+.nav { color:black; font-family:Verdana,Helvetica,Arial,sans-serif; font-size:8pt; }
-.legalhead { font: oblique lighter 1.5em/1.3em "Times New Roman", Times, serif;}
+.footer { color:black; font-family:"Trebuchet MS",sans-serif; font-size:10pt; }
-.legalheadBig { font: oblique lighter 2.0em/1.0em "Times New Roman", Times,
serif;}
+.news-date { color:rgb(96,96,96); font-size:10pt; font-weight:bold; }
-.legal { font: normal 1.0em/1.3em "Times New Roman", Times, serif;
- text-align: justify;
- word-spacing: 0.3em;
- margin: 5px;
- width: 440px;
- }
+.news-headline { font-size:10pt; font-weight:bold; }
+
+input { color:black; font-family:Courier,"Courier New",monospace; font-size:10pt; }
+
+tt { color:black; font-family:Courier,"Courier New",monospace; font-size:10pt; }
+
+code { color:black; font-family:Courier,"Courier New",monospace; font-size:10pt;
white-space:nowrap; }
+
+pre { color:black; background-color:rgb(230,230,255); padding:4px;
padding-left:8px; margin-left:16px; margin-right:16px; font-family:Courier,"Courier
New",monospace; font-size:10pt; }
+
+img { border:0; }
+
+.legalhead { font: oblique lighter 1.5em/1.3em "Times New Roman", Times, serif; }
+
+.legalheadBig { font: oblique lighter 2.0em/1.0em "Times New Roman", Times,
serif; }
+
+.legal {
+ font: normal 1.0em/1.3em "Times New Roman", Times, serif;
+ text-align: justify;
+ word-spacing: 0.3em;
+ margin: 5px;
+ width: 440px;
+}
Index: phpLang.inc.php
===================================================================
RCS file: /cvsroot/fink/web/phpLang.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
Binary files /tmp/cvsSGx6Np and /tmp/cvsSqE3vx differ
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits