1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2017 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' => 'Working on coursework',
- 'body' => <<<END
- <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" />
- <section id="general">
- <h2>General news</h2>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- </section>
- <section id="university">
- <h2>University life</h2>
- <p>
- My advisor got back to me saying I could update my email address myself.
- Really ...?
- As it turns out, yes.
- I could've updated it all along.
- However, due to an oddity in the page that allows it, I thought the edit button was an edit button for a different field.
- 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's system.
- I should've expected that, but I didn't.
- I sent both, so maybe we'll see where that leads tomorrow.
- </p>
- <p>
- I finished up my reading assignment, then my writing assignments.
- I'm tired tonight though, so I don't feel like linking to them individually.
- Find them in my coursework archive if you're actually interested.
- </p>
- </section>
- END
- );
|