Changeset 689
- Timestamp:
- 10/25/07 00:02:33 (6 years ago)
- Location:
- lang/ruby/Chemr
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/Chemr/README
r678 r689 1 1 = Chemr = 2 2 3 [[Image(http://f.hatena.ne.jp/images/fotolife/c/cho45/20071024/20071024 041401.png, right)]]3 [[Image(http://f.hatena.ne.jp/images/fotolife/c/cho45/20071024/20071024233109.png, right)]] 4 4 5 5 Chemr is an application for reading CHM (Compiled HTML Help). … … 15 15 16 16 17 17 18 == Release/Download == 19 20 Super Alpha (version 0): 21 22 http://lab.lowreal.net/test/chemr/ 18 23 19 24 Latest announces: … … 32 37 * http://rubycocoa.sourceforge.net/ 33 38 34 My Rakefile uses 'rubycocoa' command which is in39 My Rakefile uses 'rubycocoa' command which is deep in 35 40 rubycocoa repository. 36 41 … … 46 51 Chemr is licensed under GPL. See COPYING. 47 52 53 -
lang/ruby/Chemr/Rakefile
r678 r689 70 70 mv '#{name}.dmg' pkg 71 71 } 72 end 73 74 desc "Publish package to my site" 75 task :publish => [:package] do 76 name = "#{APPNAME}.#{VERSION}" 77 sh %{scp "pkg/#{name}.dmg" c:www/lab.lowreal.net/public/test/chemr/} 72 78 end 73 79
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)