From 65b9b31a116369bc995865ab6f47b6fb03d9d209 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 3 May 2020 13:20:07 +0200 Subject: [PATCH] cabin --- ANA/Readme.md | 11 +++++++++- www/LOVEBank/index.html | 46 +++++++++++++++++++++-------------------- zen/gchange_MONITOR.sh | 14 ++++++------- 3 files changed, 41 insertions(+), 30 deletions(-) diff --git a/ANA/Readme.md b/ANA/Readme.md index cdff897..aacea74 100644 --- a/ANA/Readme.md +++ b/ANA/Readme.md @@ -11,7 +11,16 @@ It as a swarm of Nodes spread accross Internet networks. Each loading a fat stac Astroport is a Framework mixing protocols as communication and messaging layers. This release is a bunch of install install scripts. -Each one opening a new "cabin". +Each one opening a new "cabin" offering different interfaces and uses with the Metaverse + +- Cesium ease your life and manage all your wallets +- Gchange is a market for your local and global exchanges +- Patchwork, Oasis, Feedless, ... and more Fabulous ScuttleButt Apps to come + +EXTRA DEPT: +- Nextcloud open, share and backup your cloud with your friends and family +- Minetest organise your virtual meetings, build your world on your 1km² land +- Kodi your multimedia center in a friend of friends Zen economy The main task manager is [run every minutes with cron](https://git.p2p.legal/axiom-team/astroport/src/master/zen/cron_MINUTE.sh) It takes care of basic maintenance between each other Cabins (G1/SSB/IPFS) NextCloud and Minetest are evaluated... diff --git a/www/LOVEBank/index.html b/www/LOVEBank/index.html index 556bfe1..b6841bc 100644 --- a/www/LOVEBank/index.html +++ b/www/LOVEBank/index.html @@ -49,7 +49,20 @@
- +

+
+

Astroport est 100% composé^1000 de "Logiciels Libres" !

+

Astroport est un Système d'Information^1000 décentralisé et pair à pair !

+

Astroport réunit Les Humains^1000 sans avoir à les contrôler ;)

+

Astroport facilite les Echanges^1000 entre Amis et amis d'ami...

+

Astroport est un Sytème de Stockage^1000 Interplanétaire ]-O-[

+

Astroport délègue sa Responsabilité Numérique^1000 à l'Individu

+

Astroport est une Economie Libre^1000 centrée sur l'Humain

+

Astroport est un Réseau Social^1000 anoptique de type ScuttleButt

+

Astroport est un Metavers Libre!^5000 rejoignez-nous...^3000

+ +
+

@@ -68,18 +81,7 @@
-

-
-

Astroport is a made of^1000 Free Softwares !

-

Astroport is a Decentralized^1000 Internet Hosting

-

Astroport is a Network^1000 made for Humans

-

Astroport is People sharing^1000 with their Friends

-

Astroport is IPFS Swarms^1000 for You and your Friends

-

Astroport is a Free Digital^1000 conscious LIFE

-

Astroport is as Digital Metaverse!^2000

- -
- +Soyez vous-même! Nous acceptons tout le monde...

@@ -98,8 +100,8 @@
-

Forgeron Monétaire

-

Gratuitement, forgez wotre part de monnaie.

+

Forge Monétaire

+

Gratuitement! Chacun forge sa part de monnaie chaque jour, Cesium

@@ -107,8 +109,8 @@
-

Société en Commun

-

Regroupez les actions et agir commun

+

Réseau Social

+

Partagez vos idées, proposez vos actions pour agir en commun avec ScuttleButt

@@ -116,8 +118,8 @@
-

Marché MadeInZion

-

Vendez, achetez Librement entre amis.

+

Marchés Artisanaux

+

Vendez, achetez, échangez Librement entre amis sur Gchange.

@@ -125,8 +127,8 @@
-

Toile de Confiance

-

Un seul compte forgeron par personne!

+

Stockage Maillé

+

Vos amis se chargeront de votre réputation... et votre stockage IPFS

@@ -168,7 +170,7 @@ stringsElement: '#typed-strings', smartBackspace: true, backDelay: 700, - loop: true, + loop: false, typeSpeed: 40 }); diff --git a/zen/gchange_MONITOR.sh b/zen/gchange_MONITOR.sh index de26249..41a2983 100755 --- a/zen/gchange_MONITOR.sh +++ b/zen/gchange_MONITOR.sh @@ -51,16 +51,16 @@ chunk=0 for gID in $(cat /tmp/gchange.json | jq -r .hits.hits[]._id); do [[ -f ~/.zen/ipfs_swarm/gchange/$gID.json ]] && INSWARM="true" NEW="" - [[ ! -f ~/.zen/ipfs/gchange/$gID.json ]] && NEW="true" \ - && curl -s --create-dirs -o ~/.zen/ipfs/gchange/$gID.json -s https://data.gchange.fr/market/record/$gID?_source=category,title,description,issuer,time,creationTime,location,address,city,price,unit,currency,thumbnail._content_type,picturesCount,type,stock,fees,feesCurrency,geoPoint \ + [[ ! -f ~/.zen/cache/gchange/$gID.json ]] && NEW="true" \ + && curl -s --create-dirs -o ~/.zen/cache/gchange/$gID.json -s https://data.gchange.fr/market/record/$gID?_source=category,title,description,issuer,time,creationTime,location,address,city,price,unit,currency,thumbnail._content_type,picturesCount,type,stock,fees,feesCurrency,geoPoint \ && sleep $((1 + RANDOM % 3)) - creationTime=$(cat ~/.zen/ipfs/gchange/$gID.json | jq -r ._source.creationTime) - title=$(cat ~/.zen/ipfs/gchange/$gID.json | jq -r ._source.title) - currency=$(cat ~/.zen/ipfs/gchange/$gID.json | jq -r ._source.currency) - price=$(cat ~/.zen/ipfs/gchange/$gID.json | jq -r ._source.price) + creationTime=$(cat ~/.zen/cache/gchange/$gID.json | jq -r ._source.creationTime) + title=$(cat ~/.zen/cache/gchange/$gID.json | jq -r ._source.title) + currency=$(cat ~/.zen/cache/gchange/$gID.json | jq -r ._source.currency) + price=$(cat ~/.zen/cache/gchange/$gID.json | jq -r ._source.price) [[ $price == null ]] && price="A débattre" - categoryname=$(cat ~/.zen/ipfs/gchange/$gID.json | jq -r ._source.category.name) + categoryname=$(cat ~/.zen/cache/gchange/$gID.json | jq -r ._source.category.name) [[ $NEW == "true" ]] && echo "- [$title](https://data.gchange.fr/market/record/$gID/_share) PRIX $price ($currency)" >> ~/.zen/cache/gchange.txt && chunk=$((chunk+1))