1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge branch 'master' into linux

* master:
  fix contributing
  add contributing
  modify readme
  modify LICENSE and readme
This commit is contained in:
Rokt33r
2016-03-09 02:52:06 +09:00
3 changed files with 43 additions and 6 deletions

18
LICENSE
View File

@@ -1,2 +1,16 @@
本製品をインストール、または使用することによって、お客様は利用規約( Boostnote - the simplest note app
https://b00st.io/regulations.htmlより拘束されることに承諾されたものとします。利用規約に同意されない場合、Boostnoteは、お客様に本製品のインストール、使用のいずれも許諾できません。
Copyright (C) 2016 MAISIN&CO.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

16
contributing.md Normal file
View File

@@ -0,0 +1,16 @@
# Contributing to Boostnote
> This is a temporary document.
It is first time to maintain OSS project for me(Rokt33r). So, I want to watch what's going on here.
**This means you can do whatever you want until I ask to stop it.**
But I want to make only one thing sure.
**If you make a pull request, It means you agree to transfer the copyright of the code changes to MAISIN&CO.**
This is because our team want to have an option to change LICENSE of this app.
> It doesn't mean Boostnote will become a paid app. If we want to earn some money, We will try other way, which is some kind of cloud storage or Mobile app integration.
> We thought this is needed to replace the license with much freer one(like BSD, MIT).

View File

@@ -1,8 +1,8 @@
# Boostnote # Boostnote
Hack your memory Simple note app
## Develope ## Develop
1. turn on HMR server 1. turn on HMR server
@@ -18,8 +18,12 @@ npm run hot
> `npm start` is using compiled scripts. see [Build](#Build) to compile scripts. > `npm start` is using compiled scripts. see [Build](#Build) to compile scripts.
## Build ## Build
> '3. Codesign' and '4. Create' installer are needed to deploy this app.
> You can skip these steps.
1. Compile scripts 1. Compile scripts
compile all browser stuff(Javascript, Stylus). compile all browser stuff(Javascript, Stylus).
@@ -78,15 +82,18 @@ grunt zip:osx
- Webpack - Webpack
... check [`package.json`](./package.json) ... check [`package.json`](./package.json)
## Codestyle ## Codestyle
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
## Author ## Author
[Rokt33r(Dick Choi)](https://github.com/rokt33r) [Rokt33r(Dick Choi of MAISIN&CO.)](https://github.com/rokt33r)
## License ## Copyright & License
Copyright (C) 2016 MAISIN&CO.
[Check here](./LICENSE). [Check here](./LICENSE).