1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?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' => 'Earthquake',
- 'body' => <<<END
- <p>
- Today, my house was shaken for several seconds by an earthquake.
- Before you worry about me, know that it <a href="http://earthquaketrack.com/quakes/2015-07-04-15-42-18-utc-4-2-9">only had a magnitude of 4.2</a> and that <a href="http://memegenerator.net/instance/63294402">people are already making fun of how weak the quake was</a>.
- I don't even think the earthquake knocked over the chair in that photograph.
- More likely, someone went out and tipped the chair over themselves just to take that photograph.
- </p>
- <p>
- I didn't have much time to work today, but I did manage to get most of my missing weblog entries put up.
- They needed minor editing for spelling errors and formatting, but otherwise I left them intact.
- For reference, the new entries are as follows:
- </p>
- <ul>
- <li>
- <a href="/en/weblog/2015/05-May/11.xhtml">2015 May 11</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/12.xhtml">2015 May 12</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/13.xhtml">2015 May 13</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/14.xhtml">2015 May 14</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/15.xhtml">2015 May 15</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/16.xhtml">2015 May 16</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/17.xhtml">2015 May 17</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/18.xhtml">2015 May 18</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/19.xhtml">2015 May 19</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/20.xhtml">2015 May 20</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/21.xhtml">2015 May 21</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/22.xhtml">2015 May 22</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/23.xhtml">2015 May 23</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/24.xhtml">2015 May 24</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/25.xhtml">2015 May 25</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/26.xhtml">2015 May 26</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/27.xhtml">2015 May 27</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/28.xhtml">2015 May 28</a>
- </li>
- <li>
- <a href="/en/weblog/2015/05-May/29.xhtml">2015 May 29</a>
- </li>
- </ul>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|