summaryrefslogtreecommitdiffstats
path: root/share/extensions/README
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /share/extensions/README
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'share/extensions/README')
-rw-r--r--share/extensions/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/extensions/README b/share/extensions/README
new file mode 100644
index 000000000..74b4f7bc1
--- /dev/null
+++ b/share/extensions/README
@@ -0,0 +1,12 @@
+This folder contains Inkscape extensions, i.e. the scripts
+that Inkscape uses to perform some specialized functions.
+
+Each *.inx file contains a description of an extension,
+listing its name, description, prerequisites, etc. These
+files are read by Inkscape on launch. Other files are
+the scripts themselves (Perl, Python, and Ruby are
+supported, as well as shell scripts).
+
+Some of the scripts here are not (yet) hooked up to Inkscape
+in any way but can be used from the command line (e.g.
+inkscape-shadow*).