12345678910111213141516171819202122232425262728293031323334353637 |
- <?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' => 'OpenCores',
- 'body' => <<<END
- <p>
- 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.
- Most of the projects are under specified and agreeable licenses, so I definitely want to support their cause, but PayPal is being a pain.
- PayPal is the only donation method they take, but PayPal refuses to allow me to make a donation on behalf of my website.
- If I can donate on behalf of my website, I can donate more as I can pour some of my advertising budget into it.
- I've reached out to PayPal about the issue, but I doubt it will be resolved.
- If I can't make a donation on behalf of my website, I'll still donate as it is an important set of projects, but I will have to hand over a lesser amount.
- I'm not made of money.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|