Commit Graph

92 Commits

Author SHA1 Message Date
Doug Bird 97547a5e9c npm updates 2018-06-13 01:10:33 -07:00
Doug Bird 2ac03cf6a9 npm updates 2018-06-13 01:10:16 -07:00
Doug Bird 9c6db021d7
Update README.md 2018-06-13 00:14:44 -07:00
Doug Bird 5a1ce77562
Update README.md 2018-06-13 00:07:30 -07:00
Doug Bird 0734ced113
Update README.md 2018-06-13 00:06:59 -07:00
Doug Bird 8a0309deff
Update README.md 2018-06-13 00:06:25 -07:00
Doug Bird e777bd1ebe
Update README.md 2018-06-13 00:04:17 -07:00
Doug Bird 9f425a827d
Update README.md 2018-06-12 23:38:10 -07:00
Doug Bird 57ff92668d
Update README.md 2018-06-12 23:34:53 -07:00
Doug Bird 5c3b268715
Update README.md 2018-06-12 23:31:49 -07:00
Doug Bird 6af38e1644
Update README.md 2018-06-12 23:30:55 -07:00
Doug Bird 02355e5b4c
Update README.md 2018-06-12 23:25:11 -07:00
Doug Bird f1926c60c0
Update README.md 2018-06-12 23:21:27 -07:00
Doug Bird 3c0f05d60c
Update README.md 2018-06-12 23:20:09 -07:00
Doug Bird 07e7a467a3
Update README.md 2018-06-12 23:17:55 -07:00
Doug Bird 16e7cdb202
Update README.md 2018-06-12 23:16:56 -07:00
Doug Bird 300cc523e0 version 2
- refactor js files to be proper module exportrs with an index.js
- fix inconsistent naming of TLD format files containing simple array of each TLD; now all named using the "list" suffix instead of some using "enum"
 - formats/js/tld-enum/list.js
 - formats/json/tld-list.json
 - formats/php/TldEnum/TldList.php
- new "desc" (description) format file; hashmap of each TLD with corresponding description
 - formats/js/tld-enum/desc.js
 - formats/json/tld-desc.json
 - formats/php/TldEnum/TldDesc.php
- new "type" format file; hashmap of each TLD with corresponding TLD type
 - formats/js/tld-enum/type.js
 - formats/json/tld-type.json
 - formats/php/TldEnum/TldType.php
- new "info" format file; array of each TLD with hashmap containing the "domain", "description", and "type" properties
 - formats/js/tld-enum/info.js
 - formats/json/tld-info.json
 - formats/php/TldEnum/TldInfo.php
- examples for new format files
 - examples/js-desc-demo.js
 - examples/js-info-demo.js
 - examples/js-type-demo.js
 - examples/php-TldDesc-demo.php
 - examples/php-TldInfo-demo.php
 - examples/php-TldType-demo.php
- fixes to bin/update-formats.sh
 - can now skip downloading data from IANA
 - creates new format files with newly created helpers
- created new helpers for new format files
 - bin/helpers/generate-js-tld-desc.js
 - bin/helpers/generate-js-tld-info.js
 - bin/helpers/generate-js-tld-type.js
 - bin/helpers/generate-json-tld-desc.js
 - bin/helpers/generate-json-tld-info.js
 - bin/helpers/generate-json-tld-type.js
 - bin/helpers/generate-php-tld-desc.php
 - bin/helpers/generate-php-tld-info.php
 - bin/helpers/generate-php-tld-type.php
2018-06-12 22:51:12 -07:00
Doug Bird e289011074 fixes
fix some typos
2018-06-12 18:46:39 -07:00
Doug Bird 506501f55e quiet mode 2018-06-12 18:39:58 -07:00
Doug Bird ebe7446f9d
Update README.md 2018-06-12 17:29:31 -07:00
Doug Bird 7a5d0705af
Update README.md 2018-06-12 17:28:06 -07:00
Doug Bird e0961c9b36
Update README.md 2018-06-12 17:25:40 -07:00
Doug Bird 499a9b69bb
Update README.md 2018-06-12 17:23:35 -07:00
Doug Bird b88540c91d
Update README.md 2018-06-12 17:22:54 -07:00
Doug Bird 752ff88b6a
Update README.md 2018-06-12 17:22:28 -07:00
Doug Bird 69a1267bbd
Update README.md 2018-06-12 17:21:52 -07:00
Doug Bird 4230eb5810
Update README.md 2018-06-12 17:21:09 -07:00
Doug Bird 06f70f1365
Update README.md 2018-06-12 17:20:10 -07:00
Doug Bird bdc2689beb skip php option
generating the PHP format file is now optional:
- if the PHP command is unavailable, the PHP format file is automatically skipped
- if the --skip-php option is provided, the PHP format file is always skipped
- if the --force-php option is provided, the PHP command line MUST exist
2018-06-12 17:13:24 -07:00
Doug Bird a6df8d5628 bin
- added bin/update-formats.sh to "bin"
2018-06-12 17:10:48 -07:00
Doug Bird 86a33b8946
Update README.md 2018-06-12 17:10:09 -07:00
Doug Bird ca68c5a629 version bump 2018-06-12 15:55:45 -07:00
Doug Bird 63eb752f2f php version bump 2018-06-12 15:54:45 -07:00
Doug Bird 770ef4fbe9 description 2018-06-12 15:54:21 -07:00
Doug Bird 99fb1b3eae cleanup 2018-06-12 15:53:57 -07:00
Doug Bird 7ccec55531 fixes
- fix "quiet mode"
- improve code comments
2018-06-12 15:43:04 -07:00
Doug Bird c209a1d3a1 refactoring
- rename bin/update-formats to bin/update-formats.sh
- fix unnecessary bashisms in bin/update-formats.sh
2018-06-12 15:11:55 -07:00
Doug Bird 9d645a7ba4
Update README.md 2018-06-12 14:22:03 -07:00
Doug Bird f40184da2e
Update LICENSE 2018-06-12 14:21:09 -07:00
Doug Bird d7e30a0a60
Update GPLv3 2018-06-12 14:20:37 -07:00
Doug Bird 6f16a63f64 update TLDs
- latest TLD updates from iana
2018-06-12 14:09:57 -07:00
Doug Bird 59575f41d0
env bash 2018-06-12 13:56:25 -07:00
Doug Bird 39f6cbd418 version bump 2017-12-13 23:08:15 -08:00
Doug Bird 9592365573 fixes to use lcase 2017-12-13 23:07:52 -08:00
Doug Bird 1f0e039b6e
Update README.md
must use lowercase for valid TLD comparison
2017-12-13 23:07:20 -08:00
Doug Bird bfb9fd5dda
Update README.md 2017-12-13 22:55:07 -08:00
Doug Bird 70c62b5913 bump version 2017-12-13 22:51:41 -08:00
Doug Bird 661c061011
Update README.md 2017-12-13 22:51:08 -08:00
Doug Bird 661fbc613f examples 2017-12-13 22:48:32 -08:00
Doug Bird af37890a48
Update README.md 2017-12-13 22:38:21 -08:00