This commit is contained in:
qo-op 2020-05-01 21:37:39 +02:00
parent 79e474addb
commit 79aecef532
2 changed files with 40 additions and 3 deletions

View File

@ -9,6 +9,22 @@ It as a swarm of Nodes spread accross Internet networks. Each loading a fat stac
+ SCUTTLEBUTT Pubs for Machine & Human social interactions
+ IPFS Nodes for File Storage, public, private and Zen accounting
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".
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...
First you have to [generate your Identity](https://git.p2p.legal/axiom-team/astroport/src/master/zen/tools/make_G1SSB_secret.sh).
Choose your G1SSB credentials, this is your ScuttleButt ID and a G1 Wallet (your can use it in https://Gchange.fr )
You benefit from and IPFS swarm [kept in sync with your friends](https://git.p2p.legal/axiom-team/astroport/src/master/zen/ssb_IPFS_swarm.sh)
By default, all astroport data are encrypted, but it is not private, sharie the same ~/.ipfs/swarm.key with your friends to "HARDEN" your shield
and automatic management scripts called every minutes
https://git.p2p.legal/axiom-team/astroport
| [EN](01.home/default.en.md) | [ES](01.home/default.es.md) | [FR](01.home/default.fr.md) | [DE](01.home/default.de.md) | [IT](01.home/default.it.md) | [PL](01.home/default.pl.md) | [RU](01.home/default.ru.md) | [PT](01.home/default.pt.md) | [NL](01.home/default.nl.md) |
| ------------------------- | ---------------------------- | --------------------------- | --------------------------- | --------------------------- | --------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
| [METAVERSE](02.metaverse/default.en.md) | [METAVERSO](02.metaverse/default.es.md) | [METAVERS](02.metaverse/default.fr.md) | [METAVERSUM](02.metaverse/default.de.md) | [METAVERSO](02.metaverse/default.it.md) | [METAVERSE](02.metaverse/default.pl.md) | [МУЖЧИНА](02.metaverse/default.ru.md) | [METAVERSO](02.metaverse/default.pt.md) | [METAVERSIE](02.metaverse/default.nl.md) |

View File

@ -26,6 +26,7 @@
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="ajaxform.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<link rel="stylesheet" href="./css/flipclock.css">
<script src="./vendor/flipclock/flipclock.js"></script>
@ -54,6 +55,7 @@
<form id="formphone">
<div class="form-row">
<div class="col-12 col-md-9 mb-2 mb-md-0">
<input id="phone" type="phone" class="form-control form-control-lg" placeholder="Saisissez votre numéro de téléphone mobile...">
</div>
<div class="col-12 col-md-3">
@ -66,7 +68,18 @@
<div class="row">
<div class="col-xl-9 mx-auto">
<div id="phoneresultat">
<br><h4>Rencontrez vos Ḡ1Parrains ? <br> avec <a href="https://gchange.fr">Gchange</a></h4>
<br><h4>
<div id="typed-strings">
<p>Astroport is a <strong>made of</strong>^1000 Free Softwares !</p>
<p>Astroport is a <em>Decentralized</em>^1000 Internet Hosting</p>
<p>Astroport is a <strong>Network</strong>^1000 made for Humans</p>
<p>Astroport is <strong>People sharing</strong>^1000 with their Friends</p>
<p>Astroport is <strong>IPFS Swarms</strong>^1000 for You and your Friends</p>
<p>Astroport is a <em>Free Digital</em>^1000 conscious LIFE</p>
<p>Astroport is as <strong><em>Digital Metaverse!</em></strong>^2000</p>
</div>
<span id="typed"></span>
</div>
</div>
</div>
@ -77,7 +90,7 @@
<section class="features-icons bg-light text-center">
<div class="container">
<div class="col-xl-9 mx-auto">
<h1 class="mb-5">«Avantages!</h1>
<h1 class="mb-5">Avantages</h1>
</div>
<div class="row">
<div class="col-lg-5">
@ -150,7 +163,15 @@
gtag('config', 'UA-114787603-1');
</script>
<script>
var typed = new Typed('#typed', {
stringsElement: '#typed-strings',
smartBackspace: true,
backDelay: 700,
loop: true,
typeSpeed: 40
});
</script>
</body>
</html>