From 12ba6000ea3e442237bd1b26dacc0be96506c376 Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Sat, 25 Apr 2009 02:33:13 -0500 Subject: [PATCH] Starting on version 0.10, minor comment cleanup --- README.txt | 23 ----------------------- package.sh | 4 ++-- release-notes.html | 14 +++++++++----- scour.py | 11 ++--------- 4 files changed, 13 insertions(+), 39 deletions(-) diff --git a/README.txt b/README.txt index d464e46..e69de29 100644 --- a/README.txt +++ b/README.txt @@ -1,23 +0,0 @@ -Scour -===== - -Scour is a Python module that takes an input SVG and outputs a cleaner, -more concise SVG file. The goal is that authors will use this script after -editing the file in a GUI editor such as Inkscape or Adobe Illustrator. - -Scour was started as a vehicle for me to learn Python. In addition, the goal -is to reduce the amount of time I spend in cleaning up files I find on sites -such as openclipart.org - -Ideas are pulled from three places: - -- my head -- Sam Ruby's SVG Tidy script: http://intertwingly.net/code/svgtidy/svgtidy.rb -- Inkscape's proposal for a 'cleaned SVG': http://wiki.inkscape.org/wiki/index.php/Save_Cleaned_SVG - -Regards, - -Jeff Schiller -2009-04-06 -codedread@gmail.com -http://blog.codedread.com/ diff --git a/package.sh b/package.sh index 2272ebc..b347a94 100755 --- a/package.sh +++ b/package.sh @@ -1,4 +1,4 @@ #!/bin/bash -SCOURVER="0.09" -tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt +SCOURVER="0.10" +tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt release-notes.html gzip scour-$SCOURVER.tar diff --git a/release-notes.html b/release-notes.html index 74310e2..7ecbbcd 100644 --- a/release-notes.html +++ b/release-notes.html @@ -5,9 +5,13 @@ +

Scour Release Notes

+ +

Copyright 2009, Jeff Schiller

+
-

Version 0.09

+

Version 0.09