Currently the README.txt file, when delineating the ways to install the ARC2 library, says that it should be put into the sites/all/modules/rdfx/vendor/arc/ARC2.php structure if drush is not used. However, from my understanding the preferred location of this library is now in the sites/libraries directory, along with the libraries module being loaded. This would make it also consistent with the path used in the Reports >> Status Reports for the ARC2 library. The README.txt file should reflect this new approach.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | readme-1241708-10.patch | 1.01 KB | clayball |
| #8 | readme-1241708-8.patch | 1.01 KB | clayball |
| #6 | rdf-download.jpg | 33.2 KB | mattkoltermann |
Comments
Comment #1
clayball commentedGood point. I'll update this this week.
Comment #2
laura s commentedI ran into this as well (because the drush script did not work for me).
Comment #3
scor commentedI'm in favor of the libraries location as well, +1.
@Laura s, I'm interested to hear about the issue you had with the drush script. Would appreciate if you could paste the error you got (feel free to create a separate issue for that).
Comment #4
laura s commentedDang! I thought I would have pasted the drush error. Now I am working remote on a different machine, so I don't have the backscroll to review. Drush did not install the library, but I don't recall what the error was. When I return, I will see if I can dredge it up.
Comment #5
clayball commentedSorry.. been busy. Will update this week.
Comment #6
mattkoltermann commentedFYI: I ran into the attached error until I did "sudo drush rdf-download" -- now all is well.
Comment #7
scor commentedhum, that seems like a file permission specific issue. Feel free to open a new issue about this if you feel there is a bug in the drush command of this module.
Comment #8
clayball commentedSorry for the long delay. Here's a patch.
Comment #9
scor commenteddreditor points out some whitespaces at the end of these lines.
side question: what do other modules do about the dependency on the libraries module? it seems for example the wysiwyg module does not require libraries. maybe rdfx should also check the sites/all/libraries/arc location without requiring libraries? anyways, let's keep rolling this README fix in the meantime...
Comment #10
clayball commentedThanks, scor. Fixed whitespace.
Good question regarding the libraries module. IMHO, I think making it required and having only one location would keep things simple. Allowing multiple locations seems reasonable but also complicates things which I don't think is really necessary and could possibly add confusion.
Comment #11
clayball commentedChanging status to 'needs review'.
Comment #12
scor commentedThanks Clay! fixed with http://drupalcode.org/project/rdfx.git/commit/c492a4d