07.xhtml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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' => 'Minetyst cotton',
  21. 'body' => <<<END
  22. <p>
  23. First on today&apos;s agenda was originally to convert the farming module from minetest_game to Minetyst, but checking the dependency list, I saw it depended on the wool module.
  24. Farming uses wool in place of cotton, allowing you to grow wool out of the ground.
  25. While people have pointed out this inaccuracy, certain high-ranking members of the community insist that in Minetest, wool and cotton are the same thing.
  26. I would normally be inclined to ignore the inaccuracy as well in order to put up a more united front and save my efforts for things that actually matter, but I don&apos;t want animal products on my server.
  27. If I wasn&apos;t already forking, I&apos;d still just ignore it, but because I am, I&apos;ve changed every reference to wool to now read &quot;cotton&quot; and renamed the module to match.
  28. Any modules that depend on wool, such as farming, will be changed as well when I get around to converting them to run with the new subgame.
  29. </p>
  30. <p>
  31. Farming, on the other hand, took more to convert than I had time for.
  32. I will have to work on that another time.
  33. </p>
  34. <p>
  35. I decided to keep my <a href="https://forum.icann.org/lists/comments-ppsai-initial-05may15/msg11351.html">comment to $a[ICANN]</a> short and to the point.
  36. In doing so, hopefully it will actually be read.
  37. </p>
  38. <p>
  39. It has been brought to my attention that someone is <a href="https://opencores.org/donation">raising funds for open hardware development</a>.
  40. I want to do some more reading on their website before I act, but if they are doing what I hope they are doing, and PayPal (the only donation method they allow) doesn&apos;t give me too much trouble, I&apos;ll toss some money their way.
  41. </p>
  42. <p>
  43. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  44. </p>
  45. END
  46. );