10.xhtml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <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. Sf not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'A plan that wasn&apos;t meant to be',
  21. 'body' => <<<END
  22. <p>
  23. I came across <a href="/en/URI_research/ccTLDs.xhtml#fm">dotFM</a>, the registry in charge of managing the <code>//fm.</code> name space.
  24. Their account registration form required that the telephone number and fax number fields be filled, but they accepted &quot;no telephone number available&quot; and &quot;no fax number available&quot;, respectively.
  25. I thought that this registry presented a great opportunity because they, in addition to registering names in the <code>//fm.</code> name space, also register names in the <code>//am.</code>, <code>//tv.</code>, <code>//com.</code>, <code>//net.</code>, and <code>//org.</code> name spaces.
  26. I thought that this registry offered a way to register without having telephone service, but it turns out I got my hopes up for nothing.
  27. The domain registration form checks for more than that field being filled, so registering without a telephone number does not work.
  28. </p>
  29. <p>
  30. I came up with a plan for dealing with people and companies that insist that one give them one&apos;s telephone number: get a premium-rate number, so thay have to pay you to call you! However, I tried looking into how to set up such a line and it seems that <a href="https://paypercall.com/phone.html">premium-rate telephone numbers</a> have been discontinues in the United States.
  31. This is quite disappointing, but it doesn&apos;t leave me any worse off than I was yesterday.
  32. </p>
  33. <p>
  34. One of today&apos;s reasonable registry is that of <a href="/en/URI_research/ccTLDs.xhtml#gp">Guadeloupe</a> They don&apos;t allow you to leave the telephone number field blank, but they do allow you to use the string &quot;no telephone number available&quot; in that slot.
  35. They supposedly send you an email with the next step of registration, but I&apos;m still waiting for that email.
  36. The other is that of the <a href="/en/URI_research/ccTLDs.xhtml#hm">Territory of Heard Island and McDonald Islands</a>.
  37. This registry doesn&apos;t even ask for a telephone number.
  38. </p>
  39. <p>
  40. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  41. </p>
  42. END
  43. );