thedesk/README.md

73 lines
3.0 KiB
Markdown
Raw Normal View History

2018-01-28 23:22:43 +11:00
# TheDesk
2018-08-10 01:18:35 +10:00
2018-08-05 14:35:48 +10:00
Mastodon/Misskey client for PC(Windows/Linux/macOS)
オープンソースSNSマストドン/MisskeyのWindows/Linuxクライアント
2018-02-18 16:43:11 +11:00
Download:[TheDesk](https://thedesk.top)
Latest Info(Markdown Toot)/最新情報(マークダウン形式のトゥート): [LATEST.md](https://github.com/cutls/TheDesk/blob/master/LATEST.md)
Contact me(bug report...):GitHub Issues, mention to [Cutls@kirishima.cloud](https://kirishima.cloud/@Cutls) or toot with #Desk
バグレポートなど:GitHub Issuesや[Cutls@kirishima.cloud](https://kirishima.cloud/@Cutls)へのリプ,または#Deskでトゥートして下さい.
2018-01-28 23:22:43 +11:00
## License
2018-07-30 21:26:06 +10:00
[TheDesk LICENSE v5.1](https://github.com/cutls/TheDesk/blob/master/LICENSE.md)
2018-01-28 23:22:43 +11:00
## Language/言語
2018-08-05 13:36:23 +10:00
- 日本語(Japanese)
- English(英語)
### Translation/翻訳
2018-08-05 13:36:23 +10:00
The Developer needs nice translation of TheDesk!
2018-09-12 02:49:41 +10:00
Pull Request to `/app/view/make/language/*.json` and `/app/js/lang/*.js`.
You cannot PR? You can also write Issues.
翻訳を募集しております.特に英語に関しては文法語法的に間違っている箇所が多いので,
2018-09-12 02:49:41 +10:00
`/app/view/make/language/*.json``/app/js/lang/*.js`にプルリクエストするか,
該当箇所がわからない場合はIssuesに書いてください.
他言語も大歓迎です!
2018-01-28 23:22:43 +11:00
## Component/構成
app:Raw files(you can download to modify or check)
app:そのままのファイル.ダウンロード→テスト用
2018-01-28 23:22:43 +11:00
2018-04-16 23:58:14 +10:00
desk.icns: If you build yourself on macOS, you can use this .icns file as icon.
desk.icns: macOS向けアイコン.セルフビルドにどうぞ.
2018-01-28 23:22:43 +11:00
## Requirement/環境
2018-08-10 01:18:35 +10:00
- Electron 2.0.7
2018-01-28 23:22:43 +11:00
- electron-dl
2018-08-05 13:36:23 +10:00
- Jimp
- adm-zip
2018-05-20 16:17:10 +10:00
- itunes-nowplaying-mac(for macOS)
- node-notifier
2018-01-28 23:22:43 +11:00
- Ability to read unformated files!
2018-08-05 13:36:23 +10:00
## Contributors/コントリビューター
macOSビルダー
- [とねぢ](https://minohdon.jp/@toneji)
2018-07-07 05:22:26 +10:00
## Build/ビルド
2018-08-05 13:36:23 +10:00
2018-07-30 21:26:06 +10:00
Misskey(misskey.xyz) application token is not in cutls/TheDesk
Misskey(misskey.xyz)のトークンは含まれておりません。
electron-packager is required. electron-packagerが必要です.
2018-07-07 05:22:26 +10:00
Windows
2018-08-10 01:18:35 +10:00
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --win32metadata.CompanyName="TheDesk&Cutls.com" --win32metadata.FileDescription="TheDesk" --win32metadata.OriginalFilename="TheDesk" --win32metadata.InternalName="TheDesk" --win32metadata.ProductName="TheDesk" --platform=win32 --arch=all --electron-version=2.0.7 --icon=.\app\thedesk.ico --overwrite`
2018-07-07 05:22:26 +10:00
Linux
2018-08-10 01:18:35 +10:00
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=linux --arch=x64,ia32 --electron-version=2.0.7 --overwrite`
2018-07-07 05:22:26 +10:00
macOS
2018-08-10 01:18:35 +10:00
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=darwin --arch=all --electron-version=2.0.7 --icon=./app/icon.icns --overwrite`
2018-07-07 05:22:26 +10:00
2018-01-28 23:22:43 +11:00
## See also/詳しく
2018-08-17 03:21:40 +10:00
[TheDesk - マストドン日本語ウィキ](https://ja.mstdn.wiki/TheDesk)