summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkscape_help_faq.inx
blob: fda97c08b62f12b219ceb42e1bbf85187c176d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  <_name>FAQ</_name>
  <id>org.inkscape.help.faq</id>
  <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
  <param name="url" gui-hidden="true" type="string">https://inkscape.org/learn/faq/</param>
  <effect needs-document="false">
    <object-type>all</object-type>
    <effects-menu hidden="true" />
  </effect>
  <script>
    <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
  </script>
</inkscape-extension>