From 74215ceb81fc8ddd0a97a566ac6bc07feb478b1a Mon Sep 17 00:00:00 2001 From: Nudista Date: Wed, 31 Jan 2024 17:51:49 +0100 Subject: [PATCH] Publii: update content --- 404.html | 2 +- dokonceni-clanku-nudismus-na-assku.html | 75 +++++++++++++++++++ feed.json | 15 ++-- feed.xml | 17 +++-- google-bard-programuje.html | 2 +- ice-girls-ai.html | 2 +- index.html | 2 +- kategorie/cz/index.html | 2 +- kategorie/de/index.html | 2 +- kategorie/es/index.html | 2 +- kategorie/fr/index.html | 2 +- kategorie/index.html | 2 +- kategorie/uk/index.html | 2 +- my-blacklist.html | 2 +- ...html => plan-na-migraci-z-micro-blogu.html | 4 +- projekt/nudista-online/index.html | 2 +- projekt/programovani/index.html | 2 +- projekt/redakce/index.html | 2 +- sitemap.xml | 12 +-- test-3.html | 75 ------------------- 20 files changed, 114 insertions(+), 112 deletions(-) create mode 100644 dokonceni-clanku-nudismus-na-assku.html rename test-2.html => plan-na-migraci-z-micro-blogu.html (59%) delete mode 100644 test-3.html diff --git a/404.html b/404.html index 11eb941..a8a9062 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ Error 404 - NoLog

Jsem · Nudista · Online

Pokud Vás zajímají krátké aktuality nejen z oblasti nudismu, ale i z našeho regionu (Ašsko / Chebsko / Karlovarsko), či informace ze zákulisí mých projektů, pak jste tady správně!

Mailchimp
 


· Soukromí  · Kontakt  · Politiky

404 Error

The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.

Přejít na úvod

Dokončení článku "Nudismus na Ašsku"

Tento příspěvek byl aktualizován dne:
\ No newline at end of file diff --git a/feed.json b/feed.json index 08bf4d9..60e81c4 100644 --- a/feed.json +++ b/feed.json @@ -41,20 +41,21 @@ "date_modified": "2024-01-31T15:34:03+01:00" }, { - "id": "https://jsem.nudista.online/test-3.html", - "url": "https://jsem.nudista.online/test-3.html", - "title": "Test 3", + "id": "https://jsem.nudista.online/dokonceni-clanku-nudismus-na-assku.html", + "url": "https://jsem.nudista.online/dokonceni-clanku-nudismus-na-assku.html", + "title": "Dokončení článku "Nudismus na Ašsku"", "author": { "name": "Nudist@nline" }, "tags": [ + "🇨🇿 CZ" ], "date_published": "2024-01-31T02:44:50+01:00", - "date_modified": "2024-01-31T02:44:53+01:00" + "date_modified": "2024-01-31T17:51:37+01:00" }, { - "id": "https://jsem.nudista.online/test-2.html", - "url": "https://jsem.nudista.online/test-2.html", + "id": "https://jsem.nudista.online/plan-na-migraci-z-micro-blogu.html", + "url": "https://jsem.nudista.online/plan-na-migraci-z-micro-blogu.html", "title": "Plán na migraci z Micro Blogu", "author": { "name": "Nudist@nline" @@ -63,7 +64,7 @@ "🇨🇿 CZ" ], "date_published": "2024-01-30T19:38:57+01:00", - "date_modified": "2024-01-31T17:49:43+01:00" + "date_modified": "2024-01-31T17:51:42+01:00" }, { "id": "https://jsem.nudista.online/ice-girls-ai.html", diff --git a/feed.xml b/feed.xml index 419ba6d..f9a1b76 100644 --- a/feed.xml +++ b/feed.xml @@ -3,7 +3,7 @@ NoLog - 2024-01-31T17:49:43+01:00 + 2024-01-31T17:51:42+01:00 Nudist@nline @@ -63,14 +63,15 @@ - Test 3 + Dokončení článku "Nudismus na Ašsku" Nudist@nline - - https://jsem.nudista.online/test-3.html + + https://jsem.nudista.online/dokonceni-clanku-nudismus-na-assku.html + - 2024-01-31T02:44:53+01:00 + 2024-01-31T17:51:37+01:00 @@ -79,11 +80,11 @@ Nudist@nline - - https://jsem.nudista.online/test-2.html + + https://jsem.nudista.online/plan-na-migraci-z-micro-blogu.html - 2024-01-31T17:49:43+01:00 + 2024-01-31T17:51:42+01:00 diff --git a/google-bard-programuje.html b/google-bard-programuje.html index d65ebcb..33d4ae7 100644 --- a/google-bard-programuje.html +++ b/google-bard-programuje.html @@ -1,6 +1,6 @@ Google Bard programuje - NoLog

Google Bard programuje

Zadal jsem umělé inteligenci úkol, naprogramovat script v PHP pro parsování JSON

<?php

// Importuj knihovnu pro práci s JSON
//require 'json.php';

// Vytvoř URL adresu pro požadavek
$url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses';

// Proveď požadavek
$response = file_get_contents($url);

// Dekóduj JSON data
$data = json_decode($response, true);

// Vytvoř HTML5 kontejner
echo '<div class="statuses">';

// Projděte všechna data
foreach ($data as $status) {

    // Vytvoř HTML5 tweet
    echo '<div class="tweet">';

    // Vytiskněte text tweetu (default text)
    echo '<p class="text">' . $status['content'] . '</p>';

    // Vytiskněte datum a čas tweetu
    echo '<p class="time">' . $status['created_at'] . '</p>';

    // Vytiskněte počet lajků
    if($status['sensitive'] == "1"){
    $mature = 'NSFW';
    } else {
    $mature = 'OK';
    }
    echo '<p class="likes">' . $mature . ' lajků</p>';

    // Vytiskněte počet retweetů
    echo '<p class="retweets">' . $status['retweets'] . ' retweetů</p>';

    // Zavřete HTML5 tweet
    echo '</div>';
}

// Zavřete HTML5 kontejner
echo '</div>';
?>

Tento příspěvek byl aktualizován dne:

Ice Girls AI

Učím se pracovat s umělou inteligencí...

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis sapien nunc, commodo et, interdum suscipit, sollicitudin et, dolor. Fusce nibh. Etiam sapien elit, consequat eget, tristique non, venenatis quis, ante. Fusce aliquam vestibulum ipsum. Praesent in mauris eu tortor porttitor accumsan. Phasellus et lorem id felis nonummy placerat.

Tento příspěvek byl aktualizován dne:

Jsem · Nudista · Online

Pokud Vás zajímají krátké aktuality nejen z oblasti nudismu, ale i z našeho regionu (Ašsko / Chebsko / Karlovarsko), či informace ze zákulisí mých projektů, pak jste tady správně!

Mailchimp
 


· Soukromí  · Kontakt  · Politiky

🇨🇿 CZ (3)

Příspěvky týkající se České republiky, či psané v českém jazyce...

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac…

🇬🇧 UK (1)

My Blacklist

Caption
Social network:Reasons:
FacebookSpam, Frauds, Censoreship
Tento příspěvek byl aktualizován dne:
Nudist@nline

Nudist@nline (2)

Projekt internetového serveru Nudista.Online (https://nudista.online)

Navštivte mé webové stránky

Programování

Programování (2)

Test 3

Tento příspěvek byl aktualizován dne:
\ No newline at end of file