Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 13, 2024
1 parent d0e78b0 commit cff8276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/routes/Project_Links.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--<a href="https://www.spiderspace.org/"></a>--><!--<a href="https://www.webdevladder.net/"></a>--><a
class="project_link"
title="Zzz - social web app framework"
href="https://zzz.ryanatkn.com/"><Svg data={zzz_logo} {size} /><span class="name">Zzz</span></a
href="https://www.zzzbot.dev/"><Svg data={zzz_logo} {size} /><span class="name">Zzz</span></a
>
<a class="project_link" title="Moss - CSS framework" href="https://moss.ryanatkn.com/"
><Svg data={moss_logo} {size} /><span class="name">Moss</span></a
Expand Down
10 changes: 5 additions & 5 deletions src/routes/blog/2/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@
and the software itself.
</p>
<p>
<a href="https://zzz.ryanatkn.com/">Zzz</a> is the social app framework that I hope will
provide enough value to be funded through donations. It builds on SvelteKit to streamline the
creation of many kinds of social websites that are smaller-scale (think Postgres, not sqlite
or <a href="https://www.youtube.com/watch?v=b2F-DItXtZs">webscale</a>). Out of the box it'll
have chats, true forums, and other discussion formats and information management views using a
<a href="https://www.zzzbot.dev/">Zzz</a> is the social app framework that I hope will provide
enough value to be funded through donations. It builds on SvelteKit to streamline the creation
of many kinds of social websites that are smaller-scale (think Postgres, not sqlite or
<a href="https://www.youtube.com/watch?v=b2F-DItXtZs">webscale</a>). Out of the box it'll have
chats, true forums, and other discussion formats and information management views using a
shared data protocol. The idea is to take care of the bulk of the infrastructure needed to
experiment with novel ideas in social contexts.
</p>
Expand Down

0 comments on commit cff8276

Please sign in to comment.