1234567891011121314151617181920212223242526272829303132333435 |
- <?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' => 'Too busy to accomplish anything',
- 'body' => <<<END
- <p>
- Between a long work shift and issues from four domains ago popping up, I didn't have much time today.
- I read through half of the Patreon terms of service, then read through the headers of the rest.
- The stuff I skipped was mostly just about disclaimers, agreement not to infringe on their copyrights, and things like that.
- The important part is that they do not seem to require a legal name (while I give my legal name out freely, I mostly avoid services that demand I give it without good reason) or ask me to give up other such rights to privacy.
- I registered an account, though I have not added any payment information yet.
- </p>
- <p>
- I'm running out of ways to say that my <a href="/a/canary.txt">canary</a> has been updated.
- </p>
- END
- );
|