JohnDMcMaster / sipr0n

siliconpr0n.org issue tracker
Other
2 stars 1 forks source link

Rework copyright #12

Closed JohnDMcMaster closed 2 years ago

JohnDMcMaster commented 2 years ago

Original code had a hack to insert copyright strings into images. However, copyright is (now?) natively interpreted by GroupXIV and should be done directly

instead of (copyright at global is ignored I think):

initViewer(..."name": "gsky_mpw1-mm1_9000f_4800_g8_roi-all, © 2022 John McMaster, CC-BY"}], ..."copyright": "© 2022 John McMaster, CC-BY"});

should be:

initViewer(..."name": "gsky_mpw1-mm1_9000f_4800_g8_roi-all"}, "copyright": "2022 John McMaster, CC-BY"]});

Where:

JohnDMcMaster commented 2 years ago

To properly fix this:

JohnDMcMaster commented 2 years ago

done, changes are live