class dcDiggLike
{
function dcSubmitToDigg ($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://digg.com/submit?phase=3&'.
'url=' . urlencode($url) .'&'.
';title=' . urlencode($title)
);
}
}
}
function dcSubmitToDelicious ($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://del.icio.us/post?v=2&'.
'url=' . urlencode($url) .
';title=' . urlencode($title)
);
}
}
}
// fonction par NiKo http://www.prendreuncafe.com
// modifier par Tibo
function dcSubmitToBlogmarks($img=1,$txt=' Blogmark it! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
$summary = $GLOBALS['news']->getChapo() != "" ? strip_tags($GLOBALS['news']->getChapo()) : strip_tags($GLOBALS['news']->getContent());
$tN = array("\r", "\n", "\t");
$tR = array("", " ", "");
$summary = str_replace($tN, $tR, $summary);
while (ereg(" ", $summary)) $summary = str_replace(" ", " ", $summary);
$summary = substr(chop($summary), 0, 255) . '...';
$tags = $GLOBALS['news']->f('cat_libelle');
$via = getenv('HTTP_REFERER');
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
$summary = utf8_encode($summary);
$tags = utf8_encode($tags);
$via = utf8_encode($via);
}
echo sprintf (
$s, 'http://www.blogmarks.net/my/new.php?'.
'title=' . urlencode($title) . '&'.
'summary=' . urlencode($summary) .'&'.
'url=' . urlencode($url) . '&'.
'via=' . urlencode($via) . '&'.
'tags=' . urlencode($tags)
);
}
}
}
function dcSubmitToBookeet($img=1,$txt=' Bookeet it! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
$summary = $GLOBALS['news']->getChapo() != "" ? strip_tags($GLOBALS['news']->getChapo()) : strip_tags($GLOBALS['news']->getContent());
$tN = array("\r", "\n", "\t");
$tR = array("", " ", "");
$summary = str_replace($tN, $tR, $summary);
while (ereg(" ", $summary)) $summary = str_replace(" ", " ", $summary);
$summary = substr(chop($summary), 0, 255) . '...';
$tags = $GLOBALS['news']->f('cat_libelle');
$via = getenv('HTTP_REFERER');
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
$summary = utf8_encode($summary);
$tags = utf8_encode($tags);
$via = utf8_encode($via);
}
echo sprintf (
$s, 'http://www.bookeet.com/post.php?'.
'title=' . urlencode($title) . '&'.
'url=' . urlencode($url) . '&'.
'root=Dotclear'
);
}
}
}
function dcSubmitToTechnorati($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST');
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://technorati.com/faves?'.
'add=' . urlencode($url)
);
}
}
}
function dcSubmitToScoopeo($img=1,$txt=' Scoop it! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.scoopeo.com/scoop/new?'.
'newurl=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToFuzz($img=1,$txt='') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.fuzz.fr/?nws_article?'.
'link=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToTapemoi($img=1,$txt=' Tape Moi! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.tapemoi.com/submit.php?'.
'lien=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToAllactu($img=1,$txt=' AllActuer Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.allactu.com/submit.php?'.
'url=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToNuouz($img=1,$txt=' Nuouz Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.nuouz.com/addNews.aspx?'.
'url=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
// Merci ŕ Franck
//http://www.generationmp3.com/ohmypod
function dcSubmitToMemes($img=1,$txt=' Memes Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.blogmemes.net/fr/post.php?'.
'url=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
function dcSubmitToPioche($img=1,$txt=' Pioche Ca! ') {
if (isset($GLOBALS['news']))
{
$s='';
if ($img)
$s.='
';
$s.=$txt;
$s.='';
$title = $GLOBALS['news']->f('post_titre');
$url = 'http://' . getenv('HTTP_HOST') . $GLOBALS['news']->getPermURL();
if ($title && $url) {
if (dc_encoding != 'UTF-8') {
$title = utf8_encode($title);
$url = utf8_encode($url);
}
echo sprintf (
$s, 'http://www.pioche.fr/submit_news.php?'.
'newurl=' . urlencode($url) . '&'.
'title=' . urlencode($title)
);
}
}
}
}
?>
Warning: Cannot modify header information - headers already sent by (output started at /home/wwwroot/blog2-enki/wwwroot/ecrire/tools/dcdiggLikeIt/functions.php:1) in /home/wwwroot/blog2-enki/wwwroot/index.php on line 47
Un nouveau site conçu par Enki ! - Enkilt - le blog d'entreprise de Enki Technologies
Un nouveau site conçu par Enki !
Par Alexandre,
à 12:39 dans Clients, Enki, Sur le net, Web 2.0
Vous vous souvenez peut-ĂŞtre de notre petit
benchmark sur les différents sites de travaux ? Ce travail d'étude préalable n'était évidemment pas gratuit : nous étions en train de travailler à la conception d'un mini-site pour le compte de GrDF, le gestionnaire du réseau de distribution de gaz naturel en France (autrement dit : pas l'entreprise qui vous vend du gaz - ça, a priori, c'est Gaz de France - mais l'entreprise qui gère les petits tuyaux qui l'amènent jusque chez vous).
GrDF prévoit en effet des travaux importants sur l'agglomération du Grand Nancy au cours de cette année : une artère qui va traverser trois communes pour alimenter l'ouest de la zone dans les 20 années à venir. Pour informer le public des objectifs et des implications de ce chantier, nous avons mis en place un site qui présente :
- des informations concrètes sur chacune des rues impactées, avec la mise en place d'une API Google Maps
- des témoignages en vidéo de toutes les parties prenantes du projet, qui permettent d'éclairer les objectifs du chantier, les modalités de mise en oeuvre, etc.
- un dispositif d'information qui sera enrichi au fur et à mesure du déroulement des travaux et qui permettra de suivre l'avancement des travaux
Le site est lĂ :
L'Artère Gaz du Grand Nancy
Bravo à Jean-Claude, Gaël et Carole !
Trackbacks
Aucun trackback.
Les trackbacks pour ce billet sont fermés.
Enki+
CLIENT DU MOIS : ITG
Nous comptons parmi nos clients le Groupe ITG (Institut du Temps Géré), leader français du portage salarial, que nous accompagnons dans sa stratégie de création de trafic sur Internet. Quelques questions posées à Martine Alves, responsable de la communication.
Qu'est-ce que le portage salarial ?
C'est une démarche permettant à un professionnel de développer son activité de prestations intellectuelles en toute autonomie comme le ferait un indépendant tout en confiant le traitement administratif, juridique, social et comptable lié à son activité à une société de portage comme ITG.
Lire la suite de l'interview consacrée au portage salarial.
REVUE DE PRESSE
L'objectif du projet Treasures est de créer une plate-forme VoD en 5 langues portant sur les films d'archives de 38 pays en vue de favoriser l'accès du grand public à ce véritable patrimoine européen.
MEDIA: Comment envisagez-vous les développements futurs (lancement, rendez-vous important...)?
S. Bromberg: Avec appétit et un petit peu d'angoisse. C'est notre premier projet européen de cette ampleur, même si nous avons dans le passé fait la première restauration internationale d'un film mêlant quinze pays différents. Je sais que les premiers jours seront déterminants, car il va falloir mener de front le développement de l'architecture du site (en liaison avec notre partenaire Enki Technologies) et la collecte-restauration des oeuvres. J'espère que les archives participantes nous enverront très vite leur matériel. Mais mon optimisme est à la hauteur de l'enthousiasme soulevé par le projet, et je veux remercier les Archives européennes pour avoir toutes suivi notre idée sans réserve.
MEDIA N°53 janvier 2008
CLIENT DU MOIS : LOBSTER FILMS
Il y a deux ans, Lobster Films a initié un projet d'envergure intitulé "Trésors des Archives Européennes".
Qui dit "Trésors" dit sélection de ce qu'il y a de meilleur.
Lobster Films a trouvé son alter ego chez Enki Technologies, qui
depuis un an l'accompagne dans le montage du projet.
La VoD est le meilleur vecteur pour la diffusion des "Trésors".
Internet constitue un véritable espace fédérateur tourné, non seulement vers l'Europe mais aussi vers le monde entier, il
correspond en tous points à la volonté de Lobster Films de toucher le plus large public possible.
Enki est l'architecte de la plate-forme technique, de la stratégie de référencement et de la promotion on line.
Sur le plan opérationnel Enki assurera la conception et la réalisation du site, l'hébergement et le webmarketing.
ENKI TECHNOLOGIESBienvenue sur notre site Version Off ! Vous y trouverez : des interventions techniques et marketing de nos experts, mais également des billets plus légers révélateurs de l'ambiance interne. Convaincu ? Envoyez-nous votre CV ou interrogez-nous pour un devis !
Commentaires
Soyez le premier à poster un commentaire sur cet article.
Ajouter un commentaire