17.xhtml 1.7 KB

1234567891011121314151617181920212223242526272829303132
  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' => 'Looking for our new home',
  21. 'body' => <<<END
  22. <p>
  23. We worked in the classroom again all day, but most of the time, we had nothing to do.
  24. At some point before we headed to the school, Cyrus mentioned something about heading to our father&apos;s place this weekend, at which point our mother got strange and told Cyrus that he wasn&apos;t to go.
  25. Soon before we left the school though, our mother told Cyrus that he could go, and even decided that Vanessa and Cyrus should make up an excuse to stay over an extra day.
  26. We&apos;re headed to Portland on Monday to try to look for a new home.
  27. We could go pick up Cyrus and Vanessa on Sunday, but we&apos;ll already be passing through that area the next day, so it&apos;s more economical in terms of time, money, and environmental impact (not that environmental impact made any impact on our mother&apos;s decision) to have them just stay another night and have us pick them up the next day as we pass through.
  28. </p>
  29. END
  30. );