11.xhtml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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' => 'Vegan menu items',
  21. 'body' => <<<END
  22. <p>
  23. I started working on checking the Jack in the Box menu for vegan items, but the process was taking much longer than anticipated.
  24. I wanted to do this right, so I was looking up every ingredient that I don&apos;t know.
  25. I ended up not getting very far, and having to give up so I could make it to work on time.
  26. My initial plan had been to create a list of vegan menu items for one restaurant each day.
  27. I see now that that is not a feasible plan, and I will have to work on the lists if and when time allows.
  28. </p>
  29. <p>
  30. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  31. </p>
  32. END
  33. );