You are here

README.txt in Countries info 8

INTRODUCTION
------------
This module provides a taxonomy of the countries (Countries information) which
contains information like ISO2 code, ISO3 code, name, official name, numcode.

REQUIREMENTS
------------
Drupal 8.x

INSTALLATION
------------
1.  Place countries_info module into your modules directory.
    This is normally the "modules" directory.

2.  Go to admin/modules. Enable modules.
    The Countries info module is found in the Taxonomy section.

CONFIGURATION
-------------

The module has no menu or modifiable settings. There is no configuration.

FEATURES
--------

1. This module covers the countries standard name, official name,
ISO 3166-1 alpha-2 codes, ISO 3166-1 alpha-3 code, UN numeric code
(ISO 3166-1 numeric-3) and continent (Africa, Antarctica, Asia, Europe,
NorthAmerica, Oceania, South America).

For example, Taiwan has the following values:

 * Name           - Taiwan
 * Official name  - Taiwan, Republic of China
 * ISO alpha-2    - TW
 * ISO alpha-3    - TWN
 * ISO numeric-3  - 158
 * Continent      - Asia
 * Published      - Yes

The official names were originally taken from WikiPedia [2] and the majority
of the continent information was imported from Country codes API project [3].
This have been since standardized with the ISO 3166-1 standard.

2. This is taxonomy based so user can use this taxonomy as a entity reference
   with any content type which can utilize in serach, facet filter etc.

3. User can enable or disable any countries from the 'Countries information'
   taxonomy term list.

SIMILAR MODULES
----------
https://www.drupal.org/project/countries_taxonomy - This module does not
have information like ISO3 code, name, official name, numcode and continent.

MAINTAINERS
-----------

Current maintainers:
 * Dhaval Panara (dhaval_panara) -https://www.drupal.org/u/dhaval_panara
 
REFERENCES
----------
https://www.drupal.org/project/countries

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module provides a taxonomy of the countries (Countries information) which
  4. contains information like ISO2 code, ISO3 code, name, official name, numcode.
  5. REQUIREMENTS
  6. ------------
  7. Drupal 8.x
  8. INSTALLATION
  9. ------------
  10. 1. Place countries_info module into your modules directory.
  11. This is normally the "modules" directory.
  12. 2. Go to admin/modules. Enable modules.
  13. The Countries info module is found in the Taxonomy section.
  14. CONFIGURATION
  15. -------------
  16. The module has no menu or modifiable settings. There is no configuration.
  17. FEATURES
  18. --------
  19. 1. This module covers the countries standard name, official name,
  20. ISO 3166-1 alpha-2 codes, ISO 3166-1 alpha-3 code, UN numeric code
  21. (ISO 3166-1 numeric-3) and continent (Africa, Antarctica, Asia, Europe,
  22. NorthAmerica, Oceania, South America).
  23. For example, Taiwan has the following values:
  24. * Name - Taiwan
  25. * Official name - Taiwan, Republic of China
  26. * ISO alpha-2 - TW
  27. * ISO alpha-3 - TWN
  28. * ISO numeric-3 - 158
  29. * Continent - Asia
  30. * Published - Yes
  31. The official names were originally taken from WikiPedia [2] and the majority
  32. of the continent information was imported from Country codes API project [3].
  33. This have been since standardized with the ISO 3166-1 standard.
  34. 2. This is taxonomy based so user can use this taxonomy as a entity reference
  35. with any content type which can utilize in serach, facet filter etc.
  36. 3. User can enable or disable any countries from the 'Countries information'
  37. taxonomy term list.
  38. SIMILAR MODULES
  39. ----------
  40. https://www.drupal.org/project/countries_taxonomy - This module does not
  41. have information like ISO3 code, name, official name, numcode and continent.
  42. MAINTAINERS
  43. -----------
  44. Current maintainers:
  45. * Dhaval Panara (dhaval_panara) -https://www.drupal.org/u/dhaval_panara
  46. REFERENCES
  47. ----------
  48. https://www.drupal.org/project/countries