Publii: update content

This commit is contained in:
Jan Rippl 2024-01-31 16:11:16 +01:00
parent 5801fe567f
commit f74714b582
23 changed files with 309 additions and 67 deletions

File diff suppressed because one or more lines are too long

View file

@ -10,6 +10,36 @@
"name": "Nudist@nline"
},
"items": [
{
"id": "https://jsem.nudista.online/my-blacklist.html",
"url": "https://jsem.nudista.online/my-blacklist.html",
"title": "My Blacklist",
"summary": "Caption Social network: Reasons: Facebook Spam, Frauds, Censoreship",
"content_html": "<table class=\"table-title\" style=\"border-collapse: collapse; width: 100%;\" border=\"1\"><caption>Caption</caption>\n<tbody>\n<tr>\n<td style=\"width: 49.9288%;\"><strong>Social network:</strong></td>\n<td style=\"width: 49.9288%;\"><strong>Reasons:</strong></td>\n</tr>\n<tr>\n<td style=\"width: 49.9288%;\">Facebook</td>\n<td style=\"width: 49.9288%;\">Spam, Frauds, Censoreship</td>\n</tr>\n</tbody>\n</table>",
"author": {
"name": "Nudist@nline"
},
"tags": [
"🇬🇧 UK"
],
"date_published": "2024-01-31T03:31:10+01:00",
"date_modified": "2024-01-31T03:36:55+01:00"
},
{
"id": "https://jsem.nudista.online/google-bard-programuje.html",
"url": "https://jsem.nudista.online/google-bard-programuje.html",
"title": "Google Bard programuje",
"summary": "&lt;?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř&hellip;",
"content_html": "<p><code>&lt;?php<br><br>// Importuj knihovnu pro práci s JSON<br>//require 'json.php';<br><br>// Vytvoř URL adresu pro požadavek<br>$url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses';<br><br>// Proveď požadavek<br>$response = file_get_contents($url);<br><br>// Dekóduj JSON data<br>$data = json_decode($response, true);<br><br>// Vytvoř HTML5 kontejner<br>echo '&lt;div class=\"statuses\"&gt;';<br><br>// Projděte všechna data<br>foreach ($data as $status) {<br><br>    // Vytvoř HTML5 tweet<br>    echo '&lt;div class=\"tweet\"&gt;';<br><br>    // Vytiskněte text tweetu (default text)<br>    echo '&lt;p class=\"text\"&gt;' . $status['content'] . '&lt;/p&gt;';<br><br>    // Vytiskněte datum a čas tweetu<br>    echo '&lt;p class=\"time\"&gt;' . $status['created_at'] . '&lt;/p&gt;';<br><br>    // Vytiskněte počet lajků<br>    if($status['sensitive'] == \"1\"){<br>    $mature = 'NSFW';<br>    } else {<br>    $mature = 'OK';<br>    }<br>    echo '&lt;p class=\"likes\"&gt;' . $mature . ' lajků&lt;/p&gt;';<br><br>    // Vytiskněte počet retweetů<br>    echo '&lt;p class=\"retweets\"&gt;' . $status['retweets'] . ' retweetů&lt;/p&gt;';<br><br>    // Zavřete HTML5 tweet<br>    echo '&lt;/div&gt;';<br>}<br><br>// Zavřete HTML5 kontejner<br>echo '&lt;/div&gt;';<br>?&gt;</code></p>",
"author": {
"name": "Nudist@nline"
},
"tags": [
"🇨🇿 CZ"
],
"date_published": "2024-01-31T03:00:01+01:00",
"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",
@ -30,10 +60,10 @@
"name": "Nudist@nline"
},
"tags": [
"CZ"
"🇨🇿 CZ"
],
"date_published": "2024-01-30T19:38:57+01:00",
"date_modified": "2024-01-31T00:28:42+01:00"
"date_modified": "2024-01-31T03:01:36+01:00"
},
{
"id": "https://jsem.nudista.online/ice-girls-ai.html",
@ -46,7 +76,7 @@
"name": "Nudist@nline"
},
"tags": [
"CZ"
"🇨🇿 CZ"
],
"date_published": "2024-01-30T19:34:36+01:00",
"date_modified": "2024-01-30T23:57:05+01:00"

