# HG changeset patch # User Jeff Hammel # Date 1449170340 28800 # Node ID cffc729926b958fd64835fc65a483136be1394c5 # Parent 1203898cd1953f258a1754474b61a99ab9b31202 correct text and bump version diff -r 1203898cd195 -r cffc729926b9 README.txt --- a/README.txt Wed Jun 03 16:57:49 2015 -0700 +++ b/README.txt Thu Dec 03 11:19:00 2015 -0800 @@ -43,19 +43,13 @@ if it is given and the URL is not -Adding a License to a Template ------------------------------- - -[TODO] - - Web Service ----------- python has the ability to run files from stdin. This means you can run makeitso directly from the web:: - python <(curl http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI] + python <(curl http://k0s.org/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI] This uses the bash shell. If you have another shell you may have to use another syntax, download the file, or install the package. diff -r 1203898cd195 -r cffc729926b9 setup.py --- a/setup.py Wed Jun 03 16:57:49 2015 -0700 +++ b/setup.py Thu Dec 03 11:19:00 2015 -0800 @@ -7,7 +7,7 @@ except IOError: description = '' -version = '0.3.5' +version = '0.3.6' setup(name='MakeItSo', version=version, @@ -17,7 +17,7 @@ keywords='templates', author='Jeff Hammel', author_email='k0scist@gmail.com', - url='http://k0s.org/', + url='http://k0s.org/hg/MakeItSo', license='MPL', packages=['makeitso'], include_package_data=True,