04.xhtml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Earthquake',
  21. 'body' => <<<END
  22. <p>
  23. Today, my house was shaken for several seconds by an earthquake.
  24. 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>.
  25. I don&apos;t even think the earthquake knocked over the chair in that photograph.
  26. More likely, someone went out and tipped the chair over themselves just to take that photograph.
  27. </p>
  28. <p>
  29. I didn&apos;t have much time to work today, but I did manage to get most of my missing weblog entries put up.
  30. They needed minor editing for spelling errors and formatting, but otherwise I left them intact.
  31. For reference, the new entries are as follows:
  32. </p>
  33. <ul>
  34. <li>
  35. <a href="/en/weblog/2015/05-May/11.xhtml">2015 May 11</a>
  36. </li>
  37. <li>
  38. <a href="/en/weblog/2015/05-May/12.xhtml">2015 May 12</a>
  39. </li>
  40. <li>
  41. <a href="/en/weblog/2015/05-May/13.xhtml">2015 May 13</a>
  42. </li>
  43. <li>
  44. <a href="/en/weblog/2015/05-May/14.xhtml">2015 May 14</a>
  45. </li>
  46. <li>
  47. <a href="/en/weblog/2015/05-May/15.xhtml">2015 May 15</a>
  48. </li>
  49. <li>
  50. <a href="/en/weblog/2015/05-May/16.xhtml">2015 May 16</a>
  51. </li>
  52. <li>
  53. <a href="/en/weblog/2015/05-May/17.xhtml">2015 May 17</a>
  54. </li>
  55. <li>
  56. <a href="/en/weblog/2015/05-May/18.xhtml">2015 May 18</a>
  57. </li>
  58. <li>
  59. <a href="/en/weblog/2015/05-May/19.xhtml">2015 May 19</a>
  60. </li>
  61. <li>
  62. <a href="/en/weblog/2015/05-May/20.xhtml">2015 May 20</a>
  63. </li>
  64. <li>
  65. <a href="/en/weblog/2015/05-May/21.xhtml">2015 May 21</a>
  66. </li>
  67. <li>
  68. <a href="/en/weblog/2015/05-May/22.xhtml">2015 May 22</a>
  69. </li>
  70. <li>
  71. <a href="/en/weblog/2015/05-May/23.xhtml">2015 May 23</a>
  72. </li>
  73. <li>
  74. <a href="/en/weblog/2015/05-May/24.xhtml">2015 May 24</a>
  75. </li>
  76. <li>
  77. <a href="/en/weblog/2015/05-May/25.xhtml">2015 May 25</a>
  78. </li>
  79. <li>
  80. <a href="/en/weblog/2015/05-May/26.xhtml">2015 May 26</a>
  81. </li>
  82. <li>
  83. <a href="/en/weblog/2015/05-May/27.xhtml">2015 May 27</a>
  84. </li>
  85. <li>
  86. <a href="/en/weblog/2015/05-May/28.xhtml">2015 May 28</a>
  87. </li>
  88. <li>
  89. <a href="/en/weblog/2015/05-May/29.xhtml">2015 May 29</a>
  90. </li>
  91. </ul>
  92. <p>
  93. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  94. </p>
  95. END
  96. );