12345678910111213141516171819202122232425262728293031323334353637 |
- <?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' => 'The lack of muscles in a human hand',
- 'body' => <<<END
- <p>
- I didn't have time to get much done today.
- I put together a skeleton of a class to replace the $a[PHP] $a[GnuPG] module that depends on pinentry, but it doesn't actually do anything yet besides request the key's unlocking pass phrase, which it doesn't use yet in any way.
- </p>
- <p>
- I learned a couple facts about the human body though.
- First of all, goose bumps are caused by <a href="https://en.wikipedia.org/wiki/Arrector_pili_muscle">small muscles embedded in the skin around the hair follicles</a>.
- Second, aside from these goosebump-causing muscles, <a href="https://en.wikipedia.org/wiki/Finger#Muscles">the fingers do not contain any muscles</a>.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|