Customising the Help Menu

You can use the help option to add links that will appear in the Help menu in Squore (? in the main toolbar), as shown below.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Bundle>
	<!-- Customise the help links that appear in the right menu -->
	<help label="OWASP 25" url="http://cwe.mitre.org/top25/" />
	<help label="JBoss Wiki" url="http://www.jboss.org/jbosswiki" profiles="ADMINISTRATOR;" />
</Bundle>

The help element accepts the following attributes:

A customised Help menu for a user with the ADMINISTRATOR profile.