08.xhtml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  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' => 'OpenCores',
  21. 'body' => <<<END
  22. <p>
  23. I looked into OpenCores, and they have a variety of <a href="http://opencores.org/projects">hardware source projects</a>, mosts of which seem to be under the $a[GNU] $a[LGPL], though some of them are under the $a[GNU] $a[GPL], an unspecified license, or no license.
  24. Most of the projects are under specified and agreeable licenses, so I definitely want to support their cause, but PayPal is being a pain.
  25. PayPal is the only donation method they take, but PayPal refuses to allow me to make a donation on behalf of my website.
  26. If I can donate on behalf of my website, I can donate more as I can pour some of my advertising budget into it.
  27. I&apos;ve reached out to PayPal about the issue, but I doubt it will be resolved.
  28. If I can&apos;t make a donation on behalf of my website, I&apos;ll still donate as it is an important set of projects, but I will have to hand over a lesser amount.
  29. I&apos;m not made of money.
  30. </p>
  31. <p>
  32. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  33. </p>
  34. END
  35. );