| 1 | GemChm |
|---|
| 2 | by MOROHASHI Kyosuke (moronatural@gmail.com) |
|---|
| 3 | http://d.hatena.ne.jp/moro/ |
|---|
| 4 | |
|---|
| 5 | == DESCRIPTION: |
|---|
| 6 | This script generate `chm bundle' for Chemr(http://coderepos.org/share/wiki/Chemr), |
|---|
| 7 | very cool CHTML viewer on Mac OS X. |
|---|
| 8 | |
|---|
| 9 | == FEATURES/PROBLEMS: |
|---|
| 10 | |
|---|
| 11 | * ATO DE KAKU (list of features or problems) |
|---|
| 12 | |
|---|
| 13 | == SYNOPSIS: |
|---|
| 14 | |
|---|
| 15 | $ gem2chemr_chm.rb rspec |
|---|
| 16 | #=> generates latest ./rspec-1.0.8.chm |
|---|
| 17 | |
|---|
| 18 | $ gem2chemr_chm.rb rspec -v 1.0.5 |
|---|
| 19 | #=> generates latest ./rspec-1.0.5.chm |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | == REQUIREMENTS: |
|---|
| 23 | |
|---|
| 24 | * hpricot |
|---|
| 25 | * hoe |
|---|
| 26 | |
|---|
| 27 | == INSTALL: |
|---|
| 28 | |
|---|
| 29 | * sudo gem install gem_chm |
|---|
| 30 | |
|---|
| 31 | == LICENSE: |
|---|
| 32 | |
|---|
| 33 | (The MIT License) |
|---|
| 34 | |
|---|
| 35 | Copyright (c) 2007 - 2008 |
|---|
| 36 | |
|---|
| 37 | Permission is hereby granted, free of charge, to any person obtaining |
|---|
| 38 | a copy of this software and associated documentation files (the |
|---|
| 39 | 'Software'), to deal in the Software without restriction, including |
|---|
| 40 | without limitation the rights to use, copy, modify, merge, publish, |
|---|
| 41 | distribute, sublicense, and/or sell copies of the Software, and to |
|---|
| 42 | permit persons to whom the Software is furnished to do so, subject to |
|---|
| 43 | the following conditions: |
|---|
| 44 | |
|---|
| 45 | The above copyright notice and this permission notice shall be |
|---|
| 46 | included in all copies or substantial portions of the Software. |
|---|
| 47 | |
|---|
| 48 | THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, |
|---|
| 49 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|---|
| 50 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|---|
| 51 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
|---|
| 52 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|---|
| 53 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
|---|
| 54 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|---|
| 55 | |
|---|