19.xhtml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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' => 'We&apos;re almost done at the school.',
  21. 'body' => <<<END
  22. <p>
  23. This morning, we unloaded the van of last night&apos;s load, then took three more loads from the school.
  24. We&apos;ve finished removing everything that needs to be removed, save for some paperwork that will be needed there tomorrow.
  25. Our plan is to pick it up tomorrow, finish some last-minute tasks (such as returning library books and checking out of the classroom for the year), then head to Portland or Salem to search for a place to rent.
  26. It sounds like we&apos;ll be gone for a few days though.
  27. I&apos;ve finally finished catching up (I&apos;ve been behind in writing weblog entries for about a month until today, having to write them from notes I took on their respective days, which is why I&apos;ve done zero work on <a href="https://git.vola7ileiax4ueow.onion/y.st./include.d">include.d</a> for a while), and now I&apos;ll probably end up behind again.
  28. There&apos;s a chance that instead of house hunting, we&apos;ll instead just come home after picking up Cyrus and Vanessa, then work on setting up for our yard sale, so I may or may not actually disappear for a few days.
  29. </p>
  30. <p>
  31. The landlords stopped by again while we were away.
  32. It seems that they&apos;ve erected a new fence to replace one that was old, rotted, and had blown down in the wind.
  33. They don&apos;t seem to actually care about the quality though.
  34. They didn&apos;t anchor it well, just burying the posts in the sand without any cement to hold them down.
  35. They only need the fence to remain up long enough for the house to sell.
  36. After that, they simply don&apos;t care.
  37. </p>
  38. <p>
  39. I was going to work on include.d as soon as I caught up with my journal entry writing, but now that I might not be here for a few days, I&apos;m just not feeling it.
  40. I don&apos;t want to jump back into that project knowing that I&apos;ll likely be kept away from it after I start.
  41. I&apos;ll lose my train of thought.
  42. If I wait until we return, I&apos;ll probably do better and more consistent work.
  43. </p>
  44. <p>
  45. Before turning in for the night, my mother and I headed out to the hills to search for bullet shells.
  46. I didn&apos;t find all that many (only three), but my mother found a couple pockets full.
  47. I wonder if our new residence will have woodland places such as this to go searching at.
  48. I think my mother might go crazy (er, crazier) if they can&apos;t get out and walk among the trees every few days.
  49. </p>
  50. END
  51. );