1234567891011121314151617181920212223242526272829303132333435 |
- <?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' => 'Broken mobile case',
- 'body' => <<<END
- <p>
- I was trying to change music tracks on my mobile while riding my bike, and ended up in a situation where I was either going to fall off or drop my mobile.
- I decided to drop the mobile, as it's in a pretty good protective case and shouldn't have gotten hurt.
- Apparently, I made the wrong decision.
- The mobile is fine, but the weaker of the two latches on the mobile's case snapped.
- The case isn't going to be able to do much more protecting, and now needs to be replaced.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|