Scriblo Logo Scriblo Logo
  • News
  • Get
 

Scriblio Questions Answered

Robin Gardella asked a few good questions via a comment at this site. They’re good FAQ material, so I wanted to post the questions and my answers.

Do I understand that Scriblio essentially is an “overlay” to the traditional catalog

Yes, and…. Scriblio has features that support original cataloging1, but it can also connect to an ILS or other systems to represent those collections. For the use you describe, it would indeed overlay on top of the existing ILS.

Would the regular catalog still exist beside the Scriblio interface of the catalog?

Yep. Scriblio doesn’t change the behavior of existing systems, but it can give you a new interface to them.

Also, because I already am using WordPress for the design of the web site, would it be necessary for me to create a new (additional) blog and have the Scriblio catalog run separately there?

Everything can run in the same instance of WordPress2, but you should be aware that a server that can host a WordPress blog is not always sufficient to host the entire library collection as well.

People who looked at this item also looked at…

  • Get Scriblio
  • Goals for Scriblio 2.9

Related items

  • Goals for Scriblio 2.9
  • Scribbles
  • Marcish Schema
  • Get Scriblio
  • Scriblio 2.7 released
  1. The Colby-Sawyer Haystack archives use all original cataloging. [↩]
  2. that’s exactly what I’d recommend, just like the Collingswood NJ Public Library [↩]
By Casey Bisson | March 19, 2010 – 2:47 pm | Comments Off
 

Goals for Scriblio 2.9

I’d like to make it easier to start a catalog from scratch, rather than ingesting records from an ILS or other system via a connector. More and more of the projects I’m working on aren’t connected to ILSs and demand original cataloging, and a number of the questions on the mail list seem to be related to that type of use as well.

I’d also like to remove the library-specific and ILS-connected assumptions the plugin now makes about the data in the catalog. I started work on this a while ago with the creation of the Marcish schema. The next step is to put the Marcish schema in its own plugin and remove the code that registers the taxonomies it uses. That will add that will encourage other uses, like the Community Information Database schema, and make maintenance of the code much easier (though it will also require that library users install the Marcish schema plugin when upgrading to 2.9).

Along the above lines, the plugin needs to make some of its behavior optional. The code could easily support browsing of blog posts (I use it that way here, actually), but Scrib’s assumption that catalog records belong in a named category and are hidden from the front page of the site conflicts with that. I’ll have to think through the different behaviors related to that and the options necessary for them.

Another admin UI change: the “default author for catalog records” setting doesn’t belong there. It’s used by the connector plugins, so I’ll move it there and change it so that it works like WordPress imports where you can choose an author or create a new one.

The widgets need to be changed to use the WP 2.8 widget API. Along the way, I need to improve the admin UI for them, making the Facet widget use check boxes for facet taxonomy selection instead of a text entry field. Feature requests related to widgets:

  • Allow arbitrary sorting of the facet results (see Club Level here to see why).
  • Make it an option to see all the values of a taxonomy, not just those that are available in the found set. Selecting a facet value that doesn’t exist in the found set will necessarily have to reset the search. That could be weird.
  • Use a checkbox metaphor: clicking a selected facet will deselect it and rerun the search.

I’d also like to take better advantage of improvements to WP’s taxonomy system since 2.7. Specifically, the generation of nice URLs like site.org/taxonomy_name/taxonomy_value (right now, Scrib writes those URLs as site.org/browse/?taxonomy_name=taxonomy_value). The new URLs are much prettier, but it will take some work to figure out all the behaviors. Example: you’re browsing books at site.org/format/books, and wish to narrow the scope to non-fiction books. What URL should that be?

I’ve also found a bug in the way Scrib adds search filters. If you then try run a new post loop (even if you create a new WP_Query object), the filters will break the query you’re likely trying to execute. I found this out while working on an update to the Colby Sawyer archives site, and found a smart solution in some code from Andy Skelton (see his fulltext_posts_orderby_once()).

