<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>about Scriblio</title>
	<atom:link href="http://about.scriblio.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://about.scriblio.net</link>
	<description>open source software for libraries</description>
	<lastBuildDate>Thu, 18 Feb 2010 22:17:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Goals for Scriblio 2.9</title>
		<link>http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/</link>
		<comments>http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:06:27 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[plans]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=214</guid>
		<description><![CDATA[I&#8217;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&#8217;m working on aren&#8217;t connected to ILSs and demand original cataloging, and a number of the questions on the mail list seem to be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;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&#8217;m working on aren&#8217;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.</p>
<p>I&#8217;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 <a href="http://about.scriblio.net/scribbles/215/marcish-schema/">Marcish schema</a> in its own plugin and remove the code that registers the taxonomies it uses. That will add that will encourage other uses, like the <a href="http://wordpress.org/extend/plugins/scriblio-schema-cid/download/">Community Information Database schema</a>, 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).</p>
<p>Along the above lines, the plugin needs to make some of its behavior optional. The code could easily support <a href="http://groups.google.com/group/scriblio/browse_thread/thread/fa3a3f1b99f361da">browsing of blog posts</a> (<a href="http://about.scriblio.net/search/facets">I use it that way here</a>, actually), but Scrib&#8217;s assumption that catalog records belong in a named category and are hidden from the front page of the site conflicts with that. I&#8217;ll have to think through the different behaviors related to that and the options necessary for them.</p>
<p>Another admin UI change: the &#8220;default author for catalog records&#8221; setting doesn&#8217;t belong there. It&#8217;s used by the connector plugins, so I&#8217;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.</p>
<p>The widgets need to be changed to use the <a href="http://codex.wordpress.org/Widgets_API">WP 2.8 widget API</a>. 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:</p>
<ul>
<li>Allow arbitrary sorting of the facet results (<a href="http://www.plymouth.edu/development/donors/browse/">see Club Level here to see why</a>).</li>
<li>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&#8217;t exist in the found set will necessarily have to reset the search. That could be weird.</li>
<li>Use a checkbox metaphor: clicking a selected facet will deselect it and rerun the search.</li>
</ul>
<p>I&#8217;d also like to take better advantage of <a href="http://codex.wordpress.org/Function_Reference/register_taxonomy">improvements to WP&#8217;s taxonomy system since 2.7</a>. Specifically, the generation of nice URLs like <code>site.org/taxonomy_name/taxonomy_value</code> (right now, Scrib writes those URLs as <code>site.org/browse/?taxonomy_name=taxonomy_value</code>). The new URLs are much prettier, but it will take some work to figure out all the behaviors. Example: you&#8217;re browsing books at <code>site.org/format/books</code>, and wish to narrow the scope to non-fiction books. What URL should that be?</p>
<p>I&#8217;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 <code>WP_Query</code> object), the filters will break the query you&#8217;re likely trying to execute. I found this out while working on an update to the <a href="http://archives.colby-sawyer.edu/">Colby Sawyer archives</a> site, and found a smart solution in <a href="http://skeltoac.com/fulltext.php.txt">some code from Andy Skelton</a> (see his <code>fulltext_posts_orderby_once()</code>).<br />
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/215/marcish-schema/'>Marcish Schema</a></li>
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/using-scriblio/'>Using Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/'>Scribbles</a></li>
<li><a href='http://about.scriblio.net/scribbles/215/marcish-schema/'>Marcish Schema</a></li>
<li><a href='http://about.scriblio.net/download/'>Get Scriblio</a></li>
<li><a href='http://about.scriblio.net/scribbles/189/scriblio-27-released/'>Scriblio 2.7 released</a></li>
<li><a href='http://about.scriblio.net/scribbles/184/scriblio-en-espanol/'>Scriblio en Español</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marcish Schema</title>
		<link>http://about.scriblio.net/scribbles/215/marcish-schema/</link>
		<comments>http://about.scriblio.net/scribbles/215/marcish-schema/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:51:37 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[marcish]]></category>
		<category><![CDATA[Schema]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=215</guid>
		<description><![CDATA[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&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p><div class="contents innerindex"><h3>Contents</h3><ol><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_title_1">Title</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_attribution-not-repe_1">Attribution (not repeatable)</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_creator_1">Creator</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_subject_1">Subject</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_subject-date_1">Subject Date</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_subject-geography_1">Subject Geography</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_call-numbers_1">Call Numbers</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_text_1">Text</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_publication-informat_1">Publication Information</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_physical-details_1">Physical Details</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_linked-urls_1">Linked URLs</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_format_1">Format</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_standard-numbers_1">Standard Numbers</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_archival-source-deta_1">Archival Source Details</a></li><li><a href="http://about.scriblio.net/scribbles/215/marcish-schema/#215_related-record-links_1">Related Record Links</a></li></ol></div>The following is current as of May 13, 2009. <a href="http://plugins.trac.wordpress.org/browser/scriblio/trunk/scriblio.php#L1075">Check the code for changes</a>.</p>
<p>All fields are repeatable unless otherwise specified.</p>
<h3 id="215_title_1" >Title</h3>
<p>A text string.</p>
<h3 id="215_attribution-not-repe_1" >Attribution (not repeatable)</h3>
<p>A single text string, think of MARC&#8217;s 245$c statement of responsibility</p>
<h3 id="215_creator_1" >Creator</h3>
<p>Subfields: Name, Role</p>
<h3 id="215_subject_1" >Subject</h3>
<p>Subfields: seven discrete textual terms/phrases, each with an associated type</p>
<h3 id="215_subject-date_1" >Subject Date</h3>
<p>A numerical date or date range</p>
<h3 id="215_subject-geography_1" >Subject Geography</h3>
<p>A geographical point or area</p>
<h3 id="215_call-numbers_1" >Call Numbers</h3>
<p>Subfields: type, number, location</p>
<h3 id="215_text_1" >Text</h3>
<p>Subfields: Type, Language, Content, Notes</p>
<p>Pre-defined types include: description, transcription, translation, contents, review, notes, first words, last words, dedication, notable quotations, sample</p>
<h3 id="215_publication-informat_1" >Publication Information</h3>
<p>Subfields: publisher, edition, language, date (and date certainty), copyright status, copyright note</p>
<h3 id="215_physical-details_1" >Physical Details</h3>
<p>Subfields: width, height, depth (and unites of measure), weight (and unit), duration (minutes or pages), cost (and currency)</p>
<h3 id="215_linked-urls_1" >Linked URLs</h3>
<p>This is the equivalent of MARC&#8217;s 856 field (and thus nearly useless). My intention is to accept URLs in any field and properly link the data from there.</p>
<h3 id="215_format_1" >Format</h3>
<p>Information about the format of the object identified by the record.</p>
<h3 id="215_standard-numbers_1" >Standard Numbers</h3>
<p>Where you&#8217;d input ISBN, ISSN, and other standard numbers</p>
<h3 id="215_archival-source-deta_1" >Archival Source Details</h3>
<p>Information about the provenance of the object.</p>
<h3 id="215_related-record-links_1" >Related Record Links</h3>
<p>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</p>
<p>Of the above fields, these are indexed:</p>
<ul>
<li>creator</li>
<li>language</li>
<li>year of creation</li>
<li>month of creation</li>
<li>format</li>
<li>subject</li>
<li>genre</li>
<li>person</li>
<li>place</li>
<li>time</li>
<li>exhibit</li>
<li>subject year</li>
<li>subject month</li>
<li>subject day</li>
<li>collection</li>
<li>sourceid</li>
<li>isbn</li>
<li>issn</li>
<li>lccn</li>
<li>asin</li>
<li>ean</li>
<li>olid</li>
<li>oclc</li>
</ul>
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/'>Goals for Scriblio 2.9</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/installing-scriblio/'>Installing and Configuring Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/phpinfo/'>phpinfo</a></li>
<li><a href='http://about.scriblio.net/scribbles/87/scriblio-is-wordpress-some-pointers-to-wp-docs-to-get-started-with/'>Scriblio is WordPress, some pointers to WP docs to get started with</a></li>
<li><a href='http://about.scriblio.net/wiki/baseline-changes/'>Baseline Changes</a></li>
<li><a href='http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/'>Goals for Scriblio 2.9</a></li>
<li><a href='http://about.scriblio.net/scribbles/'>Scribbles</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/215/marcish-schema/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scriblio 2.7 released</title>
		<link>http://about.scriblio.net/scribbles/189/scriblio-27-released/</link>
		<comments>http://about.scriblio.net/scribbles/189/scriblio-27-released/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 04:57:22 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[press release]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[scriblio]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=189</guid>
		<description><![CDATA[
It&#8217;s been a long time coming, but it&#8217;s finally time to call Scriblio 2.7 stable. It&#8217;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&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/maisonbisson/3308721449/" title="Scriblio 2.7 Released by misterbisson, on Flickr"><img src="http://farm4.static.flickr.com/3565/3308721449_25cf0efe01.jpg" width="500" height="375" alt="Scriblio 2.7 Released" /></a></p>
<p>It&#8217;s been a long time coming, but it&#8217;s finally time to call Scriblio 2.7 stable. It&#8217;s available at the WordPress plugins repository and SVN:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/scriblio/">http://wordpress.org/extend/plugins/scriblio/</a></li>
<li><a href="http://svn.wp-plugins.org/scriblio/tags/2.7-r1/">http://svn.wp-plugins.org/scriblio/tags/2.7-r1/</a></li>
</ul>
<p>What&#8217;s new:</p>
<ul>
<li>An internal data model[1] that supports original cataloging of books and archive items and has some semblance to MARC and other formats.</li>
<li>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.</li>
<li>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 <a href="http://wordpress.org/extend/plugins/event-calendar/">Event Calendar 3</a> on the same site.</li>
<li>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?</li>
<li>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.</li>
</ul>
<p>What&#8217;s broken:</p>
<ul>
<li>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.</li>
<li>This is a stable release, but it&#8217;s not necessarily feature complete. And certain things, like setting good defaults for new installs is not yet really complete.</li>
</ul>
<p>It&#8217;s open source:</p>
<ul>
<li>The software is licensed under the GPL, but it&#8217;s also supported by the community. Kelli Bogan and Brett Bonfield both deserve big shout outs for their contributions to the project.</li>
<li><a href="http://groups.google.com/group/scriblio/">The mail list</a> is a great place to ask questions or point out bugs, and there are likely to be a few bugs.</li>
</ul>
<p>[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.</p>
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/using-scriblio/'>Using Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/what-are-facets/'>What Are Facets?</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/184/scriblio-en-espanol/'>Scriblio en Español</a></li>
<li><a href='http://about.scriblio.net/scribbles/111/scriblio-usability-review/'>Scriblio Usability Review</a></li>
<li><a href='http://about.scriblio.net/scribbles/109/scriblio-matc-project-final-report/'>Scriblio MATC Project Final Report</a></li>
<li><a href='http://about.scriblio.net/wiki/what-is-rss/'>What is RSS?</a></li>
<li><a href='http://about.scriblio.net/scribbles/107/scriblio-23-v4-released/'>Scriblio 2.3 v4 Released</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/189/scriblio-27-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scriblio en Español</title>
		<link>http://about.scriblio.net/scribbles/184/scriblio-en-espanol/</link>
		<comments>http://about.scriblio.net/scribbles/184/scriblio-en-espanol/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 04:20:24 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[scriblio]]></category>
		<category><![CDATA[Spanish]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=184</guid>
		<description><![CDATA[David Ramírez and Oskar Calvo have taken on the task of developing Spanish language Scriblio documentation and translation. Here&#8217;s David&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-185" title="Scriblio en Español" style="float: right; margin: 0 0 .5em .5em;" src="http://about.scriblio.net/files/2009/02/esscriblionet-284x300.png" alt="Scriblio en Español" width="284" height="300" />David Ramírez and Oskar Calvo have taken on the task of developing <a href="http://es.scriblio.net/">Spanish language Scriblio documentation</a> and translation. Here&#8217;s David&#8217;s <a href="http://groups.google.com/group/scriblio/browse_thread/thread/2097d829f06b1159">introduction to the Scriblio mail list</a>:</p>
<blockquote><p>Esta es una invitación para el nuevo sitio de Scriblio en español:</p>
<p><a href="http://es.scriblio.net">http://es.scriblio.net/</a></p>
<p>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<br />
en español.</p></blockquote>
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/using-scriblio/'>Using Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
<li><a href='http://about.scriblio.net/scribbles/189/scriblio-27-released/'>Scriblio 2.7 released</a></li>
<li><a href='http://about.scriblio.net/scribbles/107/scriblio-23-v4-released/'>Scriblio 2.3 v4 Released</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/189/scriblio-27-released/'>Scriblio 2.7 released</a></li>
<li><a href='http://about.scriblio.net/scribbles/111/scriblio-usability-review/'>Scriblio Usability Review</a></li>
<li><a href='http://about.scriblio.net/scribbles/109/scriblio-matc-project-final-report/'>Scriblio MATC Project Final Report</a></li>
<li><a href='http://about.scriblio.net/wiki/what-is-rss/'>What is RSS?</a></li>
<li><a href='http://about.scriblio.net/scribbles/107/scriblio-23-v4-released/'>Scriblio 2.3 v4 Released</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/184/scriblio-en-espanol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scriblio Download Location Changed</title>
		<link>http://about.scriblio.net/scribbles/180/scriblio-download-location-changed/</link>
		<comments>http://about.scriblio.net/scribbles/180/scriblio-download-location-changed/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 04:23:02 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=180</guid>
		<description><![CDATA[The change is not entirely complete, but anybody who goes looking to download Scriblio should now look in the WordPress plugin repository. Zip&#8217;d copies of various versions of the plugin are available, and you&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p>The change is not entirely complete, but anybody who goes looking to download Scriblio should now look in the <a href="http://wordpress.org/extend/plugins/scriblio/">WordPress plugin repository</a>. <a href="http://wordpress.org/extend/plugins/scriblio/download/">Zip&#8217;d copies of various versions</a> of the plugin are available, and you&#8217;ll also find the <a href="http://svn.wp-plugins.org/scriblio/">Subversion repository</a> there.</p>
<p>I still have to write a readme file to update the <a href="http://wordpress.org/extend/plugins/scriblio/">main entry in the plugin directory</a> and there are likely stil a few links I need to update here on the website.</p>
<p>Though I use Subversion almost exclusively to keep my WordPress install and all the plugins I use up to date, I can&#8217;t deny that most users depend on zip-file downloads and WordPress&#8217; automatic update mechanism. Moving hosting the Scriblio code there makes it easier to support those users.</p>
<p>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&#8217;t using them to keep unnecessary code off their server.<br />
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/download/23-version/'>Get Scriblio &#8212; 2.3 Version</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/svn/'>Using Subversion</a></li>
<li><a href='http://about.scriblio.net/wiki/using-scriblio/'>Using Scriblio</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/155/scriblio-svn-repository-changes/'>Scriblio SVN Repository Changes</a></li>
<li><a href='http://about.scriblio.net/download/23-version/'>Get Scriblio &#8212; 2.3 Version</a></li>
<li><a href='http://about.scriblio.net/wiki/svn/'>Using Subversion</a></li>
<li><a href='http://about.scriblio.net/scribbles/86/getting-going/'>Getting Going</a></li>
<li><a href='http://about.scriblio.net/download/pre-23-versions/'>Get Scriblio &#8212; Pre 2.3 Versions</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/180/scriblio-download-location-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scriblio SVN Repository Changes</title>
		<link>http://about.scriblio.net/scribbles/155/scriblio-svn-repository-changes/</link>
		<comments>http://about.scriblio.net/scribbles/155/scriblio-svn-repository-changes/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 01:09:03 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[repository layout]]></category>
		<category><![CDATA[stable]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=155</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>I recently posted a significant update of Scriblio to <a href="http://about.scriblio.net/wiki/svn">SVN</a>. The code is alpha quality and not ready for production, but it includes a number of enhancements, some incremental, some more significant.</p>
<p>More immediately, however, this marks a change in how the SVN repository is organized. The code in <a href="http://svn.scriblio.net/plugin/trunk/"><code>/trunk</code></a> is now in some stage of development, stable releases can be found in <a href="http://svn.scriblio.net/plugin/tags/"><code>/tags</code></a>.</p>
<p>Development:</p>
<ul>
<li><a href="http://svn.scriblio.net/plugin/trunk">http://svn.scriblio.net/plugin/trunk</a></li>
</ul>
<p>Stable:</p>
<ul>
<li><a href="http://svn.scriblio.net/plugin/tags/2.3v6">http://svn.scriblio.net/plugin/tags/2.3v6</a></li>
<li><a href="http://about.scriblio.net/downloads/scriblio_plugin.tar.gz">http://about.scriblio.net/downloads/scriblio_plugin.tar.gz</a></li>
</ul>
<p>And what will you find <a href="http://groups.google.com/group/scriblio/browse_thread/thread/16d25e9ee28a295f">in the development version</a>?<br />
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/svn/'>Using Subversion</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
<li><a href='http://about.scriblio.net/scribbles/180/scriblio-download-location-changed/'>Scriblio Download Location Changed</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/svn/'>Using Subversion</a></li>
<li><a href='http://about.scriblio.net/scribbles/180/scriblio-download-location-changed/'>Scriblio Download Location Changed</a></li>
<li><a href='http://about.scriblio.net/download/23-version/'>Get Scriblio &#8212; 2.3 Version</a></li>
<li><a href='http://about.scriblio.net/scribbles/70/openlibraryorg-leveraging-digital-technologies-to-provide-open-universal-access-to-books/'>OpenLibrary.org: Leveraging Digital Technologies to Provide Open, Universal Access to Books</a></li>
<li><a href='http://about.scriblio.net/wiki/installing-scriblio/'>Installing and Configuring Scriblio</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/155/scriblio-svn-repository-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tamworth Library Updates, Puts On Spring Theme</title>
		<link>http://about.scriblio.net/scribbles/151/tamworth-library-updates-puts-on-spring-theme/</link>
		<comments>http://about.scriblio.net/scribbles/151/tamworth-library-updates-puts-on-spring-theme/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 11:07:02 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cook Memorial Library]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[public library]]></category>
		<category><![CDATA[Tamworth NH]]></category>
		<category><![CDATA[Tamworth Public Library]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=151</guid>
		<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/scriblio/2418789334/" title="Tamworth Library's Spring Colors by Scriblio, on Flickr"><img src="http://farm3.static.flickr.com/2102/2418789334_199a301375.jpg" width="500" height="435" alt="Tamworth Library's Spring Colors" /></a></p>
<p><a href="http://tamworthlibrary.org/">Cook Memorial Library</a> in Tamworth NH was the first public library to try out Scriblio, and now they&#8217;re the <a href="http://remainingrelevant.net/remaining/263">most recent library to update</a> to the newest version. Converting from the old pre-2.3 code is quite a chore, but <a href="http://remainingrelevant.net/">Lichen</a> also took the opportunity to brighten the new site up with a spring color palette selected by library director <a href="http://tamworthlibrary.org/about/staff/jay-rancourt">Jay Rancourt</a>. The theme is based on the default, though Lichen made a lot of modifications. Explore the site, <a href="http://tamworthlibrary.org/browse">browse the collection</a>, and <a href="http://tamworthlibrary.org/read/66583#respond">tell them how you like it</a>.<br />
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/using-scriblio/'>Using Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/svn/'>Using Subversion</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/70/openlibraryorg-leveraging-digital-technologies-to-provide-open-universal-access-to-books/'>OpenLibrary.org: Leveraging Digital Technologies to Provide Open, Universal Access to Books</a></li>
<li><a href='http://about.scriblio.net/scribbles/107/scriblio-23-v4-released/'>Scriblio 2.3 v4 Released</a></li>
<li><a href='http://about.scriblio.net/wiki/svn/'>Using Subversion</a></li>
<li><a href='http://about.scriblio.net'>About Scriblio</a></li>
<li><a href='http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/'>Goals for Scriblio 2.9</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/151/tamworth-library-updates-puts-on-spring-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LibDev Archived</title>
		<link>http://about.scriblio.net/scribbles/149/libdev-archived/</link>
		<comments>http://about.scriblio.net/scribbles/149/libdev-archived/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:51:55 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[LibDev Archive]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[archived content]]></category>
		<category><![CDATA[libdev]]></category>
		<category><![CDATA[message]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/?p=149</guid>
		<description><![CDATA[LibDev launched in June 2005 with the following invitation: LibDev is a site for those interested in libraries and networked information. 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?]]></description>
			<content:encoded><![CDATA[<p><a href='http://about.scriblio.net/wp-content/files/2008/04/edd92c5c38a958d257633f7fd170ac4ae7044deel.jpeg'><img src="http://about.scriblio.net/wp-content/files/2008/04/edd92c5c38a958d257633f7fd170ac4ae7044deel.jpeg" alt="" title="libdev" width="201" height="147" class="alignright size-full wp-image-150" style="float: right; padding: 0 0 8px 8px;" /></a>LibDev <a href="http://about.scriblio.net/scribbles/117">launched in June 2005</a> with the following invitation:</p>
<blockquote><p>LibDev is a site for those interested in libraries and networked information. Want to find a way to apply <a href="http://technorati.com/help/tags.html">tags</a> or  <a href="http://www.theshiftedlibrarian.com/archives/2005/01/21/swan_tags.html">social bookmarking</a> to library content? Interested in <a href="http://www.wallandbinkley.com/quaedam/?p=25">how Wikipedia can serve libraries</a>? Want to find a better way to do patron loads or talk about what <a href="http://www.eweek.com/article2/0,1759,1378436,00.asp">identity management</a> means to libraries? Looking for single sign-on solutions so patrons can move seamlessly <a href="http://www.plymouth.edu/library/?portal">from the campus portal to your OPAC without re-authenticating</a>? Do you know your library is sitting on a goldmine of valuable data that you can&#8217;t use because there are too many systems and vendors who can&#8217;t or won&#8217;t talk to eachother?</p></blockquote>
<p><a href="http://about.scriblio.net/scribbles/author/eby">Ryan Eby</a>, <a href="http://about.scriblio.net/scribbles/author/dwalker">David Walker</a> and I posted <a href="http://about.scriblio.net/index.php?category_name=libdev-archive&#038;paged=2">32 stories</a> in the year or so it was going, and if you look around you&#8217;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&#8217;ve <a href="http://about.scriblio.net/index.php?category_name=libdev-archive">moved it here</a>.</p>
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/download/23-version/'>Get Scriblio &#8212; 2.3 Version</a></li>
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/scribbles/117/hello-world-2/'>Welcome to LibDev</a></li>
<li><a href='http://about.scriblio.net/wiki/installing-scriblio/'>Installing and Configuring Scriblio</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/147/a-small-update/'>A small update</a></li>
<li><a href='http://about.scriblio.net/scribbles/120/front-page-story2/'>XML Server and web services</a></li>
<li><a href='http://about.scriblio.net/scribbles/119/front-page-story3/'>Who&#8217;s looking at portal integration?</a></li>
<li><a href='http://about.scriblio.net/scribbles/118/asdasd/'>LibDev Forums</a></li>
<li><a href='http://about.scriblio.net/scribbles/117/hello-world-2/'>Welcome to LibDev</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/149/libdev-archived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Feature: Google Book Search Integration</title>
		<link>http://about.scriblio.net/scribbles/114/new-feature-google-book-search-integration/</link>
		<comments>http://about.scriblio.net/scribbles/114/new-feature-google-book-search-integration/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 19:02:43 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[GBS]]></category>
		<category><![CDATA[Google Book Search]]></category>
		<category><![CDATA[read online]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/scribbles/114</guid>
		<description><![CDATA[(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.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/scriblio/2330864515/" title="Google Book Search integrated in Scriblio by Scriblio, on Flickr"><img src="http://farm3.static.flickr.com/2030/2330864515_92a3e21cb9.jpg" width="500" height="341" alt="Google Book Search integrated in Scriblio" /></a></p>
<p>(<a href="http://maisonbisson.com/blog/post/12104/scriblio-integrates-google-book-search-links">crossposted at MaisonBisson</a>)</p>
<p>Using the <a href="http://googleblog.blogspot.com/2008/03/book-info-where-you-need-it-when-you.html" title="Official Google Blog: Book info where you need it, when you need it">newly released</a> <a href="http://code.google.com/apis/books/" title="Google Book Search Book Viewability API - Google Code">book viewability API</a> in <a href="http://books.google.com/" title="Google Book Search">Google Book Search</a>, Plymouth State University&#8217;s <a href="http://library.plymouth.edu/read/336363">Lamson Library and Learning Commons</a> is <a href="http://booksearch.blogspot.com/2008/03/preview-books-anywhere-with-new-google.html" title="Inside Google Book Search: Preview books anywhere with the new Google Book Search API">one of the first libraries</a> to move beyond simply listing their books online and open them up to <a href="http://books.google.com/books?id=Fxn5e1XqXxUC&amp;printsec=frontcover#PPA13,M1">reading</a> and <a href="http://books.google.com/books?id=s2wMhsV9lgwC&amp;pg=PA112&amp;vq=plymouth&amp;source=gbs_search_s&amp;sig=JTN75hUtUW53mbVtu0EZV4N3gr0">searching</a> via the web. </p>
<p>Take a look at how this works with books by Plymouth authors <a href="http://library.plymouth.edu/read/322157">Bruce Heald</a> and <a href="http://library.plymouth.edu/read/184908">Joseph Monninger</a>. 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.</p>
<p><a href="http://borkweb.com/">Matthew Batchelder</a> wrote the JavaScript that makes it work, and all the features are incorporated in the <a href="http://about.scriblio.net/wiki/svn#90_status_1">current version</a> of <a href="http://about.scriblio.net/">Scriblio</a>. To implement it in an existing Scriblio installation, take a look at <a href="http://svn.scriblio.net/theme/trunk/scripts/jquery.googlebook.js">Matt&#8217;s script</a> how it&#8217;s included in the theme&#8217;s <a href="http://svn.scriblio.net/theme/trunk/header.php">header.php</a>. You&#8217;ll also need to make sure your site&#8217;s catalog records include ISBNs to link with (I&#8217;ll be adding support for LCCNs and OCLCNs soon). If you&#8217;re using the standard MARC or III importers and your source records contain ISBNs, you should be all set.<br />
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/using-scriblio/'>Using Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/new-titles/'>New Titles</a></li>
<li><a href='http://about.scriblio.net/wiki/what-are-facets/'>What Are Facets?</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/214/goals-for-scriblio-2-9/'>Goals for Scriblio 2.9</a></li>
<li><a href='http://about.scriblio.net/scribbles/'>Scribbles</a></li>
<li><a href='http://about.scriblio.net/scribbles/215/marcish-schema/'>Marcish Schema</a></li>
<li><a href='http://about.scriblio.net/download/'>Get Scriblio</a></li>
<li><a href='http://about.scriblio.net/scribbles/189/scriblio-27-released/'>Scriblio 2.7 released</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/114/new-feature-google-book-search-integration/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Scriblio Usability Review</title>
		<link>http://about.scriblio.net/scribbles/111/scriblio-usability-review/</link>
		<comments>http://about.scriblio.net/scribbles/111/scriblio-usability-review/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 23:47:00 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[scriblio]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://about.scriblio.net/scribbles/111</guid>
		<description><![CDATA[To ensure that Scriblio development is meeting the needs of the majority of library users who often have little or no experience with libraries, we approached usability consultant Robert Hoekman, Jr. Certain aspects of the Lamson site, such as the live reference chat, are dependent on individual libraries, but we offer the implementation and integration of those features as demonstrated at the Lamson site as an example of what is achievable in Scriblio implementations elsewhere.]]></description>
			<content:encoded><![CDATA[<p><a href="http://about.scriblio.net/wp-content/files/2008/02/scriblio_usabilityreview.pdf" title="Usability Review by Scriblio, on Flickr"><img src="http://farm4.static.flickr.com/3038/2296344661_1cc1e06bcd_m.jpg" width="185" height="240" alt="Usability Review" style="float:right; margin: 0 0 8px 8px; border: 1px solid black;" /></a>To ensure that Scriblio development is meeting the needs of the majority of library users who often have little or no experience with libraries, we approached usability consultant <a href="http://rhjr.net/">Robert Hoekman, Jr.</a> to perform an expert usability review of the software. Lamson Library&#8217;s implementation was selected as the object of the review because the library offers a rich set of supporting online services and the site is running the most current code. Though the Lamson site looks very different from an out of the box implementation of Scriblio, the way the system works and the way the data is presented to the user is the same. Certain aspects of the Lamson site, such as the live reference chat, are dependent on individual libraries, but we offer the implementation and integration of those features as demonstrated at the Lamson site as an example of what is achievable in Scriblio implementations elsewhere. </p>
<p>Hoekman is the founder of <a href="http://www.miskeeto.com/">Miskeeto</a>, a product development and web design consultancy, and author of <a href="http://library.plymouth.edu/read/322426">Designing the Obvious</a> and the forthcoming <a href="http://rhjr.net/dtm">Designing the Moment</a>, both from New Riders Press.  </p>
<p>In <a href="http://about.scriblio.net/wp-content/files/2008/02/scriblio_usabilityreview.pdf">his review</a>, Hoekman has identified details that may need improvement, but he also offered overall praise for the project: </p>
<blockquote><p>Scriblio succeeds in a number of areas where current alternatives fail. It is not only one of the best library systems on the web, it is one of the better e-commerce and knowledgebase systems. [...]<br />
OPAC developers everywhere should study Scriblio, learn from it, and start meeting the bar that Scriblio has set.
</p></blockquote>
<h3 class="bsuite_related_bypageviews">People who looked at this item also looked at&#8230;</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/wiki/managing-scriblio/'>Managing Scriblio</a></li>
<li><a href='http://about.scriblio.net/download/23-version/'>Get Scriblio &#8212; 2.3 Version</a></li>
<li><a href='http://about.scriblio.net/wiki/'>Wiki</a></li>
<li><a href='http://about.scriblio.net/wiki/installing-scriblio/'>Installing and Configuring Scriblio</a></li>
<li><a href='http://about.scriblio.net/wiki/what-are-facets/'>What Are Facets?</a></li>
</ul>
<h3 class="bsuite_related">Related items</h3>
<ul class="bsuite_related">
<li><a href='http://about.scriblio.net/scribbles/70/openlibraryorg-leveraging-digital-technologies-to-provide-open-universal-access-to-books/'>OpenLibrary.org: Leveraging Digital Technologies to Provide Open, Universal Access to Books</a></li>
<li><a href='http://about.scriblio.net/scribbles/189/scriblio-27-released/'>Scriblio 2.7 released</a></li>
<li><a href='http://about.scriblio.net/scribbles/184/scriblio-en-espanol/'>Scriblio en Español</a></li>
<li><a href='http://about.scriblio.net/scribbles/109/scriblio-matc-project-final-report/'>Scriblio MATC Project Final Report</a></li>
<li><a href='http://about.scriblio.net/wiki/what-is-rss/'>What is RSS?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://about.scriblio.net/scribbles/111/scriblio-usability-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>