UNPKG

2.6 kBMarkdownView Raw
1# Vivliostyle Viewer
2
3Vivliostyle Viewer は、HTML+CSS 文書を美しくページ組版・表示する Web アプリケーションであり、EPUB や Web 出版物をサポートします。
4
5- オンライン Vivliostyle Viewer : <https://vivliostyle.org/viewer/>
6- Vivliostyle Viewer をダウンロード: <https://vivliostyle.github.io>
7- オンラインでサンプルを見る: <https://vivliostyle.org/ja/samples/>
8
9## 使い方
10
11### 配布パッケージ `vivliostyle-viewer-*.zip` を使う場合
12
131. ダウンロードした ZIP ファイルを解凍する
142. ターミナル(または Windows コマンドプロンプト)を開く
153. 解凍したディレクトリにある `start-webserver` または `start-viewer` スクリプト(または Windows バッチ)ファイルを実行します。例えば:
16
17```
18$ ./vivliostyle-viewer-latest/start-webserver
19```
20
21あるいは Windows コマンドプロンプトなら
22
23```
24> vivliostyle-viewer-latest\start-webserver
25```
26
27もし次のメッセージ、
28
29```
30Please install Node.js or Ruby or Python and rerun this script, or use your favorite HTTP server.
31```
32
33が表示された場合は、これらのいずれか([Node.js](https://nodejs.org/) がお勧め)をインストールしてから再実行するか、お好きな web サーバーを起動してください。
34
35`start-webserver` スクリプトはローカル Web サーバーを起動し、デフォルトのブラウザーを開きます。現在のディレクトリが Web サーバーのルートとして使用されます。使用方法のヘルプを表示するには、`start-webserver --help` を実行してください。
36
37`start-viewer` スクリプトはローカル Web サーバーを起動し(`start-webserver` を呼び出します)、ブラウザーで Vivliostyle Viewer( `./viewer/` に配置)を開きます。 使用方法のヘルプを表示するには、`start-viewer --help` を実行してください。
38
39## ドキュメント
40
41オンラインの [Vivliostyle Documents](https://vivliostyle.org/ja/documents/) が最新ドキュメントです。あるいは、配布パッケージ版の `./docs/` にあるドキュメントをローカル Web サーバー上で見ることができます。
42
43## 不具合報告・要望
44
45以下にお寄せください。
46
47- GitHub Issues: <https://github.com/vivliostyle/vivliostyle.js/issues>
48
49## ソースコード
50
51- Vivliostyle.js on GitHub: <https://github.com/vivliostyle/vivliostyle.js>
52
53## License
54
55Licensed under [AGPL Version 3](https://www.gnu.org/licenses/agpl-3.0.html).