public
Description: Easily serve your highlighted codefiles from a local webserver
Homepage: http://rubyforge.org/projects/codebutler/
Clone URL: git://github.com/cypher/codebutler.git
Update documentation to fix some formatting errors and add github url
cypher (author)
Fri Apr 04 08:31:29 -0700 2008
commit  00953382e1207439dabb3ccaa549350a66396d60
tree    8ae3f3e3bc3e943faf58670b6669dd20e9d9fa24
parent  be707d1ff18571964e6611d2bb4428b8dbc076a1
0
...
1
2
3
 
4
5
6
...
23
24
25
 
26
27
28
...
1
2
3
4
5
6
7
...
24
25
26
27
28
29
30
0
@@ -1,6 +1,7 @@
0
 = CodeButler
0
 
0
 * http://rubyforge.org/projects/codebutler/
0
+* http://github.com/cypher/codebutler/tree/master
0
 
0
 == DESCRIPTION:
0
 
0
@@ -23,6 +24,7 @@ gem install codebutler
0
 (The MIT License)
0
 
0
 Copyright (c) 2008 Markus Prinz
0
+
0
 Sinatra is Copyright (c) 2007 Blake Mizerany
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
...
1
2
3
4
 
 
5
6
7
...
1
2
 
 
3
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 #!/usr/bin/env ruby
0
 #
0
-# Created by Markus Prinz on 2008-4-3.
0
-# Copyright (c) 2008. All rights reserved.
0
+# Created by Markus Prinz on 2008-4-3.
0
+# Copyright (c) 2008. All rights reserved.
0
 #
0
 # Available options:
0
 # -p port
...
17
18
19
20
 
 
21
22
23
...
17
18
19
 
20
21
22
23
24
0
@@ -17,7 +17,8 @@ module CodeButler
0
   }
0
   
0
   # Ignore all command line arguments except -p
0
- # Clears ARGV to prevent sinatra from parsing
0
+ #
0
+ # Also clears ARGV to prevent sinatra from parsing
0
   def self.clean_argv
0
     if ARGV.include? "-h"
0
       puts <<-HELP

Comments

    No one has commented yet.