12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 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' => 'Plans made',
- 'body' => <<<END
- <blockquote>
- <p>
- Day 9:
- </p>
- <p>
- Because I've been working a lot night shifts lately, and because my mother works day shifts, today was the first time I've seen her in a few days.
- I brought her up to speed on the computer situation and I'm now prepared to choose a computer from the recycling center.
- She said she's going to be out of the state for a while, so I said I would probably look for a computer on Friday, as that's my next day off.
- She got really weird about me going there on foot.
- For some bizarre reason, she never has really seen the value of being a pedestrian.
- She was actually quite insulting about it today.
- She suggested taking the bus, but I will resent myself if I use a transportation method that requires the burning of fossil fuels.
- She is quite a control freak about things like this, so if I go against her wishes, there will be repercussions later.
- She claims the issue is speed, but there's no reason for her to care about how long it takes me, as she won't even be home.
- I've made arrangements to borrow my brother's bicycle.
- It will be highly cumbersome to bring the computer back that way, but at least she can't claim that I ran my errands too slowly.
- </p>
- </blockquote>
- <p>
- I couldn't update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
- </p>
- END
- );
|