diff --git a/apps/welcome.json b/apps/welcome.json index 92c9af0d..367d0851 100644 --- a/apps/welcome.json +++ b/apps/welcome.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "👋", - "previous": "&zFISmRDAv+SXFonfZ9/sHNhrmMe+poTU22gwZzuSkT4=.sha256" + "previous": "&W5aJp2DgOW5rQ0AOIC9Ut3DpsahPrO6PjkJ1PQbNRdM=.sha256" } diff --git a/apps/welcome/app.js b/apps/welcome/app.js index 4dae5544..bf87977a 100644 --- a/apps/welcome/app.js +++ b/apps/welcome/app.js @@ -2,4 +2,4 @@ async function main() { await app.setDocument(utf8Decode(getFile('index.html'))); } -main(); +main(); \ No newline at end of file diff --git a/apps/welcome/index.html b/apps/welcome/index.html index fe8dd7fe..0aacbef9 100644 --- a/apps/welcome/index.html +++ b/apps/welcome/index.html @@ -1,36 +1,23 @@ - + - - - - - - - + + + + + + + - + - +
@@ -38,64 +25,70 @@

😎 Tilde Friends

-

- Make apps and friends from the comfort of your web browser. -

-

- Tilde Friends is a platform for building, running, and sharing web - applications. -

-

- Available for lots of devices: +

Make apps and friends from the comfort of your web browser.

+

Tilde Friends is a platform for building, running, and sharing web applications.

+

Available for lots of devices:

- Download - Try It + Download + Try It + Code
- + +
+
+ + + +
+
+
Getting Started
+
+

First-time user checklist:

+
    +
  1. Download + Tilde Friends and run your own instance, or use + https://www.tildefriends.net/.
  2. +
  3. Create an account to identify yourself with that instance by username and password.
  4. +
  5. Create an SSB identity in the ssb app. This will generate a keypair used to + identify yourself to other users and sign your messages so that they can be verified as from you.
  6. +
  7. Describe yourself in your profile in the ssb app. Give yourself a name and an avatar if you like.
  8. +
  9. Connect to others. You will automatically discover peers on the + same instance and same network if there are any. Or use + rooms + and pubs to reach more distant users. + tildefriends.net itself + operates as a room, so you can connect and see who else is online and establish + a connection.
  10. +
  11. Follow people to grow your network.
  12. +
  13. Use the edit link at the top of any page to start modifying and making apps.
  14. +
-
+
- Secure Scuttlebutt + Secure Scuttlebutt

Built for Sharing

- Tilde Friends participates in the - Secure Scuttlebutt distributed - social network. + Tilde Friends participates in the Secure Scuttlebutt distributed social network.

- Share apps with friends. Discover new apps made by enemies. Post - pictures of your coffee. Or just lurk. + Share apps with friends. Discover new apps made by enemies. Post pictures of your coffee. Or just lurk.

- The social network integration provides tools for connecting with - other people world-wide while still allowing apps and everything to - operate offline. + The social network integration provides tools for connecting with other people world-wide + while still allowing apps and everything to operate offline.

@@ -106,16 +99,14 @@

Edit Anything

- +

- See that edit link near the top left corner of - this page? It's there for every Tilde Friends app, so you can modify - and see your changes right away. + See that edit link near the top left corner of this page? It's there for + every Tilde Friends app, so you can modify and see your changes right away. +

+

+ It's kind of like a wiki, but for code!

-

It's kind of like a wiki, but for code!

@@ -124,22 +115,16 @@
-

- Sandbox Security -

- +

Sandbox Security

+

- Tilde Friends tries to make sure apps can be trusted using similar - techniques to how web browsers and operating systems do it. + Tilde Friends tries to make sure apps can be trusted using similar techniques to how web + browsers and operating systems do it.

- This is all a work in progress, and it varies by platform, so don't - give it all your innermost secrets yet, but do kick its tires and - share any surprises you - find. + This is all a work in progress, and it varies by platform, so don't give it all your + innermost secrets yet, but do kick its tires and + share any surprises you find.

@@ -149,16 +134,10 @@

Trusted Technology

Tilde Friends is built using boring, trusted tech.

-

- Though of course for building Tilde Friends apps, you are free to use - whatever fits. -

+

Though of course for building Tilde Friends apps, you are free to use whatever fits.

-
- +
+

C

@@ -176,7 +155,7 @@
-
+ -
- +
+

CodeMirror

@@ -220,10 +196,7 @@ - + \ No newline at end of file