Update README.md
This commit is contained in:
parent
4d6df8c20c
commit
2c8a2c320f
12
README.md
12
README.md
|
@ -2,15 +2,23 @@
|
|||
|
||||
Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets.
|
||||
|
||||
Forked from [list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains).
|
||||
The [canonical TLD list in CSV format](tlds.csv) used to generate the various formats in this project is a fork from [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project.
|
||||
|
||||
## List Formats
|
||||
* **PHP**: [TldEnum.php](src/formats/php/TldEnum/TldEnum.php)
|
||||
|
||||
A PHP source file providing a class with constant having an array value comprised of every ICANN TLD.
|
||||
|
||||
* **JSON**: [tld-list.json](src/formats/json/tld-list.json)
|
||||
|
||||
A JSON formatted array comprised of every ICANN TLD.
|
||||
|
||||
* **CSV**: [tlds-name-only.csv](src/formats/csv/tlds-name-only.csv)
|
||||
|
||||
A csv text file comprised of every ICANN TLD; the TLD name only, each separated by a newline character.
|
||||
|
||||
## Legal
|
||||
The source code in this project is based on a fork of certain source code originally from the (incognico/list-of-top-level-domains)[https://github.com/incognico/list-of-top-level-domains] project, as retrieved on 2017-12-04, which was published to the public domain.
|
||||
The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain.
|
||||
|
||||
### Copyright
|
||||
TLD Enumerations - https://github.com/katmore/tld-enum
|
||||
|
|
Loading…
Reference in New Issue