Changeset 284
- Timestamp:
- 03/20/2008 17:27:32 (8 months ago)
- Location:
- trunk
- Files:
-
- 5 modified
-
COPYING (modified) (1 diff)
-
README (modified) (1 diff)
-
Rakefile (modified) (2 diffs)
-
ext/redcloth_scan/redcloth_inline.rl (modified) (1 diff)
-
ext/redcloth_scan/redcloth_scan.rl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/COPYING
r272 r284 1 Copyright (c) 200 6 why the lucky stiff1 Copyright (c) 2008 Jason Garber 2 2 3 3 Permission is hereby granted, free of charge, to any person obtaining a copy -
trunk/README
r283 r284 1 1 = RedCloth - Textile parser for Ruby 2 2 3 Homepage:: http ://whytheluckystiff.net/ruby/redcloth/4 Author:: why the lucky stiff (http://whytheluckystiff.net/)5 Copyright:: (c) 200 6 why the lucky stiff3 Homepage:: https://code.whytheluckystiff.net/redcloth/ 4 Author:: Jason Garber 5 Copyright:: (c) 2008 Jason Garber 6 6 7 7 (See http://hobix.com/textile/ for a Textile reference.) -
trunk/Rakefile
r282 r284 82 82 s.summary = SUMMARY 83 83 s.description = s.summary 84 s.author = " why the lucky stiff"85 s.email = ' why@ruby-lang.org'84 s.author = "Jason Garber" 85 s.email = 'redcloth-upwards@rubyforge.org' 86 86 s.homepage = 'http://code.whytheluckystiff.net/redcloth/' 87 87 … … 159 159 s.summary = SUMMARY 160 160 s.description = s.summary 161 s.author = " why the lucky stiff"162 s.email = ' why@ruby-lang.org'161 s.author = "Jason Garber" 162 s.email = 'redcloth-upwards@rubyforge.org' 163 163 s.homepage = 'http://code.whytheluckystiff.net/redcloth/' 164 164 -
trunk/ext/redcloth_scan/redcloth_inline.rl
r274 r284 2 2 * redcloth_inline.rl 3 3 * 4 * $Author: why $ 5 * $Date$ 6 * 7 * Copyright (C) 2007 why the lucky stiff 4 * Copyright (C) 2008 Jason Garber 8 5 */ 9 6 #include <ruby.h> -
trunk/ext/redcloth_scan/redcloth_scan.rl
r282 r284 2 2 * redcloth_scan.rl 3 3 * 4 * $Author: why $ 5 * $Date$ 6 * 7 * Copyright (C) 2007 why the lucky stiff 4 * Copyright (C) 2008 Jason Garber 8 5 */ 9 6 #define redcloth_scan_c