Installing Scriblio 2.3
Note: Cross-posted at Remaining Relevant.
Preparation
- Be sure your Apache installation has
mod_rewriteenabled. - Download and install WordPress 2.3.1
- Set your permalinks. Do this through Options -> Permalinks; personally, I like numeric. When you save, pay attention to the prompt regarding the
.htaccessfile – if it says that you must update it yourself, do so! (this may mean you have to create it.) If it says it’s been updated, you’re good. - Be sure your
wp-contentfolder is web-writable. - It’ll be easier for you to switch to the Classic Theme instead of the Default theme.
Make it Scriblio
- Download bSuite and place it in your
wp-content/plugins/folder. Then enable it in your blog’s dashboard -> Plugins. - Download the Scriblio plugin. I recommend getting the files from the svn depository, either by installing Subversion or by copying all the files in the trunk into a scriblio folder in your plugins folder. If you go this route, be sure to get them all including the import directory and all its contents.
- Activate the Scriblio plugin and the Scriblio Catalog Importer. Optionally, you can also activate the Scriblio III Catalog Importer (only useful if you’re working with a Innovative Interfaces ILS). I’m going to continue these instructions with the Scriblio Catalog Importer.
Bring in the catalog
- Let’s import some records. Choose the Scriblio Catalog Importer in Manage -> Import. And follow the instructions. If you don’t have a MARC export handy, you can try it with mine.
- If the records import and harvest with no problems, go to Presentation -> Widgets.
- This is all customizable, but for demonstration, scroll to the very bottom and choose five or so Scriblio facets.
- Drag the Search, Scrib Search Editor, Scrib Scope Selector, Scrib Spelling, and a few Scrib Facets into the sidebar.
- Fill in the text boxes of the Search Editor, Scrib Spelling, and Scope Selector. You can see what facets are available to you in the Options -> Scriblio screen. Try
authin one,subjin one,formatin another. Save. - Go to Options->Scriblio and Rebuild Spelling Table.
- Let’s try some searches–you should see facets and other goodies in the sidebar.
- Now play around with themes and widgets to customize.

October 31st, 2007 at 1:51 pm
[...] though it’s the sort of thing only a fool would do, I’m also planning to demonstrate how to install Scriblio, a web 2.0 platform for libraries (foolish because I plan to do it live and in real [...]
November 1st, 2007 at 1:29 pm
Hi – I am trying to install Scriblio (on Mac OS 10.4 – using MAMP)
When I activate the importer plugin I get the message
“Plugin could not be activated because it triggered a fatal error.”
Any ideas?
November 5th, 2007 at 7:25 pm
[...] elérhető a Scriblio telepítési útmutatója az új, 2.3-as verziószámú WordPress-hez is, ami ugye alaposan megkavarta a címkézési [...]
November 8th, 2007 at 5:58 am
Hi.
I got a “Fatal error” each tme I try to activate the Scriblio plugin… Should you help me ? Thanks a lot.
November 13th, 2007 at 9:15 pm
I’m thinking of using Scriblio to create a catalog. Can it create its own OPAC, or should I use some official open source OPAC or ILS? If so, what would work best for Scriblio?
November 16th, 2007 at 4:16 pm
I was getting the fatal error as well, but then I figured out I was running php 4 instead of 5.
November 29th, 2007 at 12:32 pm
@Andrew Heiss:
Scriblio is a complete OPAC replacement, but not an ILS. You can do original cataloging in Scriblio, but you’ll likely want to import records from elsewhere. As of today there are libraries getting records from an Innovative Interfaces ILS, Infocenter, plain old MARC exports, and Flickr. Work is being done to build an importer for Horizon, and the import architecture is such that an importer could be written for almost any type of data or format.
November 29th, 2007 at 12:39 pm
[...] way cool to see Lichen’s Scriblio installation instructions translated to Hungarian. Even cooler to have Sarah the tagging librarian take hard look at it and [...]
December 11th, 2007 at 8:25 pm
[...] Follow the directions at the download page and in Lichen’s walkthrough. [...]
December 11th, 2007 at 10:04 pm
[...] 2.3 v4 is out. See it. Download it. Install it. Join the mail [...]
December 12th, 2007 at 12:37 am
I always get error when activate scriblio plugins.
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/stikoedu/public_html/agung/wordpress/wp-content/plugins/scriblio/scriblio.php on line 83
please..need help. thank you
January 10th, 2008 at 5:11 pm
Casey:
We are seriously considering installing Scriblio so that we can have an online OPAC. Fortunately there is a volunteer in town who is skilled with word press and data bases in general. Have you heard of any one who might be building a scriblio extension (or whatever the proper term is) for all the circulation functions?
Leslie Vogt
Josiah Carpenter Library
Pittsfield, NH
January 16th, 2008 at 1:33 pm
Can you use this to connect directly into the ILS database, so patrons can view “live” status information? It seems the data would only be valid as of the last import date/time.
January 16th, 2008 at 6:21 pm
@Phil: Yes!
The data must be imported and indexed for Scriblio to work, but essential real time data like availability and location of an item are best represented live from the ILS. That’s exactly how it works at Plymouth State University, see this example: http://library.plymouth.edu/read/222334 . The location and status information are being fetched from the ILS as the page is generated (the result is then cached for a short time).
Here’s a not-quite-current example of the code: http://about.scriblio.net/wiki/scrib_availability . When a record is displayed, a typical install calls the
scrib_availabilityfunction, and that’s how the data gets fetched in real time.January 16th, 2008 at 6:42 pm
@Leslie Vogt:
Scriblio is rather narrowly focused on the challenges of representing the collection of the library, making it easily findable and accessible, and making it social. I’m not aware of anybody trying to build circulation functions at this time, but it’s something that can be done.
That said, I should also point out that Scriblio works interactively with existing ILSs (see the note above) to display current availability. And when that’s not easily available, as for Tamworth’s Cook Memorial Library, it’s not as dearly missed as you might suspect.