You are here

README.txt in Taxonomy import/export via XML 7

Taxonomy Server
===============
Publishes Drupal vocabularies in a way suitable for re-importation by other tools.
===============


When taxonomy_server is enabled, a new *suggested* menu item becomes available
for the path /taxonomy/vocabulary. From there, direct dumps of your current
taxonomy trees are visible, eg /taxonomy/vocabulary/3

Access to these pages is controlled through a new permission.
Administration of the server is controlled through the usual 'administer taxonomy' permission.

From these 'vocabulary' pages, an RDF-only dump of data describing the vocab
is also available. 

This can be retrieved from URLs like
/taxonomy/vocabulary/3/rdf and should return SKOS-like RDF.
These pages are accessed either through content-negotiation 
 - Request /taxonomy/vocabulary/3 as an RDF-XML compatible client 
   and you'll be sent to the RDF page.
or from link hints in the page.
 - a <link rel="alternate" type="application/rdf+xml" /> is inserted into the 
   page header.
 
Direct RDF dumps are also published to supplement individual term pages, such as
/taxonomy/term/66
This RDF is likewise available either through content-negotiation or through
link rel="alternate" hinting, and provides the data underneath URLs like 
/taxonomy/term/66/rdf

File

taxonomy_server/README.txt
View source
  1. Taxonomy Server
  2. ===============
  3. Publishes Drupal vocabularies in a way suitable for re-importation by other tools.
  4. ===============
  5. When taxonomy_server is enabled, a new *suggested* menu item becomes available
  6. for the path /taxonomy/vocabulary. From there, direct dumps of your current
  7. taxonomy trees are visible, eg /taxonomy/vocabulary/3
  8. Access to these pages is controlled through a new permission.
  9. Administration of the server is controlled through the usual 'administer taxonomy' permission.
  10. From these 'vocabulary' pages, an RDF-only dump of data describing the vocab
  11. is also available.
  12. This can be retrieved from URLs like
  13. /taxonomy/vocabulary/3/rdf and should return SKOS-like RDF.
  14. These pages are accessed either through content-negotiation
  15. - Request /taxonomy/vocabulary/3 as an RDF-XML compatible client
  16. and you'll be sent to the RDF page.
  17. or from link hints in the page.
  18. - a is inserted into the
  19. page header.
  20. Direct RDF dumps are also published to supplement individual term pages, such as
  21. /taxonomy/term/66
  22. This RDF is likewise available either through content-negotiation or through
  23. link rel="alternate" hinting, and provides the data underneath URLs like
  24. /taxonomy/term/66/rdf