domains.xhtml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright (C) 2015-2016 //y.st. <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'My place on the network',
  21. 'subtitle' => 'Nothing special, just some notes',
  22. 'copyright year' => '2015-2016',
  23. 'body' => <<<END
  24. <p>My place on the network my not be the most important, but it&apos;s important to me. Here is where I am and was.</p>
  25. <h2>Internet</h2>
  26. <ul>
  27. <li><a href="/en/domains/y.st.xhtml"><code>y.st.</code></a></li>
  28. <li><a href="/en/domains/ystyst.mp.xhtml"><code>ystyst.mp.</code></a></li>
  29. </ul>
  30. <h2>Darknet</h2>
  31. <ul>
  32. <li><a href="/en/domains/accessed574tizbu.onion.xhtml"><code>accessed574tizbu.onion.</code></a></li>
  33. <li><a href="/en/domains/authorednansyxlu.onion.xhtml"><code>authorednansyxlu.onion.</code></a></li>
  34. <li><a href="/en/domains/nfcbk2sgyblvdnq3.onion.xhtml"><code>nfcbk2sgyblvdnq3.onion.</code></a></li>
  35. <li><a href="/en/domains/quystystxtvdgyst.onion.xhtml"><code>quystystxtvdgyst.onion.</code></a></li>
  36. <li><a href="/en/domains/sbuk7aqcxkoyipwv.onion.xhtml"><code>sbuk7aqcxkoyipwv.onion.</code></a></li>
  37. </ul>
  38. <h2>Intranet</h2>
  39. <ul>
  40. <li><a href="/en/domains/10.in-addr.arpa.xhtml"><code>10.in-addr.arpa.</code></a></li>
  41. <li><a href="/en/domains/_services._dns-sd._udp.local.xhtml"><code>_services._dns-sd._udp.local.</code></a></li>
  42. <li><a href="/en/domains/bailey.local.xhtml"><code>bailey.local.</code></a></li>
  43. <li><a href="/en/domains/cepo.local.xhtml"><code>cepo.local.</code></a></li>
  44. <li><a href="/en/domains/chicken.local.xhtml"><code>chicken.local.</code></a></li>
  45. <li><a href="/en/domains/morgan.local.xhtml"><code>morgan.local.</code></a></li>
  46. <li><a href="/en/domains/test.xhtml"><code>test.</code></a></li>
  47. <li><a href="/en/domains/thinkpad-x60s.local.xhtml"><code>thinkpad-x60s.local.</code></a></li>
  48. <li><a href="/en/domains/newdawn.local.xhtml"><code>newdawn.local.</code></a></li>
  49. </ul>
  50. END
  51. );