MULTIPASS DID fine tune

This commit is contained in:
fred 2024-03-30 14:25:53 +01:00
parent 24e3c0f8b3
commit be3d9531e8
4 changed files with 22 additions and 14 deletions

View File

@ -527,6 +527,21 @@ echo ""
####tools##########################################getUMAP_ENV.sh ####tools##########################################getUMAP_ENV.sh
$(${MY_PATH}/../tools/getUMAP_ENV.sh "${LAT}" "${LON}" | tail -n 1) $(${MY_PATH}/../tools/getUMAP_ENV.sh "${LAT}" "${LON}" | tail -n 1)
ipns2did=""
# Loop through the ASTRONAUTENS two characters at a time
for ((i = 0; i < ${#ASTRONAUTENS}; i += 2)); do
ipns2did+=" ${ASTRONAUTENS:i:2}"
# Check if 12 doublets have been added
if (( (i / 2 + 1) % 12 == 0 )); then
ipns2did+="<br>" # Add a newline character
fi
done
# Print the result with leading space removed
echo -e "${ipns2did:1}"
####################################################### EMAIL ####################################################### EMAIL
[[ -s ${MY_PATH}/../templates/UPlanetZine/index.${LANG}.html ]] \ [[ -s ${MY_PATH}/../templates/UPlanetZine/index.${LANG}.html ]] \
&& ZINE="${MY_PATH}/../templates/UPlanetZine/index.${LANG}.html" \ && ZINE="${MY_PATH}/../templates/UPlanetZine/index.${LANG}.html" \
@ -538,6 +553,7 @@ cat ${ZINE} \
-e "s~_MOATS_~${MOATS}~g" \ -e "s~_MOATS_~${MOATS}~g" \
-e "s~_G1PUB_~${G1PUB}~g" \ -e "s~_G1PUB_~${G1PUB}~g" \
-e "s~_ASTRONAUTENS_~${ASTRONAUTENS}~g" \ -e "s~_ASTRONAUTENS_~${ASTRONAUTENS}~g" \
-e "s~_ASTRODID_~${ipns2did:1}~g" \
-e "s~0448~${PASS}~g" \ -e "s~0448~${PASS}~g" \
-e "s~_IPFSNODEID_~${IPFSNODEID}~g" \ -e "s~_IPFSNODEID_~${IPFSNODEID}~g" \
-e "s~_EARTHCID_~${EARTHCID}~g" \ -e "s~_EARTHCID_~${EARTHCID}~g" \

View File

@ -21,8 +21,7 @@ href="/ipfs/QmeegmN4shouhnzvnDYpbSEJtdRsyy39SpL9XqYVHgtN44/style.css" />
<h2><button class="print-button">🖨Print</button> <a href='https://qo-op.com'>MULTIPASS</a> ☼☼☼☼☼</h2> <h2><button class="print-button">🖨Print</button> <a href='https://qo-op.com'>MULTIPASS</a> ☼☼☼☼☼</h2>
<!-- TODO: Your front cover content goes here, so you probably want a good title and maybe some kind of image --> <!-- TODO: Your front cover content goes here, so you probably want a good title and maybe some kind of image -->
<img class="full-img" src="/ipfs/QmYt72LekVs3g31bLCngZzCLygnxNCmsD9eL5GfxAmGC2C"> <img class="full-img" src="/ipfs/QmYt72LekVs3g31bLCngZzCLygnxNCmsD9eL5GfxAmGC2C">
<h1>"<a target='TW' href='/ipns/_ASTRONAUTENS_'>TW5</a>"</h1> <pre><code class="language-css">_ASTRODID_</code></pre>
<pre><code class="language-css">did:ipns:_ASTRONAUTENS_</code></pre>
</header> </header>
<section class="zine-page page-2"> <section class="zine-page page-2">
<!-- TODO: Page 2 content goes here. This is also the inside of the front cover, so you can be minimal or fit in as much content as possible! --> <!-- TODO: Page 2 content goes here. This is also the inside of the front cover, so you can be minimal or fit in as much content as possible! -->
@ -57,8 +56,7 @@ href='_EARTHCID_/map_render.html?southWestLat=_SLAT_&southWestLon=_SLON_&deg=0.1
<!-- TODO: Page 6, this is the last "page" but you can still keep going --> <!-- TODO: Page 6, this is the last "page" but you can still keep going -->
Estamos encantados de presentarle su ZenCard, un símbolo tangible de poder y soberanía financiera en nuestro cosmos descentralizado. Estamos encantados de presentarle su ZenCard, un símbolo tangible de poder y soberanía financiera en nuestro cosmos descentralizado.
<hr> <hr>
<a target='TW' href='/ipns/_ASTRONAUTENS_#ZenCard' title='_G1PUB_'>ZenCard</a> + <a target='TW' <h1><a target='TW' href='/ipns/_ASTRONAUTENS_#ZenCard' title='_G1PUB_'>ZenCard</a> + "<a target='TW' href='/ipns/_ASTRONAUTENS_'>TW5</a>"</h1>
href='/ipns/_ASTRONAUTENS_'>TW5</a> <br>
<img class="full-img" src='/ipfs/QmTL7VDgkYjpYC2qiiFCfah2pSqDMkTANMeMtjMndwXq9y'\><br><hr> <img class="full-img" src='/ipfs/QmTL7VDgkYjpYC2qiiFCfah2pSqDMkTANMeMtjMndwXq9y'\><br><hr>
<pre><code class="language-css">_G1PUB_ <pre><code class="language-css">_G1PUB_
<a href='/ipns/_IPFSNODEID_'>_IPFSNODEID_</a></code></pre> <a href='/ipns/_IPFSNODEID_'>_IPFSNODEID_</a></code></pre>

View File

@ -21,8 +21,7 @@ href="/ipfs/QmeegmN4shouhnzvnDYpbSEJtdRsyy39SpL9XqYVHgtN44/style.css" />
<h2><button class="print-button">🖨Print</button> <a href='https://qo-op.com'>MULTIPASS</a> ☼☼☼☼☼</h2> <h2><button class="print-button">🖨Print</button> <a href='https://qo-op.com'>MULTIPASS</a> ☼☼☼☼☼</h2>
<!-- TODO: Your front cover content goes here, so you probably want a good title and maybe some kind of image --> <!-- TODO: Your front cover content goes here, so you probably want a good title and maybe some kind of image -->
<img class="full-img" src="/ipfs/QmYt72LekVs3g31bLCngZzCLygnxNCmsD9eL5GfxAmGC2C"> <img class="full-img" src="/ipfs/QmYt72LekVs3g31bLCngZzCLygnxNCmsD9eL5GfxAmGC2C">
<h1>"<a target='TW' href='/ipns/_ASTRONAUTENS_'>TW5</a>"</h1> <pre><code class="language-css">_ASTRODID_</code></pre>
<pre><code class="language-css">did:ipns:_ASTRONAUTENS_</code></pre>
</header> </header>
<section class="zine-page page-2"> <section class="zine-page page-2">
<!-- TODO: Page 2 content goes here. This is also the inside of the front cover, so you can be minimal or fit in as much content as possible! --> <!-- TODO: Page 2 content goes here. This is also the inside of the front cover, so you can be minimal or fit in as much content as possible! -->
@ -54,9 +53,7 @@ href='_EARTHCID_/map_render.html?southWestLat=_SLAT_&southWestLon=_SLON_&deg=0.1
<!-- TODO: Page 6, this is the last "page" but you can still keep going --> <!-- TODO: Page 6, this is the last "page" but you can still keep going -->
Nous sommes ravis de vous présenter votre ZenCard, un symbole tangible d'autonomisation et de souveraineté financière dans notre cosmos décentralisé. Nous sommes ravis de vous présenter votre ZenCard, un symbole tangible d'autonomisation et de souveraineté financière dans notre cosmos décentralisé.
<hr> <hr>
<a target='TW' href='/ipns/_ASTRONAUTENS_#ZenCard' <h1><a target='TW' href='/ipns/_ASTRONAUTENS_#ZenCard' title='_G1PUB_'>ZenCard</a> + "<a target='TW' href='/ipns/_ASTRONAUTENS_'>TW5</a>"</h1>
title='_G1PUB_'>ZenCard</a> + <a target='TW'
href='/ipns/_ASTRONAUTENS_'>TW5</a> <br>
<img class="full-img" src='/ipfs/QmTL7VDgkYjpYC2qiiFCfah2pSqDMkTANMeMtjMndwXq9y'\><br><hr> <img class="full-img" src='/ipfs/QmTL7VDgkYjpYC2qiiFCfah2pSqDMkTANMeMtjMndwXq9y'\><br><hr>
<pre><code class="language-css">_G1PUB_ <pre><code class="language-css">_G1PUB_
<a href='/ipns/_IPFSNODEID_'>_IPFSNODEID_</a></code></pre> <a href='/ipns/_IPFSNODEID_'>_IPFSNODEID_</a></code></pre>

View File

@ -21,8 +21,7 @@ href="/ipfs/QmeegmN4shouhnzvnDYpbSEJtdRsyy39SpL9XqYVHgtN44/style.css" />
<h2><button class="print-button">🖨Print</button> <a href='https://qo-op.com'>MULTIPASS</a> ☼☼☼☼☼</h2> <h2><button class="print-button">🖨Print</button> <a href='https://qo-op.com'>MULTIPASS</a> ☼☼☼☼☼</h2>
<!-- TODO: Your front cover content goes here, so you probably want a good title and maybe some kind of image --> <!-- TODO: Your front cover content goes here, so you probably want a good title and maybe some kind of image -->
<img class="full-img" src="/ipfs/QmRQeE5XsYXAd32inVsWRFWqDCiMqkbU3txxdQwDqBRRLn"> <img class="full-img" src="/ipfs/QmRQeE5XsYXAd32inVsWRFWqDCiMqkbU3txxdQwDqBRRLn">
<h1>"<a target='TW' href='/ipns/_ASTRONAUTENS_'>TW5</a>"</h1> <pre><code class="language-css">_ASTRODID_</code></pre>
<pre><code class="language-css">did:ipns:_ASTRONAUTENS_</code></pre>
</header> </header>
<section class="zine-page page-2"> <section class="zine-page page-2">
<!-- TODO: Page 2 content goes here. This is also the inside of the front cover, so you can be minimal or fit in as much content as possible! --> <!-- TODO: Page 2 content goes here. This is also the inside of the front cover, so you can be minimal or fit in as much content as possible! -->
@ -59,9 +58,7 @@ href='_EARTHCID_/map_render.html?southWestLat=_SLAT_&southWestLon=_SLON_&deg=0.1
<!-- TODO: Page 6, this is the last "page" but you can still keep going --> <!-- TODO: Page 6, this is the last "page" but you can still keep going -->
We are thrilled to unveil your ZenCard—a tangible symbol of empowerment and financial sovereignty in our decentralized cosmos. We are thrilled to unveil your ZenCard—a tangible symbol of empowerment and financial sovereignty in our decentralized cosmos.
<hr> <hr>
<a target='TW' href='/ipns/_ASTRONAUTENS_#ZenCard' <h1><a target='TW' href='/ipns/_ASTRONAUTENS_#ZenCard' title='_G1PUB_'>ZenCard</a> + "<a target='TW' href='/ipns/_ASTRONAUTENS_'>TW5</a>"</h1>
title='_G1PUB_'>ZenCard</a> + <a target='TW'
href='/ipns/_ASTRONAUTENS_'>TW5</a> <br>
<img class="full-img" src='/ipfs/QmTL7VDgkYjpYC2qiiFCfah2pSqDMkTANMeMtjMndwXq9y'\><br><hr> <img class="full-img" src='/ipfs/QmTL7VDgkYjpYC2qiiFCfah2pSqDMkTANMeMtjMndwXq9y'\><br><hr>
<pre><code class="language-css">_G1PUB_ <pre><code class="language-css">_G1PUB_
<a href='/ipns/_IPFSNODEID_'>_IPFSNODEID_</a></code></pre> <a href='/ipns/_IPFSNODEID_'>_IPFSNODEID_</a></code></pre>