| 1 |
// $Id$
|
| 2 |
|
| 3 |
NOTE: This is experimental software meant for advanced users; assume nothing
|
| 4 |
works, and you may be pleasantly surprised. And when it breaks, you get to
|
| 5 |
keep both pieces.
|
| 6 |
|
| 7 |
REQUIREMENTS
|
| 8 |
------------
|
| 9 |
This module requires Drupal 6.x and PHP 5.2.x (or newer), and the following
|
| 10 |
modules:
|
| 11 |
|
| 12 |
* RDF API (http://drupal.org/project/rdf) with the ARC2 library
|
| 13 |
|
| 14 |
INSTALLATION
|
| 15 |
------------
|
| 16 |
|
| 17 |
1. Go to [Administer >> Reports >> Status report] to make sure you've
|
| 18 |
successfully installed the ARC2 library as instructed in the
|
| 19 |
INSTALL.txt file for the RDF API module.
|
| 20 |
|
| 21 |
2. Copy all the module files into a subdirectory called modules/sparql/
|
| 22 |
under your Drupal installation directory.
|
| 23 |
|
| 24 |
3. Go to [Administer >> Site building >> Modules] and enable the SPARQL
|
| 25 |
API module.
|
| 26 |
|
| 27 |
4. Go to [Administer >> Site configuration >> SPARQL settings] to review
|
| 28 |
and change the configuration options to your liking.
|
| 29 |
|
| 30 |
5. (See README.txt for information on submitting bug reports.)
|