summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d65d58)
raw | patch | inline | side by side (parent: 7d65d58)
author | Leo Albert Jackson <lajjr@yahoo.com> | |
Thu, 22 Jul 2010 22:18:09 +0000 (18:18 -0400) | ||
committer | Leo Albert Jackson <lajjr@yahoo.com> | |
Thu, 22 Jul 2010 22:18:09 +0000 (18:18 -0400) |
50 files changed:
index 4ba89d2d6696dcde6ea153d95f982d11c1daf1eb..398e877e931efe5513c556aed8111426a7f34cf5 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index 2f0b327ed44a988274efe53d1b390edca6ecb4d1..3cb79b4879ddbc2f6dcde07fa470d9341a7f653b 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index 650d27d95dc1b5082ef9ad0f98f633de19c1a296..78c8521f14772c2349132ec65d725ba13d4fa61e 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index d1682a6413740dbebd351ce506bc43c88cb16226..23c0d6a46a9633f92e82f1961378d8660844e3bd 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index d5646a1a3d3842ac56271b5e68df20c126005828..03c31adf15d9ea1af00ea9c4fdf1102d3f82fe28 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index c79b7749d68840869b906addafbf21a0418cfc3a..a7029d98224c53c22a944a78a42208a7c424681b 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index 9113566a3074f89645bf6d3aacd4f66aadf123cb..8a93b497b747849529953db0b23a5587e0a90f43 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
Copyright (C) 2009 Aaron C Spike
index e0534ecc5a74879fe30be36271986f922e54bea0..e51cfa93a9ccc4ed13524b486fcf6ed1c5a5f5b2 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index 7b5f54ee1614b51ce9abf54665be6df806d9c68f..22902f2e4d22d73c57a2f8434440bc1248e0345b 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index 89c97eed6e478916cc4cb935902d2761c4217e77..15d189daaab0518f5405baf3e16d7c10852c1ef3 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index b41e94e8c9d3019146f5099d68e18cbe687a3494..2065cfae91d76045cfbaeccf162d7c1df069deda 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index b2257ebcbdb84b737ac79608ea5443e5c74d6863..281702c1ee457a5270f599a6e8de5cb41d3edacd 100644 (file)
-
+#!/usr/bin/env python
'''
Barcodes SVG Extention
index b3f7ed09fb4063219b4830989d827490099624d5..5976d6d97c0c99ba4dcce1309f5c26aec4e5f5f5 100644 (file)
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
#
# SpSVG
#
index c11b2a1270d1c8efdc34ab71dff57514387d5ae1..57e6e2ae8ed83d84153c47e7ca13a28a73f21b8b 100644 (file)
+#!/usr/bin/env python
import coloreffect,sys
class C(coloreffect.ColorEffect):
index 741473839421b80a44aa1bb2bd7934c3c255c240..6cec075d43a0b9b635ffd1e0e8a37fa0d8cfa666 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
index 1b866f68485315b649360e534aa62e5455ea6df9..5941d00ed91951a8b7a97c47571eccd5882075e8 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (int(round(r2*255)),int(round(g2*255)),int(round(b2*255)))
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index 40bfb19e688724d78c29284526c62ac9b34eea50..a8edb07c64c72d1309b3ce81f99c4896393fc337 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
index 28f747889070f9d32c9a6166d4e6793c6d2730e2..a2350a4d32be8c7eb128b34ba66e4adb53d939e0 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (ig,ig,ig)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index ce354b16776ba973d65bed70e70e848624ea3837..727f23570fa31c66c0d7612a36aa4f89790270ed 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (ig,ig,ig)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index ec44456416585db78ff005dbe85777256b59c291..d34a75019dd74a6e62157c1a24479a4572c6a9fd 100644 (file)
+#!/usr/bin/env python
import coloreffect, inkex
class C(coloreffect.ColorEffect):
index 8841490ceaecafd899f010845b3d4b5ef75cbb41..94dfb412d0bac378a75633fb283dfdbf767383af 100644 (file)
+#!/usr/bin/env python
import coloreffect, inkex
class C(coloreffect.ColorEffect):
index 7b06f98f5847767798a1ced98cf3292c85a65482..1d3702c7674127c947aaa8c59b23de4460882005 100644 (file)
+#!/usr/bin/env python
import coloreffect, inkex
class C(coloreffect.ColorEffect):
index 816a94c12b6f5e3aeee9ce1be715c4345c151b62..7d3406ec0ebd325dbe4c3f0931dff44081454cf0 100644 (file)
+#!/usr/bin/env python
import coloreffect, inkex
class C(coloreffect.ColorEffect):
index b930a86df06d31d55e2aafccb62b44f2ecd72678..bbc418c3f708d94e791e4523ba77428e8f76e8eb 100644 (file)
+#!/usr/bin/env python
import coloreffect, inkex
class C(coloreffect.ColorEffect):
index 5f3ab814f6ce8e705e0b34249dcacc3eb85ab93c..4ecb4987c0ba533b195d80d7053cc1e23274b46e 100644 (file)
+#!/usr/bin/env python
import coloreffect, inkex
class C(coloreffect.ColorEffect):
index 065586dcfcea03e8c1d00b342c78abb8d1b0c7ea..87a4bdce37932abbd22752e17adefd49ec284ba6 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (255-r,255-g,255-b)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index cfe82a8e3c1b64da3078825ca6835b760e6705cc..e27970e523e8128d0f2cc16130ae9048b5681562 100644 (file)
+#!/usr/bin/env python
import coloreffect,random,inkex
class C(coloreffect.ColorEffect):
index abba6ba5f70e5eb2d31ad11caf83297bbb7b2f6c..1ea207bdde31809668b436a17f5384e1b2e46a98 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (r,g,0)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index 09ba4d5d1193ec8a7a7df159668365f74122cc61..86fdc73e01b3331561f1a86a65ac43cc391b281b 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (r,0,b)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index 5963af4260b3874ce39052ccb7caddfd99a7ed8d..a6b92fd45ffc58380a18cb77294555f7c0bdaec9 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (0,g,b)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index c52d7595785bb665086106616de30466ba9ea689..edfd90a76d01eecdba5dd068ded8cdf8eedfcf15 100644 (file)
+#!/usr/bin/env python
import coloreffect
import inkex
index 3cac39ac5d76f48f46e962985e021ab4bbdab3a4..0fdcd47bc0127c3940dc29ea24a968493c5e992a 100644 (file)
+#!/usr/bin/env python
import coloreffect
class C(coloreffect.ColorEffect):
return '%02x%02x%02x' % (b,r,g)
c = C()
-c.affect()
\ No newline at end of file
+c.affect()
index c0a85f6b898422fb845ab8985b12a9a613a38074..f2e8387053a4c1756b64396cc06f31981e48691b 100644 (file)
+#!/usr/bin/env python
r14_header = ''' 0
SECTION
2
index 142f51bab6151d8db34fdb490a8798ceb1d75096..7c40ccca45063f7dcfa2c0c4c6d7cd311f3342d3 100644 (file)
+#!/usr/bin/env js
/*
** InkWeb - Inkscape's Javscript features for the open vector web
**
index 51736ad4ed3a405c049ba4be4636bf00223ce912..eb5cd25a9451d9d2c94fe0d6c313d744d245ca32 100755 (executable)
+#!usr/bin/env js
// Copyright 2008, 2009 Hannes Hochreiner
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/share/extensions/jessyInk_core_mouseHandler_noclick.js b/share/extensions/jessyInk_core_mouseHandler_noclick.js
index 88579754aeebc4394d1dd694cee6ba43b6ab6112..f97bda85204731a89392b7f101c258ae54bc7349 100644 (file)
+#!/usr/bin/env js
// Copyright 2008, 2009 Hannes Hochreiner
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/share/extensions/jessyInk_core_mouseHandler_zoomControl.js b/share/extensions/jessyInk_core_mouseHandler_zoomControl.js
index 7944ae82f0c38d7a9ed9ede9970bfe46a7e49775..7cbb85038e3e52e2f3b6b06ee7834704b3b51d65 100644 (file)
+#!/usr/bin/env js
// Copyright 2008, 2009 Hannes Hochreiner
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
diff --git a/share/extensions/render_alphabetsoup_config.py b/share/extensions/render_alphabetsoup_config.py
index a56120ea32f657dce536bcbb83ec004e04a86b84..204991123619ce6ae762365abb68c9801eb1e836 100644 (file)
+#!/usr/bin/env python
# Syntax format: (raise your hand if you know lisp :-)
#
# 'state0': ("file.svg", ( ( ('state1', dx, dy, T-B, L|R),),
index cdcb022cb5312314dcef7cb8dbe658dde787139c..3de1a07da0c74ede99feb9b8a552fbed3c786c72 100644 (file)
+#!/usr/bin/env python
'''
Copyright (C) 2007 Martin Owens
index f688444d61ba6f8e18b5f5381f99a98ef80c4216..89d42338a0ace03ea3f5d1781814ce8e7470a48c 100644 (file)
+#!/usr/bin/env python
import os
import sys
import tempfile
diff --git a/share/extensions/svg_and_media_zip_output.py b/share/extensions/svg_and_media_zip_output.py
index 8308d60623b149000a3856a580e2b730338e8bcb..dc5ca5f26890fb80274e4d97a8253e31349fd0fd 100644 (file)
-#! /usr/bin/env python
+#!/usr/bin/env python
"""
svg_and_media_zip_output.py
An extention which collects all images to the documents directory and
index 10fd9c385cc50fb0613d99287d8f3370c49d8856..3d0a21520a1eef60a931567d88048d4e1916cfef 100644 (file)
+#!/usr/bin/env python
# This software is OSI Certified Open Source Software.
# OSI Certified is a certification mark of the Open Source Initiative.
#
index 3dcbbc6acdc7e7e1dc42df9d7066adf12ebc41cb..09300f89159997d10819aaef4f46a45466f3c40b 100644 (file)
+#!/usr/bin/env python
#encoding: utf-8
import chardataeffect, inkex, string
index 167f7f89c327b0b6e859d034e85bc8ff3b49dd49..6ddb9d5ea72015d523d9364fe1c2fe60bb277337 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):
index 96dcef3fcfb89136719c387723468eaaed6280e7..c5e9e6279fa26fb2a63ccb3d9a08171e4303eb43 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):
index 0200aef3d6aee64798e1a483332c04f8d508abcf..74c061a7c4f88a3c08d92253a3f57096d8e1063f 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
import random
index 6fb08cd279728662eb5b41fbd094db37cd4e1bc9..b5d960430ee0a26884bb220a1737411a7c5b961b 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):
index c5929ceb05f0af947849e36f28108b1b4458b221..43460efc560488ea4cbc9ff6adfa4b0fc35ec34a 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):
index 2fd3c49c3f282fa282155efa46d9835c4dca2676..1af0db26b257ade9386f49928c8797dec5b0ce44 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):
index f5a51945dd95d0a4db423a0b41ffd7765475a267..772c1fd880f05e3a8630d1e6a543c7d235861086 100644 (file)
+#!/usr/bin/env python
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):