24.xhtml 1.9 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' => 'Working on coursework',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2017/05/24.png" alt="A poorly-placed edit button" class="weblog-header-image" width="737" height="157" />
  23. <section id="general">
  24. <h2>General news</h2>
  25. <p>
  26. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  27. </p>
  28. </section>
  29. <section id="university">
  30. <h2>University life</h2>
  31. <p>
  32. My advisor got back to me saying I could update my email address myself.
  33. Really ...?
  34. As it turns out, yes.
  35. I could&apos;ve updated it all along.
  36. However, due to an oddity in the page that allows it, I thought the edit button was an edit button for a different field.
  37. They also told me I need to send them a copy of the court order and my new $a[ID] if I want my name updated in the school&apos;s system.
  38. I should&apos;ve expected that, but I didn&apos;t.
  39. I sent both, so maybe we&apos;ll see where that leads tomorrow.
  40. </p>
  41. <p>
  42. I finished up my reading assignment, then my writing assignments.
  43. I&apos;m tired tonight though, so I don&apos;t feel like linking to them individually.
  44. Find them in my coursework archive if you&apos;re actually interested.
  45. </p>
  46. </section>
  47. END
  48. );