lots of fixes and add ons

This commit is contained in:
2024-04-23 14:20:22 +02:00
parent b6889eec02
commit 7a2bb56a3b
83 changed files with 378 additions and 205 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -ex
export NAME=duniayetu_dar
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/
åç

View File

@@ -1,26 +1,19 @@
- [Intro](hero/intro.md)
- [ThreeFold Grid](hero/threefold.md)
- [TFGrid Utilization](partners_utilization/partners.md)
- [Digital Freezone](partners_utilization/freezone.md)
- [Tanzania Internet](partners_utilization/tanzania.md)
- [Elestio](partners_utilization/elestio.md)
- [Earth Wallet](partners_utilization/earth_wallet.md)
- [Holochain](partners_utilization/holochain.md)
- [Sikana](partners_utilization/sikana.md)
- [vindo](partners_utilization/vindo.md)
- [vverse](partners_utilization/vverse.md)
- [Tier S Datacenter](partners_utilization/tier_s_datacenter.md)
- [TFGrid Key Innovations](tech/key_innovations_overview.md)
- [Partners](partners_utilization/partners.md)
- [Digital Freezone](partners_utilization/freezone.md)
- [Tanzania Internet](partners_utilization/tanzania.md)
- [Earth Wallet](partners_utilization/earth_wallet.md)
- [Holochain](partners_utilization/holochain.md)
- [Sikana](partners_utilization/sikana.md)
- [vindo](partners_utilization/vindo.md)
- [vverse](partners_utilization/vverse.md)
- [Tier S Datacenter](partners_utilization/tier_s_datacenter.md)
- [Architecture Innocation](tech/key_innovations_overview.md)
- [Mycelium Network](tech/mycelium_innovation.md)
- [Zero-OS](tech/zos_innovation.md)
- [Quantum Safe Storage](tech/zstor_innovation.md)
- [Quantum Safe Filesystem](tech/qsfs_innovation.md)
- [FList: better OS Images](tech/flist_innovation.md)
- [FungiStor](tech/fungistor_innovation.md)
- [Network Wall](tech/network_wall_innovation.md)
- [TFGrid Technology](tech/technology.md)
- [Architecture](tech/architecture.md)
- [Energy Efficient](tech/energy_efficient.md)
- [Why](why/why.md)
- [Human Right](why/internet_human_right.md)
- [The Internet is Broken](tech/internet_today.md)

View File

@@ -1,3 +1,5 @@
#!/bin/bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/hero
rsync -rv ~/hero/www/info/hero/ root@info.ourworld.tf:/root/hero/www/info/hero/
set -ex
export NAME=hero
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

5
books/info_grid/sync_production.sh Normal file → Executable file
View File

@@ -1,2 +1,5 @@
#!/bin/bash
rsync -rv ~/hero/www/info/info_grid/ root@info.ourworld.tf:/root/hero/www/info/info_grid/
set -ex
export NAME=info_grid
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

View File

@@ -1,3 +1,5 @@
#!/bin/bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/kristof -o
rsync -rv ~/hero/www/info/kristof/ root@info.ourworld.tf:/root/hero/www/friends/kristof/
set -ex
export NAME=kristof
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

5
books/legal/sync_production.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -ex
export NAME=legal
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

5
books/manual/sync_production.sh Normal file → Executable file
View File

@@ -1,2 +1,5 @@
#!/bin/bash
rsync -rv ~/hero/www/info/tfmanual/ root@info.ourworld.tf:/root/hero/www/info/tfmanual/
set -ex
export NAME=manual
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -ex
export NAME=mbweni
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

View File

@@ -1,6 +1,5 @@
#!/bin/bash
set -ex
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectinca
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/projectinca/
echo "**OK**"
export NAME=projectinca
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

View File

@@ -1,3 +1,5 @@
#!/bin/bash
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/projectmycelium
rsync -rv ~/hero/www/info/projectmycelium/ root@info.ourworld.tf:/root/hero/www/info/projectmycelium/
set -ex
export NAME=projectmycelium
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/$NAME
rsync -rv ~/hero/www/info/$NAME/ root@info.ourworld.tf:/root/hero/www/info/$NAME/

8
books/syncall.sh Executable file
View File

@@ -0,0 +1,8 @@
set -ex
#~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/manual/sync_production.sh
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/kristof/sync_production.sh
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/legal/sync_production.sh
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/tech/sync_production.sh
~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/tfgrid3/sync_production.sh
#~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/mbweni/sync_production.sh
#~/code/git.ourworld.tf/tfgrid/info_tfgrid/books/duniayetu_dar/sync_production.sh

View File

@@ -14,7 +14,7 @@
- [Network Wall](tech/network_wall_innovation.md)
- [Architecture](tech/architecture.md)
- [Energy Efficient](tech/energy_efficient.md)
- [ThreeFold Cloud Core Capabilities](tech/features.md)
- [Decentralized Cloud Core Capabilities](tech/features.md)
- [Storage](tech/qsss_home.md)
- [Quantum Safe Storage Algo](tech/qss_algorithm.md)
- [Zero Knowledge proof](tech/qss_zero_knowledge_proof.md)