Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 30, 2017
1 parent 7da347e commit 46057de
Show file tree
Hide file tree
Showing 70 changed files with 18,361 additions and 1,851 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

但しGenShinGothicから始まる各種フォントについては
但しGenShinGothic又はirohakakuCから始まる各種フォントについては
SIL Open Font License 1.1
https://osdn.jp/projects/opensource/wiki/SIL_Open_Font_License_1.1
が適用されます。
48 changes: 25 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Chen
# Suika

[![Build Status by Travis CI](https://travis-ci.org/tamaina/Chen.svg?branch=master)](https://travis-ci.org/tamaina/Chen)
[![Build status by AppVeyor](https://ci.appveyor.com/api/projects/status/b6rn5tseqbc0w3v7/branch/master?svg=true)](https://ci.appveyor.com/project/tamaina/chen/branch/master)
[![devDependency Status](https://david-dm.org/tamaina/Chen/v4-dev/dev-status.svg)](https://david-dm.org/tamaina/Chen/v4-dev?type=dev)
[![Build Status by Travis CI](https://travis-ci.org/tamaina/Suika.svg?branch=master)](https://travis-ci.org/tamaina/Suika)
[![Build status by AppVeyor](https://ci.appveyor.com/api/projects/status/b6rn5tseqbc0w3v7/branch/master?svg=true)](https://ci.appveyor.com/project/tamaina/suika/branch/master)
[![devDependency Status](https://david-dm.org/tamaina/Suika/master/dev-status.svg)](https://david-dm.org/tamaina/Suika/master?type=dev)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

[https://chen.tmin.cf/v4-alpha.4/](https://chen.tmin.cf/v4-alpha.4/)
[https://suika.tmin.cf/v4-alpha.4/](https://suika.tmin.cf/v4-alpha.4/)

[![Chen](docs/assets/img/sample.png)](https://chen.tmin.cf/v4-alpha.4/)
[![Suika](docs/assets/img/sample.png)](https://suika.tmin.cf/v4-alpha.4/)

"Chen" は日本語も美しく表示できるBootstrapテーマです。
"Suika" は日本語も美しく表示できるBootstrapテーマです。

## About "Chen"
## About "Suika"

通常の[Bootstrap](http://getbootstrap.com/)では、日本語のフォント指定や文字サイズは最適とはいえません。"Chen"のベースとなった["Honoka"](honokak.osaka)は、そんなBootstrapをベースに、日本語表示に適したフォント指定や、文字サイズに関するコードを追記したBootstrapテーマの一つです。
通常の[Bootstrap](http://getbootstrap.com/)では、日本語のフォント指定や文字サイズは最適とはいえません。"Suika"のベースとなった["Honoka"](honokak.osaka)は、そんなBootstrapをベースに、日本語表示に適したフォント指定や、文字サイズに関するコードを追記したBootstrapテーマの一つです。

"Chen"では、日本語JIS第2水準漢字まで対応のウェブフォントが付加されています。(英字フォントもちゃっかりM+ pに置き換わっています。)
"Suika"では、日本語JIS第2水準漢字まで対応のウェブフォントが付加されています。(英字フォントもちゃっかりM+に置き換わっています。)

きれいに日本語を表示したいけれど、游ゴシックが嫌いな方は、どうぞお使いください。
簡単にエセ和風にしたい方は、どうぞお使いください。

名前に意味は特にないです。そういう風潮だったので適当に東方Projectからキャラクターの名前を選んだだけです。

## Live Demo

* [日本語デモ: https://chen.tmin.cf/v4-alpha.4/bootstrap.html](https://tamaina.github.io/Chen/bootstrap.html)
* [日本語デモ: https://suika.tmin.cf/v4-alpha.4/bootstrap.html](https://suika.tmin.cf/v4-alpha.4/bootstrap.html)

## Getting Started

Expand All @@ -45,7 +45,7 @@ Bootstrapをつかってウェブページを作成する際に基本となるHT
<title>Bootstrap 雛形</title>

<!-- BootstrapのCSS -->
<link href="https://cdn.tmin.cf/chen/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.tmin.cf/suika/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<h1>Hello, world!</h1>
Expand All @@ -54,39 +54,39 @@ Bootstrapをつかってウェブページを作成する際に基本となるHT
<!-- 「①jquery(v3系)」「②Tether」「③bootstrap(.min).js」の順で読み込みます。 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://cdn.tmin.cf/chen/4.0.0-alpha.4/js/bootstrap.min.js"></script>
<script src="https://cdn.tmin.cf/suika/4.0.0-alpha.4/js/bootstrap.min.js"></script>
</body>
</html>
```

### CDN

ChenではCloudFlareを利用したCDNを利用できます
SuikaではCloudFlareを利用したCDNを利用できます

```html
<link href="https://cdn.tmin.cf/chen/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.tmin.cf/suika/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://cdn.tmin.cf/chen/4.0.0-alpha.4/js/bootstrap.min.js"></script>
<script src="https://cdn.tmin.cf/suika/4.0.0-alpha.4/js/bootstrap.min.js"></script>
```

### Download

[Releases](https://github.com/tamaina/Chen/releases)から最新版をダウンロードしてください。
[Releases](https://github.com/tamaina/Suika/releases)から最新版をダウンロードしてください。

### Bower

[Bower](http://bower.io/)からインストールすることができます。パッケージ名は**Chen**です。
[Bower](http://bower.io/)からインストールすることができます。パッケージ名は**Suika**です。

以下のコマンドを実行してください。

```
bower install --save-dev Chen#v4.0.0-alpha.4
bower install --save-dev Suika#v4.0.0-alpha.4
```

## Usage

Chenは単なるBootstrapテーマにしか過ぎないため,基本的な使い方は本家Bootstrapとほとんど変わりません。よって以下に書くことは[本家Bootstrap](http://v4-alpha.getbootstrap.com/getting-started/)からの引用,もしくはその一部を変更したものです。用意されたCSSクラスやコンポーネントなど,より詳細な使い方のドキュメントは本家Bootstrapの各種リファレンスページをご覧になることを推奨します。
Suikaは単なるBootstrapテーマにしか過ぎないため,基本的な使い方は本家Bootstrapとほとんど変わりません。よって以下に書くことは[本家Bootstrap](http://v4-alpha.getbootstrap.com/getting-started/)からの引用,もしくはその一部を変更したものです。用意されたCSSクラスやコンポーネントなど,より詳細な使い方のドキュメントは本家Bootstrapの各種リファレンスページをご覧になることを推奨します。

* [Documentation](http://v4-alpha.getbootstrap.com/getting-started/introduction/)

Expand All @@ -103,7 +103,7 @@ master/
│ ├─ bootstrap.css
│ └─ bootstrap.min.css
├─ fonts/
│ ├─ (全36ファイル・省略)
│ ├─ (全48ファイル・省略)
└─ js/
├─ bootstrap.js
└─ bootstrap.min.js
Expand All @@ -113,6 +113,8 @@ master/

WebFontを利用したくない場合は、fork元の[Honoka](http://honokak.osaka)をご利用ください。

普通の源真ゴシックは、fork元の[Honoka](http://chen.tmin.cf/v4-alpha.4)をご利用ください。

というか、これを使うとどう足掻いても3MBの読み込みが必須になるため、使うのは良くないと思います(じゃあなぜ公開したし)。

[このあたりでWebFontを軽くする(見せる)方法を紹介してたりします。](https://tamaina.github.io/The-Japanese-Web-Fonts/#!HowToSet.md)
Expand All @@ -123,7 +125,7 @@ WebFontを利用したくない場合は、fork元の[Honoka](http://honokak.osa

[MIT License](LICENSE)

但し源真ゴシック(GenShinGothicから始まるファイル群)は[SIL Open Font License 1.1](https://ja.osdn.net/projects/opensource/wiki/SIL_Open_Font_License_1.1)
但しいろは角クラシック(GenShinGothic又はirohakakuCから始まるファイル群)は[SIL Open Font License 1.1](https://ja.osdn.net/projects/opensource/wiki/SIL_Open_Font_License_1.1)

## Author

Expand Down
48 changes: 25 additions & 23 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Chen
# Suika

[![Build Status by Travis CI](https://travis-ci.org/tamaina/Chen.svg?branch=master)](https://travis-ci.org/tamaina/Chen)
[![Build status by AppVeyor](https://ci.appveyor.com/api/projects/status/b6rn5tseqbc0w3v7/branch/master?svg=true)](https://ci.appveyor.com/project/tamaina/chen/branch/master)
[![devDependency Status](https://david-dm.org/tamaina/Chen/v4-dev/dev-status.svg)](https://david-dm.org/tamaina/Chen/v4-dev?type=dev)
[![Build Status by Travis CI](https://travis-ci.org/tamaina/Suika.svg?branch=master)](https://travis-ci.org/tamaina/Suika)
[![Build status by AppVeyor](https://ci.appveyor.com/api/projects/status/b6rn5tseqbc0w3v7/branch/master?svg=true)](https://ci.appveyor.com/project/tamaina/suika/branch/master)
[![devDependency Status](https://david-dm.org/tamaina/Suika/master/dev-status.svg)](https://david-dm.org/tamaina/Suika/master?type=dev)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

[https://chen.tmin.cf/v4-alpha.4/](https://chen.tmin.cf/v4-alpha.4/)
[https://suika.tmin.cf/v4-alpha.4/](https://suika.tmin.cf/v4-alpha.4/)

[![Chen](docs/assets/img/sample.png)](https://chen.tmin.cf/v4-alpha.4/)
[![Suika](docs/assets/img/sample.png)](https://suika.tmin.cf/v4-alpha.4/)

"Chen" は日本語も美しく表示できるBootstrapテーマです。
"Suika" は日本語も美しく表示できるBootstrapテーマです。

## About "Chen"
## About "Suika"

通常の[Bootstrap](http://getbootstrap.com/)では、日本語のフォント指定や文字サイズは最適とはいえません。"Chen"のベースとなった["Honoka"](honokak.osaka)は、そんなBootstrapをベースに、日本語表示に適したフォント指定や、文字サイズに関するコードを追記したBootstrapテーマの一つです。
通常の[Bootstrap](http://getbootstrap.com/)では、日本語のフォント指定や文字サイズは最適とはいえません。"Suika"のベースとなった["Honoka"](honokak.osaka)は、そんなBootstrapをベースに、日本語表示に適したフォント指定や、文字サイズに関するコードを追記したBootstrapテーマの一つです。

"Chen"では、日本語JIS第2水準漢字まで対応のウェブフォントが付加されています。(英字フォントもちゃっかりM+ pに置き換わっています。)
"Suika"では、日本語JIS第2水準漢字まで対応のウェブフォントが付加されています。(英字フォントもちゃっかりM+に置き換わっています。)

きれいに日本語を表示したいけれど、游ゴシックが嫌いな方は、どうぞお使いください。
簡単にエセ和風にしたい方は、どうぞお使いください。

名前に意味は特にないです。そういう風潮だったので適当に東方Projectからキャラクターの名前を選んだだけです。

## Live Demo

* [日本語デモ: https://chen.tmin.cf/v4-alpha.4/bootstrap.html](https://tamaina.github.io/Chen/bootstrap.html)
* [日本語デモ: https://suika.tmin.cf/v4-alpha.4/bootstrap.html](https://suika.tmin.cf/v4-alpha.4/bootstrap.html)

## Getting Started

Expand All @@ -45,7 +45,7 @@ Bootstrapをつかってウェブページを作成する際に基本となるHT
<title>Bootstrap 雛形</title>

<!-- BootstrapのCSS -->
<link href="https://cdn.tmin.cf/chen/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.tmin.cf/suika/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<h1>Hello, world!</h1>
Expand All @@ -54,39 +54,39 @@ Bootstrapをつかってウェブページを作成する際に基本となるHT
<!-- 「①jquery(v3系)」「②Tether」「③bootstrap(.min).js」の順で読み込みます。 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://cdn.tmin.cf/chen/4.0.0-alpha.4/js/bootstrap.min.js"></script>
<script src="https://cdn.tmin.cf/suika/4.0.0-alpha.4/js/bootstrap.min.js"></script>
</body>
</html>
```

### CDN

ChenではCloudFlareを利用したCDNを利用できます
SuikaではCloudFlareを利用したCDNを利用できます

```html
<link href="https://cdn.tmin.cf/chen/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.tmin.cf/suika/4.0.0-alpha.4/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://cdn.tmin.cf/chen/4.0.0-alpha.4/js/bootstrap.min.js"></script>
<script src="https://cdn.tmin.cf/suika/4.0.0-alpha.4/js/bootstrap.min.js"></script>
```

### Download

[Releases](https://github.com/tamaina/Chen/releases)から最新版をダウンロードしてください。
[Releases](https://github.com/tamaina/Suika/releases)から最新版をダウンロードしてください。

### Bower

[Bower](http://bower.io/)からインストールすることができます。パッケージ名は**Chen**です。
[Bower](http://bower.io/)からインストールすることができます。パッケージ名は**Suika**です。

以下のコマンドを実行してください。

```
bower install --save-dev Chen#v4.0.0-alpha.4
bower install --save-dev Suika#v4.0.0-alpha.4
```

## Usage

Chenは単なるBootstrapテーマにしか過ぎないため,基本的な使い方は本家Bootstrapとほとんど変わりません。よって以下に書くことは[本家Bootstrap](http://v4-alpha.getbootstrap.com/getting-started/)からの引用,もしくはその一部を変更したものです。用意されたCSSクラスやコンポーネントなど,より詳細な使い方のドキュメントは本家Bootstrapの各種リファレンスページをご覧になることを推奨します。
Suikaは単なるBootstrapテーマにしか過ぎないため,基本的な使い方は本家Bootstrapとほとんど変わりません。よって以下に書くことは[本家Bootstrap](http://v4-alpha.getbootstrap.com/getting-started/)からの引用,もしくはその一部を変更したものです。用意されたCSSクラスやコンポーネントなど,より詳細な使い方のドキュメントは本家Bootstrapの各種リファレンスページをご覧になることを推奨します。

* [Documentation](http://v4-alpha.getbootstrap.com/getting-started/introduction/)

Expand All @@ -103,7 +103,7 @@ master/
│ ├─ bootstrap.css
│ └─ bootstrap.min.css
├─ fonts/
│ ├─ (全36ファイル・省略)
│ ├─ (全48ファイル・省略)
└─ js/
├─ bootstrap.js
└─ bootstrap.min.js
Expand All @@ -113,6 +113,8 @@ master/

WebFontを利用したくない場合は、fork元の[Honoka](http://honokak.osaka)をご利用ください。

普通の源真ゴシックは、fork元の[Honoka](http://chen.tmin.cf/v4-alpha.4)をご利用ください。

というか、これを使うとどう足掻いても3MBの読み込みが必須になるため、使うのは良くないと思います(じゃあなぜ公開したし)。

[このあたりでWebFontを軽くする(見せる)方法を紹介してたりします。](https://tamaina.github.io/The-Japanese-Web-Fonts/#!HowToSet.md)
Expand All @@ -123,7 +125,7 @@ WebFontを利用したくない場合は、fork元の[Honoka](http://honokak.osa

[MIT License](LICENSE)

但し源真ゴシック(GenShinGothicから始まるファイル群)は[SIL Open Font License 1.1](https://ja.osdn.net/projects/opensource/wiki/SIL_Open_Font_License_1.1)
但しいろは角クラシック(GenShinGothic又はirohakakuCから始まるファイル群)は[SIL Open Font License 1.1](https://ja.osdn.net/projects/opensource/wiki/SIL_Open_Font_License_1.1)

## Author

Expand Down
15 changes: 14 additions & 1 deletion dist/css/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
@charset 'UTF-8';
@charset 'UTF-8';
/*!
* suika v4.0.0-alpha.4
* Website https://suika.tmin.cf/
* Copyright 2017 tamaina
* The MIT License
* Based on Honoka (http://honokak.osaka/) by windyakin
*/
/*!
* Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under the MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

@font-face
{
font-family: 'GenShinGothic-w';
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 46057de

Please sign in to comment.