People who looked at this item also looked at…

  • LibDev Archived
  • A small update
  • LibDev Forums
  • Welcome to LibDev
  • Marcish Schema

Related items

  • Scriblio Questions Answered
  • Scribbles
  • Marcish Schema
  • Get Scriblio
  • Scriblio 2.7 released
By Casey Bisson | February 18, 2010 – 4:06 pm | Comments Off
 

Marcish Schema

Contents

  1. Title
  2. Attribution (not repeatable)
  3. Creator
  4. Subject
  5. Subject Date
  6. Subject Geography
  7. Call Numbers
  8. Text
  9. Publication Information
  10. Physical Details
  11. Linked URLs
  12. Format
  13. Standard Numbers
  14. Archival Source Details
  15. Related Record Links
The following is current as of May 13, 2009. Check the code for changes.

All fields are repeatable unless otherwise specified.

Title

A text string.

Attribution (not repeatable)

A single text string, think of MARC’s 245$c statement of responsibility

Creator

Subfields: Name, Role

Subject

Subfields: seven discrete textual terms/phrases, each with an associated type

Subject Date

A numerical date or date range

Subject Geography

A geographical point or area

Call Numbers

Subfields: type, number, location

Text

Subfields: Type, Language, Content, Notes

Pre-defined types include: description, transcription, translation, contents, review, notes, first words, last words, dedication, notable quotations, sample

Publication Information

Subfields: publisher, edition, language, date (and date certainty), copyright status, copyright note

Physical Details

Subfields: width, height, depth (and unites of measure), weight (and unit), duration (minutes or pages), cost (and currency)

Linked URLs

This is the equivalent of MARC’s 856 field (and thus nearly useless). My intention is to accept URLs in any field and properly link the data from there.

Format

Information about the format of the object identified by the record.

Standard Numbers

Where you’d input ISBN, ISSN, and other standard numbers

Archival Source Details

Information about the provenance of the object.

Related Record Links

Predefined relationships include: parent, child, next in series/page, previous, and reverse side. This field could also easily store FRBR relationships. The expected input is a URL to a local or remote record

Of the above fields, these are indexed:

  • creator
  • language
  • year of creation
  • month of creation
  • format
  • subject
  • genre
  • person
  • place
  • time
  • exhibit
  • subject year
  • subject month
  • subject day
  • collection
  • sourceid
  • isbn
  • issn
  • lccn
  • asin
  • ean
  • olid
  • oclc

People who looked at this item also looked at…

  • LibDev Archived
  • Welcome to LibDev
  • Goals for Scriblio 2.9
  • Small Steps
  • Sweet victory

Related items

  • phpinfo
  • Scriblio is WordPress, some pointers to WP docs to get started with
  • Baseline Changes
  • Scriblio Questions Answered
  • Goals for Scriblio 2.9
By Casey Bisson | May 14, 2009 – 3:51 pm | Comments (1)
 

Scriblio 2.7 released

Scriblio 2.7 Released

It’s been a long time coming, but it’s finally time to call Scriblio 2.7 stable. It’s available at the WordPress plugins repository and SVN:

  • http://wordpress.org/extend/plugins/scriblio/
  • http://svn.wp-plugins.org/scriblio/tags/2.7-r1/

What’s new:

  • An internal data model[1] that supports original cataloging of books and archive items and has some semblance to MARC and other formats.
  • That data model also supports the automatic merging of records from multiple sources (or multiple copies of the same record in a single source), allowing you to easily and quickly build union catalogs or asynchronously enrich your catalog from external sources. All the data in the merged record is fully indexed and faceted.
  • A refactored SQL query architecture that better leverages the WP APIs and _should_ enabled better interoperability with other plugins. My first use case for this is making a faceted events calendar by using both Scriblio and Event Calendar 3 on the same site.
  • Internal support for representing the collection in a variety of forms. Only human-readable HTML is implemented now, but DC, RDF, MARC, or others could be easily implemented. Volunteers anybody?
  • Better support for automating the relationship between Scriblio and external ILSs or other systems. The III harvester, for instance, automatically harvests new records, updates previously harvested records, and fetches real-time availability information.

