1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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' => 'We're almost done at the school.',
- 'body' => <<<END
- <p>
- This morning, we unloaded the van of last night's load, then took three more loads from the school.
- We've finished removing everything that needs to be removed, save for some paperwork that will be needed there tomorrow.
- 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.
- It sounds like we'll be gone for a few days though.
- I've finally finished catching up (I'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've done zero work on <a href="https://git.vola7ileiax4ueow.onion/y.st./include.d">include.d</a> for a while), and now I'll probably end up behind again.
- There's a chance that instead of house hunting, we'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.
- </p>
- <p>
- The landlords stopped by again while we were away.
- It seems that they've erected a new fence to replace one that was old, rotted, and had blown down in the wind.
- They don't seem to actually care about the quality though.
- They didn't anchor it well, just burying the posts in the sand without any cement to hold them down.
- They only need the fence to remain up long enough for the house to sell.
- After that, they simply don't care.
- </p>
- <p>
- 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'm just not feeling it.
- I don't want to jump back into that project knowing that I'll likely be kept away from it after I start.
- I'll lose my train of thought.
- If I wait until we return, I'll probably do better and more consistent work.
- </p>
- <p>
- Before turning in for the night, my mother and I headed out to the hills to search for bullet shells.
- I didn't find all that many (only three), but my mother found a couple pockets full.
- I wonder if our new residence will have woodland places such as this to go searching at.
- I think my mother might go crazy (er, crazier) if they can't get out and walk among the trees every few days.
- </p>
- END
- );
|