This project has retired. For details please refer to its Attic page.
Release Notes for Plugin: projectInfo input current
Apache Forrest > Plugins
Plugin: projectInfo input
 
Font size:      

Release Notes for Plugin: projectInfo input current

pluginInfo 0.2

This plugin provides various mechanisms for extracting and displaying information about one or more projects.

Major Changes in Version 0.2

Note
This is not a complete list of changes, just some of the more important ones. A full list of changes in this release is available.

Changes to the Code Base

  • add Add support for svn log files. This let you extract changes based on a svn log file. Further this provides some handy ways to find out the first and last commit of a month and the generation of svn cli commands. Committed by TS.
  • add Add support for Use Case documentation. This can be used to generate various different types of user an developer documentation, such as step by step user instructions, or developer implementation notes. See http://localhost:8888/docs/developer/useCases.html for more information. Committed by RDG.
  • add Use locationmap for resolution of resources and files. Resources are exposed via {lm:projectInfo.*} Committed by RDG.
  • add Enable project-level locationmap to define the location of the project:status file which contains the change notes. Therefore this can even be from a remote location. Committed by DC.
  • add Add an automated index page that lists all projects in a category. Use projectDetails/category/*.xml to retrieve it. Committed by RDG.
  • add Add an automated project index page that lists all projects grouped by Category. Use projectDetails/category-index.xml to retrieve it. Committed by RDG.
  • add Add an automated index page that lists all projects using a specific language. Use projectDetails/*-lang.xml to retrieve it. Committed by RDG.
  • add Add an automated project index page that lists all projects grouped by language. Use projectDetails/lang-index.xml to retrieve it. Committed by RDG.
  • add Add an automated index page for all projects using a specified programming language. Use projectDetails/*-lang.xml to retrieve it. Committed by RDG.
  • add Add an automated site.xml snippet that provides links to an index page for all languages in use in all projects. XInclude projectDetails/lang_index.siteSnippet.xml in your site.xml file. Committed by RDG.
  • add Add an indexing capability for all known project descriptors. Committed by RDG.
  • add Use locationmap to expose plugin resources. Committed by RDG.
  • add Add projectDetails page using the DOAP.xml descriptor. Committed by RDG.