Compare commits

...

6 Commits

Author SHA1 Message Date
Stathis Xantinidis
4c6a255f60 Merge branch 'spithash-main-patch-34730' into 'main'
Added Chat hyperlink

See merge request veilid/veilid-dot-com!6
2024-05-04 11:31:59 +00:00
Alice Rhodes
53e417dd51 Fixing typos 2024-04-18 18:57:05 -04:00
Alice Rhodes
4595371ee6 Adding more information to FAQ and Community 2024-04-18 18:49:29 -04:00
Alice Rhodes
f2bc4027dc Answer 'why discord' that we get a lot 2024-04-18 18:40:05 -04:00
Alice Rhodes
3d6b1baf2d Instructions for running a node versus downloading as a developer 2024-04-15 14:08:48 -04:00
Stathis Xantinidis
5a5ab4175a Added Chat hyperlink 2023-09-30 07:51:44 +00:00
4 changed files with 32 additions and 3 deletions

View File

@ -12,6 +12,26 @@ layout: subpage
<p>Answer</p> <p>Answer</p>
</li> </li>
--> -->
<li>
<h3>What is Veilid?</h3>
Veilid is an open-source, peer-to-peer, mobile-first, networked application framework.
</li>
<li>
<h3>Can I install Veilid?</h3>
You can help the main Veilid network by, <a href="https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md">running a node</a>.
</li>
<li>
<h3>What about VeilidChat?</h3>
VeilidChat is under <a href="https://gitlab.com/veilid/veilidchat/-/commits/main">active development</a>. As soon as we have a public test version available, we'll let you know.
</li>
<li>
<h3>If you're so concerned with privacy, why coordinate on Discord?</h3>
Were doing what we can with what we have. Since were 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!
</li>
<li>
<h3>So is all your documentation on Discord?</h3>
No, official documentation is available in the <a href="https://gitlab.com/veilid">repositories</a>. We also have people working on a <a href="https://veilid.gitlab.io/developer-book/">developer book</a>, a work in progress.
</li>
<li> <li>
<h3>Is Veilid looking for funding?</h3> <h3>Is Veilid looking for funding?</h3>
<p>Veilid is not seeking venture capital or investment. We are accepting tax-deductible donations to our non-profit foundation, Veilid Foundation Inc.</p> <p>Veilid is not seeking venture capital or investment. We are accepting tax-deductible donations to our non-profit foundation, Veilid Foundation Inc.</p>

View File

@ -7,7 +7,12 @@ 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. We want to bring together folks to help build great applications using the Veilid framework.
<a class="mt-3 btn btn-primary btn-lg" href="/discord">Join Us on Discord</a> <a class="mt-3 btn btn-primary btn-lg" href="/discord">Join Us on Discord</a>
### 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!

View File

@ -16,7 +16,7 @@ If you want to try out this proof of concept, please stay tuned for details on h
### Source Code ### Source Code
The code for VeilidChat will be available on Gitlab in the coming weeks. The code for VeilidChat is available on [Gitlab](https://gitlab.com/veilid/veilidchat)
### Support ### Support

View File

@ -7,7 +7,11 @@ menu:
layout: index 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 Please recursively check out the project using this command