You are here

README.txt in Units of Measurement 7

Same filename and directory in other branches
  1. 7.2 README.txt
-- SUMMARY --

Units module introduces ability to create units and make conversions between
them. This module does not provide much of external impact. Probably you will
install this module only if another one depends on it.

-- REQUIREMENTS --

The Units module requires the following modules:
* Entity API
* CTools

-- INSTALLATION --

Install as usual, units.module brings in ability to manage Unit and Measure
entities from code. If you want to have user interface on top of it, where you
will be able to manually alter/edit/create/delete entities, please, additionally
enable units_ui.module

-- CONFIGURATION --

The module itself does not provide any configuration as of the moment. However,
units_ui.module does provide configuration pages. Having installed
units_ui.module go to Structure -> Measures, and there you will be able to
manage available units and measures.

-- INTEGRATION WITH OTHER MODULES --

* Features (https://www.drupal.org/project/features): you can import/export your
measures and units
* Fields (ships with Drupal core): you can attach fields to your units on per
measure basis

File

README.txt
View source
  1. -- SUMMARY --
  2. Units module introduces ability to create units and make conversions between
  3. them. This module does not provide much of external impact. Probably you will
  4. install this module only if another one depends on it.
  5. -- REQUIREMENTS --
  6. The Units module requires the following modules:
  7. * Entity API
  8. * CTools
  9. -- INSTALLATION --
  10. Install as usual, units.module brings in ability to manage Unit and Measure
  11. entities from code. If you want to have user interface on top of it, where you
  12. will be able to manually alter/edit/create/delete entities, please, additionally
  13. enable units_ui.module
  14. -- CONFIGURATION --
  15. The module itself does not provide any configuration as of the moment. However,
  16. units_ui.module does provide configuration pages. Having installed
  17. units_ui.module go to Structure -> Measures, and there you will be able to
  18. manage available units and measures.
  19. -- INTEGRATION WITH OTHER MODULES --
  20. * Features (https://www.drupal.org/project/features): you can import/export your
  21. measures and units
  22. * Fields (ships with Drupal core): you can attach fields to your units on per
  23. measure basis