comparison README.txt @ 212:cffc729926b9

correct text and bump version
author Jeff Hammel <k0scist@gmail.com>
date Thu, 03 Dec 2015 11:19:00 -0800
parents 8f5bfd2e5a35
children
comparison
equal deleted inserted replaced
211:1203898cd195 212:cffc729926b9
41 - url: url of the project 41 - url: url of the project
42 - repo: the repository of the project; this will be used for the URL 42 - repo: the repository of the project; this will be used for the URL
43 if it is given and the URL is not 43 if it is given and the URL is not
44 44
45 45
46 Adding a License to a Template
47 ------------------------------
48
49 [TODO]
50
51
52 Web Service 46 Web Service
53 ----------- 47 -----------
54 48
55 python has the ability to run files from stdin. This means you can 49 python has the ability to run files from stdin. This means you can
56 run makeitso directly from the web:: 50 run makeitso directly from the web::
57 51
58 python <(curl http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI] 52 python <(curl http://k0s.org/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py) [URI]
59 53
60 This uses the bash shell. If you have another shell you may have to 54 This uses the bash shell. If you have another shell you may have to
61 use another syntax, download the file, or install the package. 55 use another syntax, download the file, or install the package.
62 56
63 57