-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic console site generator and web server
- Loading branch information
Showing
20 changed files
with
248 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ TODO | |
Release/*.hex | ||
Release/*.zip | ||
Release/*.json | ||
Console/build | ||
build/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
clean: | ||
@echo Cleaning... | ||
@-rm -rf ./build | ||
@echo Cleaning... | ||
@-rm -rf ./build | ||
|
||
site: | ||
@mkdir -p ./build | ||
@mkdir -p ./build/css | ||
@mkdir -p ./build/gfx | ||
@mkdir -p ./build/images | ||
python ./build.py | ||
cp assets/css/* build/css/ | ||
cp assets/gfx/* build/gfx/ | ||
cp assets/images/* build/images/ | ||
cp assets/scripts/* build/scripts/ | ||
# @cp -r ../../Reticulum/docs/manual/* build/reticulum_manual/ | ||
# @cp -r ../../Reticulum/docs/Reticulum\ Manual.pdf build/reticulum_manual/ | ||
@mkdir -p ./build | ||
@mkdir -p ./build/css | ||
@mkdir -p ./build/gfx | ||
@mkdir -p ./build/images | ||
# @mkdir -p ./build/pkgs | ||
python ./build.py | ||
@cp assets/css/* build/css/ | ||
@cp assets/gfx/* build/gfx/ | ||
# @cp assets/images/* build/images/ | ||
# @cp assets/scripts/* build/scripts/ | ||
# @cp -r ../../Reticulum/docs/manual/* build/reticulum_manual/ | ||
# @cp -r ../../Reticulum/docs/Reticulum\ Manual.pdf build/reticulum_manual/ |
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[title]: <> (Donate) | ||
## Keep Communications Free and Open | ||
Please take part in keeping the continued development, maintenance and distribution of the RNode ecosystem possible by donating via one of the following channels: | ||
|
||
Donating to the project directly helps improve the entire system. | ||
|
||
- Monero<br/> | ||
``` | ||
84FpY1QbxHcgdseePYNmhTHcrgMX4nFfBYtz2GKYToqHVVhJp8Eaw1Z1EedRnKD19b3B8NiLCGVxzKV17UMmmeEsCrPyA5w | ||
``` | ||
<br/><br/> | ||
- Ethereum<br/> | ||
``` | ||
0x81F7B979fEa6134bA9FD5c701b3501A2e61E897a | ||
``` | ||
<br/><br/> | ||
- Bitcoin<br/> | ||
``` | ||
3CPmacGm34qYvR6XWLVEJmi2aNe3PZqUuq | ||
``` | ||
<br/><br/> | ||
- Ko-Fi<br/> | ||
<a href="https://ko-fi.com/markqvist">`https://ko-fi.com/markqvist`</a> | ||
|
||
## Spread Knowledge and Awareness | ||
Another great way to contribute, is to spread awareness about the RNode project. Here's some ideas: | ||
|
||
- Introduce the concepts of Free & Open Communications Systems to your community | ||
- Teach others to build and use RNodes, and how to set up resilient and private communications systems | ||
- Learn about using Reticulum to set up resilient communications networks, and teach these skills to people in your area that need them | ||
|
||
## Contribute Code & Ideas | ||
If you like to build and design, there is plenty of oppertunities to take part in the community around RNode, and the wider Reticulum community as well. There's always plenty of work to do, from writing code, to translating guides and information, to designing parts, devices and integrations. You can find us the following places: | ||
|
||
- The [Reticulum Matrix Channel](element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org) at `#reticulum:matrix.org` | ||
- The [discussion forum](https://github.com/markqvist/Reticulum/discussions) on GitHub | ||
- The [Reticulum subreddit](https://reddit.com/r/reticulum) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[title]: <> (Get Help) | ||
## Get Help | ||
If you are having trouble, or if something is not working, these resources may be useful: | ||
|
||
- The [Questions & Answers](qa.html) section | ||
- The [No-Grid Communications Handbook](nghb.html) | ||
- The [Reticulum Manual](manual/index.html) | ||
|
||
## Community & Support | ||
If things still aren't working as expected here are some great places to ask for help: | ||
|
||
- The [discussion forum](https://github.com/markqvist/Reticulum/discussions) on GitHub | ||
- The [Reticulum Matrix Channel](element://room/!TRaVWNnQhAbvuiSnEK%3Amatrix.org?via=matrix.org) at `#reticulum:matrix.org` | ||
- The [Reticulum subreddit](https://reddit.com/r/reticulum) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
**Hello!** You have connected to the **RNode Bootstrap Console**. | ||
|
||
This repository contains all the tools, software and information necessary to bootstrap networks and communications systems based on Reticulum. The tools and information contained in this RNode will also allow you to replicate the design, build more RNodes and grow your communications ecosystems. | ||
|
||
<br/> | ||
<center><img src="{ASSET_PATH}gfx/rnode_iso.png" width="50%"/></center> | ||
<br/> | ||
<center> | ||
|
||
### What would you like to do? | ||
This repository contains resources for a variety of different tasks. You can browse this repository freely, or jump straight into a task-oriented workflow by selecting one of the starting points below. | ||
<br/> | ||
<br/> | ||
<button type="button" id="task-rns">Install Reticulum</button> | ||
<button type="button" id="task-rns">Download Programs</button> | ||
<button type="button" id="task-rns">Create RNodes</button> | ||
<button type="button" id="task-rns">Build A Network</button> | ||
<button type="button" id="task-rns">Learn More</button> | ||
<button type="button" id="task-rns">Get Help</button> | ||
<button type="button" id="task-rns">Contribute</button> | ||
</center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[title]: <> (Get Help) | ||
## Questions & Answers | ||
This section contains a list of common questions, and associated answers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[title]: <> (Replicate) | ||
# Create RNodes | ||
This section contains the tools and guides necessary to create more RNodes. |
Oops, something went wrong.