Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
hurumeki committed Dec 3, 2014
0 parents commit fffa3ea
Show file tree
Hide file tree
Showing 65 changed files with 544 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
npm-debug.log
node_modules
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.0 - First Release
* Every feature added
* Every bug fixed
20 changes: 20 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2014 hurumeki<[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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.
89 changes: 89 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# pronama-chan package
プロ生ちゃんを追加するAtomパッケージです。
Package for [Atom](https://atom.io/) to add Pronama-chan to your editor

![A screenshot of package](./screenshots/pronama-chan.png)

## 機能 Features
* エディタ背景にキャラクター(壁紙)を表示します。
Display Characto r(Wallpaper) in Editor pane
* エディタ起動時のボイス
Voice at editor starting
* 時報
Time signal

## インストール方法 Installation
1. [Atom](https://atom.io/)エディタをインストールしてください
Install [Atom](https://atom.io/).

2. このリポジトリをAtomのパッケージディレクトリにクローンしてください
Clone this repository to atom package directory.
```
cd ~/.atom/packages/
git clone https://github.com/hurumeki/atom-pronama-chan.git
```

3. Atomの設定画面でatom-pronama-chanを有効化してください
Activate atom-pronama-chan in Atom Settings view.

## 使い方 Usage
|Key|Events|Description|
|:-:|:-:|:-:|
|Ctrl + Alt + k|Pronama Chan Toggle|プロ生ちゃんの表示/非表示を切り替えます Toggle Pronama-chan view|
|Ctrl + Alt + l|Pronama Chan Round Theme|テーマを巡回して切り替えます Round Themes|

## テーマ
以下のテーマが含まれています。
テーマによって機能に制限があります。

|テーマ  (Theme)|壁紙 (Wallpaper)|起動ボイス (Voice)|時報 (TimeSignal)|
|:-:|:-:|:-:|:-:|
|プロ生ちゃん(暮井 慧)||||
|美雲このは||×|×|
|美雲あんず||×|×|
|クラウディア|||×|
|東北ずん子||×|×|
|ハッカドール1号||×|×|

## ライセンス LICENCE
### コード Codes
Released under the [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE) license

### 画像、音声 Images and Voices
原則として、本作品以外での利用を禁止します。
本作品以外で利用する場合は、個別に権利者に確認してください。

####[プロ生ちゃん(暮井 慧)](http://pronama.azurewebsites.net/pronama/)
![プロ生ちゃん(暮井 慧)](./screenshots/pronama-chan.png)
© 2010-2014 プログラミング生放送
プロ生ちゃん(暮井 慧)の音声は、許諾を得て利用しています(許諾番号: 012)。
本作品以外での利用(音声の抽出、加工、公開などの行為)を禁止します。

画像 Images - [利用ガイドライン (Guideline)](http://pronama.azurewebsites.net/pronama/guideline/)
音声 Voices - [音声の利用ガイドライン (Guideline Voice)](http://pronama.azurewebsites.net/pronama/guideline/)

####[美雲このは](https://www.conoha.jp/blog/conoha)
![美雲このは](./screenshots/conoha.png)
©GMO Internet, Inc.
本作品以外での利用を禁止します。
[ガイドライン (Guideline)](https://www.conoha.jp/blog/conoha)

####[美雲あんず](http://cloud.gmo.jp/anzu/)
![美雲あんず](./screenshots/anzu.png)
©GMO Internet, Inc. 2012
本作品以外での利用を禁止します。
[ガイドライン (Guideline)](http://cloud.gmo.jp/anzu/)

####[クラウディア・窓辺 (Claudia Madobe)](http://msdn.microsoft.com/ja-jp/hh508969)
![クラウディア・窓辺 (Claudia Madobe)](./screenshots/claudia.png)
© 2011 Microsoft Corporation All Rights Reserved.
[ガイドライン (Guideline)](http://msdn.microsoft.com/ja-jp/claudia00_03)

####[東北ずん子](http://zunko.jp/)
![東北ずん子](./screenshots/zunko.png)
© 2014 SSS LLC.
[ガイドライン (Guideline)](http://zunko.jp/guideline.html)

####[ハッカドール1号](http://hackadoll.com/)
![ハッカドール1号](./screenshots/hackadoll1.png)
© DeNA Co., Ltd.
7 changes: 7 additions & 0 deletions assets/anzu/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"images": {
"background": "anzu_suwari_new.png"
},
"startVoice": {},
"timeSignal": []
}
Binary file added assets/anzu/image/anzu_suwari_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/claudia/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"images": {
"background": "SD2.png"
},
"startVoice": {
"morning": "27goodmorningazuresky.wav",
"afternoon": "01sahajimeru.wav",
"night": "38otsukare.wav"
},
"timeSignal": []
}
Binary file added assets/claudia/image/SD2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/claudia/voice/01sahajimeru.wav
Binary file not shown.
Binary file added assets/claudia/voice/27goodmorningazuresky.wav
Binary file not shown.
Binary file added assets/claudia/voice/38otsukare.wav
Binary file not shown.
7 changes: 7 additions & 0 deletions assets/conoha/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"images": {
"background": "conoha_floor_RGB.png"
},
"startVoice": {},
"timeSignal": []
}
Binary file added assets/conoha/image/conoha_floor_RGB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/hacakdoll1/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"images": {
"background": "02_thinking_1.png",
"wink": "02_thinking_2.png",
"blink": "02_thinking_0.png"
},
"startVoice": {},
"timeSignal": []
}
Binary file added assets/hacakdoll1/image/02_thinking_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hacakdoll1/image/02_thinking_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hacakdoll1/image/02_thinking_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions assets/pronama-chan/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"images": {
"background": "sd_eye0.png",
"wink": "sd01.png",
"blink": "sd02.png"
},
"startVoice": {
"morning": "kei_voice_008.mp3",
"afternoon": "kei_voice_009.mp3",
"night": "kei_voice_010.mp3"
},
"timeSignal": [
"kei2_voice_081.mp3",
"kei2_voice_082.mp3",
"kei2_voice_083.mp3",
"kei2_voice_084.mp3",
"kei2_voice_085.mp3",
"kei2_voice_086.mp3",
"kei2_voice_087.mp3",
"kei2_voice_088.mp3",
"kei2_voice_089.mp3",
"kei2_voice_090.mp3",
"kei2_voice_091.mp3",
"kei2_voice_092.mp3",
"kei2_voice_093.mp3",
"kei2_voice_094.mp3",
"kei2_voice_095.mp3",
"kei2_voice_096.mp3",
"kei2_voice_097.mp3",
"kei2_voice_098.mp3",
"kei2_voice_099.mp3",
"kei2_voice_100.mp3",
"kei2_voice_101.mp3",
"kei2_voice_102.mp3",
"kei2_voice_103.mp3",
"kei2_voice_104.mp3"
]
}
Binary file added assets/pronama-chan/image/sd01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pronama-chan/image/sd02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pronama-chan/image/sd_eye0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pronama-chan/voice/kei2_voice_081.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_082.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_083.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_084.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_085.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_086.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_087.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_088.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_089.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_090.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_091.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_092.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_093.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_094.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_095.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_096.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_097.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_098.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_099.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_100.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_101.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_102.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_103.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei2_voice_104.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei_voice_008.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei_voice_009.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei_voice_010.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei_voice_011.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei_voice_017_3.mp3
Binary file not shown.
Binary file added assets/pronama-chan/voice/kei_voice_018.mp3
Binary file not shown.
7 changes: 7 additions & 0 deletions assets/zunko/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"images": {
"background": "zzm_a1zunko12.png"
},
"startVoice": {},
"timeSignal": []
}
Binary file added assets/zunko/image/zzm_a1zunko12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions keymaps/pronama-chan.cson
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Keybindings require three things to be fully defined: A selector that is
# matched against the focused element, the keystroke and the command to
# execute.
#
# Below is a basic keybinding which registers on all platforms by applying to
# the root workspace element.

# For more detailed documentation see
# https://atom.io/docs/latest/advanced/keymaps
'atom-text-editor':
'ctrl-alt-k': 'atom-pronama-chan:toggle'
'ctrl-alt-l': 'atom-pronama-chan:roundTheme'
Loading

0 comments on commit fffa3ea

Please sign in to comment.