Skip to content

Latest commit

 

History

History
132 lines (98 loc) · 4.92 KB

index.md

File metadata and controls

132 lines (98 loc) · 4.92 KB
layout title lang jumbotron_image excerpt
page
Vivliostyle — 楽しく CSS 組版!
ja
true
open source, web browser based CSS typesetting engine project

{% capture whatsnew %}

新着情報・ブログ

{% assign show_count = 3 %} {% assign pickups = site.data.whatsnew.pickups.ja | limit: show_count %} {% assign posts = site.posts | where: "lang", page.lang | slice: 0, show_count %} {% include post-list-horizontal.html posts=pickups feature=site.data.whatsnew.feature.ja %} {% include post-list-horizontal.html posts=posts feature=site.data.whatsnew.feature.ja %}

    {% include button/primary.html url="/ja/blog" text="ブログ記事一覧" %}
{% endcapture %}

{% capture sample1 %}

CSS 組版で本を作りたい!

Vivliostyle Viewer はブラウザから、Vivliostyle CLI はコマンドラインから HTML ファイルを読み込み、CSS で組版後、PDF に書き出せます。

    {% include thumbnail/viewer.html url=site.data.project.viewer.url %} {% include thumbnail/cli.html url=site.data.project.cli.github %}
    {% include button/primary.html url=site.data.project.viewer.url text="Vivliostyle Viewer で開く" %} {% include button/primary.html url=site.data.project.cli.github text="Vivliostyle CLI をチェックする" %} {% include button/simple.html text="または" %} {% include button/secondary.html url=site.data.project.pub.sample.ja text="作成例を見る" %}

 

Vivliostyle Pub を使えば、印刷可能なPDFをブラウザ上から作成できます。

    {% include thumbnail/pub.html url=site.data.project.pub.github %}
    {% include button/primary.html url=site.data.project.pub.url text="Vivliostyle Pub を試す(ただ今アルファ版を公開中)" %}
{% endcapture %}

{% capture sample2 %}

EPUB や Web 上の文書を、好みのスタイルで読みたい!

Vivliostyle Viewer で EPUB や HTML、複数の HTML 文書(Web出版物)を読み込み、CSS で指定すれば、自分好みのスタイルで表示できます。

    {% include thumbnail/viewer.html url=site.data.project.viewer.sample.ja %}
    {% include button/primary.html url=site.data.project.viewer.sample.ja text="Vivliostyle Viewer で開く" %}
{% endcapture %}

{% capture project %}

Vivliostyle とは?

Vivliostyle には開発中も含め、次のプロダクトがあります。

{% include projects.html project1_src="/assets/projects/project1.svg" project1_name=site.data.project.project.name.ja project1_link=site.data.project.project.github project2_src="/assets/projects/project2.svg" project2_name=site.data.project.viewer.name project2_link=site.data.project.viewer.github project2_description="HTML を読み込んで組版結果をブラウザに表示" project3_src="/assets/projects/project3.svg" project3_name=site.data.project.cli.name project3_link=site.data.project.cli.github project3_description="コマンドラインから組版して PDF を生成" project4_src="/assets/projects/project4.svg" project4_name=site.data.project.pub.name project4_link=site.data.project.pub.url project4_description="マークダウンを入力すると組版結果が見られる(ただ今アルファ版を公開中)" %}

このほか開発者向けライブラリとして、組版エンジンのコア [“Vivliostyle Core”]({{ site.data.project.core.github }})、およびWebサイトに印刷機能を組み込む [“Vivliostyle Print”]({{ site.data.project.print.github }}) があります。 {% endcapture %}

{% capture dev %}

一緒に開発しませんか

Vivliostyleプロジェクトでは、開発方針などをSlack上で話し合っています。ぜひ見てみてください。開発ガイド、ドキュメントは下記ボタンからご覧ください。

    {% include button/slack.html text="Slack に参加" %} {% include button/github.html text="開発に参加" %} {% include button/secondary.html url="/ja/documents" text="ドキュメントを見る" %}
{% endcapture %}

{% capture sponsor %}

スポンサー

Vivliostyleは独立したオープンソースプロジェクトです。私たちのプロジェクトは皆さんの支援がなければ開発を続けることができません。 現在の総支援額は マンスリースポンサーから毎月97ドル、および、ワンタイムスポンサーから210ドル です。あなたもぜひ支援をご検討ください。

{% include all-sponsors.html %}

    {% include button/primary.html url="/ja/sponsors" text="スポンサーに応募する" %}
{% endcapture %}

{% include page/index.html whatsnew=whatsnew sample1=sample1 sample2=sample2 project=project dev=dev sponsor=sponsor %}