~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/extensions/jessyInk_export.inx

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 
3
        <_name>JessyInk zipped pdf or png output</_name>
 
4
        <id>jessyink.export</id>
 
5
        <dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
 
6
        <dependency type="executable" location="extensions">jessyInk_export.py</dependency>
 
7
        <dependency type="executable" location="extensions">inkex.py</dependency>
 
8
  <param name="tab" type="notebook">
 
9
    <page name="settings" _gui-text="Settings">
 
10
                        <param name="type" type="optiongroup" _gui-text="Type:">
 
11
        <_option value="PDF">PDF</_option>
 
12
        <_option value="PNG">PNG</_option>
 
13
                        </param>
 
14
                        <param name="resolution" type="int" min="50" max="1000" _gui-text="Resolution:">92</param>
 
15
                </page>
 
16
    <page name="help" _gui-text="Help">
 
17
      <_param name="help_text" type="description">This extension allows you to export a JessyInk presentation once you created an export layer in your browser. Please see code.google.com/p/jessyink for more details.</_param>
 
18
    </page>
 
19
  </param>
 
20
        <output>
 
21
                <extension>.zip</extension>
 
22
                <mimetype>application/x-zip</mimetype>
 
23
                <_filetypename>JessyInk zipped pdf or png output (*.zip)</_filetypename>
 
24
                <_filetypetooltip>Creates a zip file containing pdfs or pngs of all slides of a JessyInk presentation.</_filetypetooltip>
 
25
                <dataloss>TRUE</dataloss>
 
26
        </output>
 
27
        <script>
 
28
                <command reldir="extensions" interpreter="python">jessyInk_export.py</command>
 
29
                <helper_extension>org.inkscape.output.svg.inkscape</helper_extension>
 
30
        </script>
 
31
</inkscape-extension>