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

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

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


Revision 1.5 - (show annotations) (download)
Mon Feb 16 13:27:09 2009 UTC (9 months, 1 week ago) by arto
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA6, DRUPAL-6--1-0-ALPHA7, HEAD
Changes since 1.4: +8 -12 lines
File MIME type: text/plain
Merged latest changes from http://github.com/bendiken/drupal-rdf.

Changelog:
- #330541 by jmiccolis: Views integration.
- Cache rdf_db_get_repository_tables() and rdf_db_count_repository_triples() results (by alex.k).
- Refactored rdf_db_get_repository_tables() and rdf_db_count_repository_triples().
- Prevent duplicate RDF statements from being inserted (in accordance with repository settings).
- Merge any duplicated RDF statements on cron runs (in accordance with repository settings).
- Implemented support for CCK Fieldgroup fields when outputting RSS feeds from the Views plugin.
- Honor Location module content-type-specific RSS settings when outputting RSS feeds from the Views plugin.
- Folded the RDF Schema module back into the base module, leaving a placeholder (for the time being) in order to allow users to cleanly uninstall the submodule.
- Renamed the 'RDF API' module to 'RDF'.
- Minor coding conventions cleanup.
- Updated the information in README.txt and INSTALL.txt; added contributors to README.txt.
1 // $Id$
2
3 REQUIREMENTS
4 ------------
5 This module requires Drupal 6.x and PHP 5.2.x (or newer).
6
7 INSTALLATION
8 ------------
9
10 1. Copy all the module files into a subdirectory called
11 sites/all/modules/rdf/ under your Drupal installation directory.
12
13 2. Go to [Administer >> Site building >> Modules] and enable the RDF
14 module. You will find it in the section labelled "RDF".
15
16 3. Go to [Administer >> Site configuration >> RDF settings] to review and
17 change the configuration options to your liking.
18
19 4. Optionally, it is recommended you install the ARC2 library in order to
20 enable support for more RDF formats and for SPARQL queries. To install,
21 download the latest version of the library from:
22
23 <http://arc.semsol.org/download>
24
25 ...and unzip it to sites/all/modules/rdf/vendor/arc/ under the Drupal directory.
26
27 5. Also, if you have installed ARC2, you may wish to install the related
28 SPARQL module to provide support for powerful pattern matching against
29 RDF data:
30
31 <http://drupal.org/project/sparql>
32
33 6. (See README.txt for information on submitting bug reports.)

  ViewVC Help
Powered by ViewVC 1.1.2