Skip to content

Commit

Permalink
chore: more fix vivliostyle→vivliostyle.js etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Mar 22, 2020
1 parent f636753 commit f5a4c8d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 30 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support.
[![PR's welcome][pr-welcome]][pr-welcome-url]

🌏 [Vivliostyle website](https://vivliostyle.org)
📖 [Documentation](https://vivliostyle.org/docs/)
📖 [Documentation](https://docs.vivliostyle.org)
🤝 [Join Community](https://vivliostyle.org/community/)

## Official Packages
Expand All @@ -21,17 +21,17 @@ Vivliostyle can be installed from [npm](https://www.npmjs.com/package/@vivliosty
npm install @vivliostyle/core
```

See [API Reference](https://vivliostyle.org/docs/api).
See [API Reference](https://docs.vivliostyle.org/#/api).

### Vivliostyle Viewer [`vivliostyle-viewer`](https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/viewer)

- [User’s Guide](https://vivliostyle.github.io/vivliostyle.js/docs/en/)
- [User Guide](https://docs.vivliostyle.org/#/user-guide)
- [Samples](https://vivliostyle.org/samples/)
- [Source Code](https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/viewer)

Download the Vivliostyle Viewer package from <https://vivliostyle.org/download/> and follow the instruction in it.
Download the Vivliostyle Viewer package from <https://vivliostyle.github.io> and follow the instruction in it.

Alos see [Vivliostyle Viewer User’s Guide](https://vivliostyle.github.io/vivliostyle.js/docs/en/) for further information.
See also [Vivliostyle Viewer User Guide](https://docs.vivliostyle.org/#/user-guide) for further information.

### Vivliostyle CLI [`vivliostyle-cli`](https://github.com/vivliostyle/vivliostyle-cli)

Expand Down Expand Up @@ -92,11 +92,11 @@ Vivliostyle contains following components:
- [fast-diff](https://www.npmjs.com/package/fast-diff)
- Licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

[github-tag]: https://img.shields.io/github/v/tag/vivliostyle/vivliostyle
[github-tag]: https://img.shields.io/github/v/tag/vivliostyle/vivliostyle.js
[github-tag-url]: https://github.com/vivliostyle/vivliostyle.js/releases
[build-status]: https://travis-ci.org/vivliostyle/vivliostyle.svg
[build-status-url]: https://travis-ci.org/vivliostyle/vivliostyle
[contributors]: https://img.shields.io/github/contributors/vivliostyle/vivliostyle.svg
[build-status]: https://travis-ci.org/vivliostyle/vivliostyle.js.svg
[build-status-url]: https://travis-ci.org/vivliostyle/vivliostyle.js
[contributors]: https://img.shields.io/github/contributors/vivliostyle/vivliostyle.js.svg
[contributors-url]: https://github.com/vivliostyle/vivliostyle.js/graphs/contributors
[pr-welcome]: https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg
[pr-welcome-url]: https://github.com/vivliostyle/vivliostyle.js/blob/master/CONTRIBUTING.md
15 changes: 7 additions & 8 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please send them to

Download the Vivliostyle Viewer from <https://vivliostyle.org/download/> and follow the instruction in it.

See [Vivliostyle Viewer User’s Guide](https://vivliostyle.github.io/vivliostyle.js/docs/en/)
See [Vivliostyle Viewer User Guide](https://docs.vivliostyle.org/#/user-guide)

See <https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/viewer> for source code of the Viewer.

Expand All @@ -41,7 +41,7 @@ Vivliostyle can be installed via [npm](https://www.npmjs.com/package/@vivliostyl
npm install @vivliostyle/core
```

See [API Reference](https://vivliostyle.org/docs/api).
See [API Reference](https://docs.vivliostyle.org/#/api).

## Development

Expand All @@ -60,16 +60,15 @@ Vivliostyle contains following components:

## Other Documentation

- [Vivliostyle Viewer User’s Guide](https://vivliostyle.github.io/vivliostyle.js/docs/en/)
- [Vivliostyle Documentation](https://vivliostyle.org/docs/)
- [Vivliostyle Documentation](https://docs.vivliostyle.org)

[npm]: https://img.shields.io/npm/v/@vivliostyle/core/latest
[npm-next]: https://img.shields.io/npm/v/@vivliostyle/core/next
[npm-url]: https://www.npmjs.com/package/@vivliostyle/core
[build-status]: https://travis-ci.org/vivliostyle/vivliostyle.svg
[build-status-url]: https://travis-ci.org/vivliostyle/vivliostyle
[deps]: https://img.shields.io/david/vivliostyle/vivliostyle?path=packages%2Fcore
[deps-url]: https://www.npmjs.com/package/@vivliostyle/corhttps://david-dm.org/vivliostyle/vivliostyle/?path=packages/core
[build-status]: https://travis-ci.org/vivliostyle/vivliostyle.js.svg
[build-status-url]: https://travis-ci.org/vivliostyle/vivliostyle.js
[deps]: https://img.shields.io/david/vivliostyle/vivliostyle.js?path=packages/core
[deps-url]: https://david-dm.org/vivliostyle/vivliostyle.js/?path=packages/core
[size]: https://packagephobia.now.sh/badge?p=@vivliostyle/core
[size-url]: https://packagephobia.now.sh/result?p=@vivliostyle/core
[downloads]: https://img.shields.io/npm/dw/@vivliostyle/core.svg
Expand Down
10 changes: 5 additions & 5 deletions packages/viewer/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Vivliostyle Viewer は、HTML+CSS 文書を美しくページ組版・表示す

- オンラインでサンプルを見る <https://vivliostyle.org/samples>
- リリース版のダウンロード <https://github.com/vivliostyle/vivliostyle.js/releases>
- 開発最新版のダウンロード <http://vivliostyle.org/downloads/vivliostyle-latest.zip>
- 開発最新版のダウンロード <https://vivliostyle.github.io>

## 使い方

1. ダウンロードした ZIP ファイルを展開する

2. ターミナルまたはコマンドプロンプトを開き、1.の展開で作られたフォルダ(`vivliostyle-js-[version]`)に移動する
2. ターミナルまたはコマンドプロンプトを開き、1.の展開で作られたフォルダに移動する

3. 以下のコマンドを実行する

Expand Down Expand Up @@ -41,9 +41,9 @@ Please install Node or Python or Ruby and rerun this script, or use your favorit

## ソースコード

- Vivliostyle on GitHub: <https://github.com/vivliostyle/vivliostyle>
- Vivliostyle.js on GitHub: <https://github.com/vivliostyle/vivliostyle.js>

## ドキュメント

- [Vivliostyle ドキュメント](https://vivliostyle.org/ja/docs/)
- [Vivliostyle Viewer ユーザーガイド](https://vivliostyle.org/ja/docs/user-guide)
- [Vivliostyle ドキュメント](https://docs.vivliostyle.org/#/ja/)
- [Vivliostyle Viewer ユーザーガイド](https://docs.vivliostyle.org/#/ja/user-guide)
16 changes: 8 additions & 8 deletions packages/viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vivliostyle Viewer is a UI component used with [Vivliostyle Core](https://github

- View samples online: <https://vivliostyle.org/samples/>
- Download release version: <https://github.com/vivliostyle/vivliostyle.js/releases>
- Download latest development version: <https://vivliostyle.org/downloads/vivliostyle-latest.zip>
- Download latest development version: <https://vivliostyle.github.io>

## Try Vivliostyle Viewer

Expand All @@ -20,7 +20,7 @@ Vivliostyle Viewer is a UI component used with [Vivliostyle Core](https://github
## How to use

1. Unzip the downloaded ZIP file.
2. Open a terminal or a command prompt and navigate to the folder (`vivliostyle-[version]`) generated in the step 1.
2. Open a terminal or a command prompt and navigate to the folder generated in the step 1.
3. Run the following command:

```
Expand Down Expand Up @@ -58,16 +58,16 @@ Licensed under [AGPL Version 3](http://www.gnu.org/licenses/agpl.html).

## Documentation

- [Vivliostyle Documentation](https://vivliostyle.org/docs/)
- [Vivliostyle Viewer User’s Guide](https://vivliostyle.org/docs/user-guide)
- [Vivliostyle Documentation](https://docs.vivliostyle.org)
- [Vivliostyle Viewer User’s Guide](https://docs.vivliostyle.org/#/user-guide)

[npm]: https://img.shields.io/npm/v/@vivliostyle/viewer/latest
[npm-next]: https://img.shields.io/npm/v/@vivliostyle/viewer/next
[npm-url]: https://www.npmjs.com/package/@vivliostyle/viewer
[build-status]: https://travis-ci.org/vivliostyle/vivliostyle.svg
[build-status-url]: https://travis-ci.org/vivliostyle/vivliostyle
[deps]: https://img.shields.io/david/vivliostyle/vivliostyle?path=packages%2Fviewer
[deps-url]: https://www.npmjs.com/package/@vivliostyle/corhttps://david-dm.org/vivliostyle/vivliostyle/?path=packages/viewer
[build-status]: https://travis-ci.org/vivliostyle/vivliostyle.js.svg
[build-status-url]: https://travis-ci.org/vivliostyle/vivliostyle.js
[deps]: https://img.shields.io/david/vivliostyle/vivliostyle.js?path=packages/viewer
[deps-url]: https://david-dm.org/vivliostyle/vivliostyle.js/?path=packages/viewer
[size]: https://packagephobia.now.sh/badge?p=@vivliostyle/viewer
[size-url]: https://packagephobia.now.sh/result?p=@vivliostyle/viewer
[downloads]: https://img.shields.io/npm/dw/@vivliostyle/viewer.svg
Expand Down

1 comment on commit f5a4c8d

@vercel
Copy link

@vercel vercel bot commented on f5a4c8d Mar 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.