From bess at virginia.edu Sun Jan 27 17:02:44 2008 From: bess at virginia.edu (Elizabeth Sadler) Date: Sun, 27 Jan 2008 17:02:44 -0500 Subject: [Blacklight-development] our first patch! References: <623ae4e80801262035y1d946735qe8f7872e29660431@mail.gmail.com> Message-ID: Thanks to Mary Beth Baker, who found a couple of problems in the first release of Blacklight. I'm going to fix these and re-release later tonight. I might even get my act together and port our svn server to rubyforge so it won't be so important to do frequent releases. Thank you, Mary Beth! Bess Begin forwarded message: > From: Mary Beth Baker > Date: January 26, 2008 11:35:22 PM EST > To: "bess at virginia.edu" > Subject: Blacklight test > > Dear Blacklight dev team: > > Thank you for releasing your alpha on RubyForge. > > I found the following details missing in your README.txt: > > required gems (dependencies): solr-ruby, marc, linguistics > rails-1.2.5 > > Also please patch catalog_controller.rb : > > --- catalog_controller_original.rb > +++ catalog_controller.rb > @@ -64,7 +64,7 @@ > def init_flare > flare_init_controller > @flare_config = { > - :solr_url=>'http://localhost:9009/solr', > + :solr_url=>'http://localhost:8983/solr', > :facet_values_limit=>FACET_VALUES_LIMIT > } > @flare = Flare::Context.new(@flare_config) > > > Awesome. Btw, why solr and not ferret or sphinx? > > Thanks, > > Mary Beth Baker > MLIS candidate- The University of Western Ontario > London, Ontario, Canada Elizabeth (Bess) Sadler Research and Development Librarian Digital Scholarship Services (DSS) Box 400129 Alderman Library University of Virginia Charlottesville, VA 22904 bess at virginia.edu (434) 243-2305 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/blacklight-development/attachments/20080127/ed61ba0b/attachment.html From bess at virginia.edu Mon Jan 28 10:16:56 2008 From: bess at virginia.edu (Bess Sadler) Date: Mon, 28 Jan 2008 10:16:56 -0500 Subject: [Blacklight-development] Blacklight 0.2 released Message-ID: <360CAEAE-C01E-45BB-8B40-0439E318224D@virginia.edu> It is pretty much the same as 0.1, but with better documentation and some config options fixed, and without the .svn files, so it's a smaller download. Bess Elizabeth (Bess) Sadler Research and Development Librarian Digital Scholarship Services Box 400129 Alderman Library University of Virginia Charlottesville, VA 22904 bess at virginia.edu (434) 243-2305 From bess at virginia.edu Mon Jan 28 11:05:19 2008 From: bess at virginia.edu (Bess Sadler) Date: Mon, 28 Jan 2008 11:05:19 -0500 Subject: [Blacklight-development] blacklight source svn is on rubyforge Message-ID: <0EC1551C-D06A-4944-A598-A69C6728EFAE@virginia.edu> You can access it via anonymous svn checkout like this: svn checkout http://blacklight.rubyforge.org/svn/ But if you're a committer, check it out like this so you can commit changes: svn checkout svn+ssh://developername at rubyforge.org/var/svn/ blacklight (where developername is your rubyforge id, natch) And you can browse the source online here: http:// blacklight.rubyforge.org/svn/ If you're a committer, please use this svn repository, and not the UVa ones from now on. Thanks! Bess From jronallo at gmail.com Tue Jan 29 10:15:05 2008 From: jronallo at gmail.com (Jason Ronallo) Date: Tue, 29 Jan 2008 10:15:05 -0500 Subject: [Blacklight-development] README patch Message-ID: <763570460801290715o1be462a7he1130decac4b91d6@mail.gmail.com> Hi, Attached is a small patch to the main README which might help folks get started. The only other problems I had getting blacklight set up had to do with having an old version of the ruport gem around that was trying to be activated. I'm using ruport on another project, but removing the old ruport gem made the error go away. What kinds of things are you looking to see done? What are your ideas on where you'd like to see development go? Would it be ok to set the ignore property on log files? One thing up front: I'd like to see the UV specific stuff moved to partials (or stripped out) so it can be an easier for folks to use as a replacement or supplementary catalog. --Jason Ronallo -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.diff Type: text/x-diff Size: 1490 bytes Desc: not available Url : http://rubyforge.org/pipermail/blacklight-development/attachments/20080129/a22f3080/attachment.bin