What’s broken:

  • The new data model broke all the harvesters for the previous version. Right now, the only harvester that works is for III. If you are harvesting data from another system, do not upgrade yet.
  • This is a stable release, but it’s not necessarily feature complete. And certain things, like setting good defaults for new installs is not yet really complete.

It’s open source:

  • The software is licensed under the GPL, but it’s also supported by the community. Kelli Bogan and Brett Bonfield both deserve big shout outs for their contributions to the project.
  • The mail list is a great place to ask questions or point out bugs, and there are likely to be a few bugs.

[1] This data model is in two parts: a generic framework for working with structured data in posts (the Meditor) as well as a an implementation of it that works well for books and digital collections (the Marcish form). The Meditor framework can be easily extended with other forms that may be more appropriate to other types of objects.

People who looked at this item also looked at…

  • Scriblio Usability Review
  • New Titles

Related items

  • Scriblio en Español
  • Paso 1: Instalación de WordPress
  • Scriblio Usability Review
  • Scriblio MATC Project Final Report
  • What is RSS?
By Casey Bisson | February 25, 2009 – 12:57 am | Comments (1)
 

Scriblio en Español

Scriblio en EspañolDavid Ramírez and Oskar Calvo have taken on the task of developing Spanish language Scriblio documentation and translation. Here’s David’s introduction to the Scriblio mail list:

Esta es una invitación para el nuevo sitio de Scriblio en español:

http://es.scriblio.net/

La idea es hacer comunidad, así que cualquier aporte es bienvenido. Estaremos hablando sobre instalación, uso, problemas, etc. para ir sacando adelante algunos manuales. Además de esto esperamos poco a poco publicar la versión en español de este software. Ya hay algunos posts y videotutoriales
en español.

Related items

  • Scriblio 2.7 released
  • Paso 1: Instalación de WordPress
  • Scriblio Usability Review
  • Scriblio MATC Project Final Report
  • What is RSS?
By Casey Bisson | February 25, 2009 – 12:20 am | Comments (1)
 

Scriblio Download Location Changed

The change is not entirely complete, but anybody who goes looking to download Scriblio should now look in the WordPress plugin repository. Zip’d copies of various versions of the plugin are available, and you’ll also find the Subversion repository there.

I still have to write a readme file to update the main entry in the plugin directory and there are likely stil a few links I need to update here on the website.

Though I use Subversion almost exclusively to keep my WordPress install and all the plugins I use up to date, I can’t deny that most users depend on zip-file downloads and WordPress’ automatic update mechanism. Moving hosting the Scriblio code there makes it easier to support those users.

In time I plan to remove the various importer plugins from the main Scriblio folder and post them at the plugin directory as separate projects. That solves both a maintenance problem of having independent projects in the same plugin folder, and allow those who aren’t using them to keep unnecessary code off their server.

People who looked at this item also looked at…

  • Get Scriblio
  • Goals for Scriblio 2.9
  • Get Scriblio — 2.3 Version

Related items

  • Scriblio SVN Repository Changes
  • Get Scriblio — 2.3 Version
  • Using Subversion
  • Getting Going
  • Get Scriblio — Pre 2.3 Versions
By Casey Bisson | November 10, 2008 – 12:23 am | Comments Off
 

Scriblio SVN Repository Changes

I recently posted a significant update of Scriblio to SVN. The code is alpha quality and not ready for production, but it includes a number of enhancements, some incremental, some more significant.

More immediately, however, this marks a change in how the SVN repository is organized. The code in /trunk is now in some stage of development, stable releases can be found in /tags.

Development:

  • http://svn.scriblio.net/plugin/trunk

