Re: [CODE4LIB] content inventory of mediawiki site?

2014-11-03 Thread Sylvain Machefert
Hello Tim, whenever you need something mediawiki related, if you have any knowledge of Python, you should have a look at pywikibot which is an incredible python library for anything related to a mediawiki instance. A little script that should fulfill your needs is available there :

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread raffaele messuti
Stuart Yeates wrote: Do any of these have built-in indexing? 800k records isn't going to fit in memory and if building my own MARC indexer is 'relatively straightforward' then you're a better coder than I am. you could try marcdb[1] from marctools[2] [1]

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Erik Hatcher
I’m surprised you didn’t recommend going straight to Solr and doing the reporting from there :) Index into Solr using your MARC library of choice (e.g. solrmarc) and then get all authorities using facet.field=authorities (or whatever field name used). Erik On Nov 2, 2014, at 7:24

Re: [CODE4LIB] Drupal question

2014-11-03 Thread Sergio Letuche
it seems this is only a theme, am i wrong? https://github.com/shermanlibrary/librarylearn 2014-11-01 16:22 GMT+02:00 Riley Childs rchi...@cucawarriors.com: Here is a WordPress theme/plugin to do this. I haven't used it personally but I have heard great things

Re: [CODE4LIB] Drupal question

2014-11-03 Thread Riley Childs
It provides plugins within the theme. Sent from my Windows Phone -- Riley Childs Senior Charlotte United Christian Academy Library Services Administrator IT Services Administrator (704) 537-0331x101 (704) 497-2086 rileychilds.net @rowdychildren I use Lync (select External Contact on any XMPP

Re: [CODE4LIB] Drupal question

2014-11-03 Thread Sergio Letuche
thank you for your quick reply, how one could install it? I am familiar with drupal distributions only i am afraid. Is this something similar? 2014-11-03 14:03 GMT+02:00 Riley Childs rchi...@cucawarriors.com: It provides plugins within the theme. Sent from my Windows Phone -- Riley Childs

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Kyle Banerjee
On Sun, Nov 2, 2014 at 6:29 PM, Stuart Yeates stuart.yea...@vuw.ac.nz wrote: Do any of these have built-in indexing? 800k records isn't going to fit in memory and if building my own MARC indexer is 'relatively straightforward' then you're a better coder than I am. Unless I'm missing

Re: [CODE4LIB] Q: Summon API Service?

2014-11-03 Thread Karen Coombs
I don't know what the Summon API uses to authenticate clients. It looks from the Python code like a key and secret is involved. You should be care about embedding these API credentials (key/secret) in a Javascript. This makes them available for anyone copy and use. Karen On Sun, Nov 2, 2014 at

Re: [CODE4LIB] Q: Summon API Service?

2014-11-03 Thread Kevin Bowrin
We're working on a Sierra API wrapper to make the API much easier to work with. The project code can be found at https://github.com/cudevmaxwell/tyro An example using ajax can be found here: https://github.com/cudevmaxwell/tyro/blob/master/static/index.html It's in alpha right now. Feel free

[CODE4LIB] Job: Head, Beinecke Library Digital Services Unit at Yale University

2014-11-03 Thread jobs
Head, Beinecke Library Digital Services Unit Yale University New Haven **Yale University offers exciting opportunities for achievement and growth in New Haven, Connecticut. Conveniently located between Boston and New York, New Haven is the creative capital of Connecticut with cultural resources

Re: [CODE4LIB] Q: Summon API Service?

2014-11-03 Thread nitin arora
I agree with Karen: due to the sensitive info and the Summon API terms of service it's important to avoid exposing your credentials - same reason nobody probably has or will offer a public proxy to the Summon API as mentioned in the embedded email from Oct. 26. On the other hand, you can create a

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Brian Kennison
On Nov 2, 2014, at 9:29 PM, Stuart Yeates stuart.yea...@vuw.ac.nzmailto:stuart.yea...@vuw.ac.nz wrote: Do any of these have built-in indexing? 800k records isn't going to fit in memory and if building my own MARC indexer is 'relatively straightforward' then you're a better coder than I am.

Re: [CODE4LIB] Q: Summon API Service?

2014-11-03 Thread Sara Amato
Good point about the credentials. Proxy sounds like the way to go. I'd appreciate seeing the php code you have when you are ready to share it. Thanks. On Nov 3, 2014, at 6:37 AM, nitin arora wrote: I agree with Karen: due to the sensitive info and the Summon API terms of service it's

[CODE4LIB] Special Issue Announcement and Call for Guest Editorial Committee Member Nominations

2014-11-03 Thread Heidi Elaine Dowding
The Code4Lib Journal (C4LJ) exists to foster community and share information among those interested in the intersection of libraries, technology, and the future. Discussions on the Code4Lib listserv and keynotes by Valerie Aurora and Sumana Harihareswara at Code4Lib 2014 show that diversity is a

[CODE4LIB] Job: Librarian/Archivist, Tenure-Track at Seton Hall University

2014-11-03 Thread jobs
Librarian/Archivist, Tenure-Track Seton Hall University South Orange Seton Hall University Libraries seeks a Librarian/Archivist primarily responsible for the arrangement and description of manuscript, institutional, print, photographic and related special collections, including the creation and

[CODE4LIB] code4lib-SoCal Fall Meetup - Nov 20

2014-11-03 Thread Joshua Gomez
ANNOUNCEMENT! Code4lib Southern California Fall Meeting November 20th, 2014, 9:30am-5pm Los Angeles Public Library, Central Library 630 W 5th Street Los Angeles, CA 90071 RSVP: http://www.meetup.com/Code4lib-SoCal/events/206265122/ Schedule: 9:30-9:45am Meet Greet - 9:45-10:00am Welcome

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Stuart Yeates
Thank you to all who responded with software suggestions. https://github.com/ubleipzig/marctools is looking like the most promising candidate so far. The more I read through the recommendations the more it dawned on me that I don't want to have to configure yet another java toolchain (yes I

Re: [CODE4LIB] Why learn Unix?

2014-11-03 Thread Devon
This thread is old, but I've just realized a benefit to already having a lot of unix experience under my belt. I'm taking some online courses and the first week of each course is essentially bringing the Windows and Mac users up to speed. This is a working directory, this is the command line,

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Stuart Yeates
Apologies, I should have used Plain English for an international audience. 'Sundry' means 'miscellaneous' or 'other' Ideally for each person, I'd generate a range of date for mentions, a check to see whether they had obituaries in the index, I'll also generate URLs into the search engines for

[CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Edward M. Corrado
This is slightly off-topic but I can't think of a better place to ask. I have been asked to investigate wireless barcode scanners, and preferably ones that can work with an iPad (or be connected to an iPad), for inventory purposes. I have found a few used in the retail environment but I was

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Jonathan LeBreton
in lieu of an ipadwould one consider using a chromebook which at least has USB connectivity (and would be less expensive than a replacement ipad if it got dropped while staff were juggling the scanner and book)? Jonathan LeBreton Senior Associate University Librarian Editor: 

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Edward M. Corrado
On Mon, Nov 3, 2014 at 4:04 PM, Jonathan LeBreton lebre...@temple.edu wrote: in lieu of an ipadwould one consider using a chromebook which at least has USB connectivity (and would be less expensive than a replacement ipad if it got dropped while staff were juggling the scanner and

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Cary Gordon
You could simply use an iPad as a barcode scanner. Disintermediate! On Nov 3, 2014, at 12:58 PM, Edward M. Corrado ecorr...@ecorrado.us wrote: This is slightly off-topic but I can't think of a better place to ask. I have been asked to investigate wireless barcode scanners, and preferably

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Dave Caroline
I use an old Wasp barcode scanner to scan my spine barcodes when stock checking a shelf or box of manuals. I think ease of use matters. The laser line makes it easy to point and fast, it looks so wrong to me watching people use pads to take pictures, also no waiting for mechanical focus. Dave

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Robert Haschart
I was going to echo Eric Hatcher's recommendation of Solr and SolrMarc, since I'm the creator of SolrMarc. It does provide many of the same tools as are described in the toolset you linked to, but it is designed to write to Solr rather than to a SQL style database. Solr may or may not be

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Owen Stephens
The MARC XML seemed to be an archive within an archive - I had to gunzip to get innzmetadata.xml then rename to innzmetadata.xml.gz and gunzip again to get the actual xml Owen Owen Stephens Owen Stephens Consulting Web: http://www.ostephens.com Email: o...@ostephens.com Telephone: 0121 288

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Suda, Phillip J
We have success with the CipherLab 1660/1661 bluetooth wireless barcode scanner working with iPads. Thanks, Phil Phillip Suda Systems Librarian Howard-Tilton Memorial Library Tulane University psu...@tulane.edu 504-865-5607 -Original Message- From: Code for Libraries

Re: [CODE4LIB] MARC reporting engine

2014-11-03 Thread Jonathan Rochkind
Hm. You don't need to keep all 800k records in memory, you just need to keep the data you need in memory, right? I'd keep a hash keyed by authorized heading, with the values I need there. I don't think you'll have trouble keeping such a hash in memory, for a batch process run manually once in

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Riley Childs
I like the unionnet SP-2100 (barcodeguy.com), it even has an SDK, but it runs about $350-$400 :( -- Riley Childs Senior Charlotte United Christian Academy IT Services Administrator Library Services Administrator https://rileychilds.net cell: +1 (704) 497-2086 office: +1 (704) 537-0331x101

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Thoreau R Lovell
We use the Teemi TMCT-10 Bluetooth barcode scanner. Works fine with IOS, Android, Mac and Windows. Costs less than $100. On Nov 3, 2014, at 12:58 PM, Edward M. Corrado ecorr...@ecorrado.us wrote: This is slightly off-topic but I can't think of a better place to ask. I have been asked to

Re: [CODE4LIB] Wireless barcode scanners

2014-11-03 Thread Fitchett, Deborah
We recently investigated this (for purposes of working with Alma, a web-based LMS(*)) and ended up deciding on a Surface 2 tablet combined with a Socketmobile CX2864-1336 (http://www.socketmobile.com/pdf/data-collection/chs_deployment-guide.pdf). The Socketmobile is also compatible with iOS.