1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- /**
- * <https://y.st./>
- * Copyright (C) 2015-2016 //y.st. <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 place on the network',
- 'subtitle' => 'Nothing special, just some notes',
- 'copyright year' => '2015-2016',
- 'body' => <<<END
- <p>My place on the network my not be the most important, but it's important to me. Here is where I am and was.</p>
- <h2>Internet</h2>
- <ul>
- <li><a href="/en/domains/y.st.xhtml"><code>y.st.</code></a></li>
- <li><a href="/en/domains/ystyst.mp.xhtml"><code>ystyst.mp.</code></a></li>
- </ul>
- <h2>Darknet</h2>
- <ul>
- <li><a href="/en/domains/accessed574tizbu.onion.xhtml"><code>accessed574tizbu.onion.</code></a></li>
- <li><a href="/en/domains/authorednansyxlu.onion.xhtml"><code>authorednansyxlu.onion.</code></a></li>
- <li><a href="/en/domains/nfcbk2sgyblvdnq3.onion.xhtml"><code>nfcbk2sgyblvdnq3.onion.</code></a></li>
- <li><a href="/en/domains/quystystxtvdgyst.onion.xhtml"><code>quystystxtvdgyst.onion.</code></a></li>
- <li><a href="/en/domains/sbuk7aqcxkoyipwv.onion.xhtml"><code>sbuk7aqcxkoyipwv.onion.</code></a></li>
- </ul>
- <h2>Intranet</h2>
- <ul>
- <li><a href="/en/domains/10.in-addr.arpa.xhtml"><code>10.in-addr.arpa.</code></a></li>
- <li><a href="/en/domains/_services._dns-sd._udp.local.xhtml"><code>_services._dns-sd._udp.local.</code></a></li>
- <li><a href="/en/domains/bailey.local.xhtml"><code>bailey.local.</code></a></li>
- <li><a href="/en/domains/cepo.local.xhtml"><code>cepo.local.</code></a></li>
- <li><a href="/en/domains/chicken.local.xhtml"><code>chicken.local.</code></a></li>
- <li><a href="/en/domains/morgan.local.xhtml"><code>morgan.local.</code></a></li>
- <li><a href="/en/domains/test.xhtml"><code>test.</code></a></li>
- <li><a href="/en/domains/thinkpad-x60s.local.xhtml"><code>thinkpad-x60s.local.</code></a></li>
- <li><a href="/en/domains/newdawn.local.xhtml"><code>newdawn.local.</code></a></li>
- </ul>
- END
- );
|