INSTALL.txt 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. TAXONOMY CSV IMPORT/EXPORT
  2. ==========================
  3. -- REQUIREMENTS --
  4. --------------
  5. * Drupal default taxonomy module.
  6. * Optional: i18n Taxonomy, submodule of i18n (internationalization)
  7. (see http://drupal.org/project/i18n).
  8. -- INSTALLATION --
  9. --------------
  10. * Install as usual, see http://drupal.org/node/70151 for further information.
  11. 1) Extract and copy the taxonomy_csv directory into the appropriate modules
  12. directory in your Drupal installation (recommended: sites/all/modules).
  13. 2) Adjust permissions of directory and files (read access).
  14. 3) Go to Administer > Modules and enable the
  15. "Taxonomy CSV import/export" module in the "Taxonomy" section.
  16. Drupal "Taxonomy" core module is automatically enabled.
  17. 4) Adjust user permissions in Administer > People > Permissions:
  18. * import taxonomy by CSV
  19. * export taxonomy by CSV
  20. -- UNINSTALLATION --
  21. ----------------
  22. * As Taxonomy csv save user last used options, you can clean Drupal with the
  23. "uninstall" option.
  24. 1) Go to Administer > Modules and disable "Taxonomy CSV import/export".
  25. 2) Go to Administer > Modules > Uninstall,
  26. then check "taxonomy csv import/export" and click Uninstall button.
  27. 3) Remove the taxonomy_csv directory in the directory where you install it.
  28. -- USAGE --
  29. -------
  30. * Follow instructions in README.txt, on the main page or in advanced
  31. help (Help > Taxonomy CSV import/export).
  32. * Main page access with Drupal 6:
  33. - Go to: Administer > Content management > Taxonomy and click on
  34. "CSV import" tab or "CSV export" tab.
  35. - Direct access to CSV import at:
  36. http://www.example.com/?q=admin/content/taxonomy/csv_import
  37. - Direct access to CSV export at:
  38. http://www.example.com/?q=admin/content/taxonomy/csv_export
  39. * Main page access With Drupal 7:
  40. - Go to: Administer > Structure > Taxonomy and click on the "CSV import" tab
  41. or on the "CSV export" tab.
  42. - Direct access to CSV import at:
  43. http://www.example.com/?q=admin/structure/taxonomy/csv_import
  44. - Direct access to CSV export at:
  45. http://www.example.com/?q=admin/structure/taxonomy/csv_export