123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?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. Sf not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'A plan that wasn't meant to be',
- 'body' => <<<END
- <p>
- 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.
- Their account registration form required that the telephone number and fax number fields be filled, but they accepted "no telephone number available" and "no fax number available", respectively.
- 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.
- 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.
- The domain registration form checks for more than that field being filled, so registering without a telephone number does not work.
- </p>
- <p>
- I came up with a plan for dealing with people and companies that insist that one give them one'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.
- This is quite disappointing, but it doesn't leave me any worse off than I was yesterday.
- </p>
- <p>
- One of today's reasonable registry is that of <a href="/en/URI_research/ccTLDs.xhtml#gp">Guadeloupe</a> They don't allow you to leave the telephone number field blank, but they do allow you to use the string "no telephone number available" in that slot.
- They supposedly send you an email with the next step of registration, but I'm still waiting for that email.
- The other is that of the <a href="/en/URI_research/ccTLDs.xhtml#hm">Territory of Heard Island and McDonald Islands</a>.
- This registry doesn't even ask for a telephone number.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|