From 3d6b1baf2d3fc502bc6eb7c7b0ca438fb10d6765 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Mon, 15 Apr 2024 14:08:48 -0400 Subject: [PATCH 1/7] Instructions for running a node versus downloading as a developer --- pages/download.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/download.md b/pages/download.md index 02b31a3..e14ebd4 100644 --- a/pages/download.md +++ b/pages/download.md @@ -7,7 +7,11 @@ menu: layout: index --- -### Getting Started +### Running a Node + +To install the Veilid node software, please follow the instructions available in the [repository](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md). + +### Starting Development Please recursively check out the project using this command From f2bc4027dc66198adc0936d893fe0d39929b14f1 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 18 Apr 2024 18:40:05 -0400 Subject: [PATCH 2/7] Answer 'why discord' that we get a lot --- pages/about-us/community.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/about-us/community.md b/pages/about-us/community.md index 2407c6b..53be6b3 100644 --- a/pages/about-us/community.md +++ b/pages/about-us/community.md @@ -6,8 +6,13 @@ weight: 3 --- -We want to build a community people who want a better way to connect and communicate. +We want to build a community people who want a better way to connect and communicate. + We want to bring together folks to help build great applications using the Veilid framework. Join Us on Discord + +### Why Discord? + +We’re doing what we can with what we have. Since we’re not trying to become a tech circlejerk, we have to meet people on their level. So come on in and help us build something better! \ No newline at end of file From 4595371ee6b522466b21429c8a3d031a2a684bf1 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 18 Apr 2024 18:49:29 -0400 Subject: [PATCH 3/7] Adding more information to FAQ and Community --- pages/about-us/FAQ.md | 20 ++++++++++++++++++++ pages/about-us/community.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/pages/about-us/FAQ.md b/pages/about-us/FAQ.md index f9492e1..8a3a244 100644 --- a/pages/about-us/FAQ.md +++ b/pages/about-us/FAQ.md @@ -12,6 +12,26 @@ layout: subpage

Answer

--> +
  • +

    What is Veilid?

    + Veilid is an open-source, peer-to-peer, mobile-first, networked application framework. +
  • +
  • +

    Can I install Veilid?

    + You can help the main Veilid network by, [running a node](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md). +
  • +
  • +

    What about VeilidChat?

    + VeilidChat is under [active development](https://gitlab.com/veilid/veilidchat/-/commits/main). As soon as we have a public test version available, we'll let you know. +
  • +
  • +

    If you're so concerned with privacy, why coordinate on Discord?

    + We’re doing what we can with what we have. Since we’re not trying to become a tech circlejerk, we have to meet people on their level. So come on in and help us build something better! +
  • +
  • +

    So is all your documentation on Discord?

    + No, official documentation is available in the [repositories](https://gitlab.com/veilid). We also have people working on a [developer book](https://veilid.gitlab.io/developer-book/), a work in progress. +
  • Is Veilid looking for funding?

    Veilid is not seeking venture capital or investment. We are accepting tax-deductible donations to our non-profit foundation, Veilid Foundation Inc.

    diff --git a/pages/about-us/community.md b/pages/about-us/community.md index 53be6b3..cf2b9a1 100644 --- a/pages/about-us/community.md +++ b/pages/about-us/community.md @@ -15,4 +15,4 @@ We want to bring together folks to help build great applications using the Veili ### Why Discord? -We’re doing what we can with what we have. Since we’re not trying to become a tech circlejerk, we have to meet people on their level. So come on in and help us build something better! \ No newline at end of file +We're doing what we can with what we have. Since we're not trying to become a tech circlejerk, we have to meet people on their level. So come on in and help us build something better! \ No newline at end of file From 53e417dd5106400319b536275a42ba4171b0e377 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 18 Apr 2024 18:57:05 -0400 Subject: [PATCH 4/7] Fixing typos --- pages/about-us/FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/about-us/FAQ.md b/pages/about-us/FAQ.md index 8a3a244..78f27b1 100644 --- a/pages/about-us/FAQ.md +++ b/pages/about-us/FAQ.md @@ -18,11 +18,11 @@ layout: subpage
  • Can I install Veilid?

    - You can help the main Veilid network by, [running a node](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md). + You can help the main Veilid network by, running a node.
  • What about VeilidChat?

    - VeilidChat is under [active development](https://gitlab.com/veilid/veilidchat/-/commits/main). As soon as we have a public test version available, we'll let you know. + VeilidChat is under active development. As soon as we have a public test version available, we'll let you know.
  • If you're so concerned with privacy, why coordinate on Discord?

    @@ -30,7 +30,7 @@ layout: subpage
  • So is all your documentation on Discord?

    - No, official documentation is available in the [repositories](https://gitlab.com/veilid). We also have people working on a [developer book](https://veilid.gitlab.io/developer-book/), a work in progress. + No, official documentation is available in the repositories. We also have people working on a developer book, a work in progress.
  • Is Veilid looking for funding?

    From ec5d769058cfe99fb22c92b18496d584bf238fed Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 9 May 2024 15:00:42 -0400 Subject: [PATCH 5/7] Updating chat page to properly reflect the project status. --- pages/chat/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/chat/index.md b/pages/chat/index.md index 7b28398..20a35b5 100644 --- a/pages/chat/index.md +++ b/pages/chat/index.md @@ -16,7 +16,7 @@ If you want to try out this proof of concept, please stay tuned for details on h ### Source Code -The code for VeilidChat will be available on Gitlab in the coming weeks. +VeilidChat is under active development. The source code is available on [Gitlab](https://gitlab.com/veilid/veilidchat), though there are no official builds yet. ### Support From 679f2506c067bcb096c8a89befecfa6e385e5342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B4=CF=85=CF=82=20=CE=B2=2E=20=28=CE=94=29?= Date: Wed, 12 Jun 2024 12:07:01 +0000 Subject: [PATCH 6/7] Fixing typo. --- pages/docs/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/accessibility.md b/pages/docs/accessibility.md index 3c562a3..6f385c3 100644 --- a/pages/docs/accessibility.md +++ b/pages/docs/accessibility.md @@ -31,7 +31,7 @@ Here is a partial list of general accessibility goals you should strive for: #### Structure -- Headers are marked denoted at headers in the mark-up or code +- Headers are marked denoted as headers in the mark-up or code - Sections of a page or screen are visually distinct and easy to identify #### Navigation From 337d3abc5fe2bd5c82d93bcedc62f2dd19d35bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B4=CF=85=CF=82=20=CE=B2=2E=20=28=CE=94=29?= Date: Wed, 12 Jun 2024 12:13:09 +0000 Subject: [PATCH 7/7] Removing redundancy. --- pages/docs/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/accessibility.md b/pages/docs/accessibility.md index 6f385c3..89e3d9e 100644 --- a/pages/docs/accessibility.md +++ b/pages/docs/accessibility.md @@ -31,7 +31,7 @@ Here is a partial list of general accessibility goals you should strive for: #### Structure -- Headers are marked denoted as headers in the mark-up or code +- Headers are denoted as headers in the mark-up or code - Sections of a page or screen are visually distinct and easy to identify #### Navigation