Skip to content

Commit

Permalink
update CHANGELOG and README for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Nov 6, 2015
1 parent 7f6d567 commit d939b6d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.4.0"></a>
## 0.4.0

### Features

* 第1引数にファイル名ではなく`http://...`といったURLを与えた場合、そのURLのファイルをダウンロードしHTMLに変換するようにした
* 第1引数が省略された場合、結果をファイルではなく標準出力に出力するようにした

<a name="0.3.0"></a>
## 0.3.0

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ $ aozora2html foo.txt foo.html
$ aozora2html foo.zip foo.html
```

第1引数にURLを指定すると、そのURLのファイルをダウンロードして変換します。

```
$ aozora2html http://example.jp/foo/bar.zip foo.html
```

第2引数を省略すると、ファイルではなく標準出力に変換結果を出力します。

```
$ aozora2html foo.txt
```

コマンドラインオプションとして`--gaiji-dir``--use-jisx0213`があります。
`--gaiji-dir`は外字画像のパスを指定します。
`--use-jisx0213`はJIS X 0213の外字画像を使わず、数値実体参照として表示します。
Expand Down

0 comments on commit d939b6d

Please sign in to comment.