From a6ec7a4fcc9ac43f1335535b713f8dfef136c3ca Mon Sep 17 00:00:00 2001 From: spring-raining Date: Sun, 7 Jul 2019 16:21:06 +0900 Subject: [PATCH 1/6] Set to load TypeScript source on dev environment --- src/html/vivliostyle-viewer.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/vivliostyle-viewer.ejs b/src/html/vivliostyle-viewer.ejs index a0f2aad..cd8b225 100644 --- a/src/html/vivliostyle-viewer.ejs +++ b/src/html/vivliostyle-viewer.ejs @@ -10,7 +10,7 @@ <% if (development) { %> - + <% } else { %> From c699c299f9aca3c23b3fba9a4d67b918bc8ff6f5 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 15 Jul 2019 01:46:15 +0900 Subject: [PATCH 2/6] Change "lib-ts" to "lib" --- package.json | 2 +- src/html/vivliostyle-viewer.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd7e82b..68ffc4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vivliostyle-ui", - "version": "2018.12.103", + "version": "2019.7.100-pre", "description": "Paged viewer UI with Vivliostyle Engine as its layout engine", "scripts": { "setup-local-vivliostyle": "node scripts/setup-local-vivliostyle.js", diff --git a/src/html/vivliostyle-viewer.ejs b/src/html/vivliostyle-viewer.ejs index cd8b225..78a6fef 100644 --- a/src/html/vivliostyle-viewer.ejs +++ b/src/html/vivliostyle-viewer.ejs @@ -10,7 +10,7 @@ <% if (development) { %> - + <% } else { %> From 92888677f4cf4e6629ecf38c35099276507daf26 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Tue, 23 Jul 2019 17:48:48 +0900 Subject: [PATCH 3/6] Add minify setting to bundleJs This setting is to minify the bundled js file "build/js/main.js". (related issue on the vivliostyle.js side: https://github.com/vivliostyle/vivliostyle.js/issues/531 ) --- gulpfile.js | 3 +++ package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index bcab0b6..d06392e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -83,6 +83,9 @@ function getBrowserify(development, watch) { function bundleJs(b, name) { return b.bundle() .on("error", gutil.log.bind(gutil, "Browserify Error")) + .pipe(name === JS_ENTRIES.production + ? require('minify-stream')({ sourceMap: false }) + : gutil.noop()) .pipe(source(name)) .pipe(gulp.dest(destDir("js"))); } diff --git a/package.json b/package.json index 68ffc4e..764efa4 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "karma-sauce-launcher": "^1.2.0", "karma-verbose-reporter": "0.0.6", "knockout": "^3.3.0", + "tinyify": "^2.5.1", "vinyl-source-stream": "^2.0.0", "watchify": "^3.3.1" } From 073e92ca229ff7b41a42af318aca36080eb52fa8 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Wed, 31 Jul 2019 11:15:45 +0900 Subject: [PATCH 4/6] update pre-release version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 764efa4..1014db3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vivliostyle-ui", - "version": "2019.7.100-pre", + "version": "2019.8.100-pre", "description": "Paged viewer UI with Vivliostyle Engine as its layout engine", "scripts": { "setup-local-vivliostyle": "node scripts/setup-local-vivliostyle.js", From bacb3448b8e57f5c392b480fbf38fceeb3eb8eeb Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 5 Aug 2019 16:37:29 +0900 Subject: [PATCH 5/6] Update package description and README files WIP: Update README and dev document for TypeScript source https://github.com/vivliostyle/vivliostyle.js/issues/533 --- README.md | 12 +++++++++++- dist/README.ja.md | 16 +++++++++++----- dist/README.md | 14 ++++++++++---- package.json | 2 +- 4 files changed, 33 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9690024..3c4e358 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Vivliostyle UI -Vivliostyle UI is a UI component which can be used with [Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js) to make Vivliostyle Viewer. +Vivliostyle UI is a UI component which can be used with [Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js) to make Vivliostyle Viewer, a web application typesetting and displaying HTML+CSS documents with pagination. + +## Try Vivliostyle Viewer + +- [Vivliostyle Viewer samples](https://vivliostyle.org/samples/) ## Bug reports & feature requests @@ -15,3 +19,9 @@ See [Vivliostyle.js Development](https://github.com/vivliostyle/vivliostyle.js/w ## License Licensed under [AGPL Version 3](http://www.gnu.org/licenses/agpl.html). + +## Documentation + +- [Vivliostyle Viewer User’s Guide](https://vivliostyle.github.io/vivliostyle.js/docs/en/) + +- [Vivliostyle Documentation](https://vivliostyle.org/docs/) diff --git a/dist/README.ja.md b/dist/README.ja.md index d5774fe..74be7a0 100644 --- a/dist/README.ja.md +++ b/dist/README.ja.md @@ -1,7 +1,7 @@ # Vivliostyle Viewer -Vivliostyle Viewerは、HTML+CSS文書を組版・表示するWebアプリケーションです。 -このパッケージは[Vivliostyle core engine](https://github.com/vivliostyle/vivliostyle.js)、[Vivliostyle UI](https://github.com/vivliostyle/vivliostyle-ui)およびその他の組版ライブラリーを組み合わせたものです。 +Vivliostyle Viewerは、HTML+CSS文書をページ組版・表示するWebアプリケーションです。 +このパッケージは[Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js)と[Vivliostyle UI](https://github.com/vivliostyle/vivliostyle-ui)を組み合わせたものです。 - オンラインでサンプルを見る - リリース版のダウンロード @@ -35,10 +35,16 @@ Vivliostyle Viewerは、HTML+CSS文書を組版・表示するWebアプリケー 以下にお寄せください。 -- GitHub Issues -- メーリングリスト +- GitHub Issues: + - UIに関する問題は ## ソースコード -- Vivliostyle core engine on GitHub: +- Vivliostyle.js (core engine) on GitHub: - Vivliostyle UI on GitHub: + +## ドキュメント + +- [Vivliostyle Viewer ユーザーガイド](https://vivliostyle.github.io/vivliostyle.js/docs/ja/) + +- [Vivliostyle ドキュメント](https://vivliostyle.org/ja/docs/) diff --git a/dist/README.md b/dist/README.md index e09f98e..b817cc7 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,7 +1,7 @@ # Vivliostyle Viewer -Vivliostyle Viewer is a web application displaying and typesetting HTML+CSS documents. -This is a bundled package of [Vivliostyle core engine](https://github.com/vivliostyle/vivliostyle.js), [Vivliostyle UI](https://github.com/vivliostyle/vivliostyle-ui) and other typesetting libraries. +Vivliostyle Viewer is a web application typesetting and displaying HTML+CSS documents with pagination. +This is a bundled package of [Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js) and [Vivliostyle UI](https://github.com/vivliostyle/vivliostyle-ui). - View samples online: - Download release version: @@ -37,9 +37,15 @@ This is a bundled package of [Vivliostyle core engine](https://github.com/vivlio Please send them to - GitHub Issues: -- Mailing list: + - About UI issues ## Source code -- Vivliostyle core engine on GitHub: +- Vivliostyle.js (core engine) on GitHub: - Vivliostyle UI on GitHub: + +## Documentation + +- [Vivliostyle Viewer User’s Guide](https://vivliostyle.github.io/vivliostyle.js/docs/en/) + +- [Vivliostyle Documentation](https://vivliostyle.org/docs/) diff --git a/package.json b/package.json index 1014db3..20438fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vivliostyle-ui", "version": "2019.8.100-pre", - "description": "Paged viewer UI with Vivliostyle Engine as its layout engine", + "description": "Vivliostyle Viewer UI component", "scripts": { "setup-local-vivliostyle": "node scripts/setup-local-vivliostyle.js", "build": "gulp build", From 0c14b15c7f81b4d72ddb0462e8b8ff359e2a8441 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 5 Aug 2019 19:20:41 +0900 Subject: [PATCH 6/6] Adjust package description and README files WIP: Update README and dev document for TypeScript source https://github.com/vivliostyle/vivliostyle.js/issues/533 --- README.md | 2 +- dist/README.ja.md | 3 ++- dist/README.md | 3 ++- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c4e358..d1dd3a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vivliostyle UI -Vivliostyle UI is a UI component which can be used with [Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js) to make Vivliostyle Viewer, a web application typesetting and displaying HTML+CSS documents with pagination. +Vivliostyle UI is a UI component used with [Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js) to make Vivliostyle Viewer, a Web application for HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support. ## Try Vivliostyle Viewer diff --git a/dist/README.ja.md b/dist/README.ja.md index 74be7a0..81b3f56 100644 --- a/dist/README.ja.md +++ b/dist/README.ja.md @@ -1,6 +1,7 @@ # Vivliostyle Viewer -Vivliostyle Viewerは、HTML+CSS文書をページ組版・表示するWebアプリケーションです。 +Vivliostyle Viewerは、HTML+CSS文書を美しくページ組版・表示するWebアプリケーションであり、EPUBやWeb出版物をサポートします。 + このパッケージは[Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js)と[Vivliostyle UI](https://github.com/vivliostyle/vivliostyle-ui)を組み合わせたものです。 - オンラインでサンプルを見る diff --git a/dist/README.md b/dist/README.md index b817cc7..0d03b2b 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,6 +1,7 @@ # Vivliostyle Viewer -Vivliostyle Viewer is a web application typesetting and displaying HTML+CSS documents with pagination. +Vivliostyle Viewer is a Web application for HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support. + This is a bundled package of [Vivliostyle.js (core engine)](https://github.com/vivliostyle/vivliostyle.js) and [Vivliostyle UI](https://github.com/vivliostyle/vivliostyle-ui). - View samples online: diff --git a/package.json b/package.json index 20438fc..67d5967 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vivliostyle-ui", "version": "2019.8.100-pre", - "description": "Vivliostyle Viewer UI component", + "description": "Vivliostyle Viewer UI component, for rich paged viewing and printing in browser", "scripts": { "setup-local-vivliostyle": "node scripts/setup-local-vivliostyle.js", "build": "gulp build",