12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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' => '"Bowling dollars"',
- 'body' => <<<END
- <p>
- I went out for a sandwich today, seeing as my mother can't stand the scent of my cooking and there's nothing vegan to eat around the house that doesn't require cooking.
- On the way out, I rode too close to a telephone pole that happened to have a nail sticking out; it caught on my shirt and ripped it, in addition to hurting my arm slightly.
- I should really try not to ride so close to obstacles, but it'd also be nice if people removed their nails when they were done with them; they're a needless hazard.
- When I got home, I heard that my mother would get weird as usual if they knew I'd gone out for food.
- They hate my diet and I don't need the fact that there's nothing to eat at home rubbed in their face.
- With that in mind, I lied about my trip when they asked.
- I told them that I went out to cancel my dental appointment, which I actually did yesterday.
- The results weren't what I'd hoped for.
- Instead of dismissing the issue, my mother said to have the dental office call me if an appointment opened up this week.
- First, that puts me on the hook, waiting for a blasted telephone call for an appointment that I won't actually get! Second, I despise the telephone number system and won't give out a working number to anyone, save for a potential employer.
- I do have the land line number that I could have given out, but that line was set up for job hunting only.
- I would rather avoid having an appointment at all than have to have anything to do with the telephone number system.
- I'm just going to silently ignore these orders.
- My mother will never know.
- In addition to being overstressed by the move (so they'll likely forget about the appointment entirely), the period of time in which the orders are relevant is so short that no one would call anyway.
- My mother knows that I hate telephones, though I don't think that they comprehend why.
- Asking me to set anything up that both relates to myself and involves the telephone number system is unreasonable.
- </p>
- <p>
- We hiked around in the slough area again for another two hours, but this time, we planned a bit better.
- We were able to get out in time without having to take the steep, uphill shortcut.
- After leaving, we went to a local bowling alley to get a bite to eat.
- My mother's team had won some "bowling dollars" from some knowledge-based competition and my mother had been designated as the receiver of the prize in full.
- We're not sure why that was, as each "bowling dollar" had been printed on a separate sheet of paper and the prize could easily be split amongst the team members, but now they needed to be spent before we leave town as not to go to waste.
- </p>
- <p>
- Tomorrow, we plan to set up for our yard sale, but we'll see how that goes.
- We always get delayed for one reason or another.
- </p>
- END
- );
|