Skip to content

Commit

Permalink
Update version number and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
satorumurmur committed Jun 23, 2017
1 parent 5b13e6b commit 6117192
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
15 changes: 12 additions & 3 deletions README.md
Expand Up @@ -4,23 +4,28 @@ BiB/i
EPUB Reader on your website.




Summary
--------------------------------------------------------------------------------------------------------------------------------

You can publish EPUB books on the web with a permalink for each book, and you can embed it in other webpages (just like a YouTube video).



### Spec.

* EPUB 3 and 2 compliant.
* Open source. (MIT license)
* Made with JavaScript. Works compatibly with all major web browsers on Mac/PC/smartphones:
- Safari
- Chrome, Opera, Vivaldi
- Chrome (Opera, Vivaldi, Brave)
- Firefox
- Microsoft Edge
- Internet Explorer 11



### Table of Contents

1. [How to Setup & Read/Publish EPUB Books](#how-to-setup--readpublish-epub-books) (for Users/Publishers)
Expand All @@ -46,7 +51,7 @@ BiB/i supports two ways to read/publish EPUB books:

In either case,

1. Download BiB/i from [GitHub repositoly page](https://github.com/satorumurmur/bibi)'s right sidebar or [BiB/i web site](http://bibi.epub.link/#download),
1. Download BiB/i from [GitHub release page](https://github.com/satorumurmur/bibi/releases) or [BiB/i website](http://bibi.epub.link/#download).
2. And unzip it at first.


Expand All @@ -58,6 +63,7 @@ In either case,
3. That's all!



### Publish on the web

[Demo](http://bibi.epub.link/#demo).
Expand Down Expand Up @@ -100,11 +106,13 @@ How to Arrange Development Environment
--------------------------------------------------------------------------------------------------------------------------------



### Requirements

* [Node.js + npm](http://nodejs.org/) - guide: “[Download the installer](http://nodejs.org/download/)” (or “[Installing Node.js via package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)”)



### Arrangements

1. Clone [this repository](https://github.com/satorumurmur/bibi/).
Expand All @@ -113,6 +121,7 @@ How to Arrange Development Environment
- installs modules in `npm-modules` and `bower_components` directories.



### Development

1. `$ npm start` (or `$ $(npm bin)/gulp`)
Expand All @@ -138,7 +147,6 @@ How to Arrange Development Environment




License
--------------------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -166,6 +174,7 @@ License




Special Thanks
--------------------------------------------------------------------------------------------------------------------------------

Expand Down
15 changes: 12 additions & 3 deletions bib/README.md
Expand Up @@ -4,23 +4,28 @@ BiB/i
EPUB Reader on your website.




Summary
--------------------------------------------------------------------------------------------------------------------------------

You can publish EPUB books on the web with a permalink for each book, and you can embed it in other webpages (just like a YouTube video).



### Spec.

* EPUB 3 and 2 compliant.
* Open source. (MIT license)
* Made with JavaScript. Works compatibly with all major web browsers on Mac/PC/smartphones:
- Safari
- Chrome, Opera, Vivaldi
- Chrome (Opera, Vivaldi, Brave)
- Firefox
- Microsoft Edge
- Internet Explorer 11



### Table of Contents

1. [How to Setup & Read/Publish EPUB Books](#how-to-setup--readpublish-epub-books) (for Users/Publishers)
Expand All @@ -46,7 +51,7 @@ BiB/i supports two ways to read/publish EPUB books:

In either case,

1. Download BiB/i from [GitHub repositoly page](https://github.com/satorumurmur/bibi)'s right sidebar or [BiB/i web site](http://bibi.epub.link/#download),
1. Download BiB/i from [GitHub release page](https://github.com/satorumurmur/bibi/releases) or [BiB/i website](http://bibi.epub.link/#download).
2. And unzip it at first.


Expand All @@ -58,6 +63,7 @@ In either case,
3. That's all!



### Publish on the web

[Demo](http://bibi.epub.link/#demo).
Expand Down Expand Up @@ -100,11 +106,13 @@ How to Arrange Development Environment
--------------------------------------------------------------------------------------------------------------------------------



### Requirements

* [Node.js + npm](http://nodejs.org/) - guide: “[Download the installer](http://nodejs.org/download/)” (or “[Installing Node.js via package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)”)



### Arrangements

1. Clone [this repository](https://github.com/satorumurmur/bibi/).
Expand All @@ -113,6 +121,7 @@ How to Arrange Development Environment
- installs modules in `npm-modules` and `bower_components` directories.



### Development

1. `$ npm start` (or `$ $(npm bin)/gulp`)
Expand All @@ -138,7 +147,6 @@ How to Arrange Development Environment




License
--------------------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -166,6 +174,7 @@ License




Special Thanks
--------------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bibi",
"version": "0.999.9-r3",
"version": "0.999.9-r4",
"authors": [
"Satoru MATSUSHIMA"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bibi",
"version": "0.999.9-r3",
"version": "0.999.9-r4",
"author": {
"name": "Satoru MATSUSHIMA"
},
Expand Down

0 comments on commit 6117192

Please sign in to comment.