Code

Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html...
[inkscape.git] / share / extensions / inkscape_help_manual.inx
1 <inkscape-extension>
2     <_name>Inkscape Manual</_name>
3     <id>org.inkscape.help.manual</id>
4         <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
5         <param name="url" gui-hidden="1" type="string">http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php</param>
6     <effect needs-document="no">
7                 <object-type>all</object-type>
8                 <effects-menu hidden="yes"/>
9     </effect>
10     <script>
11         <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
12     </script>
13 </inkscape-extension>