[
http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12375880 ]
Gavin commented on FOR-537:
---------------------------
Ok, I see there are references to the 'three' plugin types further up the file,
but still remains references to sitemap.xmap also. I have corrected what I can
where I can that needed changing still, but there remains this section I am not
sure on how this works as it has changed recently, so if someone could re-word
this bit I'll add it to my patch of changes.
<section>
<title>How does Installation work?</title>
<p>When Forrest installs a plugin it downloads a zip of the plugin code and
extracts it into the <code>plugins</code> directory of Forrest and an entry
is made
in <code>src/plugins/sitemap.xmap</code>. For example, installing the
IMSManifest plugin described above will result in the following entry
being added to the plugin sitemap:</p>
<source><![CDATA[
<map:select type="exists">
<map:when test="sitemap.xmap">
<map:mount uri-prefix=""
src="sitemap.xmap"
check-reload="yes"
pass-through="true"/>
</map:when>
</map:select>
]]></source>
<p>Installed plugins are managed by the
FORREST_INSTALL_DIR/plugins/sitemap.xmap file. This file is mounted
by the main Forrest sitemap with the following code:</p>
<source><![CDATA[
<map:pipeline internal-only="false">
<map:mount uri-prefix=""
src="{forrest:plugins}/sitemap.xmap"
check-reload="yes"
pass-through="true"/>
</map:pipeline>
]]></source>
<note>The plugin sitemap.xmap file is automatically managed by Forrest,
the
end user need never edit this file.</note>
</section>
> Plugin documentation sitemap references
> ---------------------------------------
>
> Key: FOR-537
> URL: http://issues.apache.org/jira/browse/FOR-537
> Project: Forrest
> Type: Bug
> Components: Documentation and website
> Versions: 0.7
> Environment: n/a
> Reporter: Tim Williams
> Priority: Minor
> Fix For: 0.8-dev
>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
> src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira