This commit is contained in:
2024-03-26 15:05:52 +02:00
parent 3d8c40d065
commit 1c9c59aba7
55 changed files with 471 additions and 44 deletions

View File

8
books/kristof/SUMMARY.md Normal file
View File

@@ -0,0 +1,8 @@
- [Values](values/planet_people_first.md)
- [Intro](kristof/kristof.md)
- [Projects Personal](kristof/projects_personal.md)
- [Projects Tech](kristof/projects_tech.md)
- [ThreeFold Solana Launch](kristof/threefold_launch.md)
- [eBook Sustainable Life](kristof/sustainable_world.md)
- [Passion](kristof/passion.md)

View File

@@ -0,0 +1,3 @@
#!/bin/bash
# /bin/bash ~/hero/var/mdbuild/duniayetu/build.sh
rsync -rv ~/hero/www/info/kristof/ root@info.ourworld.tf:/root/hero/www/friends/kristof/

0
books/solana/.collection Normal file
View File

View File

@@ -1,33 +1,17 @@
- [Intro](solana/intro.md)
- [Who we are](tfgrid3/who_are_we.md)
- [Promotion](tfgrid3/promotion.md)
- [Messaging](tfgrid3/messaging.md)
- [Chapters](tfgrid3/chapters.md)
- [Tokenomics](tfgrid3/tokenomics.md)
- [Farming Reward](tfgrid3/farming_reward.md)
- [Tokens Overview](tfgrid3/tokens_overview.md)
- [Validators](tfgrid3/validators.md)
- [The Plan](solana/theplan.md)
- [P2P Promotion](solana/peer2peer_promotion.md)
- [Teams](solana/teams.md)
- [Planning](solana/planning.md)
- [TFConnect Spec](solana/tfconnect.md)
- [About us](tfgrid3/who_are_we.md)
- [Utilization](partners_utilization/)
- [ThreeFold Cooperative](tfgrid3/tfcoop_intro.md)
- [Governance](tfgrid3/governance.md)
- [Guardians](tfgrid3/guardians.md)
- [Grid Enhancement Proposals](tfgrid3/gep.md)
- [Change Management GEP's](tfgrid3/gep2.md)
- [Farming GEP 3.14](tfgrid3/farming_update_3_14.md)
- [The Internet today](tech/internet_today.md)
- [history c64](tech/history/c64.md)
- [too many layers](tech/history/layers.md)
- [Values](values/planet_people_first.md)
- [Tech Key Innovations](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)
- [Partners Utilization](partners_utilization/partners.md)
- [TFGrid Utilization](partners_utilization/partners.md)
- [Digital Freezone](partners_utilization/freezone.md)
- [Tanzania Internet](partners_utilization/tanzania.md)
- [Elestio](partners_utilization/elestio.md)
@@ -37,25 +21,40 @@
- [vindo](partners_utilization/vindo.md)
- [vverse](partners_utilization/vverse.md)
- [Tier S Datacenter](partners_utilization/tier_s_datacenter.md)
- [Tech Key Innovations](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)
- [Technology](tech/technology.md)
- [Architecture](tech/architecture.md)
- [Energy Efficient](tech/energy_efficient.md)
- [TFGrid Core Capabilities](tech/features.md)
- [Compute](tech/compute.md)
- [Zero-OS](tech/zos.md)
- [Infrastructure As Code](tech/smartcontract_iac.md)
- [CoreX](tech/corex.md)
- [Storage](tech/qsss_home.md)
- [Quantum Safe Storage Algo](tech/qss_algorithm.md)
- [Zero Knowledge proof](tech/qss_zero_knowledge_proof.md)
- [NFT Storage](tech/nft_storage.md)
- [S3 Storage](tech/s3_interface)
- [File System](tech/qss_filesystem.md)
- [Network](tech/networking.md)
- [Mycelium](tech/mycelium.md)
- [Web Gateway](tech/webgw.md)
- [Why](why/why.md)
- [Cloud Too Centralized](why/current_cloud_too_centralized.md)
- [Countries don't have their Internet](why/countries_no_internet.md)
- [Human Right](why/internet_human_right.md)
- [Social Warming](why/social_warming.md)
- [Collaboration](solana/collab.md)
- [Promotion Effort Launch](tfgrid3/promotion.md)
- [Messaging](tfgrid3/messaging.md)
- [Appendix](solana/appendix.md)
- [Tokenomics](tfgrid3/tokenomics.md)
- [Farming Reward](tfgrid3/farming_reward.md)
- [Tokens Overview](tfgrid3/tokens_overview.md)
- [TFGrid Core Capabilities](tech/features.md)
- [Compute](tech/compute.md)
- [Zero-OS](tech/zos.md)
- [Infrastructure As Code](tech/smartcontract_iac.md)
- [CoreX](tech/corex.md)
- [Storage](tech/qsss_home.md)
- [Quantum Safe Storage Algo](tech/qss_algorithm.md)
- [Zero Knowledge proof](tech/qss_zero_knowledge_proof.md)
- [NFT Storage](tech/nft_storage.md)
- [S3 Storage](tech/s3_interface)
- [File System](tech/qss_filesystem.md)
- [Network](tech/networking.md)
- [Mycelium](tech/mycelium.md)
- [Web Gateway](tech/webgw.md)

View File

@@ -1,3 +1,6 @@
#!/bin/bash
# /bin/bash ~/hero/var/mdbuild/duniayetu/build.sh
set -ex
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/solana
rsync -rv ~/hero/www/info/solana/ root@info.ourworld.tf:/root/hero/www/friends/solana/
echo "**OK**"