1761 lines
99 KiB
HTML
1761 lines
99 KiB
HTML
|
<!DOCTYPE html public "-//W3C//DTD HTML 3.2//EN"><HTML><HEAD><TITLE>Logiciels libres</TITLE><META name="Description" content="Tous les jours, l'actualité Informatique"><META name="Keywords" content="Informatique, réseaux, télécoms, SSII, langages, programmation, matériel, business"><META name="Robots" content="All"><META name="Revisit-after" content="31 days"><script language="JavaScript">
|
|||
|
<!--
|
|||
|
pic1=new Image(14,760)
|
|||
|
pic1.scr='/images/v3/jdnet760.gif';
|
|||
|
pic2=new Image(41,139);
|
|||
|
pic2.src='/images/v3/jdnet640.gif';
|
|||
|
-->
|
|||
|
</script>
|
|||
|
<script language="javascript" type = "text/javascript">
|
|||
|
<!-- hide from none JavaScript Browsers
|
|||
|
|
|||
|
function swapImage(sName,sImage) {
|
|||
|
document.images[sName].src = sImage
|
|||
|
}
|
|||
|
// - stop hiding -->
|
|||
|
</script>
|
|||
|
<script language="JavaScript"><!--
|
|||
|
browserName = navigator.appName;
|
|||
|
browserVer = parseInt(navigator.appVersion);
|
|||
|
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
|||
|
window.open(theURL,winName,features); }
|
|||
|
function Pop(theURL) {
|
|||
|
window.open(theURL,'','scrollbars=yes,width=440,height=500'); }
|
|||
|
function translate_Text_To_Url(texte)
|
|||
|
{ espace = texte.indexOf(" ");
|
|||
|
while ((espace < texte.length - 1) && (espace != -1))
|
|||
|
{ temp_1 = texte.substring(0, espace);
|
|||
|
temp_2 = texte.substring(espace+1,texte.length);
|
|||
|
texte = temp_1 + "+" + temp_2;
|
|||
|
espace = texte.indexOf(" ");
|
|||
|
}
|
|||
|
return texte;
|
|||
|
}
|
|||
|
|
|||
|
// Recherche window JDNet
|
|||
|
function RechercheWindow()
|
|||
|
{
|
|||
|
chaine = document.forms.recherche.s.value;
|
|||
|
if (document.forms.recherche.elements[1].checked)
|
|||
|
{
|
|||
|
URLdeRecherche ="http://www.google.fr/search?as_q="+chaine+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=journaldunet.com";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=400');
|
|||
|
}
|
|||
|
if (document.forms.recherche.elements[2].checked)
|
|||
|
{
|
|||
|
URLdeRecherche ="http://www.google.fr/search?as_q="+chaine+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=solutions.journaldunet.com";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
|
|||
|
}
|
|||
|
if (document.forms.recherche.elements[3].checked)
|
|||
|
{
|
|||
|
URLdeRecherche = "http://www.google.fr/search?q="+chaine+"&hl=fr&meta=lr%3Dlang_fr";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
//--></script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript">
|
|||
|
<!-- debut du script
|
|||
|
function VersionNavigateur(Netscape, Explorer) {
|
|||
|
if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||
|
|||
|
(navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
|
|||
|
return true;
|
|||
|
else return false;
|
|||
|
}
|
|||
|
// fin du script -->
|
|||
|
</SCRIPT>
|
|||
|
<SCRIPT language="JavaScript">
|
|||
|
<!-- Hide script from old browsers
|
|||
|
function Semaine(){
|
|||
|
this[0] = "Dimanche"; this[1] = "Lundi";
|
|||
|
this[2] = "Mardi"; this[3] = "Mercredi";
|
|||
|
this[4] = "Jeudi"; this[5] = "Vendredi";
|
|||
|
this[6] = "Samedi";
|
|||
|
}
|
|||
|
|
|||
|
function Mois(){
|
|||
|
this[0] = "Janvier"; this[1] = "F<>vrier";
|
|||
|
this[2] = "Mars"; this[3] = "Avril";
|
|||
|
this[4] = "Mai"; this[5] = "Juin";
|
|||
|
this[6] = "Juillet"; this[7] = "Ao<41>t";
|
|||
|
this[8] = "Septembre"; this[9] = "Octobre";
|
|||
|
this[10] = "Novembre"; this[11] = "D<>cembre";
|
|||
|
}
|
|||
|
|
|||
|
function date(){
|
|||
|
var semaine=new Semaine();
|
|||
|
var mois=new Mois();
|
|||
|
var myDate=new Date();
|
|||
|
|
|||
|
var result=semaine[myDate.getDay()]+" "+myDate.getDate()+" "+
|
|||
|
mois[myDate.getMonth()]+" 2002";
|
|||
|
|
|||
|
document.writeln(result);
|
|||
|
}
|
|||
|
//-->
|
|||
|
</SCRIPT>
|
|||
|
<script language="JavaScript">
|
|||
|
//script by www.a1javascripts.com
|
|||
|
<!--
|
|||
|
function openWin( windowURL, windowName, windowFeatures ) {
|
|||
|
return window.open( windowURL, windowName, windowFeatures ) ;
|
|||
|
}
|
|||
|
// -->
|
|||
|
|
|||
|
</script>
|
|||
|
|
|||
|
|
|||
|
</HEAD><BODY bgcolor="#FFFFFF" text="#000000" link="#00006F" vlink="#6262FF" alink="#8C0000" leftmargin="0" topmargin="0">
|
|||
|
<table width="640" border="0" cellspacing="0" cellpadding="0" align="left">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=640 border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td height=72>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td width=159><a href=http://solutions.journaldunet.com><img src=http://solutions.journaldunet.com/images/v3/logo_jdnet.gif width=160 height=72 border=0 alt="JDNet Solutions"></a></td>
|
|||
|
<td width=481 valign=top>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 height=72>
|
|||
|
<tr>
|
|||
|
<td height=21 bgcolor=#000033>
|
|||
|
<div align=right><b><font color=#FFFFFF size=1 face="Verdana, Arial"><a style="color: #FFFFFF; text-decoration: none" href=http://www.journaldunet.com title="JDNet Solutions" target=_blank>JDNet</a><a style="color: #FFFFFF; text-decoration: none" href=http://finance.journaldunet.com title="JDNet Finance" target=_blank> </a><font color=c6ce67>|</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://solutions.journaldunet.com title="JDNet Solutions" target=_blank></a>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://solutions.journaldunet.com title="JDNet Solutions" target=_blank></a><a style="color: #FFFFFF; text-decoration: none" href=http://emploi.journaldunet.com title="Emploi Center" target=_blank>Emploi</a><a style="color: #FFFFFF; text-decoration: none" href=http://developpeur.journaldunet.com title="JDNet Developpeur" target=_blank> </a><font color=c6ce67>| </font><a style="color: #FFFFFF; text-decoration: none" href=http://developpeur.journaldunet.com title="JDNet Developpeur" target=_blank>Développeurs</a><a style="color: #FFFFFF; text-decoration: none" href=http://emploi.journaldunet.com title="Emploi Center" target=_blank> </a><font color=c6ce67>|</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://telechargement.journaldunet.com/ title="Logiciels Center" target=_blank>Téléchargement</a><font color=c6ce67> |</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://chat.journaldunet.com/ title="Logiciels Center" target=_blank>Chat</a><font color=c6ce67> |
|
|||
|
</font><a style="color: #FFFFFF; text-decoration: none" href=http://www.benchmark.fr title="JDNet Finance" target=_blank>Benchmark.fr</a><font color=c6ce67> |
|
|||
|
</font><a style="color: #FFFFFF; text-decoration: none" href=http://www.benchmark.fr/boutique.html title="JDNet Finance" target=_blank>Boutique</a><font color=c6ce67> </font>
|
|||
|
</font></b></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr valign=top>
|
|||
|
<td height=51 background=http://solutions.journaldunet.com/images/v3/logo_fond.gif>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td width=139 valign=top><a href=http://solutions.journaldunet.com><img src=http://solutions.journaldunet.com/images/v3/logo_solutions.gif width=139 height=41 border=0 alt="JDNet Solutions"></a></td>
|
|||
|
<td width=342 valign=top>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 align=center>
|
|||
|
<form method=GET name=recherche onSubmit="return RechercheWindow();">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><b><font face=Arial size=2 color=#FFFFFF>Rechercher</font></b>
|
|||
|
<font face=Arial><font size=1><font color=#FFFFFF>(avec
|
|||
|
Google)</font></font></font>
|
|||
|
<input type=text name=s size=15>
|
|||
|
<a href=javascript:RechercheWindow(); onKeyPress="return true"><img src=http://solutions.journaldunet.com/images/v2/bouton_ok.gif border=0 align=absmiddle></a> </div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><font face=Arial>
|
|||
|
<font size=1><font color=#FFFFFF>
|
|||
|
<input type=radio name=lieu value=jdns checked>
|
|||
|
sur le JDNet
|
|||
|
<input type=radio name=lieu value=linternaute>
|
|||
|
sur Solutions
|
|||
|
<input type=radio name=lieu value=voila>
|
|||
|
sur le Web</font></font></font></div>
|
|||
|
</td>
|
|||
|
</form>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=C2CF68>
|
|||
|
<td height=14><img src=http://solutions.journaldunet.com/images/v3/jdnet640.gif width=640 height=14 usemap=#Tetiere border=0><map name=Tetiere><area shape=rect coords=2,1,27,21 href=http://www.journaldunet.com><area shape=rect coords=90,1,152,15 href=http://societe.journaldunet.com target=_blank><area shape=rect coords=157,1,224,18 href=http://prestataires.journaldunet.com target=_blank><area shape=rect coords=223,2,283,22 href=http://solutionsebusiness.journaldunet.com target=_blank><area shape=rect coords=285,2,325,13 href=http://www.journaldunet.com/lannuairedesfonds/ target=_blank><area shape=rect coords=327,2,370,15 href=http://lecarnet.journaldunet.com target=_blank><area shape=rect coords=372,2,452,19 href=http://encyclopedie.journaldunet.com target=_blank><area shape=rect coords=455,2,530,14 href=http://fr.kelkoo.com/b2b/jdn/ target=_blank><area shape=rect coords=534,3,585,17 href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><area shape=rect coords=590,2,647,15 href=http://www.journaldunet.com/chiffres-cles.shtml target=_blank></map></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|||
|
<tr>
|
|||
|
<td width="130" bgcolor="#e5e6ce">
|
|||
|
<div align="center"><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/linux@Left>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/linux";
|
|||
|
var position ="Left";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
<td width="490" bgcolor="#eeeeee">
|
|||
|
<div align="center"><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/linux@Top>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/linux";
|
|||
|
var position ="Top";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td width="140" bgcolor="#e5e6ce" valign="top">
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=#e5e6ce>
|
|||
|
<tr bgcolor=#000033>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Actualit<EFBFBD>s</font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_acteurs.shtml>Acteurs
|
|||
|
E-Biz</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_btob.shtml>Intégration-BtoB</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_relationclient.shtml>Front
|
|||
|
Office-CRM</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_reseaux.shtml>Réseaux-Stockage</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_securite.shtml>Sécurité</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_etudes.shtml>Etudes</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_linux.shtml>Logiciels
|
|||
|
libres</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_bref.shtml>Bref
|
|||
|
France</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_bref_international.shtml>Bref
|
|||
|
International</a><br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=8><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_experiences.shtml><b>Cas
|
|||
|
utilisateurs</b></a><br>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/ilsontchoisi/sommaire.shtml>Ils
|
|||
|
ont choisi</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/nouvellesversions/sommaire.shtml>Versions</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/caexiste/sommaire.shtml>Ça
|
|||
|
existe ?</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/agenda/tabloagenda.shtml>Agenda</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_nominations.shtml>Nominations</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://fr.kelkoo.com/b2b/jdn/>Comparateur Prix </a></font><br>
|
|||
|
<font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font><font face=Arial size=2> </font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<div align=center><oas url=solutions.journaldunet.com/divers@Left2>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<script language="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="Left2";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</script>
|
|||
|
</oas></div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#333366>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Tous
|
|||
|
nos articles</font></th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><a href=http://solutions.journaldunet.com/fils/sommaire_semaine.shtml>
|
|||
|
</a><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0204/listeavril.shtml>Avril
|
|||
|
2002</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0203/listemars.shtml>Mars
|
|||
|
2002</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/archivesactu.shtml>Et avant</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/itws/sommaire.shtml>Les
|
|||
|
Interviews</a><br>
|
|||
|
</font><font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5></font>
|
|||
|
<font face=Arial size=2><oas url=www.journaldunet.com/divers@Left3>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<script language="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "www.journaldunet.com/divers";
|
|||
|
var position ="Left3";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</script>
|
|||
|
</oas></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#003333>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Dossiers</font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size="2"><a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><i>
|
|||
|
</i></a> <img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/hebergement/sommaire.shtml>Hébergement</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/bi/sommaire.shtml>Décisionnel</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/ecatalogue/sommaire.shtml>e-catalogues</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/erh/sommaire.shtml>e-RH</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/licences/sommaire.shtml>Licences</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/webcontent/sommaire.shtml>Gestion
|
|||
|
contenu</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml>Mesure
|
|||
|
d'audience</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/wireless/sommaire.shtml>Sans-fil</a><br>
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/payant/sommaire.shtml>
|
|||
|
</a> <img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml>Stockage</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/virus/sommaire.shtml>Virus</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml>Web
|
|||
|
Services</a><br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=8>
|
|||
|
</font><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=7><font face=Arial size=2><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/faq/sommaire.shtml><b>Questions-Réponses</b></a><br>
|
|||
|
<br>
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><i>Tous
|
|||
|
les dossiers<br>
|
|||
|
</i></a><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=6><br>
|
|||
|
</font><font face="Arial" size="2"> </font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<div align=center><oas url=www.journaldunet.com/divers@Left3></oas></div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#003300>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Panoramas</font> </th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011024_consolidations.shtml>Acquisitions</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0202/020211_comparo_eai_intro.shtml>EAI</a><a href=http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml></a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml>SRM</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011022_tablo_crm.shtml>CRM
|
|||
|
analytique</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011016_xml_part1.shtml>Dialectes
|
|||
|
XML</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0105/010530_portailtablo.shtml>Portails</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0108/010829_panoramamoteur.shtml>Mot.de
|
|||
|
recherche</a><br>
|
|||
|
<br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#660000>
|
|||
|
<td>
|
|||
|
<div align=center><font face=Arial size=2 color=#ffffff>
|
|||
|
<b>Points de vue</b></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size="2"><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/pollit_files/sondages.shtml>Sondages</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<font color=#00006F><a href=http://solutions.journaldunet.com/conseils/sommaire.shtml>Débats</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://forums.journaldunet.com/cgi-bin/dcforum/dcboard.cgi>Courrier</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<font color=#00006F>Chroniques</font><br>
|
|||
|
> <a href=http://solutions.journaldunet.com/conseils/lombard/sommaire_lombard.shtml>P.
|
|||
|
Lombard</a><br>
|
|||
|
> <a href=http://www.journaldunet.com/juridique/00page_juridique.shtml>Juridiques</a><br>
|
|||
|
</font><font face="Arial"> </font> <font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#593309>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff><b>Chiffres/annuaires</b></font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/chiffres-cles.shtml>Chiffres-clés</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/tops/top_sommaire.shtml>Classements</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://societe.journaldunet.com/php/commun/recherche.php4>Entreprises</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://lecarnet.journaldunet.com/php/commun/recherche.php4>Carnet</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/lannuairedesfonds/index.shtml>Fonds</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://prestataires.journaldunet.com/php/commun/recherche.php4>Prestataires</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/dossiers/regies/regiesommaire.shtml>R<EFBFBD>gies
|
|||
|
externes</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/dossiers/associations/index.shtml>Lobbies</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/livres_blancs/>Livres Blancs</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#993300>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Le
|
|||
|
Journal du Net</font></th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://benchmail.benchmark.fr/fr_abd.Asp?OR=SOLUTION>Newsletters</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/contacts.shtml>Contacts</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/pubbenchmark.shtml>Publicit<EFBFBD></a>
|
|||
|
<br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width=117 border=0 cellspacing=1 cellpadding=0 align=center bgcolor=#B6B987>
|
|||
|
<tr bgcolor=#ffffff valign=top>
|
|||
|
<td background=http://www.journaldunet.com/images/benchbande.gif><img src=http://www.journaldunet.com/images/bench.gif width=117 height=34>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=5>
|
|||
|
<tr>
|
|||
|
<td height=5>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ target=_blank>Benchmark.fr</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3
|
|||
|
height=3> <a href=http://www.benchmark.fr/ebn.asp?pid=105
|
|||
|
target=_blank>S<>minaires</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=49 target=_blank>Forum</a><br>
|
|||
|
<font face="Verdana, Arial" size=1> </font> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/forumbanque/ target=_blank>Banque
|
|||
|
</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcollaboratif/" target="_blank">Web
|
|||
|
collaboratif</a></font> <br>
|
|||
|
</font><font face="Verdana, Arial, Helvetica, sans-serif" size=1><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/forumpharmacie/" target="_blank">e-Pharmacie</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumlocal/" target="_blank">Collec.
|
|||
|
locales </a></font> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcompetences/" target="_blank">e-Compétences</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcrm2002/" target="_blank">CRM
|
|||
|
Multicanal</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=47 target=_blank>Etudes</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial, Helvetica, sans-serif" size=1><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=45&etude=5842 target=_blank>e-CRM</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/ebn.asp?pid=45&etude=5605" target="_blank">Internet
|
|||
|
payant</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/ebn.asp?pid=45&etude=5526" target="_blank">Logiciel
|
|||
|
libre</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=55 target=_blank>Lettres</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=97&publication=22 target=_blank>Management
|
|||
|
<font face=Arial>IT</font><br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=97&publication=18 target=_blank>Strat.
|
|||
|
Internet</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3> <a href=http://www.benchmark.fr/boutique.html target=_blank>Boutique</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=61 target=_blank>Analyse
|
|||
|
de site<br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=69 target=_blank>Presse<br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://mediakit.benchmark.fr/index.shtml target=_blank>Publicité</a><a href=http://www.benchmark.fr/ebn.asp?pid=61 target=_blank>
|
|||
|
</a></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=5><img src=http://www.journaldunet.com/images/blank.gif width=1 height=1 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=0 align=center>
|
|||
|
<tr>
|
|||
|
<td><font size=1 face=Verdana><EFBFBD> Benchmark Group 2000. Tous droits
|
|||
|
réservés. L'accès aux informations contenues
|
|||
|
dans notre site implique l'acceptation inconditionnelle de nos conditions
|
|||
|
générales.</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
<td width="368" valign="top">
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|||
|
<tr valign="top">
|
|||
|
<td>
|
|||
|
<table border="0" frame="void" valign="top" width="100%">
|
|||
|
<tr bgcolor="#000033">
|
|||
|
<td><font size="3" face="Arial, Helvetica, sans-serif" color="#FFFFFF">Actualité
|
|||
|
/<b>Logiciels libres</b></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td valign="top">
|
|||
|
<p><font face="Arial, Helvetica, sans-serif" size="2">
|
|||
|
<script language="JavaScript">date();</script>
|
|||
|
</font> </p>
|
|||
|
<p><font face="Arial, Helvetica, sans-serif" size="2">
|
|||
|
</font> <!-- D<>but fil--><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0204/020409_crossoveroffice.shtml">Migrer
|
|||
|
son parc bureautique sous Linux avec CrossOver Office
|
|||
|
? Possible, mais...</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Edit<EFBFBD> par CodeWeavers, le
|
|||
|
produit d'<27>mulation cibl<62>e appara<72>t une alternative
|
|||
|
int<6E>ressante aux suites bureautiques du libre. Mais
|
|||
|
il est payant, et n'affranchit pas du paiement des licences
|
|||
|
Office <20> Microsoft.</font> <font face="Arial" size="1"><i>(09/04/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0204/020405_linux.shtml">MandrakeSoft
|
|||
|
et SuSe mettent <20> jour leurs distributions Linux</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Au programme de ces nouvelles
|
|||
|
versions: l'am<61>lioration de la gestion des machines
|
|||
|
multi-processeurs <20> grandes capacit<69>s de m<>moire et
|
|||
|
l'int<6E>gration de nouvelles fonctions d'installation.</font>
|
|||
|
<font face="Arial" size="1"><i>(05/04/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><table border="0" cellspacing="0" cellpadding="3" align="right">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<oas URL=solutions.journaldunet.com/divers@x06>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="x06";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table><b><a href="http://solutions.journaldunet.com/0203/020313_mandrake.shtml">Mandrakesoft
|
|||
|
en appelle <20> ses utilisateurs pour financer sa croissance</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le distributeur Linux profite
|
|||
|
du lancement de la formule entreprise de son Club utilisateur
|
|||
|
pour annoncer le recentrage de son mod<6F>le de revenu
|
|||
|
sur une logique d'abonnement.</font> <font face="Arial" size="1"><i>(13/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b>R<EFBFBD>action Lecteur:
|
|||
|
<a href="http://solutions.journaldunet.com/0201/020121_reaclecteur_libre.shtml">"Le
|
|||
|
manque de comp<6D>tences Linux est plus un mythe qu'une
|
|||
|
r<>alit<69>"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'article consacr<63> <20> l'enqu<71>te
|
|||
|
sur le logiciel libre a suscit<69> r<>actions et commentaires.
|
|||
|
Nous publions ici l'un de ces courriers. Un point de
|
|||
|
vue pertinent sur le non-dit qui entoure le libre dans
|
|||
|
les entreprises.</font> <font face="Arial" size="1"><i>(21/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020117_libre.shtml">75%
|
|||
|
des entreprises satisfaites par l'utilisation des logiciels
|
|||
|
libres</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Selon une <20>tude men<65>e par
|
|||
|
Benchmark Group, les utilisateurs retiennent avant tout
|
|||
|
l'option du libre pour la s<>curit<69> et la qualit<69> de
|
|||
|
ces logiciels.</font> <font face="Arial" size="1"><i>(17/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020107_mandrake.shtml">Comment
|
|||
|
Mandrakesoft esp<73>re rebondir en 2002</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Apr<EFBFBD>s le constat d'<27>chec
|
|||
|
de sa strat<61>gie autour de l'e-learning, l'<27>diteur fran<61>ais
|
|||
|
de la c<>l<EFBFBD>bre distribution Linux a amorc<72> un recentrage
|
|||
|
sur son m<>tier d'origine.</font> <font face="Arial" size="1"><i>(07/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011119_mysql40.shtml">mySQL
|
|||
|
4.0... pour faire patienter d'ici la 4.1</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La nouvelle mouture de la
|
|||
|
base de donn<6E>es Open Source la plus r<>pandue est disponible
|
|||
|
en version Alpha. Quelques <20>volutions, mais les v<>ritables
|
|||
|
attentes ne sont pas encore combl<62>es. </font> <font face="Arial" size="1"><i>(19/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/011026_it_fasttango_larsen.shtml"><b>
|
|||
|
: "Les clusters NT sont trop complexes dans leur d<>ploiement
|
|||
|
et leur gestion"</b></a></font>, <font face="Arial" size="2"><b>Renaud
|
|||
|
Larsen (FastTango)</b></font><br>
|
|||
|
<font face="Arial" size="2">En cours d'ouverture de
|
|||
|
son bureau fran<61>ais, l'am<61>ricain cr<63><72> en avril par des
|
|||
|
anciens de VA Linux fournit des solutions de clusters
|
|||
|
clef en main, mat<61>riels et logiciels.</font> <font face="Arial" size="1"><i>(26/10/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011002_suse.shtml">SuSe
|
|||
|
boucle un nouveau tour de table... et pousuit sa restructuration</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur Linux a collect<63>
|
|||
|
15 millions d'euros et le soutien d'acteurs comme Accenture,
|
|||
|
Deutsche Bank ou encore SAP.</font> <font face="Arial" size="1"><i>(02/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011001_linux.shtml">Les
|
|||
|
nouveaux Linux d<>passent les performances des "vieux"
|
|||
|
Unix</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Selon l'<27>tude comparative
|
|||
|
men<65>e par R.H. Brown Associates, les versions les plus
|
|||
|
r<>centes d'Unix demeurent ind<6E>tr<74>nables mais les distributions
|
|||
|
Linux de derni<6E>re g<>n<EFBFBD>ration atteignent des niveaux
|
|||
|
sup<75>rieurs <20> ceux de syst<73>mes Unix plus anciens.</font>
|
|||
|
<font face="Arial" size="1"><i>(01/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010927_forum2.shtml">L'<27>conomie
|
|||
|
du Libre pas encore aussi m<>re que son mode de d<>veloppement</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Si le d<>veloppement du logiciel
|
|||
|
libre semble s'adosser <20> un mod<6F>le <20>conomique bas<61> sur
|
|||
|
la prestation de services, des questions restent encore
|
|||
|
en suspens. Financi<63>res mais aussi juridiques.</font>
|
|||
|
<font face="Arial" size="1"><i>(27/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010926_forum.shtml">L'offre
|
|||
|
s<>duit pour l'infrastructure technique mais se fait
|
|||
|
attendre sur le versant fonctionnel</a></b></font><br>
|
|||
|
<font face="Arial" size="2">A l'occasion d'un forum
|
|||
|
organis<69> par Benchmark Group, les acteurs du libre (et
|
|||
|
d'autres) ont d<>battu des m<>rites du logiciel libre.
|
|||
|
Et des <20>tapes qu'il reste encore <20> franchir. Eclairage
|
|||
|
sur quelques unes des th<74>matiques abord<72>es.</font> <font face="Arial" size="1"><i>(26/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010910_caldera.shtml">Pourquoi
|
|||
|
Caldera vacille</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> qui <20>dite l'une
|
|||
|
des toutes premi<6D>res distribution Linux sans mettre
|
|||
|
<20> disposition des d<>veloppeurs ses codes sources conna<6E>t
|
|||
|
d'importantes difficult<6C>s. Une approche trop ambig<69>e
|
|||
|
du march<63> Open Source ?</font> <font face="Arial" size="1"><i>(10/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010903_phpbench.shtml">Les
|
|||
|
solutions d'optimisation des serveurs Apache/PHP/MySQL
|
|||
|
au banc d'essai</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La SSII Globalis Media Systems
|
|||
|
s'est pench<63>e sur les outils d'optimisation et de cache
|
|||
|
pour les environnements Apache/PHP. Ne manque plus qu'<27>
|
|||
|
les comparer <20> des architectures IIS/ASP/SQL Server.</font>
|
|||
|
<font face="Arial" size="1"><i>(03/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0108/010831_suse.shtml">IBM
|
|||
|
et Intel <20> la rescousse de SuSE ?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Manifestement en difficult<6C>,
|
|||
|
SuSe Linux AG boucle actuellement un nouveau tour de
|
|||
|
table financier.</font> <font face="Arial" size="1"><i>(31/08/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0108/010829_os.shtml">Les
|
|||
|
OS non-propri<72>taires s<>duisent le march<63> de l'embarqu<71></a></b></font><br>
|
|||
|
<font face="Arial" size="2">Pr<EFBFBD>s de 45% des projets
|
|||
|
en cours pour les applications embarqu<71>es s'appuient
|
|||
|
sur Linux.</font> <font face="Arial" size="1"><i>(29/08/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font> <font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/010824_it_hp_maillard.shtml"><b>
|
|||
|
"Nous voulons que tout utilisateur HP puisse avoir acc<63>s
|
|||
|
<20> ses <20>l<EFBFBD>ments sous Linux"</b></a></font>, <font face="Arial" size="2"><b>Benoit
|
|||
|
Maillard (Hewlett-Packard)</b></font><br>
|
|||
|
<font face="Arial" size="2">Moins connus que ceux d'IBM,
|
|||
|
les travaux Linux de HP sont tout aussi actifs. Pour
|
|||
|
preuve, le constructeur-<2D>diteur vient de sortir sa propre
|
|||
|
distribution orient<6E>e s<>curit<69>.</font> <font face="Arial" size="1"><i>(22/08/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0108/010820_kde.shtml">KDE
|
|||
|
au rendez-vous des 10 ans de Linux</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Alors que Linux f<>te ses
|
|||
|
10 ans, l'un de ses environnements graphiques majeures
|
|||
|
b<>n<EFBFBD>ficie d'une nouvelle version (2.2).</font> <font face="Arial" size="1"><i>(20/08/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/itws/010724_it_mandrake.shtml">"Logiciel
|
|||
|
libre rime avec march<63> libre"</a>, Jacques Le Marois
|
|||
|
(MandrakeSoft)</b></font><br>
|
|||
|
<font face="Arial" size="2">A l'occasion de l'entr<74>e
|
|||
|
en Bourse de MandrakeSoft lundi prochain, son pdg Jacques
|
|||
|
Le Marois fait le point sur le positionnement et la
|
|||
|
strat<61>gie de d<>veloppement de la distribution fran<61>aise.
|
|||
|
Et r<>agit aux propos r<>cemment que nous a r<>cemment
|
|||
|
tenus Colin Tenwick de Redhat.</font> <font face="Arial" size="1"><i>(24/07/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/010719_suse.shtml">"Poursuivre
|
|||
|
une strat<61>gie monopolistique en se revendiquant du mod<6F>le
|
|||
|
open source est une contradiction"</a>, Patrik Flierl
|
|||
|
(SuSe Linux France)</b></font><br>
|
|||
|
<font face="Arial" size="2">Patrik Flierl, directeur
|
|||
|
de SuSe Linux France, r<>pond aux r<>cents propros tenus
|
|||
|
<20> JDNet Solutions par Colin Tenwick. Ce repr<70>sentant
|
|||
|
de Redhat nous avait affirm<72> qu'il n'y avait pas de
|
|||
|
place pour deux grandes distributions Linux.</font>
|
|||
|
<font face="Arial" size="1"><i>(19/07/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> "<a href="http://solutions.journaldunet.com/itws/010710_it_redhat.shtml">Il
|
|||
|
n'y aura pas de place pour deux grandes distributions
|
|||
|
Linux"</a>, Colin Tenwick (RedHat)</b></font><br>
|
|||
|
<font face="Arial" size="2">A deux mois de la conf<6E>rence
|
|||
|
RedHat Techworld 2001, le vice-president Europe, Moyen
|
|||
|
Orient et Afrique de Red Hat annonce ses ambitions.
|
|||
|
A savoir : profiter d'excellents r<>sultats financiers
|
|||
|
pour poursuivre une strat<61>gie de d<>veloppement... en
|
|||
|
vue d'asseoir un leadership quasi-complet sur le monde
|
|||
|
Linux.</font> <font face="Arial" size="1"><i>(10/07/2001)</i></font>
|
|||
|
<font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="2"></font></font></font></font></font></font></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0107/010704_linux.shtml">En
|
|||
|
route vers la standardisation des applications sous
|
|||
|
Linux</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le Free Standards Group
|
|||
|
vient de d<>voiler la premi<6D>re version de Linux Standard
|
|||
|
Base : un ensemble de sp<73>cifications qui tentent de
|
|||
|
r<>pondre au d<>licat probl<62>me de la compatibilit<69> des
|
|||
|
distributions Linux.</font> <font face="Arial" size="1"><i>(04/07/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0107/010702_freenets.shtml">Les
|
|||
|
d<>fenseurs de la libert<72> d'expression attendent encore
|
|||
|
leur outil peer-to-peer</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les projets de r<>seaux peer-to-peer
|
|||
|
d<>di<64>s <20> la libert<72> d'expression, sous-tendus par des
|
|||
|
objectifs id<69>ologiques, avancent lenterment mais s<>rement...</font>
|
|||
|
<font face="Arial" size="1"><i>(02/07/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0106/010629microsoft.shtml">Microsoft
|
|||
|
.NET : on partage, mais on n'ouvre pas</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Microsoft poursuit sa strat<61>gie
|
|||
|
de partage de ses codes sources en l'<27>tendant <20> la plate-forme
|
|||
|
.NET.</font> <font face="Arial" size="1"><i>(29/06/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0106/010628redhat.shtml">Red
|
|||
|
Hat investit le march<63> des bases de donn<6E>es</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> am<61>ricaine distributrice
|
|||
|
de Linux lance une offre professionnelle de base de
|
|||
|
donn<6E>e, Red Hat Database, fond<6E>e sur la technologie
|
|||
|
PostGreSQL.</font> <font face="Arial" size="1"><i>(28/06/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/010627_it_caldera_love.shtml"><b>
|
|||
|
"Nous voulons unifier Linux et Unix"</b></a></font>,
|
|||
|
<font face="Arial" size="2"><b>Ransom Love (Caldera
|
|||
|
International)</b></font> <br>
|
|||
|
<font face="Arial" size="2">Moins connu que d'autres
|
|||
|
acteurs de l'univers Linux, Caldera oeuvre pourtant
|
|||
|
sur ce march<63> depuis 1994. Et a pris un nouveau tournant
|
|||
|
avec le rachat de SCO, acteur historique du march<63> Unix.</font>
|
|||
|
<font face="Arial" size="1"><i>(27/06/2001)</i></font>
|
|||
|
<font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="1"><font face="Arial" size="2"></font></font></font></font></font></font></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0106/010622_alcove.shtml">Syst<EFBFBD>mes
|
|||
|
de messagerie au forfait chez Alcove</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> de services,
|
|||
|
sp<73>cialis<69>e dans les logiciels libres, lance une offre
|
|||
|
modulaire combinant serveur de mail, LDAP et webmail.</font>
|
|||
|
<font face="Arial" size="1"><i>(22/06/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0106/010619_krosoftbsd.shtml">Microsoft
|
|||
|
se prend les pieds dans le logiciel libre</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Microsoft assurait que son
|
|||
|
service Hotmail fonctionnait en environnement Windows.
|
|||
|
Probl<62>me: un d<>veloppeur est all<6C> v<>rifier...</font>
|
|||
|
<font face="Arial" size="1"><i>(19/06/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0106/010619_linus.shtml">Linus
|
|||
|
Torvalds, plus technologue qu'id<69>ologue</a></b></font><br>
|
|||
|
<font face="Arial" size="2">"Il <20>tait une fois Linux",
|
|||
|
l'auto-biographie-saga de Linus Torvalds est l'occasion
|
|||
|
de d<>couvir un personnage plus int<6E>ress<73> par la programmation
|
|||
|
des syst<73>mes d'exploitation que par l'id<69>ologie ou la
|
|||
|
politique. L'occasion aussi de comprendre la g<>n<EFBFBD>re
|
|||
|
d'un syst<73>me qui n'<27>tait <20> ses d<>buts qu'un simple <20>mulateur...</font>
|
|||
|
<font face="Arial" size="1"><i>(19/06/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0106/010615_gartner-idg.shtml">Mais
|
|||
|
o<> sont pass<73>s tous ces serveurs Linux ?</a></b></font><br>
|
|||
|
<font face="Arial" size="2"> Deux <20>tudes, des am<61>ricains
|
|||
|
Gartner Group et IDC, donnent des r<>sultats contradictoires.
|
|||
|
Linux aurait-il perdu 16% de parts de march<63> en 6 mois
|
|||
|
?</font> <font face="Arial" size="1"><i>(15/06/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><a href="http://solutions.journaldunet.com/0105/010514_libre.shtml"><b>Face
|
|||
|
<20> l'opposition de Microsoft <20> GNU, la FSF monte au cr<63>neau
|
|||
|
et le débat s'anime !</b></a><br>
|
|||
|
Suite <20> la d<>nonciation farouche de la licence GNU GPL
|
|||
|
par Microsoft, et sa d<>cision d'<27>tendre le partage de
|
|||
|
ses sources, les r<>actions ne se sont pas faites attendre.</font><font face="Arial" size=1><font face="Arial, Helvetica, sans-serif" size="2">.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(14/05/01)</i></font></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size=1><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0105/010509_microsoft.shtml">Microsoft
|
|||
|
tient à distinguer "partage" du code
|
|||
|
source et logiciel libre</a></b><br>
|
|||
|
Selon Microsoft, "tout n'est pas bon à prendre
|
|||
|
dans l'Open Source". Pour clarifier son point de
|
|||
|
vue, le géant de Redmond a décidé
|
|||
|
de s'expliquer en détails.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(09/05/01)</i></font></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size=1><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0105/010504_fsf.shtml">La
|
|||
|
Free Software Foundation Europe na<6E>tra en fin de semaine</a></b><br>
|
|||
|
Lancée officiellement le 6 mai, la Free Software
|
|||
|
Foundation Europe se donne pour objectif de coordonner
|
|||
|
les initiatives autour du logiciel Libre à travers
|
|||
|
l'Europe.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(04/05/01)</i><br>
|
|||
|
</font></font><br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010423carcenac.shtml">Le
|
|||
|
rapport Carcenac: pour une e-administration libre et
|
|||
|
intégrée</a></b><br>
|
|||
|
Le rapport Carcenac sur l'administration électronique
|
|||
|
met en avant des tendances technologiques essentielles:
|
|||
|
les logiciels libres, les standards ouverts et l'intégration
|
|||
|
des systèmes.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(23/04/01)</i><br>
|
|||
|
<br>
|
|||
|
</font> <font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010418sa_libre.shtml">Bientôt
|
|||
|
un "Apache" des serveurs d'applications ?</a></b><br>
|
|||
|
Les technologies de serveurs d'application open source
|
|||
|
progressent rapidement. En s'appuyant beaucoup sur J2EE
|
|||
|
mais aussi en s'orientant vers les solutions de gestion
|
|||
|
de contenu.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(18/04/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010417_linuxembed.shtml">Linux
|
|||
|
aime l'informatique embarqu<71>e</a></b><br>
|
|||
|
L'édition Linux se lance sur le marché
|
|||
|
des logiciels destinés à l'informatique
|
|||
|
embarquée. C'est ce qu'a révélé
|
|||
|
l'Embedded Systmes Conference la semaine dernière.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(17/04/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010410jonas.shtml">Jonas,
|
|||
|
un serveur d'application consacré aux EJB 1.1</a></b><br>
|
|||
|
Développée notamment par la société
|
|||
|
Evidian, la plate-forme Jonas se consacre aux EJB. Une
|
|||
|
initiative à laquelle participe France Telecom
|
|||
|
Recherche et Développement ainsi que l'INRIA.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(10/04/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010409jboss.shtml">JBoss,
|
|||
|
un serveur d'application conçu autour du modèle
|
|||
|
des EJB</a></b><br>
|
|||
|
La plate-forme Jonas, dont l'architecture s'avère
|
|||
|
très modulaire, a fait des EJB sa religion.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(09/04/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010406bsdi.shtml">Wind
|
|||
|
River préfère BSD à Linux pour
|
|||
|
l'embarqué</a></b><br>
|
|||
|
Wind River, le spécialiste américain de
|
|||
|
l'embarqué, a annoncé le rachat de la
|
|||
|
société BSDi. Le marché de l'embarqué
|
|||
|
se structure autour de technologies libres.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(06/04/01)</i></font><br>
|
|||
|
</p>
|
|||
|
<p>
|
|||
|
<center>
|
|||
|
<div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/linux@Middle>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/linux";
|
|||
|
var position ="Middle";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
|
|||
|
</center>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0104/010403zope.shtml">Zope,
|
|||
|
un serveur d'application écrit en Python</a></b><br>
|
|||
|
Il n'est pas estampillé J2EE mais il vaut cependant
|
|||
|
le détour. Ecrit en Python, Zope présente
|
|||
|
plusieurs fonctions dignes d'intérêt, notamment
|
|||
|
pour les sites ambitieux du côté du contenu.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(03/04/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0103/010328enhydra.shtml">Enhydra
|
|||
|
Entreprise, un serveur d'application libre en route
|
|||
|
vers le futur</a></b><br>
|
|||
|
Avec la version entreprise 4.0, le serveur d'application
|
|||
|
libre Enhydra se dote d'une pleine compatibilité
|
|||
|
J2E et de fonctionnalités multi-terminaux. </font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(28/03/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0102/010206arkane.shtml">Arkane
|
|||
|
Media, un vent de liberté dans les services informatiques</a></b><br>
|
|||
|
La société, lauréate du prix de
|
|||
|
la start-up lors des Trophées de la nouvelle
|
|||
|
économie décernés à Strasbourg,
|
|||
|
est spécialisée dans l'informatique libre.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(06/02/01)</i><br>
|
|||
|
<br>
|
|||
|
</font> <font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0103/010314eazel.shtml">Avec
|
|||
|
Nautilus 1.0, Eazel veut rendre Linux plus navigable</a></b><br>
|
|||
|
La société Eazel développe pour
|
|||
|
Linux le logiciel Nautilus 1.0, destiné à
|
|||
|
simplifier l'utilisation du système notamment
|
|||
|
par l'accès à des services en ligne.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(14/01/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0102/010201lab.shtml">Linux
|
|||
|
at Business se revendique ASP g<>n<EFBFBD>raliste en envionnement
|
|||
|
open source !</a></b><br>
|
|||
|
L'ASP, soutenu par Innovacom, propose un large catalogue
|
|||
|
d'applications métier dans l'esprit "one
|
|||
|
stop shopping"...</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(01/02/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0102/010201quietloadpro.shtml">QuietLoad-Pro
|
|||
|
1.5<EFBFBD>: le t<>l<EFBFBD>chargement intelligent sous Linux</a></b><br>
|
|||
|
Le logiciel de l'éditeur français EasyFusion
|
|||
|
permet de gérer le rapatriement automatisé
|
|||
|
de fichiers lourds pour des groupes d'utilisateurs fixes
|
|||
|
ou mobiles.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(01/02/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0101/010126mioga.shtml">Mioga:
|
|||
|
une solution collaborative en Open source</a></b><br>
|
|||
|
Atrid, société française de services
|
|||
|
open source, va présenter à la Linux-Expo
|
|||
|
son outil de groupware Mioga.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(26/01/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0101/010119smilme.shtml">SmilMe,
|
|||
|
d'Aurora, un outil ASP de production vidéo pour
|
|||
|
le web</a></b><br>
|
|||
|
La solution SmilMe de la société de services
|
|||
|
open source Aurora, proposée en ASP, gère
|
|||
|
la publication, l'intégration et la synchronisation
|
|||
|
de documents vidéo et rich-media.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(19/01/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0101/010108kernel24.shtml">Evénement
|
|||
|
: le kernel 2.4 est disponible</a></b><br>
|
|||
|
Cette nouvelle version majeure du noyau de Linux est
|
|||
|
multiprocesseur (16 noeuds), et intègre de nombreuses
|
|||
|
améliorations dont le support USB, Firewire,
|
|||
|
une nouvelle couche réseau.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(08/01/01)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0012/001208vmware.shtml">VMWare
|
|||
|
faire tourner NT sous Linux, et vice-versa</a></b><br>
|
|||
|
Le spécialiste des machines virtuelles VMWare
|
|||
|
va lancer deux nouveaux produits destinés au
|
|||
|
marché des serveurs.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(08/12/00)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0011/001102opencare.shtml">Open
|
|||
|
Care prend soin de vos applications Open source</a></b><br>
|
|||
|
Cet acteur spécialisé dans le support
|
|||
|
sur les logiciels libres propose des contrats de support
|
|||
|
valables même en cas de modification du code.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(02/11/00)</i><br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0010/001025midgard.shtml">Midgard:
|
|||
|
une solution Open Source de gestion du contenu web</a></b><br>
|
|||
|
La solution Midgard gère dynamiquement le contenu
|
|||
|
d'un site web. Développée par une équipe
|
|||
|
finlandaise, elle bénéficie du support
|
|||
|
de la SSII française Aurora.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(25/10/00)</i><br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0010/001020caldera.shtml">Caldera
|
|||
|
porpose la gestion de parc sous Linux, avec annuaire
|
|||
|
LDAP</a></b><br>
|
|||
|
Avec l'acquisition de SCO, l'éditeur se dote
|
|||
|
d'un réseau commercial mondial, et présente
|
|||
|
ce produit de gestion de parc, une avancée majeure
|
|||
|
pour Linux en entreprise.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(20/10/00)</i><br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0009/000927aurora.shtml">Aurora:
|
|||
|
une web agency Open Source</a></b><br>
|
|||
|
La SSII a récemment procédé à
|
|||
|
une levée de 10 millions de francs, se spécialise
|
|||
|
dans l'édition de solutions packagées
|
|||
|
open source, et la fourniture de services professionnels.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(27/09/00)</i><br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0009/000926redhat.shtml">La
|
|||
|
distribution RedHat 7.0 se met à jour automatiquement</a></b><br>
|
|||
|
La nouvelle distribution RedHat, outre la présence
|
|||
|
de XFree 4.0, Zope ou Open SSL, est dotée d'une
|
|||
|
fonction de mise à jour automatisée sur
|
|||
|
RedHat Network.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(26/09/00)</i><br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0009/000925linbox.shtml">Linbox
|
|||
|
voit le futur dans le Network Computer</a></b><br>
|
|||
|
La start-up française construit et met en place
|
|||
|
des terminaux basés sur Linux, et assure leur
|
|||
|
maintenance à distance.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(25/09/00)</i><br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="http://solutions.journaldunet.com/0009/000921123immo.shtml">Linux,
|
|||
|
PHP4, Mysql, ... 123immo.com : une architecture en Open
|
|||
|
Source</a></b><br>
|
|||
|
Le site immobilier s'est équipé dès
|
|||
|
ses débuts d'une infrastructure Linux. Ses serveurs
|
|||
|
utilisent ainsi PHP4, MySql, ainsi que la distribution
|
|||
|
de Red Hat.</font><font size="1" face="Arial, Helvetica, sans-serif"><i>
|
|||
|
(21/09/00)</i><br>
|
|||
|
</font></p>
|
|||
|
<p><font face="Arial, Helvetica, sans-serif" size="2"><font size="1" face="Arial, Helvetica, sans-serif">
|
|||
|
</font> </font></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
<td width="132" bgcolor="#eeeeee" valign="top">
|
|||
|
<div align="center">
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="6">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center">
|
|||
|
<table border=0 cellspacing=0 cellpadding=0 width=100%>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<div align=center>
|
|||
|
<table border=0 cellspacing=0 cellpadding=0 width=120>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><table width=120 border=0 cellpadding=0 cellspacing=0 align=center>
|
|||
|
<tr>
|
|||
|
<td colspan=3><img src=/images/v2/newsletter_01.gif width=120 height=15 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
<form method=post action=http://benchmail.benchmark.fr/fr_abo.asp target=_blank>
|
|||
|
<tr>
|
|||
|
<td width=2 background=/images/v2/newsletter_02.gif><img src=/images/v2/newsletter_02.gif width=2 height=76 border=0 alt=""></td>
|
|||
|
<td width=120 background=/images/v2/newsletter_03.gif>
|
|||
|
<div align=center><font face=Verdana size=1>Gratuit - L'actualit<69>
|
|||
|
des technologies<br>
|
|||
|
e-business<br>
|
|||
|
</font>
|
|||
|
<input type=text name=ML value=email size=8>
|
|||
|
<input type=image id=OR name=lien src=/images/v2/ok_news.gif width=32 height=17 align=absmiddle border=0>
|
|||
|
<br><font face="Arial, Helvetica, sans-serif" size=1>HTML</font>
|
|||
|
<input type=radio name=idm value=5 checked>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size=2>|</font>
|
|||
|
<input type=radio name=idm value=12>
|
|||
|
<font size=1 face="Arial, Helvetica, sans-serif">Texte<br>
|
|||
|
<a href=http://benchmail.benchmark.fr/fr_abd.Asp?OR=SOLUTION target=_blank>Toutes
|
|||
|
nos newsletters</a></font></div>
|
|||
|
</td>
|
|||
|
<td width=2 background=/images/v2/newsletter_04.gif><img src=/images/v2/newsletter_04.gif width=2 height=65 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</form>
|
|||
|
<tr>
|
|||
|
<td colspan=3 width=120><img src=/images/v2/newsletter_05.gif width=120 height=11 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/linux@Right2>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/linux";
|
|||
|
var position ="Right2";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<table width=120 border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<div align=center>
|
|||
|
<table width=120 border=0 cellspacing=0 cellpadding=0 bgcolor="EEEEEE">
|
|||
|
<tr>
|
|||
|
<td><img src="/images/v3/it.gif" width="120" height="13" border="0"></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="1">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<p><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Daniel
|
|||
|
Dardailler<br>
|
|||
|
</font></b></a><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><img src="http://solutions.journaldunet.com/images_it/mini_dardailler.jpg" align="left" border="0"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">
|
|||
|
</font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">W3C
|
|||
|
<br>
|
|||
|
</font></a></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><img src="/images/v3/itouv.gif" width="17" height="16" align="left" border="0">
|
|||
|
<font size="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="05277E" size="1">Du
|
|||
|
Web s<>mantique aux Web Services, nous automatisons le<img src="/images/v3/itfer.gif" width="17" height="16" align="right" border="0">
|
|||
|
travail des applications</font></font></a></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
|
|||
|
<tr bgcolor="A9B6BC">
|
|||
|
<td>
|
|||
|
<div align="center"><img src="/images/v2/sondage.gif" height="13"></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
|
|||
|
<tr bgcolor="A9B6BC">
|
|||
|
<td>
|
|||
|
<div align="center"><font face="Verdana,Arial" size=1>La reprise dans le secteur high-tech...</font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="A9B6BC">
|
|||
|
<tr bgcolor="#eeeeee">
|
|||
|
<td>
|
|||
|
<table cellspacing="0" border="0" width="99%" bordercolor="A9B6BC" cellpadding="2">
|
|||
|
<form action="/poll_it_ssi_v2.0.cgi" method=POST>
|
|||
|
<input type="Hidden" name="poll_id" value="">
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="1">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>C'est bien engag<61> </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="2">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1><EFBFBD>a fr<66>mit </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="3">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>En septembre </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="4">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>En janvier 2003 </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="5">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>Aucune visiblit<69> </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
|
|||
|
<tr>
|
|||
|
<td colspan=2 align=center> <BR> <INPUT Type=SUBMIT Value="Voter"> </td>
|
|||
|
</tr>
|
|||
|
</form>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center"><font face="Verdana,Arial" size=1><a href="http://solutions.journaldunet.com/pollit_files/sondages.shtml" target="_top"><font face="Arial" size=1>Précédents
|
|||
|
sondages</font></a></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><img src=/images/v3/dossier.gif width=120 height=13></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#FFFFFF><font color=#000000><b>Stockage
|
|||
|
</b></font></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="1">
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size=2 color=#FFFFFF><a href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/stockage.gif border=0 vspace=0 width="40" height="40"></a></font></td>
|
|||
|
<td><font face="Arial" size=1 color=#000000>Du stockage en r<>seau aux
|
|||
|
r<>seaux de </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Arial" size=2 color=#000000><font face="Arial" size=1 color=#000000>stockage.
|
|||
|
L'<27>tat de l'art et des exp<78>riences pour vous guider dans vos prochains
|
|||
|
choix. <br>
|
|||
|
</font><font face="Arial" size=2><img src=/images_it/tiret.gif> <font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml>Sommaire</a></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#FFFFFF><font color=#000000><b>Mesure
|
|||
|
d'audience </b></font></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td valign="top"><font face="Verdana" size=1 color=#000000><font face="Arial" size=2 color=#FFFFFF><b><a href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/audience_mini.jpg border=0 vspace=0></a></b></font></font></td>
|
|||
|
<td height="32"><font face="Arial" size=1 color=#000000>Comment les
|
|||
|
solutions prennent le </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Verdana" size=1 color=#FFFFFF><font face="Arial" size=2 color=#000000><font face="Verdana" size=1><font face="Arial" size=1 color=#000000>chemin
|
|||
|
de l'intranet et de la licence d<>finitive. </font><font face="Arial">
|
|||
|
<br>
|
|||
|
</font></font><font face="Arial" size=2><img src=/images_it/tiret.gif>
|
|||
|
<font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml>Sommaire</a></font></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000><b>Web Services </b></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000><font face="Verdana" size=1 color=#000000><font face="Arial" size=2 color=#FFFFFF><b><a href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/webservices_mini.jpg border=0 vspace=2></a></b></font></font></font></td>
|
|||
|
<td><font face="Arial" size=1 color=#000000>Zoom sur ce nouveau paradigme
|
|||
|
des </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Arial" size=2 color=#000000><font face="Arial" size=1 color=#000000>
|
|||
|
architectures informatiques. Et sur les protocoles qui le soutiennent:
|
|||
|
SOAP, WSDL, UDDI...</font><font face="Arial" size=1> </font><font face="Arial" size=2><br>
|
|||
|
<img src=/images_it/tiret.gif> <font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml>Sommaire</a></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=20>
|
|||
|
<div align=center><font face=Verdana size=1><a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><b><font color="#000000">Tous
|
|||
|
les dossiers</font></b></a></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><a href=http://www.journaldunet.com/tops/top_sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/heber.jpg border=0></a><br>
|
|||
|
<font face=Arial size=1><a href=http://www.journaldunet.com/tops/top_sommaire.shtml><font color=#000000>Classements
|
|||
|
du Web</font></a><br>
|
|||
|
</font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><img src=http://www.journaldunet.com/images_it/annu.gif height=13 width=120></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=100% border=0 cellspacing=1 cellpadding=2 bgcolor=A9B6BC>
|
|||
|
<tr bgcolor=#eeeeee>
|
|||
|
<td>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les entreprises
|
|||
|
de l'Internet</b></font><br>
|
|||
|
<a href=http://societe.journaldunet.com><font face="Verdana" color=#000000>Plus
|
|||
|
de 3600 sociétés référencées</font></a></font></p>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les prestataires</b></font><br>
|
|||
|
<a href=http://prestataires.journaldunet.com><font face="Verdana" color=#000000>Plus
|
|||
|
de 2000 prestataires</font></a></font></p>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les fonds</b></font><br>
|
|||
|
<a href=http://fonds.journaldunet.com><font face="Verdana" color=#000000>72
|
|||
|
fiches descriptives</font></a></font></p>
|
|||
|
<p><font face="Arial" size=2><font size=1><font face="Verdana"><b>Le
|
|||
|
carnet des e-managers</b></font><br>
|
|||
|
</font><font face="Verdana" size=1><a href=http://lecarnet.journaldunet.com><font color="#000000">Plus
|
|||
|
de 1300 dirigeants</font></a></font><font size=1><br>
|
|||
|
</font></font></p>
|
|||
|
<p><font face="Arial" size=2><font size=1><font face="Verdana"><b>Solutions
|
|||
|
e-Business </b></font><br>
|
|||
|
</font><font face="Verdana" size=1><a href=http://prestataires.journaldunet.com><font color="#000000">204
|
|||
|
solutions et outils detaillées</font></a></font><font size=1><br>
|
|||
|
</font></font></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><a href=http://www.journaldunet.com/boutik/ title="La boutique Benchmark"><img src=http://www.journaldunet.com/pictos/boutikbenchmark.jpg border=0><br>
|
|||
|
<font face="Verdana" size=1 color=#800000>Des offres sur nos études
|
|||
|
et nos lettres</font></a></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center">
|
|||
|
<table border=0 cellspacing=1 cellpadding=2 align=center bgcolor=#e5e6ce width=100%>
|
|||
|
<tr>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.benchmark.fr/ebn.asp?pid=68 title="La société" onMouseOver="self.status='La Société';return true;" onMouseOut="self.status=' ';return true;"><font size=1 face="Verdana, Arial">Société</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/contacts.shtml onMouseOver="self.status='Contacts';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Contacts</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/pubbenchmark.shtml title=Publicité onMouseOver="self.status='Contact publicité';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Publicité</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.benchmark.fr/ebn.asp?pid=69 title="Communiqués de Presse" onMouseOver="self.status='Les communiqués de presse';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Presse</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://emploi.journaldunet.com/compte/liste.cfm?mode=2&EntIdx=1448 title=Recrutement onMouseOver="self.status='Recrutement';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial">Recrutement</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/tousnossites.shtml><font size=1 face="Verdana, Arial">Tous
|
|||
|
nos sites</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td colspan=2 bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/donneesperso.shtml onMouseOver="self.status='Données personnelles';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Données
|
|||
|
personnelles</font></a></font></font><font color=#000033 face="Verdana, Arial" size=1>
|
|||
|
</font></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width=100% border=0 cellspacing=1 cellpadding=2 bgcolor=#000033>
|
|||
|
<tr>
|
|||
|
<td width=20 bgcolor=#000033><div align=center><OAS URL=solutions.journaldunet.com/divers@x30>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="x30";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#000033>
|
|||
|
<div align=center><font face="Verdana, Arial" size=1 color=#FFFFFF>Pour
|
|||
|
tout problème de consultations, écrivez au <a href=mailto:webmaster-solutions@journaldunet.com><font color=#FFFF00>webmaster</font></a>.<br>
|
|||
|
© Benchmark Group, 4 rue diderot 92156 Suresnes Cedex</font></div>
|
|||
|
</td>
|
|||
|
<td width=20 bgcolor=#000033> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center"><div align=center>
|
|||
|
<OAS URL=solutions.journaldunet.com/linux@TopRight>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/linux";
|
|||
|
var position ="TopRight";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<OAS URL=solutions.journaldunet.com/home@TopLeft>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/home";
|
|||
|
var position ="TopLeft";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
|
|||
|
</BODY></HTML>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|