123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Minetyst cotton',
- 'body' => <<<END
- <p>
- First on today'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.
- Farming uses wool in place of cotton, allowing you to grow wool out of the ground.
- 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.
- 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't want animal products on my server.
- If I wasn't already forking, I'd still just ignore it, but because I am, I've changed every reference to wool to now read "cotton" and renamed the module to match.
- 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.
- </p>
- <p>
- Farming, on the other hand, took more to convert than I had time for.
- I will have to work on that another time.
- </p>
- <p>
- 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.
- In doing so, hopefully it will actually be read.
- </p>
- <p>
- It has been brought to my attention that someone is <a href="https://opencores.org/donation">raising funds for open hardware development</a>.
- 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't give me too much trouble, I'll toss some money their way.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|