locations of rdf should read rdfx. There might be some more changes needed in this file that I'm just missing.
Current:
"== Install the RDF module ==
1. Copy all the module files into a subdirectory called
sites/all/modules/rdf/ under your Drupal installation directory.
2. Go to Administer >> Site building >> Modules and enable the RDFx module and
any other module you like. You will find them in the "RDF" section.
3. Install the ARC2 library following one of these 2 options:
- run "drush rdf-download" (recommended, it will download the right
package and extract it at the right place for you.)
- manual install: download the library from
http://github.com/semsol/arc2/tarball/master and extract it in the rdf
module directory such that you end up with the following file structure:
sites/all/modules/rdf/vendor/arc/ARC2.php"
| Comment | File | Size | Author |
|---|---|---|---|
| #15 | readme-fix-1162276-15.patch | 2.95 KB | clayball |
| #13 | readme-1162276-12.patch | 2.9 KB | clayball |
| #11 | readme-1162276-2.patch | 1.88 KB | clayball |
| #9 | readme-1162276-1.patch | 1.78 KB | clayball |
Comments
Comment #1
Anonymous (not verified) commentedGood catch, thanks for pointing it out!
#3 in the README will change once #1115692: Make libraries a dependency and deprecate vendor/arc is resolved, so I suggest we get these done in tandem.
Comment #2
scor commented@twoflower want to roll a patch to fix README.txt?
Comment #3
twoflower commentedSure, but it might take longer for you to explain to me how to do this that doing it yourself = Your choice.
Comment #4
scor commented@twoflower: I see it as a long term investment. we need more contributors, and it's easier to start to learn making patches on small changes.
see how to roll a patch at https://drupal.org/patch/apply
Comment #5
scor commentedI'm tagging this as "novice" as a result.
Comment #6
Anonymous (not verified) commentedtwoflower, if you want me to walk you through it over skype, let me know.
Comment #7
clayball commentedI noticed this has been idle since May 19th...
I'm a new at this and am happy to take this one on :-) Currently, my biggest hurdle is figuring out how to work with git. So, I'll assign this one to me and I'll look at the issue in #3 in the description so that the work is done in tandem (hopefully). This may take me a little while to complete :-) but should serve as good place for me to gain my footing so I can become a more active contributor.
Comment #8
scor commented@cwells73: welcome aboard! Take the time you need to learn git, once you know your way around it, you'll be surprised how quick it is to roll a patch! See how to create a patch and feel free to ping me or Lin on IRC or skype if you run into problems...
Comment #9
clayball commentedThere are two issues here:
item 1. Modify RDF spelling to RDFx (RDF Extensions).
item 2. #3 in the README file (see description above).
This patch fixes item 1.
Made RDF to RDFx changes along with a spelling error. Here's the patch.
Status changed to 'needs review'.
ps. Hope I'm doing this right :-)
Comment #10
scor commentedYes, that's the right to do it! if that's your first patch, congrats ;)
RDFx should be in parenthesis (). also note the whitespace in the end (visible if you use Dreditor for reviewing patches on drupal.org)
#3 is not ready to be changed yet, since the libraries issue is still open.
Comment #11
clayball commentedcomment #10 comments fixed.
Waiting for ARC2 library issue to be resolved:
comment #1: http://drupal.org/comment/reply/1162276#comment-4489280
issue 1124580: http://drupal.org/node/1124580
Comment #12
scor commentedI think we could also add a note about the new requirement on the entity module and maybe encourage to install restws for RDF serialization outputs?
Comment #13
clayball commentedAdded 'Related projects' and 'Dependencies' sections. used wording from: http://drupal.org/project/rdfx
Does that make sense to include?
Also added the more descriptive RDFx: notes from http://drupal.org/project/rdfx
Am I going overboard with this?
ps. I think I finally have this patch thing down. Thanks to everyone for being so helpful!
Comment #14
scor commentedThat's a good idea. Maybe add a sentence to introduce the description of all the modules, e.g. "This project includes the following modules:"
Comment #15
clayball commentedAdded wording from comment #14.
Also changed '-' bullets points to '*' when listing the modules included. I don't see any module documentation guidelines for this but figured it might be a good idea to use '*' for bullet points.
Comment #16
scor commentedThanks Clay! I've committed your changes: http://drupalcode.org/project/rdfx.git/commit/78dc7f7
Comment #18
h4ck3rm1k3 commentedHi,
the readme is still wrong.
drush rdf-download is what worked, it puts the data here:
The latest ARC2 library has been downloaded to sites/all/libraries
but the readme says
sites/all/modules/rdfx/vendor/arc which is wrong and does not work.
thanks,
mike
Comment #19
scor commentedsites/all/modules/rdfx/vendor/arc should work, that's what I use all the time. The README should encourage one location though, the sites/all/libraries one.
Comment #20
h4ck3rm1k3 commentedsites/all/modules/rdfx/vendor/arc i used a symlink to arc2, maybe that was the problem.
I used a copy instead of a symlink and it seems to work. thanks,
mike