#!/bin/sh
cat << _EOF_
<openbox_pipe_menu>
    <separator label="Online Help"/>
    <item label="Frequently Asked Questions">
		<action name="Execute">
			<command>
				x-www-browser http://crunchbanglinux.org/wiki/faq
			</command>
		</action>
	</item>
	<item label="Tips, Scripts &amp; Tricks">
		<action name="Execute">
			<command>
				x-www-browser http://crunchbanglinux.org/forums/topic/378/quick-reference/
			</command>
		</action>
	</item>
	<item label="Themes Guide">
		<action name="Execute">
			<command>
				x-www-browser http://crunchbanglinux.org/wiki/theming
			</command>
		</action>
	</item>
	<separator/>
    <menu id="CrunchBangWWW" label="CrunchBang Linux">
	    <item label="CrunchBang Linux Homepage">
		    <action name="Execute">
			    <command>
				    x-www-browser http://crunchbanglinux.org/
			    </command>
		    </action>
	    </item>
	    <item label="CrunchBang Linux Wiki Pages">
		    <action name="Execute">
			    <command>
				    x-www-browser http://crunchbanglinux.org/wiki/
			    </command>
		    </action>
	    </item>
	    <item label="CrunchBang Linux Forums">
		    <action name="Execute">
			    <command>
				    x-www-browser http://crunchbanglinux.org/forums/
			    </command>
		    </action>
	    </item>
	    <item label="CrunchBang Linux Blog">
		    <action name="Execute">
			    <command>
				    x-www-browser http://crunchbanglinux.org/blog/
			    </command>
		    </action>
	    </item>
	    <item label="CrunchBang Linux Planet">
		    <action name="Execute">
			    <command>
				    x-www-browser http://crunchbanglinux.org/planet/
			    </command>
		    </action>
	    </item>
	</menu>
    <menu id="OpenboxWWW" label="Openbox">
        <item label="Openbox Homepage">
		    <action name="Execute">
			    <command>
				    x-www-browser "http://openbox.org/wiki/Main_Page"
			    </command>
		    </action>
	    </item>
	    <item label="Openbox Documentation">
		    <action name="Execute">
			    <command>
				    x-www-browser "http://openbox.org/wiki/Help:Contents"
			    </command>
		    </action>
	    </item>
	    <item label="Openbox FAQ">
		    <action name="Execute">
			    <command>
				    x-www-browser "http://openbox.org/wiki/Help:FAQ"
			    </command>
		    </action>
	    </item>
	    <item label="Openbox Getting Started">
		    <action name="Execute">
			    <command>
				    x-www-browser "http://openbox.org/wiki/Help:Getting_started"
			    </command>
		    </action>
	    </item>
	    <item label="Openbox Community Portal">
		    <action name="Execute">
			    <command>
				    x-www-browser "http://openbox.org/wiki/Openbox:Community_portal"
			    </command>
		    </action>
	    </item>
	</menu>
</openbox_pipe_menu>
_EOF_
