Changeset 6374
- Timestamp:
- 02/08/08 15:14:54 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/coderepos.org/scripts/commit-ping-to-irc/commig-ping-tiarra.rb
r6372 r6374 16 16 info = OpenStruct.new(yaml) 17 17 info.comment.sub!(/^.+:/m, "") if info.comment.include?(":") 18 info.rev = "????"19 18 20 19 info.lang = [] … … 33 32 info.platform << platform 34 33 info.project << project 34 when %r{^websites/([^/]+)} 35 info.project << Regexp.last_match[1] 35 36 else 36 37 info.path << o["path"] 37 38 end 38 39 end 40 41 info.project = info.path if info.project.empty? 39 42 40 43 info.lang = info.lang.join(", ") … … 120 123 <textarea name="yaml" style="width: 100%; height: 10em"> 121 124 --- 125 rev: "0000" 122 126 author: clouder 123 127 comment: 'lang/perl/HTTP-MobileAgent-Plugin-Locator: modified pod' … … 143 147 __END__ 144 148 --- 149 rev: "0000" 145 150 author: clouder 146 151 comment: 'lang/perl/HTTP-MobileAgent-Plugin-Locator: modified pod' … … 149 154 - path: lang/perl/HTTP-MobileAgent-Plugin-Locator/trunk/lib/HTTP/MobileAgent/Plugin/Locator.pm 150 155 status: U 156 - path: websites/coderepos.org/aaa 157 status: U
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)