You are here

INSTALL.txt in Taxonomy import/export via XML 7

Same filename and directory in other branches
  1. 5.2 INSTALL.txt
  2. 5 INSTALL.txt
  3. 6.2 INSTALL.txt
  4. 6 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/structure/taxonomy/import
/admin/structure/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 :
  Into a shared library location (recommended)
  by installing arc2 in
  sites/all/libraries/arc
OR  
  in a subdirectory of this module as
  modules/taxonomy_xml/arc
  so the file
  modules/taxonomy_xml/arc/ARC2.php
  ... and others are available there
  
To Install ARC2:
- Visit https://github.com/semsol/arc2
- Download the current release, eg from https://github.com/semsol/arc2
- place it in your sites/all/libraries folder (make it if needed)
- unzip it
[
  cd sites/all
  mkdir libraries
  cd libraries/
  wget https://github.com/semsol/arc2/tarball/master -O semsol-arc2.tar.gz
  tar -xzf semsol-arc.tar.gz 
  mv semsol-arc2-*/ arc
  ls arc
]

== Installation (semi-optional 2) ==

To import huge remote vocabularies, structure support is only possible
if you use the 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/structure/taxonomy/import
  8. /admin/structure/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. Into a shared library location (recommended)
  14. by installing arc2 in
  15. sites/all/libraries/arc
  16. OR
  17. in a subdirectory of this module as
  18. modules/taxonomy_xml/arc
  19. so the file
  20. modules/taxonomy_xml/arc/ARC2.php
  21. ... and others are available there
  22. To Install ARC2:
  23. - Visit https://github.com/semsol/arc2
  24. - Download the current release, eg from https://github.com/semsol/arc2
  25. - place it in your sites/all/libraries folder (make it if needed)
  26. - unzip it
  27. [
  28. cd sites/all
  29. mkdir libraries
  30. cd libraries/
  31. wget https://github.com/semsol/arc2/tarball/master -O semsol-arc2.tar.gz
  32. tar -xzf semsol-arc.tar.gz
  33. mv semsol-arc2-*/ arc
  34. ls arc
  35. ]
  36. == Installation (semi-optional 2) ==
  37. To import huge remote vocabularies, structure support is only possible
  38. if you use the rdf module
  39. http://drupal.org/project/rdf
  40. and more, as described in help/rdf.html
  41. =============================
  42. See the help folder for more.