############################################################################ ## DOAP for RDF-LinkedData ################################################# ############################################################################ RDF-LinkedData ============== Created: 2009-04-23 Bug tracker: Maintainer: Gregory Todd Williams Maintainer: Kjetil Kjernsmo 0.05 [2010-06-13] # Major refactor, use Moose and Plack. - (Addition) use Moose - (Addition) Create a Plack PSGI script to run the server. This also serves as a basic usage example. - (Addition) Use Config::JFDI for configuration. - Many smaller changes. - (Addition) Create a RDF::LinkedData::Predicates with a title, description and page methods. - (Addition) More tests, also unit testing. - (Addition) Use Plack::Response and HTTP::Headers in the role itself. - (Removal) Remove Mojolicious::Lite script. - (Addition) A response method contains most of the logic. - (Addition) More documentation. - (Addition) Create RDF::LinkedData::ProviderRole, a Moose::Role with a default implementation. 0.03 [2010-05-06] # Add page method to use foaf:page for redirects. - (Bugfix) Really does require RDF::Trine 0.122. - (Addition) Add a page method that uses foaf:homepage or foaf:page to override the default page for redirect. - Minor cleanups. - (Removal) Remove boilerplate tests. 0.02 [2010-05-05] # Use RDF::Trine's conneg and bounded description code. - (Addition) Use RDF::Trine's content negotiation code. - (Addition) Use a HTTP::Headers object for conneg. - (Addition) Add some log messages. - (Removal) Remove the negotiate method. - (Addition) Use RDF::Trine's bounded description code. - Require RDF::Trine 0.121. - (Addition) Add and improve a type method that returns page or data. 0.001_01 # Code on Github by Gregory Todd Williams. 0.01 [2010-04-29] # Initial release. Kjetil Kjernsmo refactored Gregs code to separate the web server logic from the rest.