💾 Archived View for gemini.mingmengtou.org › 2021-06-01-change-footer-text.gmi captured on 2023-01-29 at 02:56:42. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
so after adding CC-BY-SA to the bottom of each .gmi page i decided i wanted to say more:
for files in *.gmi; do sed -i 's/CC-BY-SA/content licensed CC-BY-SA 4.0 unless stated./' $files; echo -----; done;
i opted to -i change files in place without writing backups; echo ----- for progress. i did test the command first and i could always do a git pull to undo the damage. bite all went well:-)
---
return to gemini.mingmengtou.org index page.
---
neil.gemini@mingmengtou.org
content licensed CC-BY-SA 4.0 unless stated.