id
string
question
string
answer
string
documents
list
.NET_Micro_Framework_15943711
What does the article about '.NET Micro Framework' say regarding 'Features'?
device lockups and crashes ; Transparent support for storing objects in non-volatile memory Relative to other .NET platforms, the unique features of the Micro Framework are: Due to the constraints under which it operates, the Micro Framework does have some limits beyond those imposed by its slimmed-down libraries. For...
[ ".NET Micro Framework β€” History\n\nIn November 2009, Microsoft released the source code of the Micro Framework to the development community as free and open-source software under the Apache License 2.0. In January 2010, Microsoft launched the netmf.com community development site to coordinate ongoing development of...
.NET_Persistence_API_30734962
Based on the article about '.NET Persistence API', describe the 'Implementations' section.
NPA is a persistence specification. To use NPA an implementation of the specification is required. Persistence and ORM vendors can provide their own implementations of NPA. First implementation, NPA for NHibernate, was released in December 2011.
[ ".NET Persistence API β€” Implementations\n\nNPA is a persistence specification. To use NPA an implementation of the specification is required. Persistence and ORM vendors can provide their own implementations of NPA. First implementation, NPA for NHibernate, was released in December 2011.", ".NET Persistence API β€”...
.NET_Persistence_API_30734960
Reconstruct the content about 'Motivation' from the article on '.NET Persistence API'.
To provide a vendor-free persistence API for .NET, making switching from one persistence provider to another easier (avoiding vendor lock-in). ; To provide a cross-language persistence API by extending the popular Java Persistence API (JPA) to all the .NET programming languages. The main purposes of the .NET Persistenc...
[ ".NET Persistence API β€” Implementations\n\nNPA is a persistence specification. To use NPA an implementation of the specification is required. Persistence and ORM vendors can provide their own implementations of NPA. First implementation, NPA for NHibernate, was released in December 2011.", ".NET Persistence API β€”...
.NET_Persistence_API_30734961
Reconstruct the content about 'Technology' from the article on '.NET Persistence API'.
Object-oriented API for working against databases (usually RDBMS). ; Query language, based on SQL, for retrieving data from the database in an object oriented manner. ; Support of persisting POCO (plain old CLR objects) objects (entities). ; Two methods for marking classes as entity classes and for specifying other set...
[ ".NET Persistence API β€” Implementations\n\nNPA is a persistence specification. To use NPA an implementation of the specification is required. Persistence and ORM vendors can provide their own implementations of NPA. First implementation, NPA for NHibernate, was released in December 2011.", ".NET Persistence API β€”...
.NET_Persistence_API_30734959
Summarize the following section from the article on '.NET Persistence API'.
The .NET Persistence API, also referred to as NPA, is a persistence and object-relational mapping (ORM) specification for the .NET framework. NPA is based on the Java Persistence API (JPA), which is the standard persistence API in the Java world. NPA follows JPA by providing a complete persistence API and a rich set of...
[ ".NET Persistence API β€” Implementations\n\nNPA is a persistence specification. To use NPA an implementation of the specification is required. Persistence and ORM vendors can provide their own implementations of NPA. First implementation, NPA for NHibernate, was released in December 2011.", ".NET Persistence API β€”...
.NET_Reflector_9592888
Based on the article about '.NET Reflector', describe the 'Overview' section.
.NET Reflector was the first CLI assembly browser. It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assemblies into C#, Visual Basic .NET, ...
[ ".NET Reflector β€” Overview\n\n.NET Reflector was the first CLI assembly browser. It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assem...
.NET_Reflector_9592887
Describe the content of the article about '.NET Reflector'.
.NET Reflector is a class browser, decompiler and static analyzer for software created with .NET Framework, originally written by Lutz Roeder. MSDN Magazine named it as one of the Ten Must-Have utilities for developers, and Scott Hanselman listed it as part of his "Big Ten Life and Work-Changing Utilities".
[ ".NET Reflector β€” Overview\n\n.NET Reflector was the first CLI assembly browser. It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assem...
.NET_Reflector_9592890
Explain what '.NET Reflector' covers in the 'Overview' section.
and references. It can be used to effectively convert source code between C# and Visual Basic. .NET Reflector has been designed to host add-ins to extend its functionality, many of which are open source. Some of these add-ins provide other languages that can be disassembled too, such as PowerShell, Delphi and MC++. Oth...
[ ".NET Reflector β€” Overview\n\n.NET Reflector was the first CLI assembly browser. It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assem...
.NET_Reflector_9592891
From the article on '.NET Reflector', restate the 'History' content.
.NET Reflector was originally developed by Lutz Roeder as freeware. Its first versions can be tracked back to January 2001. Archive.org hosts a collection of the early versions of Reflector. On 20 August 2008, Red Gate Software announced they were taking responsibility for future development of the software. In Februar...
[ ".NET Reflector β€” Overview\n\n.NET Reflector was the first CLI assembly browser. It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assem...
.NET_Reflector_9592889
Describe the 'Overview' section of the article about '.NET Reflector'.
of the same assembly, and how the various parts of a CLI application interact with each other. There are a large number of add-ins for Reflector. .NET Reflector can be used to track down performance problems and bugs, browse classes, and maintain or help become familiar with code bases. It can also be used to find asse...
[ ".NET Reflector β€” Overview\n\n.NET Reflector was the first CLI assembly browser. It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assem...
.NET_Remoting_29210179
Reconstruct the content from the article about '.NET Remoting'.
.NET Remoting is a Microsoft application programming interface (API) for interprocess communication released in 2002 with the 1.0 version of .NET Framework. It is one in a series of Microsoft technologies that began in 1990 with the first version of Object Linking and Embedding (OLE) for 16-bit Windows. Intermediate st...
[ ".NET Remoting\n\n.NET Remoting is a Microsoft application programming interface (API) for interprocess communication released in 2002 with the 1.0 version of .NET Framework. It is one in a series of Microsoft technologies that began in 1990 with the first version of Object Linking and Embedding (OLE) for 16-bit Wi...
.NET_Remoting_29210183
From the article on '.NET Remoting', restate the 'Overview' content.
remotable and have a remoting runtime host a listener for it. The server can connect to it over a different Channel, or over the already existent one if the underlying connection supports bidirectional communication. A channel can be composed of a number of different Channel objects, possibly with different heterogeneo...
[ ".NET Remoting\n\n.NET Remoting is a Microsoft application programming interface (API) for interprocess communication released in 2002 with the 1.0 version of .NET Framework. It is one in a series of Microsoft technologies that began in 1990 with the first version of Object Linking and Embedding (OLE) for 16-bit Wi...
.NET_Remoting_29210181
What does the article about '.NET Remoting' say regarding 'Overview'?
a reference of a remotable object available to a client application, which then instantiates and uses a remotable object as if it were a local object. However, the actual code execution happens at the server-side. A remotable object is identified by Activation URLs and are instantiated by a connection to the URL. A lis...
[ ".NET Remoting\n\n.NET Remoting is a Microsoft application programming interface (API) for interprocess communication released in 2002 with the 1.0 version of .NET Framework. It is one in a series of Microsoft technologies that began in 1990 with the first version of Object Linking and Embedding (OLE) for 16-bit Wi...
.NET_Remoting_29210180
Explain what '.NET Remoting' covers in the 'Overview' section.
.NET Remoting allows an application to make an object (termed remotable object) available across remoting boundaries, which includes different appdomains, processes or even different computers connected by a network. The .NET Remoting runtime hosts the listener for requests to the object in the appdomain of the server ...
[ ".NET Remoting\n\n.NET Remoting is a Microsoft application programming interface (API) for interprocess communication released in 2002 with the 1.0 version of .NET Framework. It is one in a series of Microsoft technologies that began in 1990 with the first version of Object Linking and Embedding (OLE) for 16-bit Wi...
.O.rang_28791164
Describe the content of the article about '.O.rang'.
contrast to Talk Talk, the song structures were not planned before being recorded. Paul Webb explained, "it was recorded before it was written." Guests on the album included former Bark Psychosis leader Graham Sutton and Portishead singer Beth Gibbons (who at the time applied to become the group's singer, before Portis...
[ ".O.rang β€” Discography\n\nHerd of Instinct (1994) ; Spoor EP (1994) ; Fields and Waves (1996)", ".O.rang\n\ncontrast to Talk Talk, the song structures were not planned before being recorded. Paul Webb explained, \"it was recorded before it was written.\" Guests on the album included former Bark Psychosis leader G...
.O.rang_28791163
Describe the content of the article about '.O.rang'.
.O.rang (or 'O'rang) was an English experimental music project led by former Talk Talk members Lee Harris and Paul Webb, with a shifting cast of guest musicians. .O.rang's music exhibits more culturally diverse influences than Talk Talk. Webb has commented "We used to be in a reggae band when we were younger... The Tal...
[ ".O.rang β€” Discography\n\nHerd of Instinct (1994) ; Spoor EP (1994) ; Fields and Waves (1996)", ".O.rang\n\ncontrast to Talk Talk, the song structures were not planned before being recorded. Paul Webb explained, \"it was recorded before it was written.\" Guests on the album included former Bark Psychosis leader G...
.QL_22672165
Describe the content of the article about '.QL'.
.QL (pronounced "dot-cue-el") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language SQL and the object-oriented programming language Java. .QL is an object-oriented variant of a logical query language called Datalog. Hier...
[ ".QL\n\n.QL (pronounced \"dot-cue-el\") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language SQL and the object-oriented programming language Java. .QL is an object-oriented variant of a logical query language called...
.QL_22672167
Summarize the 'Example query' part of '.QL'.
The sample query below illustrates use of .QL to query a Java program. This is how one would select all classes that contain more than ten public methods: In fact, this query selects not only all classes with more than ten public methods, but also their corresponding packages and the number of methods each class has.
[ ".QL\n\n.QL (pronounced \"dot-cue-el\") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language SQL and the object-oriented programming language Java. .QL is an object-oriented variant of a logical query language called...
.QL_22672166
What does the article about '.QL' say regarding 'Language features'?
Extensible type hierarchy ; Methods and predicates ; Definition before use .QL has several language features to make queries concise, intuitive and reusable:
[ ".QL\n\n.QL (pronounced \"dot-cue-el\") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language SQL and the object-oriented programming language Java. .QL is an object-oriented variant of a logical query language called...
.ac_25276697
Based on the article about '.ac', describe the 'Use as an abbreviation for "academic"' section.
The University of Kurdistan - Hawler ; Ralston College in Savannah, Georgia, United States ; Faith Mission Bible College in Edinburgh, Scotland ; It is also used for promotion, campaigns, and URL shortening by various parts of the University of Edinburgh, Scotland ; The Mahidol Oxford Tropical Medicine Research Unit (M...
[ ".ac β€” Use as an abbreviation for \"academic\"\n\nThe University of Kurdistan - Hawler ; Ralston College in Savannah, Georgia, United States ; Faith Mission Bible College in Edinburgh, Scotland ; It is also used for promotion, campaigns, and URL shortening by various parts of the University of Edinburgh, Scotland ;...
.ac_25276698
What information does the article about '.ac' provide on 'Other uses'?
On 10 December 2013, The Pirate Bay switched to an .ac domain. ; .ac is being used by anti-cheat software Easy Anti-Cheat. ; .ac is occasionally used as an abbreviation for activities and/or accommodation by tourism websites.
[ ".ac β€” Use as an abbreviation for \"academic\"\n\nThe University of Kurdistan - Hawler ; Ralston College in Savannah, Georgia, United States ; Faith Mission Bible College in Edinburgh, Scotland ; It is also used for promotion, campaigns, and URL shortening by various parts of the University of Edinburgh, Scotland ;...
.ac_25276696
What information does the article about '.ac' provide?
The .ac top-level domain is the Internet country code (ccTLD) for Saint Helena, Ascension and Tristan da Cunha, and primarily for Ascension Island. It is administered by NIC.AC, a subsidiary of the Internet Computer Bureau based in the United Kingdom. Registration for the domain is open to anyone. The registry accepts ...
[ ".ac β€” Use as an abbreviation for \"academic\"\n\nThe University of Kurdistan - Hawler ; Ralston College in Savannah, Georgia, United States ; Faith Mission Bible College in Edinburgh, Scotland ; It is also used for promotion, campaigns, and URL shortening by various parts of the University of Edinburgh, Scotland ;...
.ae_25276713
Explain what '.ae' covers in the 'Domain name pricing' section.
.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat for around per year while ac.ae, ...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276712
Describe the 'Transfer between registrars' section of the article about '.ae'.
Registrants (domain name holders) can transfer their domains from one registrar to another provided that they obtain a domain name password. Domain name passwords can be recovered online through .aeDA's website password-recovery.aeda.net.ae. After obtaining this password, registrants can supply this password to the gai...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276711
Describe the 'Accredited registrars' section of the article about '.ae'.
Etisalat ; Du ; Ascio ; Instra Corporation ; Mark Monitor ; Corporation Service Company (Singapore) ; BUZINESSWARE ; AEserver ; InterNetworX ; CPS-Datensysteme ; Safenames ; Internetx ; 101Domain ; Host Arabia t/a Tasjeel.ae ; Abu-Ghazaleh ; Marcaria ; BB-Online ; DREAMSCAPE ; EPAG As of 6 December 2020, there are 22 a...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276715
Reconstruct the content about 'IDN and Arabic domain names' from the article on '.ae'.
On 2 March 2009, The UAE's Ministerial Council for Services passed a proposal by the Telecommunications and Digital Government Regulatory Authority of UAE (TDRA) to register the domain address of 'Emarat' in Arabic script (Ψ§Ω…Ψ§Ψ±Ψ§Ψͺ) for the country's Arabic domains, stating that the domain will contribute to increasing t...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276709
Describe the 'Re-delegation of .ae' section of the article about '.ae'.
The .AE domain was originally delegated to UUNET. Recognising the domain should be administered in the country, the domain was transferred in 1995 to Etisalat, following a brief period of administration by the United Arab Emirates University. Since that time, Etisalat, through its division the UAE Network Information C...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276708
What does the article about '.ae' say regarding 'Second and third level domain registrations'?
The domain is administered by the Telecommunications and Digital Government Regulatory Authority of UAE (TDRA). Registrations are permitted directly at the second level (unrestricted zone) or at the third level (restricted zone) beneath several category labels. During 1995–2003 co.ae was used for commercial entities, ...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276707
Describe the content of the article about '.ae'.
.ae is the country code top-level domain (ccTLD) in the Domain Name System of the Internet for the United Arab Emirates. It is administered by .aeDA which is part of the Telecommunications and Digital Government Regulatory Authority of UAE (TDRA). The internationalized country code top-level domain in the Arabic alphab...
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.ae_25276716
Reconstruct the content about 'ENUM of UAE (+971)' from the article on '.ae'.
.aeDA, the registry operator of .ae is also the official operator for UAE ENUM Space (971). The ENUM space was redelegated from the incumbent operator Etisalat since 16 April 2009.
[ ".ae β€” Domain name pricing\n\n.ae domain name retail prices ranges from to depending on the provider and the level of support and services provided with the domain name. The .ae registration prices have noticeably dropped since the introduction of .aeDA. Prior to 3 August 2008, .ae domains were offered by Etisalat...
.africa_23126184
Explain what '.africa' covers in the 'Dispute background' section.
declared "that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN". As a result of the IRP declaration, the ICANN Board resolved on July 16, 2015, to reinstate DCA's application ba...
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126182
Based on the article about '.africa', describe the 'Legal dispute' section.
The .africa application that was submitted by DotConnectAfrica Trust is the subject of an unresolved disagreement with ICANN (DCA Trust v. ICANN) following an Independent Review Panel (IRP) process that was invoked by DCA Trust under ICANN's accountability mechanism in October 2013. The IRP was administrated by the Int...
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126183
Reconstruct the content about 'Dispute background' from the article on '.africa'.
DCA Trust had passed all the new gTLD applicant evaluation criteria, but before the Initial Evaluation (IE) result was issued, a Governmental Advisory Committee (GAC) Objection Advice that had been issued in Beijing in April 2013 was later accepted by the ICANN Board in early June 2013 which caused the ICANN Board to i...
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126185
Summarize the 'Dispute background' part of '.africa'.
Interim Relief for DotConnectAfrica and ordered ICANN to hold the delegation the .AFRICA top-level domain to ZACR. The same court also granted a Preliminary Injunction for DotConnectAfrica on April 12, 2016. ICANN and ZACR both contested the ruling, the court dismissed ZACR from the case leading to the filing of an int...
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126180
Summarize the 'Regional support' part of '.africa'.
The .africa initiative is fully endorsed by the African Union Commission. According to Registry Africa, 78% of African governments support the TLD.
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126179
From the article on '.africa', restate the 'History' content.
.africa was launched at the African Union Commission in 2017. The .africa domain name registration was made available to the public in July 2017. The first large corporate to adopt the .africa domain was Absa.
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126181
What does the article about '.africa' say regarding 'Status'?
The operator of the .africa gTLD is Registry Africa. Sponsoring Organisation is the ZA Central Registry trading as Registry.Africa. As of January 2021, there are about 28,038 registered .africa domains from 70 accredited registrars.
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.africa_23126178
What information does the article about '.africa' provide?
.africa is the officially designated top-level domain (TLD) for the African and Pan African communities and users wherever they reside. It is a sponsored generic top-level domain (gTLD) operated by the Registry Africa. The .africa namespace is open to individuals, businesses and organizations around the world. The .afr...
[ ".africa β€” Dispute background\n\ndeclared \"that both the actions and inactions of the Board with respect to the application of DCA Trust relating to the .AFRICA gTLD were inconsistent with the Articles of Incorporation and Bylaws of ICANN\". As a result of the IRP declaration, the ICANN Board resolved on July 16, ...
.ag_25277124
Summarize the '".ag" used to mean "Aktiengesellschaft"' part of '.ag'.
Aktiengesellschaft, abbreviated AG, is a German term that refers to a corporation that is limited by shares, i.e. owned by shareholders, and may be traded on a stock market. The term is used in Germany, Austria, and Switzerland, but not Liechtenstein or Luxembourg.
[ ".ag β€” \".ag\" used to mean \"Aktiengesellschaft\"\n\nAktiengesellschaft, abbreviated AG, is a German term that refers to a corporation that is limited by shares, i.e. owned by shareholders, and may be traded on a stock market. The term is used in Germany, Austria, and Switzerland, but not Liechtenstein or Luxembou...
.ag_25277125
Based on the article about '.ag', describe the 'Legal status of .ag in Germany' section.
A German court (''5. Zivilsenat des Oberlandesgerichtes Hamburg) ruled in July 2004 that a .ag domain may only be registered by an Aktiengesellschaft'', and then only by an AG that has the same name as the domain. For example, a company with shareholders in Germany having the name X AG may not register as y.ag.
[ ".ag β€” \".ag\" used to mean \"Aktiengesellschaft\"\n\nAktiengesellschaft, abbreviated AG, is a German term that refers to a corporation that is limited by shares, i.e. owned by shareholders, and may be traded on a stock market. The term is used in Germany, Austria, and Switzerland, but not Liechtenstein or Luxembou...
.ag_25277123
From the article on '.ag', restate the 'Domain hacks' content.
In addition to its original intended use as a country code, the .ag domain has been marketed for use for agriculture-related sites, and for sites referencing the atomic symbol for silver, Ag. It also has a potential use for other domain hacks for English words that end in -ag. The Heritage Foundation uses .ag for URL s...
[ ".ag β€” \".ag\" used to mean \"Aktiengesellschaft\"\n\nAktiengesellschaft, abbreviated AG, is a German term that refers to a corporation that is limited by shares, i.e. owned by shareholders, and may be traded on a stock market. The term is used in Germany, Austria, and Switzerland, but not Liechtenstein or Luxembou...
.ag_25277122
What does the article about '.ag' say regarding 'Second and third level registrations'?
Registrations can be made at the second level directly beneath .ag, or at the third level beneath .com.ag, .org.ag, .net.ag or .co.ag. There are no restrictions on who can register.
[ ".ag β€” \".ag\" used to mean \"Aktiengesellschaft\"\n\nAktiengesellschaft, abbreviated AG, is a German term that refers to a corporation that is limited by shares, i.e. owned by shareholders, and may be traded on a stock market. The term is used in Germany, Austria, and Switzerland, but not Liechtenstein or Luxembou...
.ai_25277143
What information does the article about '.ai' provide on 'Registration'?
The minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for registering domain, anybod...
[ ".ai β€” Registration\n\nThe minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for...
.ai_25277141
Reconstruct the content from the article about '.ai'.
.ai is the Internet country code top-level domain (ccTLD) for Anguilla, a British Overseas Territory in the Caribbean. It is administered by the government of Anguilla. It is popular with companies in and projects related to the artificial intelligence industry (AI).
[ ".ai β€” Registration\n\nThe minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for...
.ai_25277144
From the article on '.ai', restate the 'Registration' content.
ICANN Approved Dispute Resolution Service Providers. If the domain is with an ICANN accredited registrar, they should work with the arbitrator. Usually this means either doing nothing or transferring a domain. .ai domains are transferable to any desired registrars as the registration of domain is done maintaining EPP. ...
[ ".ai β€” Registration\n\nThe minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for...
.ai_25277142
Reconstruct the content about 'Second and third level registrations' from the article on '.ai'.
Registrations within off.ai, com.ai, net.ai, and org.ai are available unrestrictedly, worldwide. From September 15, 2009, second level registrations within .ai are available to everyone worldwide.
[ ".ai β€” Registration\n\nThe minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for...
.ai_25277145
Explain what '.ai' covers in the 'Valuation' section.
Domains are $100 for each two-year period. As of November 2021, the ".ai" registry supports Extensible Provisioning Protocol. Consequently, many registrars are allowed to sell ".ai" domains. Since then, the .ai ccTLD has also been popular with artificial intelligence companies and organizations. Though such trends are ...
[ ".ai β€” Registration\n\nThe minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for...
.ai_25277146
From the article on '.ai', restate the 'Impact on Anguilla's Economy' content.
The registration fees earned from the .ai domains go to the treasury of Government of Anguilla. As per a New York Times report, in 2018, the total revenue generated out of selling .ai domains was $2.9 million.
[ ".ai β€” Registration\n\nThe minimum registration term allowed for .AI doman is 2 years for registration and 2 years for renewal. The authority in charge of managing this extension is β€œWHOIS.AI”. Registrations began on 1995-02-16. The minimum length is 2 and the maximum is 63 characters. There are no requirements for...
.al_25277155
Summarize the following section from the article on '.al'.
.al is the Internet country code top-level domain (ccTLD) for Albania. It is administered by the Electronic and Postal Communications Authority of Albania (AKEP). AKEP recommends that .al domain registrations be performed with one of the AKEP accredited registrars. There are also international registrars that resell .a...
[ ".al β€” Domain figures\n\nThe table below lists the total registration figures as of December 2017.", ".al β€” Whois servers\n\nThe .al zone has never provided a whois service due to privacy concerns.", ".al\n\n.al is the Internet country code top-level domain (ccTLD) for Albania. It is administered by the Electro...
.al_25277156
Reconstruct the content about '2nd level registrations' from the article on '.al'.
In the past, registrations were not permitted directly at the second level, but a few existing names were "grandfathered"; they were uniti.al, tirana.al, soros.al, upt.al and inima.al. In 2012 registrars started to resell .al domain names widely making them popular outside Albania as domain hacks. In November 2014 the ...
[ ".al β€” Domain figures\n\nThe table below lists the total registration figures as of December 2017.", ".al β€” Whois servers\n\nThe .al zone has never provided a whois service due to privacy concerns.", ".al\n\n.al is the Internet country code top-level domain (ccTLD) for Albania. It is administered by the Electro...
.am_13772386
Explain what '.am' covers in the 'Usage in domain hacks' section.
Domains within the .am ccTLD enjoy popularity due to the connection to AM radio (similar to the .fm and .tv ccTLDs), and the ability to form English words ending in "am" β€” e.g. the mobile photo sharing service Instagram uses the Armenian domain name Instagr.am. The live video streaming service Stre.am uses the TLD to f...
[ ".am β€” Usage in domain hacks\n\nDomains within the .am ccTLD enjoy popularity due to the connection to AM radio (similar to the .fm and .tv ccTLDs), and the ability to form English words ending in \"am\" β€” e.g. the mobile photo sharing service Instagram uses the Armenian domain name Instagr.am. The live video strea...
.am_13772385
What information does the article about '.am' provide on 'Regulation'?
Any person in the world can register a .am, .com.am, .net.am, .org.am domain for a fee. ; Each domain name is subject to review. Generally each review takes about 2 or 3 working days. ; Armenian law prohibits its domain names from being used for spam, pornography, or terrorism sites. ; The AM-NIC was moved over to IPv6...
[ ".am β€” Usage in domain hacks\n\nDomains within the .am ccTLD enjoy popularity due to the connection to AM radio (similar to the .fm and .tv ccTLDs), and the ability to form English words ending in \"am\" β€” e.g. the mobile photo sharing service Instagram uses the Armenian domain name Instagr.am. The live video strea...
.am_13772387
What information does the article about '.am' provide on 'Second top-level domain'?
In 2014 a new Armenian top-level domain name was added, intended for Armenian language domain names. The TLD is .Υ°Υ‘Υ΅, (β€œhy”) from the ethnonym for Armenian). It launched in 2016.
[ ".am β€” Usage in domain hacks\n\nDomains within the .am ccTLD enjoy popularity due to the connection to AM radio (similar to the .fm and .tv ccTLDs), and the ability to form English words ending in \"am\" β€” e.g. the mobile photo sharing service Instagram uses the Armenian domain name Instagr.am. The live video strea...
.ao_25277892
Describe the content of the article about '.ao'.
.ao is the Internet country code top-level domain (ccTLD) for Angola. It is administered by the college of engineering of the University of Agostinho Neto.
[ ".ao\n\n.ao is the Internet country code top-level domain (ccTLD) for Angola. It is administered by the college of engineering of the University of Agostinho Neto.", ".ao β€” Original Registry (Reg.AO)\n\nIn January 2019, the old registry's website has not been modified since December 2001, and consisted of a singl...
.ao_25277894
From the article on '.ao', restate the 'Original Registry (Reg.AO)' content.
In January 2019, the old registry's website has not been modified since December 2001, and consisted of a single page in Portuguese. One of the few links on the page was to a document in Microsoft Word format, in English, which gave registration rules for the domain; they stated that registration by entities outside An...
[ ".ao\n\n.ao is the Internet country code top-level domain (ccTLD) for Angola. It is administered by the college of engineering of the University of Agostinho Neto.", ".ao β€” Original Registry (Reg.AO)\n\nIn January 2019, the old registry's website has not been modified since December 2001, and consisted of a singl...
.ao_25277893
Describe the 'New Registry (DNS.AO)' section of the article about '.ao'.
On 17 June 2019, commercial registration of domains was relaunched, with a single registrar approved for issuance, the government-run ServiΓ§os PΓΊblicos ElectrΓ³nicos do Governo de Angola. Registration cost was reduced to 8000 Kwanzas per year. By January 2020, 2500 new registrations were received, six times more than in...
[ ".ao\n\n.ao is the Internet country code top-level domain (ccTLD) for Angola. It is administered by the college of engineering of the University of Agostinho Neto.", ".ao β€” Original Registry (Reg.AO)\n\nIn January 2019, the old registry's website has not been modified since December 2001, and consisted of a singl...
.app_(gTLD)_1661158
What information does the article about '.app (gTLD)' provide on 'History'?
The development of the .app domain name began in 2012 after ICANN announced its "New gTLD Program". The program's goal is to expand the current variety of namespaces by an almost unlimited quantity of new entries. In January 2012 the program received its first applications and in 2013 first serious investment inflow. T...
[ ".app (gTLD) β€” History\n\nThe development of the .app domain name began in 2012 after ICANN announced its \"New gTLD Program\". The program's goal is to expand the current variety of namespaces by an almost unlimited quantity of new entries. In January 2012 the program received its first applications and in 2013 fi...
.app_(gTLD)_1661157
Reconstruct the content from the article about '.app (gTLD)'.
.app is a gTLD (generic top-level domain) in ICANN’s New gTLD Program. Google purchased the gTLD in an ICANN Auction of Last Resort in February of 2015. The TLD is of interest due to its utility in regards to branding mobile, web, and other applications.
[ ".app (gTLD) β€” History\n\nThe development of the .app domain name began in 2012 after ICANN announced its \"New gTLD Program\". The program's goal is to expand the current variety of namespaces by an almost unlimited quantity of new entries. In January 2012 the program received its first applications and in 2013 fi...
.app_(gTLD)_1661159
Based on the article about '.app (gTLD)', describe the 'Use and purpose' section.
The name "app" is a short form of the word application often used in the IT sector. This domain name is to be used by developer companies, professionals and enthusiast developers and entrepreneurs applications, app-support services or other useful related products and tools. Because of its potential for use as a domain...
[ ".app (gTLD) β€” History\n\nThe development of the .app domain name began in 2012 after ICANN announced its \"New gTLD Program\". The program's goal is to expand the current variety of namespaces by an almost unlimited quantity of new entries. In January 2012 the program received its first applications and in 2013 fi...
.ar_25277901
What does the article about '.ar' say regarding 'Second-level domains'?
com.ar – Companies and individuals resident in Argentina ; coop.ar – Registered cooperatives ; edu.ar – Educational institutions. Currently, this second-level domain is handled by ARIU (AsociaciΓ³n de Redes de InterconexiΓ³n Universitaria). ; gob.ar, gov.ar – Local and national government ; int.ar – International entitie...
[ ".ar β€” Second-level domains\n\ncom.ar – Companies and individuals resident in Argentina ; coop.ar – Registered cooperatives ; edu.ar – Educational institutions. Currently, this second-level domain is handled by ARIU (AsociaciΓ³n de Redes de InterconexiΓ³n Universitaria). ; gob.ar, gov.ar – Local and national governme...
.ar_25277902
Explain what '.ar' covers in the 'Special characters' section.
In November 2008, a resolution approved the use of special characters in domain names, including Γ±, Γ§, Γ‘, Γ©, Γ­ Γ³, ΓΊ, Γ€, Γ«, Γ―, ΓΆ, and ΓΌ. The .gob.ar domain was also approved for government entities (.gob stands for "gobierno", government in Spanish).
[ ".ar β€” Second-level domains\n\ncom.ar – Companies and individuals resident in Argentina ; coop.ar – Registered cooperatives ; edu.ar – Educational institutions. Currently, this second-level domain is handled by ARIU (AsociaciΓ³n de Redes de InterconexiΓ³n Universitaria). ; gob.ar, gov.ar – Local and national governme...
.ar_25277900
What information does the article about '.ar' provide?
.ar is the Internet country code top-level domain (ccTLD) for Argentina. It is administered by NIC Argentina. Registering an .ar domain (like website.ar) directly is now allowed. Previously, only 9 of the second-level domains listed below were open for registration, and a local presence in Argentina was required.
[ ".ar β€” Second-level domains\n\ncom.ar – Companies and individuals resident in Argentina ; coop.ar – Registered cooperatives ; edu.ar – Educational institutions. Currently, this second-level domain is handled by ARIU (AsociaciΓ³n de Redes de InterconexiΓ³n Universitaria). ; gob.ar, gov.ar – Local and national governme...
.arpa_25898146
Explain what '.arpa' covers in the 'History' section.
The ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in January 1983. The name was use...
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.arpa_25898148
Reconstruct the content about 'Subdomains' from the article on '.arpa'.
Subdomains of arpa are created by resolution in the work groups of the Internet Engineering Task Force via the Request for Comments process, and are maintained by the Internet Assigned Numbers Authority (IANA). The DNS zone arpa has the following subdomains:
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.arpa_25898142
From the article on '.arpa', restate the 'Purpose' content.
Each computer using the Internet Protocol is identified by a numerical IP address for identification and location addressing. Each host is also assigned a more memorable hostname, which often relates to the purpose or ownership of the host, and is used more conveniently in user interaction with network functions, such ...
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.arpa_25898147
Summarize the 'History' part of '.arpa'.
of arpa would be temporary and that the existing systems would be migrated to other domains. But arpa also provided e-mail addresses associated with the Network Information Center, which administered the naming system. After serving the transitional purpose, it proved impractical to remove the domain. The domain in-add...
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.arpa_25898145
What does the article about '.arpa' say regarding 'Residential networking'?
The domain name home.arpa was reserved by the Internet Engineering task force in May 2018 as a special-use domain name for non-unique DNS services in residential networking, to avoid the use of the top-level domain home., which would require DNSSEC signatures. In addition, the use of home. led to domain name leakage to...
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.arpa_25898141
What information does the article about '.arpa' provide?
The domain name arpa is a top-level domain (TLD) in the Domain Name System (DNS) of the Internet. It is used predominantly for the management of technical network infrastructure. Prominent among such functions are the subdomains in-addr.arpa and ip6.arpa, which provide namespaces for reverse DNS lookup of IPv4 and IPv6...
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.arpa_25898144
What information does the article about '.arpa' provide on 'Telephone number mapping'?
The domain e164.arpa provides a lookup function that retrieves information associated with telephone numbers through the ENUM service. This service may be used to obtain the name of a computer that is capable of routing telecommunication requests for a registered telephone number, or obtain an email address to contact ...
[ ".arpa β€” History\n\nThe ARPANET, named for the Advanced Research Projects Agency (ARPA), was launched in 1969, and is considered the earliest predecessor of the Internet. The agency's name was adopted as the name for the first formal name space of the network after it had transitioned to TCP/IP networking in Januar...
.art_(top-level_domain)_4498747
Based on the article about '.art (top-level domain)', describe the 'History' section.
The .art TLD was entered into a registry agreement on March 24, 2016, between ICANN and UK Creative Ideas Limited, and it became available to the public on 10 May 2017. The founder of UK Creative Ideas and of .art is London-based investor and art collector Ulvi Kasimov, who invested $25 million on the domain initiative...
[ ".art (top-level domain) β€” History\n\nThe .art TLD was entered into a registry agreement on March 24, 2016, between ICANN and UK Creative Ideas Limited, and it became available to the public on 10 May 2017. The founder of UK Creative Ideas and of .art is London-based investor and art collector Ulvi Kasimov, who inv...
.art_(top-level_domain)_4498748
From the article on '.art (top-level domain)', restate the 'History' content.
be assigned directly to artworks (rather than to institutions or individuals). This new service is called Β«Digital TwinΒ». By negotiating a unique agreement with ICANN .art has integrated into its domain registration forms the option of adding specific description fields. These fields contain information based on the Ob...
[ ".art (top-level domain) β€” History\n\nThe .art TLD was entered into a registry agreement on March 24, 2016, between ICANN and UK Creative Ideas Limited, and it became available to the public on 10 May 2017. The founder of UK Creative Ideas and of .art is London-based investor and art collector Ulvi Kasimov, who inv...
.as_25278259
What information does the article about '.as' provide on 'Usage'?
Domain names are free of charge for businesses and individuals resident in or associated with American Samoa. There is no restriction on registrants, and the domain is also popular outside of Samoa. There a number of .as names having been registered to and used by people, companies and organizations with no connection ...
[ ".as β€” Usage\n\nDomain names are free of charge for businesses and individuals resident in or associated with American Samoa. There is no restriction on registrants, and the domain is also popular outside of Samoa. There a number of .as names having been registered to and used by people, companies and organizations...
.as_25278258
Reconstruct the content from the article about '.as'.
.as is the Internet country code top-level domain (ccTLD) for American Samoa. It is administered by AS Domain Registry. Island Networks, which provides registry services for .gg and .je, is also responsible for the technical operations of .as.
[ ".as β€” Usage\n\nDomain names are free of charge for businesses and individuals resident in or associated with American Samoa. There is no restriction on registrants, and the domain is also popular outside of Samoa. There a number of .as names having been registered to and used by people, companies and organizations...
.as_25278260
What information does the article about '.as' provide on '2016 Legacy Registrar Vulnerability'?
In April 2016, a security blog publicized a vulnerability in a .AS legacy registrar system which was claimed might have led to exposure of plain-text passwords of domain contacts associated with domains that did not have a registrar, and that this could have potentially allowed an attacker to make modifications to thos...
[ ".as β€” Usage\n\nDomain names are free of charge for businesses and individuals resident in or associated with American Samoa. There is no restriction on registrants, and the domain is also popular outside of Samoa. There a number of .as names having been registered to and used by people, companies and organizations...
.asia_11989612
Based on the article about '.asia', describe the 'Controversy' section.
have received correspondence from CEO of DotAsia, Mr Chung, stating that "Being a party related to a bidding party, in my understanding, does not automatically create any issue." If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where one of the companies involved, ...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989610
Summarize the 'Community and eligibility' part of '.asia'.
adopted the boundaries as defined by ICANN for the Asia / Australia / Pacific (AP) region as a basis for its scope of eligibility. Every .Asia domain must be associated with a Charter Eligibility Contact to be eligible and to help demonstrate that the .ASIA domain is associated with the Asia Pacific region. Since regis...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989611
Reconstruct the content about 'Controversy' from the article on '.asia'.
Allegations of insider trading and conflict of interest have been levelled at Pool.com, exclusive auction service provider for the .Asia Sunrise and Landrush. The 'DotAsia.com Plot' describes that the CEO of Pool.com, Richard Schreier, is accused of securing with unfair advantage several premium .Asia domain names via ...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989615
What does the article about '.asia' say regarding 'DotAsia Organisation'?
The DotAsia Organisation, registry operator of the .Asia domain, is a not-for-profit, membership-based organization with a mandate to promote Internet development and adoption in Asia. DotAsia is headquartered in Hong Kong and formed as an open membership consortium of national / official top-level domain authorities a...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989607
Summarize the 'Roll-out and response' part of '.asia'.
.asia founded the first Pioneer Domains Program on July 20, 2007, more than two months prior to the opening of its Sunrise launch. It offered businesses and individuals an opportunity to own and build on any .Asia domain before the TLD opened its doors to mass public registration. Applicants were asked to submit a brie...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989614
From the article on '.asia', restate the 'Internationalized domain names' content.
.Asia launched registrations for Chinese, Japanese and Korean Internationalized Domain Name (IDN) registrations (e.g. "δΊ€ζ˜“.asia", "ビデγ‚ͺ.asia", "κ²Œμž„.asia") from May 11 – October 11, 2011. Over 10,000 domains were applied during the Sunrise and Landrush launch. Chinese, Japanese and Korean .Asia IDN domains started selling ...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989613
What does the article about '.asia' say regarding 'Controversy'?
all of these domains according to the .ASIA whois service, were awarded during the Sunrise period which means their applications were made with a claim of prior right (registered trademark identical to the domain name). These claims would have been validated by the .ASIA validation partner (there were two, including De...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989606
Describe the content of the article about '.asia'.
The top-level domain asia is the officially designated regional domain in the Internet for Asia and the Pacific. It is a sponsored generic top-level-domain (gTLD) operated by the DotAsia Organisation Ltd. The domain is open to companies, individuals and organisations that have a connection to the region. Asia domains c...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989608
What information does the article about '.asia' provide on 'Pioneer Domains Program'?
.asia founded the first Pioneer Domains Program on July 20, 2007, more than two months prior to the opening of its Sunrise launch. It offered businesses and individuals an opportunity to own and build on any .asia domain before the TLD opened its doors to mass public registration. Applicants were asked to submit a brie...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.asia_11989609
Describe the 'Community and eligibility' section of the article about '.asia'.
The DotAsia Organisation, operator of the .Asia TLD, is governed by a community of country-code-Top \-Level-Domains within the region including .CN (China), .IR (Iran), .JP (Japan), .KR, (South Korea), .PH (Philippines), .SG (Singapore) and pan-Asia Internet / Information Technology related groups such as APTLD and APN...
[ ".asia β€” Controversy\n\nhave received correspondence from CEO of DotAsia, Mr Chung, stating that \"Being a party related to a bidding party, in my understanding, does not automatically create any issue.\" If there is such an affiliation, it would almost certainly be illegal under Australian competition law (where o...
.at_9812993
Summarize the 'Known domain hacks' part of '.at'.
donteat.at, a popular Foursquare service ; many.at, link bundler Many Austrian domain names were registered for English words that end with "at". Domain hacks treating "at" as a word in its own right (such as arrive.at) are widespread. As of today, there are very few such domain names left available on the domain prime...
[ ".at β€” Known domain hacks\n\ndonteat.at, a popular Foursquare service ; many.at, link bundler Many Austrian domain names were registered for English words that end with \"at\". Domain hacks treating \"at\" as a word in its own right (such as arrive.at) are widespread. As of today, there are very few such domain nam...
.at_9812992
Reconstruct the content about 'Second-level domains' from the article on '.at'.
.ac.at (intended for academic institutions, especially universities) ; .gv.at (intended for the government as well as federal and state authorities) ; .co.at (intended for commercially oriented companies) ; .or.at (intended for all kinds of organizations) ; .priv.at (intended for private Austrian individuals) The .at t...
[ ".at β€” Known domain hacks\n\ndonteat.at, a popular Foursquare service ; many.at, link bundler Many Austrian domain names were registered for English words that end with \"at\". Domain hacks treating \"at\" as a word in its own right (such as arrive.at) are widespread. As of today, there are very few such domain nam...
.at_9812994
Describe the 'Properties' section of the article about '.at'.
An .at-Domain can be between one and 63 characters long. Registrations of internationalized domain names are accepted. In 2007, it was made possible to register domain names containing only numbers. The .at-Domain started using DNSSEC in 2011 in order to guarantee the authenticity and integrity of the Domain Name Syste...
[ ".at β€” Known domain hacks\n\ndonteat.at, a popular Foursquare service ; many.at, link bundler Many Austrian domain names were registered for English words that end with \"at\". Domain hacks treating \"at\" as a word in its own right (such as arrive.at) are widespread. As of today, there are very few such domain nam...
.au_33169201
From the article on '.au', restate the 'Historic second-level domains' content.
.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .info.au – General information. Has since been...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169195
Explain what '.au' covers in the 'Registration' section.
new launch date of 24 March 2022. Registering a domain in the .au namespace requires registrants to have either an exact match or a "close and substantial connection" to their desired domain name. This "policy rich" approach to the name space, begun by Robert Elz and continued by auDA, has meant the .au domain space ha...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169190
Summarize the following section from the article on '.au'.
.au is the Internet country code top-level domain (ccTLD) for Australia. It was first created on 5 March 1986. Domain name policy is managed by .au Domain Administration (auDA). As of July 2018, the registry is operated by Afilias.
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169203
What does the article about '.au' say regarding 'Other Australian domain names'?
.cx – Christmas Island ; .cc – Cocos (Keeling) Islands ; .nf – Norfolk Island ; .hm – Heard and McDonald Islands .melbourne – for Victorian registered businesses, entities associated with the state of Victoria or Australian citizens and residents with a Victorian address. ; .sydney – for New South Wales registered busi...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169199
What does the article about '.au' say regarding 'Third-level domains'?
The use of ".gov.au" as a second level domain is for Australian Federal government and for its initiatives, while the use of a third-level domain, being an Australian state abbreviation, is an identifier that the domain belongs to either the relevant state government or a local government inside the state. The ".edu.au...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169194
Explain what '.au' covers in the 'Registration' section.
The naming rules for .au require registrations under second-level categories that describe a type of entity. .com.au, for example, is designed for commercial entities. This follows a similar allocation policy to that formerly used in other countries such as the United Kingdom and New Zealand. Registrations are currentl...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169197
Based on the article about '.au', describe the 'Community geographic domain names' section.
Introduced in 2004, "community geographic domain names" (CGDNs) are intended to be used for "community websites that reflect community interests such as local business, tourism, historical information, culture, sporting groups, local events and news" of a local community. These domains are managed by the .au Community ...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169196
What information does the article about '.au' provide on 'Second-level domains'?
.com.au – Commercial entities ; .net.au – Commercial entities (historically only ISPs, but the use has been broadened) ; .org.au – Associations and non-profit organisations (historically only for organisations that did not fit in other categories) ; .edu.au – Educational institutions (see Third-level domains, below) ; ...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169198
Summarize the 'Community geographic domain names' part of '.au'.
that state or territory, of the form "townname.vic.au". Where a name is duplicated within a state – for instance, between a smaller town, and a suburb of a larger town or city – the locality name may be suffixed with the name of the local government area, town or city to which it is associated (e.g. "suburbname-citynam...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169192
Based on the article about '.au', describe the 'Operation' section.
Oversight of .au is by .au Domain Administration (auDA). It is a not-for-profit organisation whose membership is derived from Internet organisations, industry members and interested individuals. The organisation operates with the endorsement of the Australian Government and with the delegated authority of ICANN. Policy...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169193
Based on the article about '.au', describe the 'Operation' section.
2002, there is an active competitive market in registrars with a variety of prices and services. In 2008 auDA changed its longstanding policy and allowed changes in ownership of .au domains. Although the secondary market was initially slow to take off there have recently been signs of increasing maturity in the .au aft...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169200
Explain what '.au' covers in the 'Third-level domains' section.
Australia would use ".sa", Tasmania would use ".tas", Northern Territory would use ".nt" and the Australian Capital Territory would use ".act". However, after a change of internet services in Queensland State Schools their domain names were changed from "schoolname.qld.edu.au" to "schoolname.eq.edu.au". This is not the...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...
.au_33169191
Describe the 'History' section of the article about '.au'.
The domain name was originally allocated by Jon Postel, operator of IANA to Kevin Robert Elz of Melbourne University in 1986. After an approximately five-year process in the 1990s, the Internet industry created a self-regulatory body called .au Domain Administration to operate the domain. It obtained assent from ICANN ...
[ ".au β€” Historic second-level domains\n\n.archie.au – Host of the Archie information service of the early 1990s. Has since been deleted ; .conf.au – Conferences and other short-lived events, now only exists for linux.conf.au. ; .gw.au – Gateways and miscellaneous AARNet routing equipment. Has since been deleted ; .i...