• "; echo _(" All our costs are met by donations we receive from our users. If you enjoy using a VideoLAN product, please donate to support us."); ?>
  • "; echo _("This means that if you have the skill and the desire to improve one of our products, your contributions are welcome"); ?>

items as $item) { if (isset($item['link'])) { echo '

'; echo "' . htmlentities($item['title'], ENT_COMPAT, "UTF-8") . "

"; echo '

'; echo substr(strip_tags(html_entity_decode($item['content']['encoded'], ENT_COMPAT, "UTF-8")), 0, $chars_per_entry); echo "[...]
"; echo "

"; $i++; if ($i >= $columns * $entries_per_column) break; if ($i % $entries_per_column == 0) echo ""; } } ?>

>

items as $item) { echo '

'; echo preg_replace(array('^(http://\S+)^is', '^(https://\S+)^is'), '$1', str_replace("videolan:", "" . date("Y-m-d h:i", strtotime($item['pubdate'])) . "", $item['title'])); echo "

"; $i++; if ($i >= $columns * $entries_per_column) break; if ($i % $entries_per_column == 0) echo ""; } ?>