06.xhtml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2017 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' => 'I couldn&apos;t stay on task.',
  21. 'body' => <<<END
  22. <section id="general">
  23. <h2>General news</h2>
  24. <p>
  25. I was sent a &quot;winning&quot; entry to some contest by a car dealership.
  26. They get you by making all of their entries &quot;winners&quot;, but making all but a few of them have tiny prizes.
  27. They don&apos;t tell you what you&apos;ve &quot;won&quot; until they get you there, then they probably try a sales pitch on you.
  28. I&apos;m certain my &quot;prize&quot; is the five-dollar gift card, but I&apos;ll take it in tomorrow to see what they say.
  29. It should be good for a laugh.
  30. They&apos;ll try their sales pitch, and I&apos;ll say I have no driver license and can&apos;t buy.
  31. I&apos;ll also say near the beginning something about being there to claim my five-dollar gift card, making it clear I know I haven&apos;t won anything.
  32. Honestly, the gift card won&apos;t even be worth the trip, but the amusement the trip&apos;ll bring me probably will be.
  33. Besides, I feel better if I get out of my apartment even for just a few minutes, and this will take longer.
  34. </p>
  35. <p>
  36. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  37. </p>
  38. </section>
  39. <section id="university">
  40. <h2>University life</h2>
  41. <p>
  42. I planned to get my <span title="Greek and Roman Civilization">HIST 1421</span> essay completed today, but I just wasn&apos;t feeling it.
  43. I only got about half of it done.
  44. I&apos;m going to regret being unable to keep on task today later in the week.
  45. </p>
  46. </section>
  47. END
  48. );