This page permanently redirects to gemini://gemini.techrights.org/git/tr-git/IPFS/ . Git browser: IPFS/
This page presents code associated with the module/unit named above.
=> Summary of changes => Back to Git index => Licence (AGPLv3)
IPFS/complete-index-new.sh
IRCAGE=0
IRCDATE=$(date --date="$IRCAGE days ago" +"%d%m%y")
echo '#Techrights full #IPFS index updated just now http://techrights.org/ipfs available as plain text @ http://techrights.org/ipfs/txt #dweb #sharing'
ipfs add ~/tr_text_version/* | sed -e 's/added //' | sed -e 's/.txt/\ TEXT (daily bulletin\/IRC log as plain text)/' | sed -e 's/.html/ HTML (full IRC log as HTML)/' > txt
echo '' > index.html
echo ' ' >> index.html
echo 'Techrights Full IPFS Index ' >> index.html
echo '' >> index.html
echo '' >> index.html
echo ' ' >> index.html
echo '' >> index.html
echo '' >> index.html
echo ' ' >> index.html
echo '
' >> index.html
echo ' ' >> index.html
echo '
Techrights Full IPFS Index ' >> index.html
echo 'As text ' >> index.html
echo ' ' >> index.html
echo 'Daily Bulletins ' >> index.html
# echo $IRCDATE
echo 'CID File ' >> index.html
ipfs add ~/tr_text_version/* | grep techrights-202 | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (bulletin)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
echo '
' >> index.html
echo '' >> index.html
echo 'Techrights IRC Logs ' >> index.html
# echo $IRCDATE
echo 'CID File ' >> index.html
ipfs add ~/tr_text_version/* | grep log-techrights | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
echo '
' >> index.html
echo '' >> index.html
echo 'TechBytes IRC Logs ' >> index.html
# echo $IRCDATE
echo 'CID File ' >> index.html
ipfs add ~/tr_text_version/* | grep log-techbytes | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
echo '
' >> index.html
echo '' >> index.html
echo 'BoycottNovell IRC Logs ' >> index.html
# echo $IRCDATE
echo 'CID File ' >> index.html
ipfs add ~/tr_text_version/* | grep log-0 | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
ipfs add ~/tr_text_version/* | grep log-1 | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
ipfs add ~/tr_text_version/* | grep log-2 | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
ipfs add ~/tr_text_version/* | grep log-3 | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
echo '
' >> index.html
echo '' >> index.html
echo 'Social IRC Logs ' >> index.html
# echo $IRCDATE
echo 'CID File ' >> index.html
ipfs add ~/tr_text_version/* | grep log-social | sed -e 's/added /\\\/' | sed -e 's/ irc-/<\/code\><\/td\> \irc-/' | sed -e 's/ techrights-/<\/code\><\/td\> \ techrights-/' | sed -e 's/.txt/ TEXT<\/b\> (daily IRC log)<\/tr>/' | sed -e 's/.html/\ HTML<\/b\> (full IRC log)<\/tr>/' >> index.html
echo '
' >> index.html
echo '' >> index.html
echo ' ' >> index.html
echo '' >> index.html
echo '' >> index.html
echo '' >> index.html
echo -n 'This page was last modified on ' >> index.html
date >> index.html
echo -n ' ' >> index.html
echo ' ' >> index.html
echo 'Maintained by Roy Schestowitz' >> index.html
echo ' ' >> index.html
echo ' ' >> index.html
echo '
' >> index.html
echo '' >> index.html
echo '' >> index.html
echo '