12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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' => 'My card is safe.',
- 'body' => <<<END
- <section id="general">
- <h2>General news</h2>
- <p>
- In the dead of night last night, instead of going to bed, I rode to my mother's place to check their car for my card.
- I hoped against hope it'd fallen out of my pocket there.
- Sure enough, it had.
- I could've waited 'til morning, but I didn't for two reasons.
- First, I'd never get much sleep worrying about my credit card.
- But more importantly, my mother gets weird about the fact I don't use my birth name.
- I think they take it as a personal insult or something, as they're the one that assigned me that name.
- Of course, the name on my card doesn't match my birth name, so it'd be best to recover it discretely.
- </p>
- <p>
- I got home late, so I didn't get as much rest as I'd like to have.
- I was tired all day, but at least I knew my card was safe.
- After I got up, I drug myself to the credit union to get a cashier's cheque, then at about noon, I went to see the on-site manager and pay rent.
- </p>
- <p>
- One of the customers today saw me check the back of their card, but I didn't ask to see their $a[ID].
- They asked me if their card said anything, so I replied that it just had their name along with the name "Cid".
- They said it was instructions to check their $a[ID], so I explained that "Cid" is a masculine human name, not instructions to do anything, and they quickly realised they'd need to write out the word "see" if they wanted to be carded, not abbreviate it as "C".
- I need to be a bit more obvious when I check customers' cards.
- I think most "Cid" customers don't notice when I notice what they wrote, and so many people don't even look to see if the card holder wants to be carded.
- It's be nice to be able to reduce the number of idiotic "Cid" cards out there, even if just by two or three cards.
- </p>
- <p>
- A customer asked me today if working in a pizza joint has given me a distaste for pizza.
- I always find that question amusing.
- I can't eat any of our products, at least not the ones we keep ready, save for the cups of marinara.
- I can't really be tired of pizza 'cause I never eat it.
- It makes perfect sense to assume I'd eat the food of the restaurant I work at, but that assumption simply doesn't hold true.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- </section>
- END
- );
|