Wikini

EasyRSS

PagePrincipale :: DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur :: Vous êtes ec2-54-234-143-240.compute-1.amazonaws.com
<?php

if ($pages $this->LoadRecentlyChanged($max))

$output "<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>\n";
$output .= "<rdf:RDF\n";
$output .= "xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n";
$output .= "xmlns=\"http://my.netscape.com/publish/formats/rss-0.91.dtd\">\n";                                                                                                                                                                                                            $output .= "<channel>\n";
$output .= "<title> Derniers changements sur "$this->config["wakka_name"]  . "</title>\n";
$output .= "<link>" $this->config["base_url"] . $this->config["root_page"] . "</link>\n";
$output .= "<description> Derniers changements sur " $this->config["wakka_name"] . " </description>\n";
$output .= "<language>fr</language>\n";
$output .= "</channel>\n";

foreach (
$pages as $i => $page)  {
  
$output .= "<item>\n";
  
$output .= "<title>" $page["tag"] . " par " .$page["user"] . " le " $page["time"] . "</title>\n";
  
$output .= "<description> Modification de " $page["tag"] . " par " .$page["user"] . " le " $page["time"] . "</description>\n";
  
$output .= "<link>" $this->config["base_url"] . $page["tag"] . "</link>\n";
  
$output .= "</item>\n";
}
$output .= "</rdf:RDF>\n";
print(
$output);
}

?>

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]