Issue Details (XML | Word | Printable)

Key: FOR-546
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Ron Blaschke
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

Sitemap reference doc should be updated to reflect plugin architecture

Created: 18/Jun/05 08:27 PM   Updated: 01/Mar/07 02:53 AM
Return to search
Component/s: Documentation and website
Affects Version/s: 0.7
Fix Version/s: 0.8

Time Tracking:
Not Specified


 Description  « Hide
The example at http://forrest.apache.org/0.7/docs/sitemap-ref.html#pdf uses a fo2pdf serializer. This probaly worked in versions < 0.7, because the PDF output feature was in the core, and the serializer was very likely declared there.

With version 0.7, PDF output is moved to a plugin, the fo2pdf serializer seems to be no longer there. The serializer should probably be added to the example, for completeness.

  <map:components>
    <map:serializers>
      <map:serializer name="fo2pdf"
                      src="org.apache.cocoon.serialization.FOPSerializer"
                      mime-type="application/pdf"/>
    </map:serializers>
  </map:components>

I found out about this because my sitemap uses the fo2pdf too (docbook to PDF), and had to add the serializer.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #481481 Sat Dec 02 01:24:20 UTC 2006 crossley Add a note that documentation has not been updated regarding sitemap examples and plugin sitemaps.
Issues FOR-546 and FOR-922
Files Changed
MODIFY /forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml

Repository Revision Date User Message
ASF #513074 Thu Mar 01 00:06:08 UTC 2007 thorsten FOR-546 - Sitemap reference doc should be updated to reflect plugin architecture
Files Changed
MODIFY /forrest/trunk/site-author/content/xdocs/docs_0_80/sitemap-ref.xml