<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[i'm an account example No.3]]></title>
        <description><![CDATA[This account describes an group or an organisation. It is an example of what can be done with NOSTR to provide a censorship resitence presence.
There can be many lines.
]]></description>
        <link>https://accountexample-no-3.npub.pro/tag/nostr-content/</link>
        <atom:link href="https://accountexample-no-3.npub.pro/tag/nostr-content/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://accountexample-no-3.npub.pro/tag/nostr-content/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[i'm an account example No.3]]></itunes:author>
        <itunes:subtitle><![CDATA[This account describes an group or an organisation. It is an example of what can be done with NOSTR to provide a censorship resitence presence.
There can be many lines.
]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[i'm an account example No.3]]></itunes:name>
          <itunes:email><![CDATA[i'm an account example No.3]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Thu, 02 Oct 2025 10:58:24 GMT</pubDate>
      <lastBuildDate>Thu, 02 Oct 2025 10:58:24 GMT</lastBuildDate>
      
      <itunes:image href="https://derkueken.de/account-example/raster-picture.png" />
      <image>
        <title><![CDATA[i'm an account example No.3]]></title>
        <link>https://accountexample-no-3.npub.pro/tag/nostr-content/</link>
        <url>https://derkueken.de/account-example/raster-picture.png</url>
      </image>
      <item>
      <title><![CDATA[Content in NOSTR]]></title>
      <description><![CDATA[There are various types of content, ShortTextNote (kind:1) LongFormContent (kind:30023), images (kind:20), videos (kind:21)]]></description>
             <itunes:subtitle><![CDATA[There are various types of content, ShortTextNote (kind:1) LongFormContent (kind:30023), images (kind:20), videos (kind:21)]]></itunes:subtitle>
      <pubDate>Thu, 02 Oct 2025 10:58:24 GMT</pubDate>
      <link>https://accountexample-no-3.npub.pro/post/content_in_nostr_en/</link>
      <comments>https://accountexample-no-3.npub.pro/post/content_in_nostr_en/</comments>
      <guid isPermaLink="false">naddr1qqfkxmmww3jkuazld9h97mn0wd68yhm9dcpzpmy43ufnl2hq6suzl3zxs2r9phlgu3s7all4h3q0gzx7u824cuqfqvzqqqr4gu3jtlck</guid>
      <category>orga</category>
      
        <media:content url="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg" medium="image"/>
        <enclosure 
          url="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqfkxmmww3jkuazld9h97mn0wd68yhm9dcpzpmy43ufnl2hq6suzl3zxs2r9phlgu3s7all4h3q0gzx7u824cuqfqvzqqqr4gu3jtlck</noteId>
      <npub>npub1aj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqys443aty</npub>
      <dc:creator><![CDATA[i'm an account example No.3]]></dc:creator>
      <content:encoded><![CDATA[<h1>Content in NOSTR</h1>
<p>There are various types of content, ShortTextNote (kind:1) LongFormContent (kind:30023), images (kind:20), videos (kind:21)</p>
<h2>short note</h2>
<p>PROFILE</p>
<p>The NIP <a href="https://github.com/nostr-protocol/nips/blob/master/10.md">nip10</a> defines kind:1 as a simple plaintext note.<br>Markup languages such as markdown and HTML SHOULD NOT be used.</p>
<p>The <code>.content</code> property contains some human-readable text.</p>
<p>Tags:  't' "tags"</p>
<p>example:</p>
<pre><code>{
"content": "This note could be pinned.",
"created_at": 1759402704,
"id": "bcc67ea80da4be50a8ff581bd87910e8c5212fa5b8a240be1fa2263998352237",
"kind": 1,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "aeec39fdaea841e810d936b4312a6ee3d28d0578b4b6bf05033bcb1f8bb4478096101980bb246a2df2632756f893abf445ffa64f913b9084f462a906c456b999",
"tags": [
    [
    "t",
    "orga"
    ],
    [
    "t",
    "test"
    ]
]
}
</code></pre>
<h2>LongFormContent</h2>
<p>PROFILE</p>
<p>This NIP defines kind:30023 (an addressable event) for long-form text content, generally referred to as "articles" or "blog posts". kind:30024 has the same structure as kind:30023 and is used to save long form drafts.</p>
<p>For the date of the last update the .created_at field should be used, for "tags"/"hashtags" (i.e. topics about which the event might be of relevance) the t tag should be used.</p>
<p>Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional:</p>
<ul>
<li>"title", for the article title</li>
<li>"image", for a URL pointing to an image to be shown along with the title</li>
<li>"summary", for the article summary</li>
<li>"published_at", for the timestamp in unix seconds (stringified) of the first time the article was published</li>
</ul>
<p>The .content of these events should be a string text in Markdown syntax. To maximize compatibility and readability between different clients and devices, any client that is creating long form notes:</p>
<ul>
<li>MUST NOT hard line-break paragraphs of text, such as arbitrary line breaks at 80 column boundaries.</li>
<li>MUST NOT support adding HTML to Markdown.</li>
</ul>
<p>example:</p>
<pre><code>{
"kind": 30023,
"created_at": 1675642635,
"content": "Lorem [ipsum][[nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9](nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9)] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nRead more at [nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu](nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu).",
"tags": [
    ["d", "lorem-ipsum"],
    ["title", "Lorem Ipsum"],
    ["published_at", "1296962229"],
    ["t", "placeholder"],
    ["e", "b3e392b11f5d4f28321cedd09303a748acfd0487aea5a7450b3481c60b6e4f87", "wss://relay.example.com"],
    ["a", "30023:a695f6b60119d9521934a691347d9f78e8770b56da16bb255ee286ddf9fda919:ipsum", "wss://relay.nostr.org"]
],
"pubkey": "...",
"id": "..."
}
</code></pre>
<h2>media posts</h2>
<p>PROFILE</p>
<p>Picture-first feeds, like Instagram.</p>
<p>Web-clients:</p>
<ul>
<li><np-embed url="https://lumina.rocks/"><a href="https://lumina.rocks/">https://lumina.rocks/</a></np-embed></li>
</ul>
<p>kind:20</p>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/68.md">NIP68</a><br><a href="https://github.com/nostr-protocol/nips/blob/master/94.md">NIP94</a></p>
<p>May have a content-warning.</p>
<pre><code>{
"content": "an image only note",
"created_at": 1761128103,
"id": "439a9ca29023a5f981f54c5f540933c8afa9901ef1835430d7814b185edbd595",
"kind": 20,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "a7b6aaaf452683a5927f83782979fe0283a8a616f079cd82cf443e9c495591900d430bc492363b367d2f6afd33b37d24587ea5f40bea2bd1b0b4863760b6b4c4",
"tags": [
    [
    "title",
    "an image only note"
    ],
    [
    "content-warning",
    "my change your brain"
    ],
    [
    "imeta",
    "url https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg",
    "m image/png"
    ]
]
}
</code></pre>
]]></content:encoded>
      <itunes:author><![CDATA[i'm an account example No.3]]></itunes:author>
      <itunes:summary><![CDATA[<h1>Content in NOSTR</h1>
<p>There are various types of content, ShortTextNote (kind:1) LongFormContent (kind:30023), images (kind:20), videos (kind:21)</p>
<h2>short note</h2>
<p>PROFILE</p>
<p>The NIP <a href="https://github.com/nostr-protocol/nips/blob/master/10.md">nip10</a> defines kind:1 as a simple plaintext note.<br>Markup languages such as markdown and HTML SHOULD NOT be used.</p>
<p>The <code>.content</code> property contains some human-readable text.</p>
<p>Tags:  't' "tags"</p>
<p>example:</p>
<pre><code>{
"content": "This note could be pinned.",
"created_at": 1759402704,
"id": "bcc67ea80da4be50a8ff581bd87910e8c5212fa5b8a240be1fa2263998352237",
"kind": 1,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "aeec39fdaea841e810d936b4312a6ee3d28d0578b4b6bf05033bcb1f8bb4478096101980bb246a2df2632756f893abf445ffa64f913b9084f462a906c456b999",
"tags": [
    [
    "t",
    "orga"
    ],
    [
    "t",
    "test"
    ]
]
}
</code></pre>
<h2>LongFormContent</h2>
<p>PROFILE</p>
<p>This NIP defines kind:30023 (an addressable event) for long-form text content, generally referred to as "articles" or "blog posts". kind:30024 has the same structure as kind:30023 and is used to save long form drafts.</p>
<p>For the date of the last update the .created_at field should be used, for "tags"/"hashtags" (i.e. topics about which the event might be of relevance) the t tag should be used.</p>
<p>Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional:</p>
<ul>
<li>"title", for the article title</li>
<li>"image", for a URL pointing to an image to be shown along with the title</li>
<li>"summary", for the article summary</li>
<li>"published_at", for the timestamp in unix seconds (stringified) of the first time the article was published</li>
</ul>
<p>The .content of these events should be a string text in Markdown syntax. To maximize compatibility and readability between different clients and devices, any client that is creating long form notes:</p>
<ul>
<li>MUST NOT hard line-break paragraphs of text, such as arbitrary line breaks at 80 column boundaries.</li>
<li>MUST NOT support adding HTML to Markdown.</li>
</ul>
<p>example:</p>
<pre><code>{
"kind": 30023,
"created_at": 1675642635,
"content": "Lorem [ipsum][[nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9](nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9)] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nRead more at [nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu](nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu).",
"tags": [
    ["d", "lorem-ipsum"],
    ["title", "Lorem Ipsum"],
    ["published_at", "1296962229"],
    ["t", "placeholder"],
    ["e", "b3e392b11f5d4f28321cedd09303a748acfd0487aea5a7450b3481c60b6e4f87", "wss://relay.example.com"],
    ["a", "30023:a695f6b60119d9521934a691347d9f78e8770b56da16bb255ee286ddf9fda919:ipsum", "wss://relay.nostr.org"]
],
"pubkey": "...",
"id": "..."
}
</code></pre>
<h2>media posts</h2>
<p>PROFILE</p>
<p>Picture-first feeds, like Instagram.</p>
<p>Web-clients:</p>
<ul>
<li><np-embed url="https://lumina.rocks/"><a href="https://lumina.rocks/">https://lumina.rocks/</a></np-embed></li>
</ul>
<p>kind:20</p>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/68.md">NIP68</a><br><a href="https://github.com/nostr-protocol/nips/blob/master/94.md">NIP94</a></p>
<p>May have a content-warning.</p>
<pre><code>{
"content": "an image only note",
"created_at": 1761128103,
"id": "439a9ca29023a5f981f54c5f540933c8afa9901ef1835430d7814b185edbd595",
"kind": 20,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "a7b6aaaf452683a5927f83782979fe0283a8a616f079cd82cf443e9c495591900d430bc492363b367d2f6afd33b37d24587ea5f40bea2bd1b0b4863760b6b4c4",
"tags": [
    [
    "title",
    "an image only note"
    ],
    [
    "content-warning",
    "my change your brain"
    ],
    [
    "imeta",
    "url https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg",
    "m image/png"
    ]
]
}
</code></pre>
]]></itunes:summary>
      <itunes:image href="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[Content/Inhalte in NOSTR]]></title>
      <description><![CDATA[Es gibt verschiedenste Arten von Content, ShortTextNote (kind:1) LongFormContent (kind:30023), Bilder (kind:20), Videos (kind:21)]]></description>
             <itunes:subtitle><![CDATA[Es gibt verschiedenste Arten von Content, ShortTextNote (kind:1) LongFormContent (kind:30023), Bilder (kind:20), Videos (kind:21)]]></itunes:subtitle>
      <pubDate>Thu, 02 Oct 2025 10:58:24 GMT</pubDate>
      <link>https://accountexample-no-3.npub.pro/post/content_inhalte_in_nostr/</link>
      <comments>https://accountexample-no-3.npub.pro/post/content_inhalte_in_nostr/</comments>
      <guid isPermaLink="false">naddr1qqvxxmmww3jkuazld9hxsctvw3j476twtahx7um5wgpzpmy43ufnl2hq6suzl3zxs2r9phlgu3s7all4h3q0gzx7u824cuqfqvzqqqr4gu94wsr4</guid>
      <category>orga</category>
      
        <media:content url="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg" medium="image"/>
        <enclosure 
          url="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>naddr1qqvxxmmww3jkuazld9hxsctvw3j476twtahx7um5wgpzpmy43ufnl2hq6suzl3zxs2r9phlgu3s7all4h3q0gzx7u824cuqfqvzqqqr4gu94wsr4</noteId>
      <npub>npub1aj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqys443aty</npub>
      <dc:creator><![CDATA[i'm an account example No.3]]></dc:creator>
      <content:encoded><![CDATA[<h1>Content/Inhalte in NOSTR</h1>
<p>Es gibt verschiedenste Arten von Content, ShortTextNote (kind:1) LongFormContent (kind:30023), Bilder (kind:20), Videos (kind:21)</p>
<h2>short note</h2>
<p>PROFILE</p>
<p>Der NIP <a href="https://github.com/nostr-protocol/nips/blob/master/10.md">nip10</a> definiert kind:1 als eine einfache plaintext Nachricht. Vergleichbar mit Twitter aber ohne grundsätzliche längen Beschränkung.</p>
<p>Markup-Sprachen wie Markdown und HTML SOLLTEN NICHT verwendet werden.</p>
<p>Das <code>.content</code> property enthält den Text.</p>
<p>Tags:  't' "tags"</p>
<p>example:</p>
<pre><code>{
"content": "This note could be pinned.",
"created_at": 1759402704,
"id": "bcc67ea80da4be50a8ff581bd87910e8c5212fa5b8a240be1fa2263998352237",
"kind": 1,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "aeec39fdaea841e810d936b4312a6ee3d28d0578b4b6bf05033bcb1f8bb4478096101980bb246a2df2632756f893abf445ffa64f913b9084f462a906c456b999",
"tags": [
    [
    "t",
    "orga"
    ],
    [
    "t",
    "test"
    ]
]
}
</code></pre>
<h2>LongFormContent aka Artikel</h2>
<p>PROFILE</p>
<p>Dieser NIP definiert kind:30023 (ein adressierbares Ereignis) für Langform-Textinhalte, die allgemein als „Artikel” oder „Blogbeiträge” bezeichnet werden. kind:30024 hat dieselbe Struktur wie kind:30023 und wird zum Speichern von Langform-Entwürfen verwendet.</p>
<p>Für das Datum der letzten Aktualisierung sollte das Feld .created_at verwendet werden, für „Tags”/„Hashtags” (d. h. Themen, für die das Ereignis relevant sein könnte) sollte das Tag t verwendet werden.</p>
<p>Andere Metadatenfelder können bei Bedarf als Tags zum Ereignis hinzugefügt werden. Hier standardisieren wir 4 Felder, die nützlich sein können, obwohl sie streng optional bleiben:</p>
<ul>
<li>„title“ für den Titel des Artikels</li>
<li>„image“ für eine URL, die auf ein Bild verweist, das zusammen mit dem Titel angezeigt werden soll</li>
<li>„summary“ für die Zusammenfassung des Artikels</li>
<li>„published_at“ für den Zeitstempel in Unix-Sekunden (als String) der ersten Veröffentlichung des Artikels</li>
</ul>
<p>Der <code>.content</code> dieser Ereignisse sollte ein String-Text in Markdown-Syntax sein. Um die Kompatibilität und Lesbarkeit zwischen verschiedenen Clients und Geräten zu maximieren, gilt für alle Clients, die Langform-Notizen erstellen:</p>
<ul>
<li>Es dürfen KEINE harten Zeilenumbrüche in Textabsätzen vorgenommen werden, wie z. B. willkürliche Zeilenumbrüche an 80-Spalten-Grenzen.</li>
<li>Das Hinzufügen von HTML zu Markdown darf NICHT unterstützt werden.</li>
</ul>
<p>Beispiel:</p>
<pre><code>{
"kind": 30023,
"created_at": 1675642635,
"content": "Lorem [ipsum][[nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9](nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9)] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nRead more at [nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu](nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu).",
"tags": [
    ["d", "lorem-ipsum"],
    ["title", "Lorem Ipsum"],
    ["published_at", "1296962229"],
    ["t", "placeholder"],
    ["e", "b3e392b11f5d4f28321cedd09303a748acfd0487aea5a7450b3481c60b6e4f87", "wss://relay.example.com"],
    ["a", "30023:a695f6b60119d9521934a691347d9f78e8770b56da16bb255ee286ddf9fda919:ipsum", "wss://relay.nostr.org"]
],
"pubkey": "...",
"id": "..."
}
</code></pre>
<h2>media posts</h2>
<p>PROFILE</p>
<p>Picture-first feeds, like Instagram.</p>
<p>Web-clients:</p>
<ul>
<li><np-embed url="https://lumina.rocks/"><a href="https://lumina.rocks/">https://lumina.rocks/</a></np-embed></li>
</ul>
<p>kind:20</p>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/68.md">NIP68</a><br><a href="https://github.com/nostr-protocol/nips/blob/master/94.md">NIP94</a></p>
<p>May have a content-warning.</p>
<pre><code>{
"content": "an image only note",
"created_at": 1761128103,
"id": "439a9ca29023a5f981f54c5f540933c8afa9901ef1835430d7814b185edbd595",
"kind": 20,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "a7b6aaaf452683a5927f83782979fe0283a8a616f079cd82cf443e9c495591900d430bc492363b367d2f6afd33b37d24587ea5f40bea2bd1b0b4863760b6b4c4",
"tags": [
    [
    "title",
    "an image only note"
    ],
    [
    "content-warning",
    "my change your brain"
    ],
    [
    "imeta",
    "url https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg",
    "m image/png"
    ]
]
}
</code></pre>
]]></content:encoded>
      <itunes:author><![CDATA[i'm an account example No.3]]></itunes:author>
      <itunes:summary><![CDATA[<h1>Content/Inhalte in NOSTR</h1>
<p>Es gibt verschiedenste Arten von Content, ShortTextNote (kind:1) LongFormContent (kind:30023), Bilder (kind:20), Videos (kind:21)</p>
<h2>short note</h2>
<p>PROFILE</p>
<p>Der NIP <a href="https://github.com/nostr-protocol/nips/blob/master/10.md">nip10</a> definiert kind:1 als eine einfache plaintext Nachricht. Vergleichbar mit Twitter aber ohne grundsätzliche längen Beschränkung.</p>
<p>Markup-Sprachen wie Markdown und HTML SOLLTEN NICHT verwendet werden.</p>
<p>Das <code>.content</code> property enthält den Text.</p>
<p>Tags:  't' "tags"</p>
<p>example:</p>
<pre><code>{
"content": "This note could be pinned.",
"created_at": 1759402704,
"id": "bcc67ea80da4be50a8ff581bd87910e8c5212fa5b8a240be1fa2263998352237",
"kind": 1,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "aeec39fdaea841e810d936b4312a6ee3d28d0578b4b6bf05033bcb1f8bb4478096101980bb246a2df2632756f893abf445ffa64f913b9084f462a906c456b999",
"tags": [
    [
    "t",
    "orga"
    ],
    [
    "t",
    "test"
    ]
]
}
</code></pre>
<h2>LongFormContent aka Artikel</h2>
<p>PROFILE</p>
<p>Dieser NIP definiert kind:30023 (ein adressierbares Ereignis) für Langform-Textinhalte, die allgemein als „Artikel” oder „Blogbeiträge” bezeichnet werden. kind:30024 hat dieselbe Struktur wie kind:30023 und wird zum Speichern von Langform-Entwürfen verwendet.</p>
<p>Für das Datum der letzten Aktualisierung sollte das Feld .created_at verwendet werden, für „Tags”/„Hashtags” (d. h. Themen, für die das Ereignis relevant sein könnte) sollte das Tag t verwendet werden.</p>
<p>Andere Metadatenfelder können bei Bedarf als Tags zum Ereignis hinzugefügt werden. Hier standardisieren wir 4 Felder, die nützlich sein können, obwohl sie streng optional bleiben:</p>
<ul>
<li>„title“ für den Titel des Artikels</li>
<li>„image“ für eine URL, die auf ein Bild verweist, das zusammen mit dem Titel angezeigt werden soll</li>
<li>„summary“ für die Zusammenfassung des Artikels</li>
<li>„published_at“ für den Zeitstempel in Unix-Sekunden (als String) der ersten Veröffentlichung des Artikels</li>
</ul>
<p>Der <code>.content</code> dieser Ereignisse sollte ein String-Text in Markdown-Syntax sein. Um die Kompatibilität und Lesbarkeit zwischen verschiedenen Clients und Geräten zu maximieren, gilt für alle Clients, die Langform-Notizen erstellen:</p>
<ul>
<li>Es dürfen KEINE harten Zeilenumbrüche in Textabsätzen vorgenommen werden, wie z. B. willkürliche Zeilenumbrüche an 80-Spalten-Grenzen.</li>
<li>Das Hinzufügen von HTML zu Markdown darf NICHT unterstützt werden.</li>
</ul>
<p>Beispiel:</p>
<pre><code>{
"kind": 30023,
"created_at": 1675642635,
"content": "Lorem [ipsum][[nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9](nostr:nevent1qqst8cujky046negxgwwm5ynqwn53t8aqjr6afd8g59nfqwxpdhylpcpzamhxue69uhhyetvv9ujuetcv9khqmr99e3k7mg8arnc9)] dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\nRead more at [nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu](nostr:naddr1qqzkjurnw4ksz9thwden5te0wfjkccte9ehx7um5wghx7un8qgs2d90kkcq3nk2jry62dyf50k0h36rhpdtd594my40w9pkal876jxgrqsqqqa28pccpzu).",
"tags": [
    ["d", "lorem-ipsum"],
    ["title", "Lorem Ipsum"],
    ["published_at", "1296962229"],
    ["t", "placeholder"],
    ["e", "b3e392b11f5d4f28321cedd09303a748acfd0487aea5a7450b3481c60b6e4f87", "wss://relay.example.com"],
    ["a", "30023:a695f6b60119d9521934a691347d9f78e8770b56da16bb255ee286ddf9fda919:ipsum", "wss://relay.nostr.org"]
],
"pubkey": "...",
"id": "..."
}
</code></pre>
<h2>media posts</h2>
<p>PROFILE</p>
<p>Picture-first feeds, like Instagram.</p>
<p>Web-clients:</p>
<ul>
<li><np-embed url="https://lumina.rocks/"><a href="https://lumina.rocks/">https://lumina.rocks/</a></np-embed></li>
</ul>
<p>kind:20</p>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/68.md">NIP68</a><br><a href="https://github.com/nostr-protocol/nips/blob/master/94.md">NIP94</a></p>
<p>May have a content-warning.</p>
<pre><code>{
"content": "an image only note",
"created_at": 1761128103,
"id": "439a9ca29023a5f981f54c5f540933c8afa9901ef1835430d7814b185edbd595",
"kind": 20,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "a7b6aaaf452683a5927f83782979fe0283a8a616f079cd82cf443e9c495591900d430bc492363b367d2f6afd33b37d24587ea5f40bea2bd1b0b4863760b6b4c4",
"tags": [
    [
    "title",
    "an image only note"
    ],
    [
    "content-warning",
    "my change your brain"
    ],
    [
    "imeta",
    "url https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg",
    "m image/png"
    ]
]
}
</code></pre>
]]></itunes:summary>
      <itunes:image href="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg"/>
      </item>
      
      </channel>
      </rss>
    