/[drupal]/contributions/modules/taxonomy_csv/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/taxonomy_csv/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 2.7 - (show annotations) (download)
Tue Oct 20 20:21:43 2009 UTC (5 weeks, 2 days ago) by danielkm
Branch: MAIN
CVS Tags: HEAD
Changes since 2.6: +22 -18 lines
File MIME type: text/plain
By Daniel Berthereau: Added export of terms and vocabularies.
1 /* $Id: INSTALL.txt,v 2.6 2009/09/23 14:21:04 danielkm Exp $ */
2
3
4 TAXONOMY CSV IMPORT/EXPORT
5 ==========================
6
7
8 -- REQUIREMENTS --
9 --------------
10 * Drupal default taxonomy module.
11
12
13 -- INSTALLATION --
14 --------------
15 * Install as usual, see http://drupal.org/node/70151 for further information.
16
17 1) Extract and copy the taxonomy_csv directory into the appropriate modules
18 directory in your Drupal installation (recommended: sites/all/modules).
19
20 2) Adjust permissions of directory and files (read access).
21
22 3) Go to Administer > Site building > Modules and enable the
23 "Taxonomy CSV import/export" module in the "Taxonomy" section.
24 Drupal "Taxonomy" core module is automatically enabled.
25
26
27 -- UNINSTALLATION --
28 ----------------
29 * As Taxonomy csv save user last used options, you can clean Drupal with the
30 "uninstall" option.
31
32 1) Go to Administer > Site building > Modules > Uninstall,
33 then check "taxonomy csv import/export" and click Uninstall button.
34
35 2) Remove the taxonomy_csv directory in the directory where you install it.
36
37
38 -- CONFIGURATION --
39 ---------------
40 * Go to Administer > User management > Roles, then check depending on user:
41 - "administer taxonomy by csv"
42 - "export taxonomy by csv"
43
44
45 -- USAGE --
46 -------
47 * Follow instructions in README.txt, on the main page or in advanced
48 help (Help > Taxonomy CSV import/export).
49
50 * Main page access with Drupal 6:
51 - Go to: Administer > Content management > Taxonomy and click on
52 "CSV import" tab or "CSV export" tab.
53 - Direct access to CSV import at:
54 http://www.example.com/?q=admin/content/taxonomy/csv_import
55 - Direct access to CSV export at:
56 http://www.example.com/?q=admin/content/taxonomy/csv_export
57
58 * Main page access With Drupal 7:
59 - Go to: Administer > Structure > Taxonomy and click on the "CSV import" tab
60 or on the "CSV export" tab.
61 - Direct access to CSV import at:
62 http://www.example.com/?q=admin/structure/taxonomy/csv_import
63 - Direct access to CSV export at:
64 http://www.example.com/?q=admin/structure/taxonomy/csv_export

  ViewVC Help
Powered by ViewVC 1.1.2