14.xhtml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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' => 'A day off',
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 3:
  25. </p>
  26. <p>
  27. I was emotionally exhausted today, and didn&apos;t feel like doing much.
  28. I did pull out an old laptop that I used to use, but unfortunately, this laptop has several issues.
  29. I tried to set up the bootable USB Drive using this computer, but between network card issues and the computer&apos;s frequent unprompted shutdowns I was not able to complete the process.
  30. Perhaps I will have better luck tomorrow.
  31. </p>
  32. </blockquote>
  33. <p>
  34. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  35. </p>
  36. END
  37. );