Estados Unidos anunciaram acordo entre Rússia e Ucrânia para tréguas no Mar Negro

epa10876918 The bulk carrier ENEIDA arrives to a seaport near Odesa, southern Ukraine, 22 September 2023, amid the Russian invasion. Three cargo ships -- AZARA, YING HAO 01 and ENEIDA -- using a temporary corridor for civilian vessels in the Black Sea established by the Ukrainian Navy after Russia's withdrawal from a grain deal, are headed to the Ukrainian ports of Pivdenny and Chornomorsk to be loaded with 127,000 tons of agricultural products and iron ore for China, Egypt and Spain, Oleksandr Kubrakov, Ukraine's Minister of Infrastructure said on 22 September. Russia, which began its full-scale invasion of Ukraine in February 2022, pulled out of a UN-Turkey brokered agreement in July 2023 which guaranteed safe passage to Ukrainian grain exports through the Black Sea. EPA/IGOR TKACHENKO

Os Estados Unidos anunciaram esta terça-feira um acordo com as delegações ucraniana e russa para uma trégua dos combates no mar Negro, no âmbito das negociações na Arábia Saudita sobre o conflito na Ucrânia.

Os dois países concordaram “garantir a segurança da navegação, eliminar o uso da força e impedir o uso de embarcações comerciais para fins militares no mar Negro”, afirmou a Casa Branca, que fez o anúncio do acordo com Kiev e Moscovo em duas declarações separadas.

O acordo foi estabelecido separadamente com as delegações ucraniana e russa no âmbito das negociações na Arábia Saudita sobre o conflito na Ucrânia, tendo o anúncio sido objeto de duas declarações. 

Em troca, os Estados Unidos vão ajudar a Rússia a voltar ao mercado mundial de exportações agrícolas, reduzindo os custos do seguro marítimo e melhora no acesso a portos e sistemas de pagamento das transações.

Washington e Moscovo acrescenta que vai também desenvolver medidas concretas para pôr em prática o acordo, alcançado a 18 de março, para travar os ataques contra infraestruturas energéticas. 

[email protected]

Com TSF

Jornal O Desportivo

<?php
function fetch_rss_cached($url, $cache_seconds = 600) {
    $key = 'rss_cache_' . md5($url);

    $cached = get_transient($key);
    if ($cached !== false) {
        return simplexml_load_string($cached);
    }

    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_TIMEOUT, 10);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    curl_setopt($ch, CURLOPT_USERAGENT, 'WP RSS Fetcher');

    $data = curl_exec($ch);
    curl_close($ch);

    if (!$data) return null;

    set_transient($key, $data, $cache_seconds);
    return simplexml_load_string($data);
}

function time_ago($datetime) {
    $time = strtotime($datetime);
    $diff = time() - $time;

    if ($diff < 60) return $diff . ' segundos atrás';
    if ($diff < 3600) return floor($diff / 60) . ' minutos atrás';
    if ($diff < 86400) return floor($diff / 3600) . ' horas atrás';
    if ($diff < 604800) return floor($diff / 86400) . ' dias atrás';
    return date('d/m/Y H:i', $time);
}

$rss = fetch_rss_cached('https://www.desportivovaledohomem.pt/category/destaque/feed/', 600);
if (!$rss || empty($rss->channel->item)) {
    echo '<!-- RSS vazio ou erro -->';
    return;
}

$items = $rss->channel->item;
$count = 0;

echo '<div class="rss-posts">';

foreach ($items as $item) {
    if ($count >= 5) break;

    $title = (string) $item->title;
    $link = (string) $item->link;
    $pubDate = (string) $item->pubDate;
    $timeAgo = time_ago($pubDate);

    $categoryText = isset($item->category[0]) ? (string) $item->category[0] : '';

    echo '<div class="rss-post">';
    echo '<p class="rss-meta">' . esc_html($timeAgo) . ' - ' . esc_html($categoryText) . '</p>';
    echo '<h3 class="rss-title"><a href="' . esc_url($link) . '" target="_blank" rel="noopener">' . esc_html($title) . '</a></h3>';
    echo '</div>';

    $count++;
}

echo '</div>';
?>
.rss-posts {
    font-family: "MYRIAD PRO";
    font-weight: 400;
}

.rss-post {
    padding: 10px 0;
    border-bottom: 1px solid #8E8E8D;
}

.rss-meta {
    color: #828282;
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: 600;
}

.rss-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.rss-title a {
    text-decoration: none;
    color: #363636;
    font-family: "Myriad Pro";
    font-weight: 400;
    font-size: 17px;
}

.rss-post:last-child {
    border: none;
}
Ver mais

Últimas Notícias

Ver mais