From 4d9117c40fba40ebeab71ba7645ea0cc9bcfdefd Mon Sep 17 00:00:00 2001 From: Mark Schafer Date: Tue, 8 Apr 2014 11:03:42 +1200 Subject: [PATCH] Revert "initial commit" This reverts commit c1affc0e2784b3bcf6476d6fb1296c28ef9231f6. --- .gitignore | 54 ------------------------------------------------------ LICENSE.md | 21 --------------------- README.md | 8 -------- 3 files changed, 83 deletions(-) delete mode 100644 .gitignore delete mode 100644 LICENSE.md delete mode 100644 README.md diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 51cbe85..0000000 --- a/.gitignore +++ /dev/null @@ -1,54 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -bin/ -build/ -develop-eggs/ -dist/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject - -# Rope -.ropeproject - -# Django stuff: -*.log -*.pot - -# Sphinx documentation -docs/_build/ - diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 766a0a5..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) {{{year}}} {{{fullname}}} - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 85c584f..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -inkscape_extension_template -=========================== - -An explicit inkscape template to be modified to make new extensions. - -Making a new extenmsion in inkscape requires a UI. -There are many fine extensions to use as examples but no single extension shows all the useful features. -This extension shows example parameters to cut and paste as well as a useful tab layout incorporating help.