1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Vegan menu items',
- 'body' => <<<END
- <p>
- I started working on checking the Jack in the Box menu for vegan items, but the process was taking much longer than anticipated.
- I wanted to do this right, so I was looking up every ingredient that I don't know.
- I ended up not getting very far, and having to give up so I could make it to work on time.
- My initial plan had been to create a list of vegan menu items for one restaurant each day.
- I see now that that is not a feasible plan, and I will have to work on the lists if and when time allows.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|