summaryrefslogtreecommitdiffstats
path: root/share/extensions/README
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-09 08:28:15 +0000
committerMartin Owens <doctormo@gmail.com>2018-09-09 08:28:15 +0000
commit36c73a704b281e616d779b1eac5430d7527a9338 (patch)
tree189c5defb29728d428f44e17903bde11b89540a1 /share/extensions/README
parentUpdate selection-chemistry.cpp (diff)
downloadinkscape-36c73a704b281e616d779b1eac5430d7527a9338.tar.gz
inkscape-36c73a704b281e616d779b1eac5430d7527a9338.zip
Move extensions to git inkscape-extensions repository
Diffstat (limited to 'share/extensions/README')
-rw-r--r--share/extensions/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/extensions/README b/share/extensions/README
deleted file mode 100644
index 0d6e544e8..000000000
--- a/share/extensions/README
+++ /dev/null
@@ -1,12 +0,0 @@
-This folder contains Inkscape extensions, i.e. the scripts that
-implement some commands that you can use from within Inkscape. Most of
-these commands are in the Extensions menu.
-
-Each *.inx file describes an extension, listing its name, purpose,
-prerequisites, location within the menu, 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).
-
-Only include extensions here which are GPL-compatible. This includes
-Apache-2, MPL 1.1, certain Creative Commons licenses, and more. See
-https://www.gnu.org/licenses/license-list.html for guidance.