Let's get a .mac top level domain! As in www.xyz.mac

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Let's get a .mac top level domain! As in www.xyz.mac
# 1  
Old 02-12-2004
Let's get a .mac top level domain! As in www.xyz.mac

ICANN, the Internet Corporation for Assigned Names and Numbers, is inviting proposals for new sponsored top level domains.
This may be wishful thinking, but isn't that a chance to push for a .mac top level domain (TLD)?
I for one would VASTLY like the idea of having a domain of something.mac -- That's so much better than something.com in terms of spreading the love!

I see two options:
- Apple could initiate and sponsor this -- possibly with the option of giving their .mac subscribers actual joebloggs.mac domains with their subscription, which if you're asking me is LOTS better than homepage.mac.com/joebloggs. Of course, second level .mac domain registration should also be open to non-.mac users, for a non-excessive fee.
- A grassroots movement of Apple users could initiate and sponsor the process. That DOES however require quite a few people to really work on things (it's much easier for an existing company like Apple to do). And I for example simply can't at the moment even pledge any contribution in terms of time and effort (and definitely none in terms of money).

The ICANN announcement is at:
http://www.icann.org/announcements/a...nt-15dec03.htm

(previously posted at http://www.ropersonline.com/rcubed/#107652814204547996 and suggested to Apple and various other places)
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MAC_IS_PRESENT(3)					   BSD Library Functions Manual 					 MAC_IS_PRESENT(3)

NAME
mac_is_present -- report whether the running system has MAC support LIBRARY
Standard C Library (libc, -lc) SYNOPSIS
#include <sys/mac.h> int mac_is_present(const char *policyname); DESCRIPTION
The mac_is_present() function determines whether the currently-running kernel supports MAC for a given policy or not. If policyname is non-NULL, the presence of the named policy (e.g. ``biba'', ``mls'', ``te'') is checked, otherwise the presence of any MAC policies at all is checked. RETURN VALUES
If the system supports the given MAC policy, the value 1 is returned. If the specified MAC policy is not supported, the value 0 is returned. If an error occurs, the value -1 is returned. ERRORS
[EINVAL] The value of policyname is not valid. [ENOMEM] Insufficient memory was available to allocate internal storage. SEE ALSO
mac(3), mac_free(3), mac_get(3), mac_prepare(3), mac_set(3), mac_text(3), mac(4), mac(9) HISTORY
Support for Mandatory Access Control was introduced in FreeBSD 5.0 as part of the TrustedBSD Project. BSD
July 7, 2006 BSD