08.xhtml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2016 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' => 'Expired check',
  21. 'body' => <<<END
  22. <p>
  23. Today was mostly spent cleaning up and sorting.
  24. While sorting my paper files, I found an old expired check from my old school reimbursing me for overpaid tuition.
  25. Tomorrow, I&apos;ll write to the school and see if I can get them to reissue it.
  26. I also found some old propaganda from the $a[FSF].
  27. THey sent it to me back when I was a member, but now, I wouldn&apos;t dare read or spread it, as it&apos;s covered by the proprietary {$a['CC BY-ND']} license.
  28. 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.
  29. I&apos;ll probably keep it a while longer, then securely get rid of it later.
  30. </p>
  31. <p>
  32. 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).
  33. He didn&apos;t say why, but he shut down the whole $a[VPS].
  34. </p>
  35. <p>
  36. It seems that on Thursday, Vanessa, our mother, and I will be volunteering at some sort of family science night event.
  37. Cyrus, on the other hand, will be attending the event normally.
  38. </p>
  39. END
  40. );