123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2016 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' => 'Expired check',
- 'body' => <<<END
- <p>
- Today was mostly spent cleaning up and sorting.
- While sorting my paper files, I found an old expired check from my old school reimbursing me for overpaid tuition.
- Tomorrow, I'll write to the school and see if I can get them to reissue it.
- I also found some old propaganda from the $a[FSF].
- THey sent it to me back when I was a member, but now, I wouldn't dare read or spread it, as it's covered by the proprietary {$a['CC BY-ND']} license.
- I find myself in a strange state where I feel like disposing of it would be a waste, but doing anything other than disposing of it would be unethical.
- I'll probably keep it a while longer, then securely get rid of it later.
- </p>
- <p>
- Kindone just down his $a[IRC] server today, the only server on a network called the foobar Internet Relay Chat Network (it migth have been a default network name for the $a[IRC] server software).
- He didn't say why, but he shut down the whole $a[VPS].
- </p>
- <p>
- It seems that on Thursday, Vanessa, our mother, and I will be volunteering at some sort of family science night event.
- Cyrus, on the other hand, will be attending the event normally.
- </p>
- END
- );
|