You are here

INSTALL.txt in Taxonomy import/export via XML 6.2

Same filename and directory in other branches
  1. 5.2 INSTALL.txt
  2. 5 INSTALL.txt
  3. 6 INSTALL.txt
  4. 7 INSTALL.txt
== Configuration ==

To use this module, you install and enable it in admin/modules.
Taxonomy_xml functions are available to users who have the access
right to "administer taxonomy." (User access rights can be set from
admin/user/configure/permission.)

New options will become available under
/admin/content/taxonomy/import
/admin/content/taxonomy/export

== Installation (semi-optional) ==

The RDF format functions require the download and install of the ARC parser.
http://arc.semsol.org/

This can be installed EITHER :
  in a subdirectory of this module as
  modules/taxonomy_xml/arc
  so the file
  modules/taxonomy_xml/arc/ARC_rdfxml_parser.php
  ... and others are available there
OR
  by using the libraries.module
  http://drupal.org/project/libraries
  and installing arc in
  sites/all/libraries/arc

== Installation (semi-optional 2) ==

To import huge remote vocabularies, structure support is only possible
if the system records a GUID (usually a URI) 
so we can match local terms against remote identifiers.

Without this support, recursion will be disabled.

This requires that you use the taxonomy_guid (Easy) 
or taxonomy_enhancer (some assembly required)
or rdf module
http://drupal.org/project/rdf
and more, as described in help/rdf.html

=============================
See the help folder for more.

File

INSTALL.txt
View source
  1. == Configuration ==
  2. To use this module, you install and enable it in admin/modules.
  3. Taxonomy_xml functions are available to users who have the access
  4. right to "administer taxonomy." (User access rights can be set from
  5. admin/user/configure/permission.)
  6. New options will become available under
  7. /admin/content/taxonomy/import
  8. /admin/content/taxonomy/export
  9. == Installation (semi-optional) ==
  10. The RDF format functions require the download and install of the ARC parser.
  11. http://arc.semsol.org/
  12. This can be installed EITHER :
  13. in a subdirectory of this module as
  14. modules/taxonomy_xml/arc
  15. so the file
  16. modules/taxonomy_xml/arc/ARC_rdfxml_parser.php
  17. ... and others are available there
  18. OR
  19. by using the libraries.module
  20. http://drupal.org/project/libraries
  21. and installing arc in
  22. sites/all/libraries/arc
  23. == Installation (semi-optional 2) ==
  24. To import huge remote vocabularies, structure support is only possible
  25. if the system records a GUID (usually a URI)
  26. so we can match local terms against remote identifiers.
  27. Without this support, recursion will be disabled.
  28. This requires that you use the taxonomy_guid (Easy)
  29. or taxonomy_enhancer (some assembly required)
  30. or rdf module
  31. http://drupal.org/project/rdf
  32. and more, as described in help/rdf.html
  33. =============================
  34. See the help folder for more.