04.xhtml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Esperanto accents in Minetest are a go',
  21. 'body' => <<<END
  22. <p>
  23. I was looking through the Minetest forums today when I found something interesting in a post by 4aiman.
  24. Though the subgame he is posting about is proprietary, and therefor of no interest whatsoever, he has run into the same problem as I have as far as non-$a[ASCII] characters not displaying properly in Minetest.
  25. It turns out that there is a workaround! He suggests using the <code>locale-gen</code> command to set up a second locale, then selling the system to tell Minetest that that is the locale in use.
  26. My system appears to lack the <code>locale-gen</code> command though, so I looked up <a href="https://wiki.debian.org/Locale">Debian-specific instructions</a>.
  27. The down side to the instructions I found is that they set the locale system-wide.
  28. Furthermore, the effect does not seem to be reversible; I cannot set my locale back to its original state.
  29. The problem is that I had chosen to use no localization, and it seems that as long as the system has a locale set up, it will not take &quot;no localization&quot; as an answer.
  30. Oh well.
  31. At least now I can see properly-accented Esperanto node names in Minetest.
  32. </p>
  33. <p>
  34. Yesterday, when I bought that album from Marc With a C, I made the dire mistake of not checking the license beforehand.
  35. While I&apos;ve never seen any of Marc distribute any of his work in a nonfree way, the fact is, he could, and I should be careful.
  36. Even some artists that seem dedicated to freedom, such as Josh Woodward and Brad sucks, have released some of their work under proprietary licenses.
  37. As it turns out, Exactly Where I Am is not under his usual {$a['CC BY']} license.
  38. However, it <strong>*is*</strong> under the {$a['CC BY-SA']} license, a license I actually prefer, so it all works out this time.
  39. I should remember to be more careful in the future.
  40. </p>
  41. <p>
  42. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  43. </p>
  44. END
  45. );