# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:description "Changes for ASCOPE::Article::Collection" ; dc:identifier "$Id: Changes,v 1.20 2006/10/03 18:58:20 asc Exp $" ; dcterms:references . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.9" ; doap:created "2006-10-03" ; ]; asc:changes [ asc:bugfix "Fixed a regexp bug in _cleanuri that prevented author article URIs from being generated correctly" ; asc:bugfix "Ensure that $article is an article in _articleinfo" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.8" ; doap:created "2005-12-01" ; ]; asc:changes [ asc:addition "Added exportable RELS_LABELS_FORMAL constant"; asc:change "Changed default separator for keywords and authors in info hash from ',' to ';' - this change is not backwards compatible but the list separator value can be set by hand using the 'list_separator' method"; asc:update "Use n3 syntax for Changes file." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.7" ; doap:created "2004-09-20" ; ]; asc:changes [ asc:addition "Added 'images_for_tag' method."; asc:addition "Added 'images_for_image' method."; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.6" ; doap:created "2004-09-17" ; ]; asc:changes [ asc:addition "Added 'load_collection' object method."; asc:update "Replaced old calls to 'next' with 'return 0' in '_mk_html'"; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.5" ; doap:created "2004-09-15" ; ]; asc:changes [ asc:addition "Added 'authors' method."; asc:addition "Added 'tags_for_article' method."; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.4" ; doap:created "2004-08-15" ; ]; asc:changes [ asc:addition "Added 'articles_for_tag' method."; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.3" ; doap:created "2004-07-23" ; ]; asc:changes [ asc:addition "Added 'dated_space' argument to 'mk_html'." ; asc:update "Use File::Spec to build paths in 'mk_html'." ; asc:update "Modularized 'mk_html' and converted some package functions into package methods to make it easier to subclass things." ; asc:update "Updated 'hr_articleinfo' to convert XML::LibXML:: object for 'title' into a string (this was causing problems creating Plucene indexes...problems like IO::Scalar croak-ing)." ; asc:addition "Added better error handling in 'index_plucene' to catch and warn when some dependency chooses to die prematurely." ; asc:update "Updated 'index_plucene' to use article URI as unique identifier." ; asc:update "Updated 'index_plucene' to check whether an article has already been indexed." ; asc:update "Updated 'index_contextgrpah' to use article URI as unique identifier." ; asc:update "Updated 'index_contextgraph' to check whether an article has already been indexed." ; asc:addition "Started to add '::Constants' framework; this is incomplete and slated for version 1.4; removed local XPATH_ARTICLES constant just to be consistent while ::Constants::Xpath is written" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.2" ; doap:created "2004-07-11" ; ]; asc:changes [ asc:update "Fix the bug-fix in 1.1; bad use of last in a map context."; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.1" ; doap:created "2004-07-10" ; ]; asc:changes [ asc:update "Fixed bug in '_graph_slice' that was resulting in false negatives."; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.0" ; doap:created "2004-03-21" ; ]; asc:changes [ asc:comment "Initial public release." ; asc:addition "Added 'weigh_relations' object method." ; asc:addition "Added 'heaviest_relations' object method." ; asc:addition "Added 'graph_relations' object method." ; asc:update "Renamed 'rels' as 'relations'." ; asc:update "Renamed 'html_tree' as 'mk_html'." ; asc:update "Renamed 'mk_plucene' as 'index_plucene'." ; asc:update "Renamed 'mk_contextgraph' as 'index_contextgraph'." ; asc:update "Renamed 'mk_delicious' as 'index_delicious'." ; asc:update "Updated POD." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.5" ; doap:created "2004-03-04" ; ]; asc:changes [ asc:addition "Added 'mk_contextgraph' object method." ; asc:addition "Added hr_articleinfo function." ; asc:addition "Added private _articleinfo function and updated code where necessary." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.4" ; doap:created "2004-02-26" ; ]; asc:changes [ asc:addition "Added 'mk_delicious' object method" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.3" ; doap:created "2004-02-07" ; ]; asc:changes [ asc:addition "Added 'index' object method to index a daily using Plucene::Simple." ; asc:addition "Added 'stats' object method." ; asc:addition "Added private '_cleanarticle' function." ; asc:update "Updated 'html_tree' object method to call '_cleanarticle'." ; asc:update "Replaced use of CPAN::MakeMaker." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.2" ; doap:created "2003-01-26" ; ]; asc:changes [ asc:update "Updated to reflect article/@id changes in XML::SAXDriver::NYTimes 0.4" ; asc:addition "Added support for parsing 'xref' elements in html_tree()." ; asc:addition "Added _sectname() function." ; asc:addition "Added t/stub.t" ; ] . dcterms:isVersionOf ; doap:Version [ doap:revision "0.1" ; doap:created "2003-01-19" ; ]; asc:changes [ asc:comment "Initial revision." ; ] . a doap:Project ; doap:download-page "http://aaronland.info/perl/ascope/article/collection/" .