public
Description: Pack a folder (or selection) of files into a pastie; and then unpack it back into raw files
Homepage: http://pastiepacker.rubyforge.org
Clone URL: git://github.com/drnic/pastie-packer.git
renamed website/template.rhtml -> html.erb
drnic (author)
Sat Apr 05 00:08:33 -0700 2008
commit  e7f4083930d7041f45def83286ba228b08775234
tree    a92682767912a7577c0b7b3f64f74dccca78990e
parent  2f5a1bba1f6a39a80512dfb64db2915e9eab7147
...
36
37
38
39
 
...
36
37
38
 
39
0
@@ -36,4 +36,4 @@ website/index.html
0
 website/index.txt
0
 website/javascripts/rounded_corners_lite.inc.js
0
 website/stylesheets/screen.css
0
-website/template.rhtml
0
+website/template.html.erb
...
42
43
44
45
 
46
47
48
 
49
50
51
...
42
43
44
 
45
46
47
 
48
49
50
51
0
@@ -42,10 +42,10 @@ end
0
 
0
 if ARGV.length >= 1
0
   src, template = ARGV
0
- template ||= File.join(File.dirname(__FILE__), '/../website/template.rhtml')
0
+ template ||= File.join(File.dirname(__FILE__), '/../website/template.html.erb')
0
   
0
 else
0
- puts("Usage: #{File.split($0).last} source.txt [template.rhtml] > output.html")
0
+ puts("Usage: #{File.split($0).last} source.txt [template.html.erb] > output.html")
0
   exit!
0
 end
0
 

Comments

    No one has commented yet.