<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/censorship-resistant/</link>
        <atom:link href="https://accountexample-no-3.npub.pro/tag/censorship-resistant/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://accountexample-no-3.npub.pro/tag/censorship-resistant/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/censorship-resistant/</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>
      
      <item>
      <title><![CDATA[group management in NOSTR]]></title>
      <description><![CDATA[All steps in NOSTR to organize a group.]]></description>
             <itunes:subtitle><![CDATA[All steps in NOSTR to organize a group.]]></itunes:subtitle>
      <pubDate>Thu, 02 Oct 2025 10:58:24 GMT</pubDate>
      <link>https://accountexample-no-3.npub.pro/post/the_main_account_en/</link>
      <comments>https://accountexample-no-3.npub.pro/post/the_main_account_en/</comments>
      <guid isPermaLink="false">naddr1qqfhg6r9takkz6twtaskxcm0w4h8ghm9dcpzpmy43ufnl2hq6suzl3zxs2r9phlgu3s7all4h3q0gzx7u824cuqfqvzqqqr4gu5pf640</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>naddr1qqfhg6r9takkz6twtaskxcm0w4h8ghm9dcpzpmy43ufnl2hq6suzl3zxs2r9phlgu3s7all4h3q0gzx7u824cuqfqvzqqqr4gu5pf640</noteId>
      <npub>npub1aj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqys443aty</npub>
      <dc:creator><![CDATA[i'm an account example No.3]]></dc:creator>
      <content:encoded><![CDATA[<h1>group management in NOSTR</h1>
<p>All steps in NOSTR to organize a group.</p>
<p>The account offers the possibility to describe the group in terms of content, and various information about the group topic can be linked together via this account.<br>Since there are no operators of NOSTR, the account cannot really be censored. No shadow ban, no suspension or deletion of the account is possible.<br>If lightning is used, even the withdrawal of payment methods can be moderated.</p>
<p>NOSTR offers technical solutions for both classic blogs and social media accounts and can thus be seen as a synthesis of these two classic web forms.</p>
<p>There are three options for operating such an account: as a presentation platform for content, as an engagement platform, or even as an organizational platform.</p>
<ul>
<li>Presentation platform (PROFILE) - The content is presented to the group. The presentation account does not require any further maintenance beyond the provision of content.</li>
<li>Engagement platform (ENGAGE) - The group interacts with other accounts via various mechanisms, such as reposting, commenting, etc.</li>
<li>Organizational platform (ORGA) - The group organizes itself via various mechanisms.</li>
</ul>
<p>Theoretically, all different forms can be used together or alone, but in most cases you will not want to do without the PROFILE part.</p>
<h2>Identity management</h2>
<p>Create a main account, which should ideally be linked to a device key rather than<br>a person and their device.</p>
<p><a href="https://nostrsigningdevice.com/#nostr-signing-devices">signing</a></p>
<ul>
<li><np-embed url="https://satoshistore.io/de/products/nostr-signing-device-nsd"><a href="https://satoshistore.io/de/products/nostr-signing-device-nsd">https://satoshistore.io/de/products/nostr-signing-device-nsd</a></np-embed></li>
<li><np-embed url="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/"><a href="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/">https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/</a></np-embed></li>
</ul>
<p>A NIP5-enabled domain name should be available.</p>
<h2>employee tasks</h2>
<p>Depending on the application profile, the tasks for employees are staggered.</p>
<ul>
<li><p>PROFILE</p>
</li>
<li><p>The group account (MA) contains all public group content [Notes and Long Posts](<np-embed url="https://github.com/nostr-protocol/nips/blob/master/10.md"><a href="https://github.com/nostr-protocol/nips/blob/master/10.md">https://github.com/nostr-protocol/nips/blob/master/10.md</a></np-embed> <a href="https://github.com/nostr-protocol/nips/blob/master/23.md">https://github.com/nostr-protocol/nips/blob/master/23.md</a>)</p>
<ul>
<li>Creates and <a href="https://github.com/nostr-protocol/nips/blob/master/52.md">manages calendars</a></li>
</ul>
</li>
<li><p>Creates and manages a <a href="https://github.com/nostr-protocol/nips/blob/master/54.md">wiki</a></p>
</li>
<li><p>ENGAGE</p>
</li>
<li><p>Create and lead <a href="https://github.com/nostr-protocol/nips/blob/master/58.md">Batches</a></p>
</li>
<li><p>Create and moderate <a href="https://github.com/nostr-protocol/nips/blob/master/72.md">public groups</a></p>
</li>
<li><p>ORGA</p>
</li>
<li><p>MLS Chat</p>
</li>
<li><p><np-embed url="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md"><a href="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md">https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md</a></np-embed></p>
</li>
</ul>
<h3>Create master account</h3>
<p>Generate private key.</p>
<p>Event Kind 0, user metadata</p>
<ul>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/01.md"><a href="https://github.com/nostr-protocol/nips/blob/master/01.md">https://github.com/nostr-protocol/nips/blob/master/01.md</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0"><a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/39.md"><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">https://github.com/nostr-protocol/nips/blob/master/39.md</a></np-embed></li>
</ul>
<p>Necessary lists:</p>
<ul>
<li>Relay List Metadata - Where a user publishes to and where they expect mentions.</li>
</ul>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/51.md">NIP51</a><br><a href="https://nips.nostr.com/51">NIP-51 - Lists</a></p>
<h2>public chat</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/28.md"><a href="https://github.com/nostr-protocol/nips/blob/master/28.md">https://github.com/nostr-protocol/nips/blob/master/28.md</a></np-embed></p>
<h2>content</h2>
<p>Content consists of articles and notes. The content can be used to present the group and its goals, or more detailed articles can be used to address specific topics in order to produce substantive work.</p>
<h2>scale up</h2>
<p>Ditto: Well-suited for users familiar with server-based social networks (like Mastodon) who want an easy onboarding to Nostr with automatic NIP-05 verification and a domain-based community feel.</p>
<h2>MLS Chat:</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/EE.md"><a href="https://github.com/nostr-protocol/nips/blob/master/EE.md">https://github.com/nostr-protocol/nips/blob/master/EE.md</a></np-embed></p>
<p>Translated with DeepL.com (free version)</p>
]]></content:encoded>
      <itunes:author><![CDATA[i'm an account example No.3]]></itunes:author>
      <itunes:summary><![CDATA[<h1>group management in NOSTR</h1>
<p>All steps in NOSTR to organize a group.</p>
<p>The account offers the possibility to describe the group in terms of content, and various information about the group topic can be linked together via this account.<br>Since there are no operators of NOSTR, the account cannot really be censored. No shadow ban, no suspension or deletion of the account is possible.<br>If lightning is used, even the withdrawal of payment methods can be moderated.</p>
<p>NOSTR offers technical solutions for both classic blogs and social media accounts and can thus be seen as a synthesis of these two classic web forms.</p>
<p>There are three options for operating such an account: as a presentation platform for content, as an engagement platform, or even as an organizational platform.</p>
<ul>
<li>Presentation platform (PROFILE) - The content is presented to the group. The presentation account does not require any further maintenance beyond the provision of content.</li>
<li>Engagement platform (ENGAGE) - The group interacts with other accounts via various mechanisms, such as reposting, commenting, etc.</li>
<li>Organizational platform (ORGA) - The group organizes itself via various mechanisms.</li>
</ul>
<p>Theoretically, all different forms can be used together or alone, but in most cases you will not want to do without the PROFILE part.</p>
<h2>Identity management</h2>
<p>Create a main account, which should ideally be linked to a device key rather than<br>a person and their device.</p>
<p><a href="https://nostrsigningdevice.com/#nostr-signing-devices">signing</a></p>
<ul>
<li><np-embed url="https://satoshistore.io/de/products/nostr-signing-device-nsd"><a href="https://satoshistore.io/de/products/nostr-signing-device-nsd">https://satoshistore.io/de/products/nostr-signing-device-nsd</a></np-embed></li>
<li><np-embed url="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/"><a href="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/">https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/</a></np-embed></li>
</ul>
<p>A NIP5-enabled domain name should be available.</p>
<h2>employee tasks</h2>
<p>Depending on the application profile, the tasks for employees are staggered.</p>
<ul>
<li><p>PROFILE</p>
</li>
<li><p>The group account (MA) contains all public group content [Notes and Long Posts](<np-embed url="https://github.com/nostr-protocol/nips/blob/master/10.md"><a href="https://github.com/nostr-protocol/nips/blob/master/10.md">https://github.com/nostr-protocol/nips/blob/master/10.md</a></np-embed> <a href="https://github.com/nostr-protocol/nips/blob/master/23.md">https://github.com/nostr-protocol/nips/blob/master/23.md</a>)</p>
<ul>
<li>Creates and <a href="https://github.com/nostr-protocol/nips/blob/master/52.md">manages calendars</a></li>
</ul>
</li>
<li><p>Creates and manages a <a href="https://github.com/nostr-protocol/nips/blob/master/54.md">wiki</a></p>
</li>
<li><p>ENGAGE</p>
</li>
<li><p>Create and lead <a href="https://github.com/nostr-protocol/nips/blob/master/58.md">Batches</a></p>
</li>
<li><p>Create and moderate <a href="https://github.com/nostr-protocol/nips/blob/master/72.md">public groups</a></p>
</li>
<li><p>ORGA</p>
</li>
<li><p>MLS Chat</p>
</li>
<li><p><np-embed url="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md"><a href="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md">https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md</a></np-embed></p>
</li>
</ul>
<h3>Create master account</h3>
<p>Generate private key.</p>
<p>Event Kind 0, user metadata</p>
<ul>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/01.md"><a href="https://github.com/nostr-protocol/nips/blob/master/01.md">https://github.com/nostr-protocol/nips/blob/master/01.md</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0"><a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/39.md"><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">https://github.com/nostr-protocol/nips/blob/master/39.md</a></np-embed></li>
</ul>
<p>Necessary lists:</p>
<ul>
<li>Relay List Metadata - Where a user publishes to and where they expect mentions.</li>
</ul>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/51.md">NIP51</a><br><a href="https://nips.nostr.com/51">NIP-51 - Lists</a></p>
<h2>public chat</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/28.md"><a href="https://github.com/nostr-protocol/nips/blob/master/28.md">https://github.com/nostr-protocol/nips/blob/master/28.md</a></np-embed></p>
<h2>content</h2>
<p>Content consists of articles and notes. The content can be used to present the group and its goals, or more detailed articles can be used to address specific topics in order to produce substantive work.</p>
<h2>scale up</h2>
<p>Ditto: Well-suited for users familiar with server-based social networks (like Mastodon) who want an easy onboarding to Nostr with automatic NIP-05 verification and a domain-based community feel.</p>
<h2>MLS Chat:</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/EE.md"><a href="https://github.com/nostr-protocol/nips/blob/master/EE.md">https://github.com/nostr-protocol/nips/blob/master/EE.md</a></np-embed></p>
<p>Translated with DeepL.com (free version)</p>
]]></itunes:summary>
      <itunes:image href="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[das Profil]]></title>
      <description><![CDATA[Das Profil ist eine basis resource, es beschreibt den Account, die Gruppe, das Vorhaben.]]></description>
             <itunes:subtitle><![CDATA[Das Profil ist eine basis resource, es beschreibt den Account, die Gruppe, das Vorhaben.]]></itunes:subtitle>
      <pubDate>Thu, 02 Oct 2025 10:58:24 GMT</pubDate>
      <link>https://accountexample-no-3.npub.pro/post/das_profil/</link>
      <comments>https://accountexample-no-3.npub.pro/post/das_profil/</comments>
      <guid isPermaLink="false">naddr1qq9xgctntac8ymmxd9kqyg8vjk83x0a2ur2rst7yg6pgv5xlarjxrmhl7k7ypaqgmmsa2hrspypsgqqqw4rsm9p295</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>naddr1qq9xgctntac8ymmxd9kqyg8vjk83x0a2ur2rst7yg6pgv5xlarjxrmhl7k7ypaqgmmsa2hrspypsgqqqw4rsm9p295</noteId>
      <npub>npub1aj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqys443aty</npub>
      <dc:creator><![CDATA[i'm an account example No.3]]></dc:creator>
      <content:encoded><![CDATA[<h1>das Profil</h1>
<p>Das Profil ist eine basis resource, es beschreibt den Account, die Gruppe, das Vorhaben.</p>
<ul>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/01.md"><a href="https://github.com/nostr-protocol/nips/blob/master/01.md">https://github.com/nostr-protocol/nips/blob/master/01.md</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0"><a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/39.md"><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">https://github.com/nostr-protocol/nips/blob/master/39.md</a></np-embed></li>
</ul>
<h2>Profil Inhalt:</h2>
<p>Benutzer-Metadaten: Der Inhalt wird auf ein stringifiziertes JSON-Objekt {name: &lt;Spitzname oder vollständiger Name&gt;, about: <kurze biografie="">, picture: <url des="" bildes="">} gesetzt, das den Benutzer beschreibt, der das Ereignis erstellt hat. Es können zusätzliche Metadatenfelder festgelegt werden. Ein Relay kann ältere Ereignisse löschen, sobald es ein neues für denselben öffentlichen Schlüssel erhält.</url></kurze></p>
<p>Beispiel:</p>
<pre><code>{
"content": "{\"name\":\"AccountExample No.3\",\"about\":\"The description of an example as an example.  \\nThe example describes how a group can be managed in NOSTR, what kind of Data you need, what you can do with it and how. The profile creator can be a tool in this work flow.\\n\\nThis account describes an group or an organization. It is an example of what can be done with NOSTR to provide a censorship residence presence.\\nLaws may change and what was formerly accepted can be illegal tomorrow or even today.\\nMaybe tomorrow it is not longer allowed to show how to build a censorship residence presence in the Internet because censorship take place. \\n\",\"picture\":\"https://derkueken.de/account-example/raster-picture.png\",\"display_name\":\"i'm an account example No.3\",\"website\":\"https://accountexample-no-3.npub.pro/\",\"banner\":\"https://derkueken.de/account-example/rastergrafik.png\",\"lud16\":\"accountexample1@getalby.com\"}",
"created_at": 1761034263,
"id": "863cfc5ff1fca31edb560a57a70c3d29daeec3f4461baa9e75437b9d78ba6202",
"kind": 0,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "56139fbee3321d8ff8077a17306e1d0e829d3d78912ad0b62885d582f7d9a67f03ac6df663f144e2ed5e85eacdce1820706df6d8696cc633cc071d1af356d428",
"tags": [
    [
    "i",
    "fid1",
    "a proof"
    ],
    [
    "i",
    "fid2",
    "second proof"
    ]
]
}
</code></pre>
<h2>Felder:</h2>
<ul>
<li>name: <nickname or="" full="" name=""></nickname></li>
<li>display_name: an alternative, bigger name with richer characters than name. name should always be set regardless of the presence of display_name in the metadata</li>
<li>about: <short bio=""></short></li>
<li>picture: <url of="" the="" image=""></url></li>
<li>website: website</li>
<li>banner: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen.</li>
</ul>
<p>Einige clienten benutzen <code>name</code> Andere display_name.</p>
<h3>NOSTR spezifisch:</h3>
<ul>
<li>nip05 - validierter Name NIP5</li>
<li>lud06 - deprecated ? <np-embed url="https://github.com/lnurl/luds/blob/luds/06.md"><a href="https://github.com/lnurl/luds/blob/luds/06.md">https://github.com/lnurl/luds/blob/luds/06.md</a></np-embed></li>
<li>lud16 - <np-embed url="https://github.com/lnurl/luds/blob/luds/16.md"><a href="https://github.com/lnurl/luds/blob/luds/16.md">https://github.com/lnurl/luds/blob/luds/16.md</a></np-embed></li>
</ul>
<p>Zusätzliche Felder: <a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">NIP24</a></p>
<ul>
<li>bot: Ein boolescher Wert, um zu verdeutlichen, dass der Inhalt ganz oder teilweise das Ergebnis einer Automatisierung ist, beispielsweise durch Chatbots oder Newsfeeds.</li>
<li>birthday: Ein Objekt, das das Geburtsdatum des Autors angibt. Das Format lautet { „year“: Zahl, „month“: Zahl, „day“: Zahl }. Jedes Feld KANN weggelassen werden.</li>
</ul>
<h2>External Identities in Profiles:</h2>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">NIP39</a></p>
<pre><code>"tags": [
    ["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"],
    ["i", "twitter:semisol_public", "1619358434134196225"],
    ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]
    ["i", "telegram:1087295469", "nostrdirectory/770"]
],
</code></pre>
<h2>notwenige Listen</h2>
<ul>
<li>Relay List Metadata - To define the relays the group publishes to.</li>
<li>interests - a list of tag</li>
<li>following - a list of public keys to follow</li>
</ul>
]]></content:encoded>
      <itunes:author><![CDATA[i'm an account example No.3]]></itunes:author>
      <itunes:summary><![CDATA[<h1>das Profil</h1>
<p>Das Profil ist eine basis resource, es beschreibt den Account, die Gruppe, das Vorhaben.</p>
<ul>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/01.md"><a href="https://github.com/nostr-protocol/nips/blob/master/01.md">https://github.com/nostr-protocol/nips/blob/master/01.md</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0"><a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/39.md"><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">https://github.com/nostr-protocol/nips/blob/master/39.md</a></np-embed></li>
</ul>
<h2>Profil Inhalt:</h2>
<p>Benutzer-Metadaten: Der Inhalt wird auf ein stringifiziertes JSON-Objekt {name: &lt;Spitzname oder vollständiger Name&gt;, about: <kurze biografie="">, picture: <url des="" bildes="">} gesetzt, das den Benutzer beschreibt, der das Ereignis erstellt hat. Es können zusätzliche Metadatenfelder festgelegt werden. Ein Relay kann ältere Ereignisse löschen, sobald es ein neues für denselben öffentlichen Schlüssel erhält.</url></kurze></p>
<p>Beispiel:</p>
<pre><code>{
"content": "{\"name\":\"AccountExample No.3\",\"about\":\"The description of an example as an example.  \\nThe example describes how a group can be managed in NOSTR, what kind of Data you need, what you can do with it and how. The profile creator can be a tool in this work flow.\\n\\nThis account describes an group or an organization. It is an example of what can be done with NOSTR to provide a censorship residence presence.\\nLaws may change and what was formerly accepted can be illegal tomorrow or even today.\\nMaybe tomorrow it is not longer allowed to show how to build a censorship residence presence in the Internet because censorship take place. \\n\",\"picture\":\"https://derkueken.de/account-example/raster-picture.png\",\"display_name\":\"i'm an account example No.3\",\"website\":\"https://accountexample-no-3.npub.pro/\",\"banner\":\"https://derkueken.de/account-example/rastergrafik.png\",\"lud16\":\"accountexample1@getalby.com\"}",
"created_at": 1761034263,
"id": "863cfc5ff1fca31edb560a57a70c3d29daeec3f4461baa9e75437b9d78ba6202",
"kind": 0,
"pubkey": "ec958f133faae0d4382fc446828650dfe8e461eefff5bc40f408dee1d55c7009",
"sig": "56139fbee3321d8ff8077a17306e1d0e829d3d78912ad0b62885d582f7d9a67f03ac6df663f144e2ed5e85eacdce1820706df6d8696cc633cc071d1af356d428",
"tags": [
    [
    "i",
    "fid1",
    "a proof"
    ],
    [
    "i",
    "fid2",
    "second proof"
    ]
]
}
</code></pre>
<h2>Felder:</h2>
<ul>
<li>name: <nickname or="" full="" name=""></nickname></li>
<li>display_name: an alternative, bigger name with richer characters than name. name should always be set regardless of the presence of display_name in the metadata</li>
<li>about: <short bio=""></short></li>
<li>picture: <url of="" the="" image=""></url></li>
<li>website: website</li>
<li>banner: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen.</li>
</ul>
<p>Einige clienten benutzen <code>name</code> Andere display_name.</p>
<h3>NOSTR spezifisch:</h3>
<ul>
<li>nip05 - validierter Name NIP5</li>
<li>lud06 - deprecated ? <np-embed url="https://github.com/lnurl/luds/blob/luds/06.md"><a href="https://github.com/lnurl/luds/blob/luds/06.md">https://github.com/lnurl/luds/blob/luds/06.md</a></np-embed></li>
<li>lud16 - <np-embed url="https://github.com/lnurl/luds/blob/luds/16.md"><a href="https://github.com/lnurl/luds/blob/luds/16.md">https://github.com/lnurl/luds/blob/luds/16.md</a></np-embed></li>
</ul>
<p>Zusätzliche Felder: <a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">NIP24</a></p>
<ul>
<li>bot: Ein boolescher Wert, um zu verdeutlichen, dass der Inhalt ganz oder teilweise das Ergebnis einer Automatisierung ist, beispielsweise durch Chatbots oder Newsfeeds.</li>
<li>birthday: Ein Objekt, das das Geburtsdatum des Autors angibt. Das Format lautet { „year“: Zahl, „month“: Zahl, „day“: Zahl }. Jedes Feld KANN weggelassen werden.</li>
</ul>
<h2>External Identities in Profiles:</h2>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">NIP39</a></p>
<pre><code>"tags": [
    ["i", "github:semisol", "9721ce4ee4fceb91c9711ca2a6c9a5ab"],
    ["i", "twitter:semisol_public", "1619358434134196225"],
    ["i", "mastodon:bitcoinhackers.org/@semisol", "109775066355589974"]
    ["i", "telegram:1087295469", "nostrdirectory/770"]
],
</code></pre>
<h2>notwenige Listen</h2>
<ul>
<li>Relay List Metadata - To define the relays the group publishes to.</li>
<li>interests - a list of tag</li>
<li>following - a list of public keys to follow</li>
</ul>
]]></itunes:summary>
      <itunes:image href="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg"/>
      </item>
      
      <item>
      <title><![CDATA[group management in NOSTR]]></title>
      <description><![CDATA[Alle Schritte in NOSTR um eine Gruppe zu organisieren.]]></description>
             <itunes:subtitle><![CDATA[Alle Schritte in NOSTR um eine Gruppe zu organisieren.]]></itunes:subtitle>
      <pubDate>Thu, 02 Oct 2025 10:58:24 GMT</pubDate>
      <link>https://accountexample-no-3.npub.pro/post/the_main_account/</link>
      <comments>https://accountexample-no-3.npub.pro/post/the_main_account/</comments>
      <guid isPermaLink="false">naddr1qqg8g6r9takkz6twtaskxcm0w4h8gq3qaj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqysxpqqqp65w78tgl3</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>naddr1qqg8g6r9takkz6twtaskxcm0w4h8gq3qaj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqysxpqqqp65w78tgl3</noteId>
      <npub>npub1aj2c7yel4tsdgwp0c3rg9pjsml5wgc0wll6mcs85pr0wr42uwqys443aty</npub>
      <dc:creator><![CDATA[i'm an account example No.3]]></dc:creator>
      <content:encoded><![CDATA[<h1>group management in NOSTR</h1>
<p>Alle Schritte in NOSTR um eine Gruppe zu organisieren.</p>
<p>Der Account bietet zum einen die Möglichkeit die Gruppe inhaltlich zu beschreiben, zum anderen können verschiedene Informationen des Gruppenthemas über diesen Account miteinander verbunden werden.<br>Da es keine Bereiber von NOSTR gibt kann der Account nicht wirklich zensiert werden. Kein shadow ban kein suspenden oder löschen des Account ist möglich.<br>Wenn lightnig benutzt wird kann sogar der Enzug der Zahlungsmittel gemäßig werden.</p>
<p>NOSTR bietet sowohl für den klassischen blog als für den social media account technische Lösungen und kann damit als synthese dieser beiden klassischen web Formen gesehen werden.</p>
<p>Es gibt drei Optionen einen solchen Account zu betreiben, als Darstellungsplatform über Inhalte oder als engagement Platform oder gar als Organisations Platform.</p>
<ul>
<li>Darstellungsplatform (PROFILE) - Die Inhalte werden der Gruppe werden dargestellt. Der Darstellungsaccount benötigt über die Bereitstellung der Inhalten keine weitere betreuung.</li>
<li>Engament Platform (ENGAGE) - Die Gruppe interagiert mit anderen Account über die verschiedenen Mechanismen, repost, kommentar etc.</li>
<li>Organisations Platform (ORGA) - Die Gruppe organisiert sich über die verschiedene Mechanismen.</li>
</ul>
<p>Theoretisch können alle verschiedenen Formen gemeinsamen oder alleine benutzt werden, meist wird man auf den PROFIL Teil nicht verzichten wollen.</p>
<h2>identity management</h2>
<p>Einen Haupt account anlegen, dieser sollte am besten mit einem device Key nicht an<br>einen Menschen und sein Gerät gekoppelt sein.</p>
<p><a href="https://nostrsigningdevice.com/#nostr-signing-devices">signing</a></p>
<ul>
<li><np-embed url="https://satoshistore.io/de/products/nostr-signing-device-nsd"><a href="https://satoshistore.io/de/products/nostr-signing-device-nsd">https://satoshistore.io/de/products/nostr-signing-device-nsd</a></np-embed></li>
<li><np-embed url="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/"><a href="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/">https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/</a></np-embed></li>
</ul>
<p>Ein NIP5 fähiger domain name sollte vorhanden sein.</p>
<h2>aufgabe ma</h2>
<p>Je nach anwendungs Profil sind die Aufgaben den MA gestaffelt.</p>
<ul>
<li><p>PROFILE</p>
<ul>
<li>der Gruppen Account (ma) enthält alle öffendlichen Gruppen Inhalte [Notes und Long Posts](<np-embed url="https://github.com/nostr-protocol/nips/blob/master/10.md"><a href="https://github.com/nostr-protocol/nips/blob/master/10.md">https://github.com/nostr-protocol/nips/blob/master/10.md</a></np-embed> <a href="https://github.com/nostr-protocol/nips/blob/master/23.md">https://github.com/nostr-protocol/nips/blob/master/23.md</a>)</li>
<li>Erstellt und <a href="https://github.com/nostr-protocol/nips/blob/master/52.md">Managed Kalender</a></li>
<li>Erstellt und managed ein <a href="https://github.com/nostr-protocol/nips/blob/master/54.md">Wiki</a></li>
</ul>
</li>
<li><p>ENGAGE</p>
<ul>
<li>Erstellt und verleit <a href="https://github.com/nostr-protocol/nips/blob/master/58.md">Batches</a></li>
<li>Erstellt und Moderiert <a href="https://github.com/nostr-protocol/nips/blob/master/72.md">öffendliche Gruppen</a></li>
</ul>
</li>
<li><p>ORGA</p>
<ul>
<li>MLS Chat</li>
</ul>
</li>
<li><p><np-embed url="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md"><a href="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md">https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md</a></np-embed></p>
</li>
</ul>
<h3>master acount anlegen</h3>
<p>Private Key erzeugen.</p>
<p>Event Kind 0, user metadata</p>
<ul>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/01.md"><a href="https://github.com/nostr-protocol/nips/blob/master/01.md">https://github.com/nostr-protocol/nips/blob/master/01.md</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0"><a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/39.md"><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">https://github.com/nostr-protocol/nips/blob/master/39.md</a></np-embed></li>
</ul>
<p>nesessary lists:</p>
<ul>
<li>Relay List Metadata - Where a user publishes to and where they expect mentions.</li>
</ul>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/51.md">NIP51</a><br><a href="https://nips.nostr.com/51">NIP-51 - Lists</a>  </p>
<h2>public chat</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/28.md"><a href="https://github.com/nostr-protocol/nips/blob/master/28.md">https://github.com/nostr-protocol/nips/blob/master/28.md</a></np-embed>  </p>
<h2>content</h2>
<p>Conten sind Artikel und Notes. Über den Kontent kann die Gruppe und die Ziele dargestellt werden, bzw. über weitergehende Artikel können Themen bereiche behandelt werden um inhaltliche Arbeit zu Leisten.</p>
<h2>scale up</h2>
<p>Ditto: Well-suited for users familiar with server-based social networks (like Mastodon) who want an easy onboarding to Nostr with automatic NIP-05 verification and a domain-based community feel.</p>
<h2>MLS Chat:</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/EE.md"><a href="https://github.com/nostr-protocol/nips/blob/master/EE.md">https://github.com/nostr-protocol/nips/blob/master/EE.md</a></np-embed></p>
]]></content:encoded>
      <itunes:author><![CDATA[i'm an account example No.3]]></itunes:author>
      <itunes:summary><![CDATA[<h1>group management in NOSTR</h1>
<p>Alle Schritte in NOSTR um eine Gruppe zu organisieren.</p>
<p>Der Account bietet zum einen die Möglichkeit die Gruppe inhaltlich zu beschreiben, zum anderen können verschiedene Informationen des Gruppenthemas über diesen Account miteinander verbunden werden.<br>Da es keine Bereiber von NOSTR gibt kann der Account nicht wirklich zensiert werden. Kein shadow ban kein suspenden oder löschen des Account ist möglich.<br>Wenn lightnig benutzt wird kann sogar der Enzug der Zahlungsmittel gemäßig werden.</p>
<p>NOSTR bietet sowohl für den klassischen blog als für den social media account technische Lösungen und kann damit als synthese dieser beiden klassischen web Formen gesehen werden.</p>
<p>Es gibt drei Optionen einen solchen Account zu betreiben, als Darstellungsplatform über Inhalte oder als engagement Platform oder gar als Organisations Platform.</p>
<ul>
<li>Darstellungsplatform (PROFILE) - Die Inhalte werden der Gruppe werden dargestellt. Der Darstellungsaccount benötigt über die Bereitstellung der Inhalten keine weitere betreuung.</li>
<li>Engament Platform (ENGAGE) - Die Gruppe interagiert mit anderen Account über die verschiedenen Mechanismen, repost, kommentar etc.</li>
<li>Organisations Platform (ORGA) - Die Gruppe organisiert sich über die verschiedene Mechanismen.</li>
</ul>
<p>Theoretisch können alle verschiedenen Formen gemeinsamen oder alleine benutzt werden, meist wird man auf den PROFIL Teil nicht verzichten wollen.</p>
<h2>identity management</h2>
<p>Einen Haupt account anlegen, dieser sollte am besten mit einem device Key nicht an<br>einen Menschen und sein Gerät gekoppelt sein.</p>
<p><a href="https://nostrsigningdevice.com/#nostr-signing-devices">signing</a></p>
<ul>
<li><np-embed url="https://satoshistore.io/de/products/nostr-signing-device-nsd"><a href="https://satoshistore.io/de/products/nostr-signing-device-nsd">https://satoshistore.io/de/products/nostr-signing-device-nsd</a></np-embed></li>
<li><np-embed url="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/"><a href="https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/">https://onekey.so/de/products/onekey-classic-1s-hardware-wallet/</a></np-embed></li>
</ul>
<p>Ein NIP5 fähiger domain name sollte vorhanden sein.</p>
<h2>aufgabe ma</h2>
<p>Je nach anwendungs Profil sind die Aufgaben den MA gestaffelt.</p>
<ul>
<li><p>PROFILE</p>
<ul>
<li>der Gruppen Account (ma) enthält alle öffendlichen Gruppen Inhalte [Notes und Long Posts](<np-embed url="https://github.com/nostr-protocol/nips/blob/master/10.md"><a href="https://github.com/nostr-protocol/nips/blob/master/10.md">https://github.com/nostr-protocol/nips/blob/master/10.md</a></np-embed> <a href="https://github.com/nostr-protocol/nips/blob/master/23.md">https://github.com/nostr-protocol/nips/blob/master/23.md</a>)</li>
<li>Erstellt und <a href="https://github.com/nostr-protocol/nips/blob/master/52.md">Managed Kalender</a></li>
<li>Erstellt und managed ein <a href="https://github.com/nostr-protocol/nips/blob/master/54.md">Wiki</a></li>
</ul>
</li>
<li><p>ENGAGE</p>
<ul>
<li>Erstellt und verleit <a href="https://github.com/nostr-protocol/nips/blob/master/58.md">Batches</a></li>
<li>Erstellt und Moderiert <a href="https://github.com/nostr-protocol/nips/blob/master/72.md">öffendliche Gruppen</a></li>
</ul>
</li>
<li><p>ORGA</p>
<ul>
<li>MLS Chat</li>
</ul>
</li>
<li><p><np-embed url="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md"><a href="https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md">https://gitlab.com/soapbox-pub/nostrbook/-/blob/main/docs/groups.md</a></np-embed></p>
</li>
</ul>
<h3>master acount anlegen</h3>
<p>Private Key erzeugen.</p>
<p>Event Kind 0, user metadata</p>
<ul>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/01.md"><a href="https://github.com/nostr-protocol/nips/blob/master/01.md">https://github.com/nostr-protocol/nips/blob/master/01.md</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0"><a href="https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0">https://github.com/nostr-protocol/nips/blob/master/24.md#kind-0</a></np-embed></li>
<li><np-embed url="https://github.com/nostr-protocol/nips/blob/master/39.md"><a href="https://github.com/nostr-protocol/nips/blob/master/39.md">https://github.com/nostr-protocol/nips/blob/master/39.md</a></np-embed></li>
</ul>
<p>nesessary lists:</p>
<ul>
<li>Relay List Metadata - Where a user publishes to and where they expect mentions.</li>
</ul>
<p><a href="https://github.com/nostr-protocol/nips/blob/master/51.md">NIP51</a><br><a href="https://nips.nostr.com/51">NIP-51 - Lists</a>  </p>
<h2>public chat</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/28.md"><a href="https://github.com/nostr-protocol/nips/blob/master/28.md">https://github.com/nostr-protocol/nips/blob/master/28.md</a></np-embed>  </p>
<h2>content</h2>
<p>Conten sind Artikel und Notes. Über den Kontent kann die Gruppe und die Ziele dargestellt werden, bzw. über weitergehende Artikel können Themen bereiche behandelt werden um inhaltliche Arbeit zu Leisten.</p>
<h2>scale up</h2>
<p>Ditto: Well-suited for users familiar with server-based social networks (like Mastodon) who want an easy onboarding to Nostr with automatic NIP-05 verification and a domain-based community feel.</p>
<h2>MLS Chat:</h2>
<p><np-embed url="https://github.com/nostr-protocol/nips/blob/master/EE.md"><a href="https://github.com/nostr-protocol/nips/blob/master/EE.md">https://github.com/nostr-protocol/nips/blob/master/EE.md</a></np-embed></p>
]]></itunes:summary>
      <itunes:image href="https://cdn.satellite.earth/739a6a96c229519f1a4af792fe854614c240ed04be9037ce7913fce638206c99.jpg"/>
      </item>
      
      </channel>
      </rss>
    