UPlanet TW in 32 languages

This commit is contained in:
fred 2024-01-08 04:20:59 +01:00
parent ffa0a7ecbf
commit 068536a84c
3 changed files with 651 additions and 12 deletions

View File

@ -315,6 +315,12 @@ for PLAYER in ${PLAYERONE[@]}; do
--output ~/.zen/game/players/${PLAYER}/ipfs --render '.' "${PLAYER}.rss.json" 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[days:created[-30]!is[system]!tag[G1Voeu]]'
[[ ! -s ~/.zen/game/players/${PLAYER}/ipfs/${PLAYER}.rss.json ]] && echo "NO ${PLAYER} RSS - BAD ~/.zen/game/players/${PLAYER}/ipfs/${PLAYER}.rss.json -"
## TODO EXPORT RSS.XML ATOM FEED FORMAT
## https://talk.tiddlywiki.org/t/has-anyone-generated-an-rss-feed-from-tiddlywiki/966/26
#~ tiddlywiki --load ~/.zen/tmp/${IPFSNODEID}/TW/${PLAYER}/index.html \
#~ --output ~/.zen/game/players/${PLAYER}/ipfs --render '.' "${PLAYER}.rss.xml" 'text/plain' "$:/core/templates/wikified-tiddler" 'exportFilter' '[days:created[-30]!is[system]!tag[G1Voeu]]'
##################################
#### PLAYER ACCOUNT CLEANING #########
## CHECK FOR EMPTY RSS + 30 DAYS BIRTHDATE + null G1

View File

@ -35,7 +35,7 @@ LIBRA=$(head -n 2 ${MY_PATH}/../A_boostrap_nodes.txt | tail -n 1 | cut -d ' ' -f
################################################################################
TWMODEL="/ipfs/bafybeie6sx76balvpeehvbh5du7oc5fhjuwydryympeh3qnm5s3b2jrvwe"
# ipfs cat $TWMODEL > templates/twdefault.html
MINIMAL="/ipfs/bafybeiafnoq26ae57boa4uk37hl6grnjxccwfqkxzyqflezlbnpdv5fxvq"
MINIMAL="/ipfs/bafybeicpfrsx44lkib4352eulvohmgdpaww3sau3qtbj7fzj6qw7xsokhy"
# ipfs cat $MINIMAL > templates/minimal.html
################################################################################

File diff suppressed because one or more lines are too long