View file

@ -3,12 +3,65 @@
<title>NoLog</title>
<link href="https://jsem.nudista.online/feed.xml" rel="self" />
<link href="https://jsem.nudista.online" />
<updated>2024-01-31T02:44:53+01:00</updated>
<updated>2024-01-31T15:34:03+01:00</updated>
<author>
<name>Nudist@nline</name>
</author>
<id>https://jsem.nudista.online</id>
<entry>
<title>My Blacklist</title>
<author>
<name>Nudist@nline</name>
</author>
<link href="https://jsem.nudista.online/my-blacklist.html"/>
<id>https://jsem.nudista.online/my-blacklist.html</id>
<category term="🇬🇧 UK"/>
<updated>2024-01-31T03:36:55+01:00</updated>
<summary>
<![CDATA[
Caption Social network: Reasons: Facebook Spam, Frauds, Censoreship
]]>
</summary>
<content type="html">
<![CDATA[
<table class="table-title" style="border-collapse: collapse; width: 100%;" border="1"><caption>Caption</caption>
<tbody>
<tr>
<td style="width: 49.9288%;"><strong>Social network:</strong></td>
<td style="width: 49.9288%;"><strong>Reasons:</strong></td>
</tr>
<tr>
<td style="width: 49.9288%;">Facebook</td>
<td style="width: 49.9288%;">Spam, Frauds, Censoreship</td>
</tr>
</tbody>
</table>
]]>
</content>
</entry>
<entry>
<title>Google Bard programuje</title>
<author>
<name>Nudist@nline</name>
</author>
<link href="https://jsem.nudista.online/google-bard-programuje.html"/>
<id>https://jsem.nudista.online/google-bard-programuje.html</id>
<category term="🇨🇿 CZ"/>
<updated>2024-01-31T15:34:03+01:00</updated>
<summary>
<![CDATA[
&lt;?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř&hellip;
]]>
</summary>
<content type="html">
<![CDATA[
<p><code>&lt;?php<br><br>// Importuj knihovnu pro práci s JSON<br>//require 'json.php';<br><br>// Vytvoř URL adresu pro požadavek<br>$url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses';<br><br>// Proveď požadavek<br>$response = file_get_contents($url);<br><br>// Dekóduj JSON data<br>$data = json_decode($response, true);<br><br>// Vytvoř HTML5 kontejner<br>echo '&lt;div class="statuses"&gt;';<br><br>// Projděte všechna data<br>foreach ($data as $status) {<br><br>    // Vytvoř HTML5 tweet<br>    echo '&lt;div class="tweet"&gt;';<br><br>    // Vytiskněte text tweetu (default text)<br>    echo '&lt;p class="text"&gt;' . $status['content'] . '&lt;/p&gt;';<br><br>    // Vytiskněte datum a čas tweetu<br>    echo '&lt;p class="time"&gt;' . $status['created_at'] . '&lt;/p&gt;';<br><br>    // Vytiskněte počet lajků<br>    if($status['sensitive'] == "1"){<br>    $mature = 'NSFW';<br>    } else {<br>    $mature = 'OK';<br>    }<br>    echo '&lt;p class="likes"&gt;' . $mature . ' lajků&lt;/p&gt;';<br><br>    // Vytiskněte počet retweetů<br>    echo '&lt;p class="retweets"&gt;' . $status['retweets'] . ' retweetů&lt;/p&gt;';<br><br>    // Zavřete HTML5 tweet<br>    echo '&lt;/div&gt;';<br>}<br><br>// Zavřete HTML5 kontejner<br>echo '&lt;/div&gt;';<br>?&gt;</code></p>
]]>
</content>
</entry>
<entry>
<title>Test 3</title>
<author>
@ -28,9 +81,9 @@
</author>
<link href="https://jsem.nudista.online/test-2.html"/>
<id>https://jsem.nudista.online/test-2.html</id>
<category term="CZ"/>
<category term="🇨🇿 CZ"/>
<updated>2024-01-31T00:28:42+01:00</updated>
<updated>2024-01-31T03:01:36+01:00</updated>
<summary></summary>
<content></content>
</entry>
@ -42,7 +95,7 @@
<link href="https://jsem.nudista.online/ice-girls-ai.html"/>
<id>https://jsem.nudista.online/ice-girls-ai.html</id>
<media:content url="https://jsem.nudista.online/media/posts/1/upscaled_image.png" medium="image" />
<category term="CZ"/>
<category term="🇨🇿 CZ"/>
<updated>2024-01-30T23:57:05+01:00</updated>
<summary>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
kategorie/uk/index.html Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg"><symbol id="mastodon" viewBox="0 0 24 24"><path d="m22.915,5.871c-.323-2.364-2.419-4.227-4.903-4.588-.419-.061-2.007-.283-5.685-.283h-.027c-3.679,0-4.469.222-4.888.283-2.415.351-4.62,2.025-5.155,4.417-.257,1.178-.285,2.484-.237,3.682.068,1.718.081,3.433.24,5.144.11,1.136.301,2.264.573,3.374.509,2.05,2.567,3.756,4.585,4.452,2.16.726,4.482.846,6.708.348.245-.056.487-.121.726-.195.54-.169,1.174-.358,1.64-.69.006-.005.012-.011.015-.018.004-.007.006-.015.006-.022v-1.658c0-.007-.002-.014-.005-.021-.003-.007-.008-.012-.014-.017-.006-.005-.013-.008-.02-.009-.007-.002-.015-.002-.022,0-1.426.335-2.887.503-4.353.5-2.523,0-3.201-1.177-3.396-1.667-.156-.423-.255-.865-.295-1.314,0-.008.001-.015.004-.022.003-.007.008-.013.014-.018.006-.005.013-.008.02-.01.007-.002.015-.001.023,0,1.402.333,2.839.5,4.282.5.347,0,.693,0,1.04-.009,1.451-.04,2.979-.113,4.407-.387.036-.007.071-.013.102-.022,2.251-.425,4.393-1.759,4.611-5.137.008-.133.028-1.393.028-1.531.001-.469.154-3.327-.022-5.083Zm-3.465,8.428h-2.367v-5.7c0-1.2-.509-1.812-1.543-1.812-1.137,0-1.707.724-1.707,2.154v3.12h-2.353v-3.12c0-1.43-.571-2.154-1.708-2.154-1.028,0-1.542.612-1.543,1.812v5.7h-2.365v-5.873c0-1.2.312-2.153.935-2.86.643-.705,1.486-1.067,2.533-1.067,1.212,0,2.127.458,2.737,1.373l.589.972.59-.972c.61-.915,1.526-1.373,2.735-1.373,1.046,0,1.889.362,2.534,1.067.623.706.935,1.659.935,2.86l-.002,5.873Z" /></symbol></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

75
my-blacklist.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,10 @@
<loc>https://jsem.nudista.online/</loc>
</url>
<url>
<loc>https://jsem.nudista.online/google-bard-programuje.html</loc>
<lastmod>2024-01-31T15:34:03+01:00</lastmod>
</url>
<url>
<loc>https://jsem.nudista.online/ice-girls-ai.html</loc>
<lastmod>2024-01-30T23:57:05+01:00</lastmod>
<image:image>
@ -13,8 +17,12 @@
</image:image>
</url>
<url>
<loc>https://jsem.nudista.online/my-blacklist.html</loc>
<lastmod>2024-01-31T03:36:55+01:00</lastmod>
</url>
<url>
<loc>https://jsem.nudista.online/test-2.html</loc>
<lastmod>2024-01-31T00:28:42+01:00</lastmod>
<lastmod>2024-01-31T03:01:36+01:00</lastmod>
</url>
<url>
<loc>https://jsem.nudista.online/test-3.html</loc>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long