Merge branch 'main' of git.ourworld.tf:tfgrid/info_tfgrid

# Conflicts:
#	books/hero/SUMMARY.md
#	books/hero/sync_production.sh
#	books/projectinca/sync_production.sh
This commit is contained in:
2024-04-24 13:45:03 +02:00
81 changed files with 364 additions and 186 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/
åç

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/projectinca/ 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)