Stable:

  • http://svn.scriblio.net/plugin/tags/2.3v6
  • http://about.scriblio.net/downloads/scriblio_plugin.tar.gz

And what will you find in the development version?

Related items

  • Using Subversion
  • Scriblio Download Location Changed
  • Get Scriblio — 2.3 Version
  • OpenLibrary.org: Leveraging Digital Technologies to Provide Open, Universal Access to Books
  • Installing and Configuring Scriblio
By Casey Bisson | June 7, 2008 – 9:09 pm | Comments Off
 

Tamworth Library Updates, Puts On Spring Theme

Tamworth Library's Spring Colors

Cook Memorial Library in Tamworth NH was the first public library to try out Scriblio, and now they’re the most recent library to update to the newest version. Converting from the old pre-2.3 code is quite a chore, but Lichen also took the opportunity to brighten the new site up with a spring color palette selected by library director Jay Rancourt. The theme is based on the default, though Lichen made a lot of modifications. Explore the site, browse the collection, and tell them how you like it.

Related items

  • OpenLibrary.org: Leveraging Digital Technologies to Provide Open, Universal Access to Books
  • Scriblio 2.3 v4 Released
  • Using Subversion
  • About Scriblio
  • Scriblio Questions Answered
By Casey Bisson | April 18, 2008 – 7:07 am | Comments (2)
 

LibDev Archived

LibDev launched in June 2005 with the following invitation:

LibDev is a site for those interested in libraries and networked information. Want to find a way to apply tags or social bookmarking to library content? Interested in how Wikipedia can serve libraries? Want to find a better way to do patron loads or talk about what identity management means to libraries? Looking for single sign-on solutions so patrons can move seamlessly from the campus portal to your OPAC without re-authenticating? Do you know your library is sitting on a goldmine of valuable data that you can’t use because there are too many systems and vendors who can’t or won’t talk to eachother?

Ryan Eby, David Walker and I posted 32 stories in the year or so it was going, and if you look around you’ll find a few that are still relevant and valuable now. Rather than lose that content to web vandals and spammers who whose efforts at defacing the old site were growing as our own interest in maintaining it was waning, I’ve moved it here.

People who looked at this item also looked at…

  • LibDev Forums
  • Welcome to LibDev
  • Marcish Schema
  • Goals for Scriblio 2.9
  • A small update

Related items

  • A small update
  • XML Server and web services
  • Who’s looking at portal integration?
  • LibDev Forums
  • Welcome to LibDev
By Casey Bisson | April 16, 2008 – 1:51 pm | Comments Off
 

New Feature: Google Book Search Integration

Google Book Search integrated in Scriblio

(crossposted at MaisonBisson)

Using the newly released book viewability API in Google Book Search, Plymouth State University’s Lamson Library and Learning Commons is one of the first libraries to move beyond simply listing their books online and open them up to reading and searching via the web.

Take a look at how this works with books by Plymouth authors Bruce Heald and Joseph Monninger. The “Browse on Google” link in the New Features section leads to extended previews of their works where you can browse excerpts of the books and search the full text.

Matthew Batchelder wrote the JavaScript that makes it work, and all the features are incorporated in the current version of Scriblio. To implement it in an existing Scriblio installation, take a look at Matt’s script how it’s included in the theme’s header.php. You’ll also need to make sure your site’s catalog records include ISBNs to link with (I’ll be adding support for LCCNs and OCLCNs soon). If you’re using the standard MARC or III importers and your source records contain ISBNs, you should be all set.

Related items

  • Scriblio Questions Answered
  • Goals for Scriblio 2.9
  • Scribbles
  • Marcish Schema
  • Get Scriblio
By Casey Bisson | March 13, 2008 – 2:02 pm | Comments (6)
 

Next Page »

  • Bookmark & Feeds

    • bookmark and share icon Bookmark and Share
    • RSS and feeds icon RSS Feeds
    • RSS and feeds icon Translate


Copyright © 2007 Scriblio. Some rights reserved. | Software License | Website Content License