rome/Propono/ROMEProponoVersion0.6.html
2016-04-24 20:59:50 +02:00

236 lines
9.9 KiB
HTML

<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2016-04-24
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="mkurz" />
<meta name="Date-Creation-yyyymmdd" content="20110816" />
<meta name="Date-Revision-yyyymmdd" content="20160424" />
<meta http-equiv="Content-Language" content="en" />
<title>ROME - ROME Propono Version 0.6</title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
<link rel="stylesheet" href="../css/site.css" />
<link rel="stylesheet" href="../css/print.css" media="print" />
<script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="http://github.com/rometools/rome">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left">
<a href="../index.html" id="bannerLeft">
<img src="../images/romelogo.png" alt="ROME"/>
</a>
</div>
<div class="pull-right"> </div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate" class="pull-right">Last Published: 2016-04-24</li> <li class="divider pull-right">|</li>
<li id="projectVersion" class="pull-right">Version: 1.7.0-SNAPSHOT</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Rome</li>
<li>
<a href="../index.html" title="Overview">
<i class="none"></i>
Overview</a>
</li>
<li>
<a href="../HowRomeWorks/index.html" title="How Rome Works">
<i class="icon-chevron-right"></i>
How Rome Works</a>
</li>
<li>
<a href="../RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.html" title="Tutorials And Articles">
<i class="none"></i>
Tutorials And Articles</a>
</li>
<li>
<a href="../ROMEReleases/index.html" title="Releases">
<i class="icon-chevron-right"></i>
Releases</a>
</li>
<li>
<a href="../ROMEDevelopmentProposals/index.html" title="ROME Development Proposals">
<i class="none"></i>
ROME Development Proposals</a>
</li>
<li>
<a href="../Modules/index.html" title="Modules">
<i class="icon-chevron-right"></i>
Modules</a>
</li>
<li>
<a href="../Fetcher/index.html" title="Fetcher">
<i class="icon-chevron-right"></i>
Fetcher</a>
</li>
<li>
<a href="../Opml/index.html" title="OPML">
<i class="none"></i>
OPML</a>
</li>
<li>
<a href="../Propono/index.html" title="Propono">
<i class="none"></i>
Propono</a>
</li>
<li>
<a href="../Certiorem/index.html" title="Certiorem">
<i class="icon-chevron-right"></i>
Certiorem</a>
</li>
<li class="nav-header">Project Documentation</li>
<li>
<a href="../project-info.html" title="Project Information">
<i class="icon-chevron-right"></i>
Project Information</a>
</li>
</ul>
<hr class="divider" />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
</a>
</div>
</div>
</div>
<div id="bodyColumn" class="span9" >
<div class="section">
<h2>ROME Propono Version 0.6<a name="ROME_Propono_Version_0.6"></a></h2>
<p>September 30, 2007</p>
<p>This is the third release of the <a href="./index.html">Rome Propono</a> publishing library. It includes major changes to add support for the final Atom Publishing Protocol specification relative URIs and out-of-line categories. It's an an interim release it includes a pre-release version of ROME 0.9.1-dev. A new version will follow as soon as ROME 0.9.1 (or 1.0) has been finalized.</p>
<div class="section">
<h3>Downloads<a name="Downloads"></a></h3>
<ul>
<li><a href="./rome-propono-0.6-src.zip">rome-propono-0.6-src.zip</a></li>
<li><a href="./rome-propono-0.6.tar.gz">rome-propono-0.6.tar.gz</a></li>
<li><a href="./rome-propono-0.6.zip">rome-propono-0.6.zip</a></li>
<li><a href="./rome-propono-0.6-src.tar.gz">rome-propono-0.6-src.tar.gz</a></li></ul></div>
<div class="section">
<h3>API Docs<a name="API_Docs"></a></h3>
<ul>
<li><a class="externalLink" href="https://rome.dev.java.net/apidocs/subprojects/propono/0.6/overview-summary.html">Propono 0.6 API Docs</a></li></ul></div>
<div class="section">
<h3>Changes<a name="Changes"></a></h3>
<ul>
<li>Updated for APP final (draft #17) w/new APP URI &quot;http://www.w3.org/2007/app&quot;</li>
<li>Tested file-based server against Tim Bray's Ape (from CVS September 30, 2007).</li>
<li>Now includes pre-release of ROME 0.9.1 with key Atom parse fixes.</li>
<li>Changed arguements in Atom server's AtomHandler interface to accept AtomRequest objects instead of String[] pathinfo arrays.</li>
<li>Added support for relative URIs in the Service Document
<ul>
<li>Fixes <a class="externalLink" href="http://java.net/jira/browse/ROME-67">http://java.net/jira/browse/ROME-67</a></li>
<li>Added Collection.getHrefResolved()</li>
<li>Added Categories.getHrefResolved()</li></ul></li>
<li>Added new options to the file-based server's propono.properties file so you can turn on/off relative URIs and inline categories.
<ul>
<li>propono.atomserver.filebased.relativeURIs=true</li>
<li>propono.atomserver.filebased.inlineCategories=true</li></ul></li>
<li>Added support for out-of-line categories in Atom client classes
<ul>
<li>Added new Categories.href property</li>
<li>New ClientCategories classes can fetch remote categories from href URI</li>
<li>Fixes <a class="externalLink" href="http://java.net/jira/browse/ROME-68">http://java.net/jira/browse/ROME-68</a></li></ul></li>
<li>Added support for out-of-line categories in Atom server classes
<ul>
<li>New AtomHandler.getCategoriesDocument(String[] pathInfo) method</li>
<li>New AtomHandler.isCategoriesDocumentURI(String[] pathInfo) method</li></ul></li>
<li>Renamed Introspection to Service Document
<ul>
<li>AtomHandler.isIntrospectionURI() -&gt; AtomHandler.isSerivceDocumentURI()</li>
<li>AtomHandler.getIntrospection() -&gt; AtomHandler.getServiceDocument()</li>
<li>Added String[] pathInfo argument to getServiceDocument()</li></ul></li>
<li>Renamed PubControlModule to AppModule becuase it also supports app:edited
<ul>
<li>Added rome.properties file to configure AppModule</li></ul></li></ul></div></div>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row span12">Copyright &copy; 2016.
All Rights Reserved.
</div>
</div>
</footer>
</body>
</html>