CHANGELOG.txt |
CHANGELOG.txt |
|
<<<<<<< CHANGELOG.txt
=======
>>>>>>> 2.8.2.5.2.4
TAXONOMY CSV IMPORT/EXPORT
==========================
== CHANGELOG ==
… |
INSTALL.txt |
INSTALL.txt |
|
TAXONOMY CSV IMPORT/EXPORT
==========================
-- REQUIREMENTS --
--------------
* Drupal default taxonomy module.
-- INSTALLATION --
--------------
* Install as usual, see http://drupal.org/node/70151 for further… |
README.txt |
README.txt |
|
TAXONOMY CSV IMPORT/EXPORT
==========================
-- SUMMARY --
---------
This module allows to import or export taxonomy from or to a CSV
(comma-separated values) local or distant file or a copy-and-paste text.
When… |
Taxonomy CSV import/export help |
taxonomy_csv.help.html |
|
Taxonomy CSV import/export help |
taxonomy_csv.api.inc |
taxonomy_csv.api.inc |
|
Manage variables and features of module. |
taxonomy_csv.export.admin.inc |
export/taxonomy_csv.export.admin.inc |
|
Create taxonomy csv export form and validate user input. |
taxonomy_csv.export.api.inc |
export/taxonomy_csv.export.api.inc |
|
Validate export options and manage export process. |
taxonomy_csv.export.result.inc |
export/taxonomy_csv.export.result.inc |
|
Show export result messages. |
taxonomy_csv.import.admin.inc |
import/taxonomy_csv.import.admin.inc |
|
Create taxonomy csv import form and validate user input. |
taxonomy_csv.import.api.inc |
import/taxonomy_csv.import.api.inc |
|
Validate import options and manage import process. |
taxonomy_csv.import.line.api.inc |
import/taxonomy_csv.import.line.api.inc |
|
Process import of a csv line, i.e. of a term or a list of terms. |
taxonomy_csv.import.parser.api.inc |
import/taxonomy_csv.import.parser.api.inc |
|
Check a line of imported terms (duplicates, format...). |
taxonomy_csv.import.result.inc |
import/taxonomy_csv.import.result.inc |
|
Show export result messages. |
taxonomy_csv.info |
taxonomy_csv.info |
|
name = "Taxonomy CSV import/export"
description = "Export and import complete taxonomies, hierarchical structure or simple lists of terms and properties to or from a CSV file, url or text."
core = 7.x
dependencies[] =… |
taxonomy_csv.install |
taxonomy_csv.install |
|
Taxonomy_csv install and uninstall hook. |
taxonomy_csv.module |
taxonomy_csv.module |
|
Quick export and import of taxonomies, structure or lists of terms to or from
a csv local or distant file or a text area. |
taxonomy_csv.result.inc |
taxonomy_csv.result.inc |
|
Manage messages on results of import or export process. |
taxonomy_csv.term.api.inc |
taxonomy_csv.term.api.inc |
|
Find, get and set full or detail term items. |
taxonomy_csv.vocabulary.api.inc |
taxonomy_csv.vocabulary.api.inc |
|
Prepare and manage vocabularies. |
TECHINFO.txt |
TECHINFO.txt |
|
TAXONOMY CSV IMPORT/EXPORT TECHNICAL INFOS
==========================================
- Files of module
- Detail of files
- Use as an api
- Logical structure
- Add a new scheme
-- FILES OF MODULE --
-----------------
Taxonomy… |
TODO.txt |
TODO.txt |
|
TAXONOMY CSV IMPORT/EXPORT
==========================
== T O D O ==
=========
(no particular order)
o = TODO
- = Skipped/postponed
x = DONE
R = Removed
nnn mmm = Introduced in release… |