1234567891011121314151617181920212223242526272829303132 |
- <?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' => 'I'm too tired to write much',
- 'body' => <<<END
- <p>
- We left early this morning and got back late tonight.
- I'm tired, so I'll keep my entry breif tonight.
- I have come up with a few neat ideas that I want to spend more time on, but those can wait until another day.
- I worked on cleaning the old house alone while my mother was in court, then we worked on it together after court got out.
- Due to how things went down in court, there's a good chance I'll be in Springfield every other week for a while now.
- </p>
- END
- );
|