This commit is contained in:
Doug Hoyte
2023-09-18 11:37:35 -04:00
parent 552e70e3b0
commit 2cd0f058d8
2 changed files with 11 additions and 3 deletions

8
TODO
View File

@ -1,3 +1,11 @@
web
- messed up top-bar on mobile
- slightly grey out visited links
- reduce green colour, test dark mode
- increase line-spacing
- if nostr:npub1... appears in note content when users is posting, add it as p-tag "mention"
- nostr: links not replaced in community titles
set argv in plugin processes, propagate environment
remove lookbehind, receivedAt index
get rid of "too many tags in filter" error

View File

@ -1,14 +1,14 @@
<div class="info-page">
<p>
Hi, thanks for stopping by! Oddbean is a discussion site built on <a href="https://github.com/nostr-protocol/nostr">the nostr protocol</a>. You may notice that our design is heavily inspired by Hacker News and Reddit. This is on purpose. We want Oddbean to be a comfortable and familiar experience, with fast loading pages and minimal distractions.
Hi, thanks for stopping by! Oddbean is a discussion site built on <a href="https://github.com/nostr-protocol/nostr">the nostr protocol</a>. You may notice that our design is heavily inspired by Hacker News and Reddit. This is on purpose. I want Oddbean to be a comfortable and familiar experience, with fast loading pages and minimal distractions.
</p>
<p>
<b>Why nostr?</b> Nostr is a protocol for building decentralised systems. Is it perfect? No, but it is the closest thing we have to an honest-to-goodness decentralised social media protocol. Oddbean is just one of many interfaces to the same network. Even though most of the posts don't originate here, Oddbean users can still interact with anyone else on the network, thanks to the interoperability of nostr. If you get tired of Oddbean, you can easily move to another client.
<b>Why nostr?</b> Nostr is a protocol for building decentralised systems. Is it perfect? No, but today it is the closest thing we have to an honest-to-goodness decentralised social media protocol. Oddbean is just one of many interfaces to the same network. Even though most of the posts don't originate here, Oddbean users can still interact with anyone else on the network, thanks to the interoperability of nostr. If you get tired of Oddbean, you can easily move to another client.
</p>
<p>
<b>No crap.</b> We just want to build a great distraction-free discussion site. No cookie pop-ups. In fact, no cookies, period. No elements bouncing around as the page loads. No "sign-up to our newsletter" modals that appear half way down. Javascript is optional (only needed for posting).
<b>No crap.</b> I just want to build a great distraction-free discussion site. No elements bouncing around as the page loads. No cookie pop-ups. In fact, no cookies, period. No "sign-up to our newsletter" modals that appear half way down. Javascript is optional (only needed for posting).
</p>
<p>