readme
This commit is contained in:
parent
7763ad98ad
commit
8c2d17d096
55
README.md
55
README.md
|
@ -11,7 +11,7 @@
|
||||||
Mastodon/Misskey client for PC(Windows/Linux/macOS)
|
Mastodon/Misskey client for PC(Windows/Linux/macOS)
|
||||||
オープンソースSNSマストドン/MisskeyのPC向けクライアント[日本語はこちら](README_ja.md)
|
オープンソースSNSマストドン/MisskeyのPC向けクライアント[日本語はこちら](README_ja.md)
|
||||||
|
|
||||||
Download:[TheDesk](https://thedesk.top) [![check](https://status.cutls.com/badge/?site=thedesk.top)](https://status.cutls.com)
|
Download:[TheDesk](https://thedesk.top)
|
||||||
|
|
||||||
On GitHub Releases, `-store.*` assets are made for some application store or manager(Snapcraft, Homebrew, Microsoft Store).
|
On GitHub Releases, `-store.*` assets are made for some application store or manager(Snapcraft, Homebrew, Microsoft Store).
|
||||||
They do not check the latest version(Which you can get the latest ver or not depends on the store)
|
They do not check the latest version(Which you can get the latest ver or not depends on the store)
|
||||||
|
@ -31,12 +31,12 @@ The icon is provided under [Creative Commons BY-NC-SA](https://creativecommons.o
|
||||||
* [SVG 4095x4096](https://d2upiril6ywqp9.cloudfront.net/press/thedesk-fullcolor.svg)
|
* [SVG 4095x4096](https://d2upiril6ywqp9.cloudfront.net/press/thedesk-fullcolor.svg)
|
||||||
* [ico 256x256](https://d2upiril6ywqp9.cloudfront.net/press/thedesk.ico)
|
* [ico 256x256](https://d2upiril6ywqp9.cloudfront.net/press/thedesk.ico)
|
||||||
* [icns old](https://d2upiril6ywqp9.cloudfront.net/press/thedesk.icns)
|
* [icns old](https://d2upiril6ywqp9.cloudfront.net/press/thedesk.icns)
|
||||||
|
* [Illustrator .ai](https://d2upiril6ywqp9.cloudfront.net/press/thedesk.ai)
|
||||||
|
|
||||||
The default sounds of notifications is provided [Creative Commons BY](https://creativecommons.org/licenses/by/4.0/)
|
The default sounds of notifications is provided [Creative Commons BY](https://creativecommons.org/licenses/by/4.0/)
|
||||||
|
|
||||||
## Terms of Use
|
## Privacy Policy
|
||||||
|
|
||||||
* [利用規約(Terms of Use(ja))](https://thedesk.top/tos.html)
|
|
||||||
* [プライバシーポリシー(Privacy Policy(ja))](https://thedesk.top/priv.html)
|
* [プライバシーポリシー(Privacy Policy(ja))](https://thedesk.top/priv.html)
|
||||||
|
|
||||||
## Language
|
## Language
|
||||||
|
@ -56,15 +56,17 @@ Crowdin project is available! Visit: https://translate.thedesk.top
|
||||||
|
|
||||||
### Run on developer mode
|
### Run on developer mode
|
||||||
|
|
||||||
`npm run dev` on `app` folder.
|
`npm run dev` on `app` folder.(before you should run `yarn construct` to make HTML views)
|
||||||
|
|
||||||
|
If you change HTML or language files, you should rub to `yarn construct`. Or `yarn watchview` can always watch and construct such files with 1 process.
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
Build for macOS
|
Build for macOS(Now: Travis CI)
|
||||||
|
|
||||||
* [toneji](https://minohdon.jp/@toneji)
|
* [toneji](https://minohdon.jp/@toneji)
|
||||||
|
|
||||||
Build for Linux
|
Build for Linux(Now: Travis CI)
|
||||||
|
|
||||||
* [popn_ja](https://popon.pptdn.jp/@popn_ja)
|
* [popn_ja](https://popon.pptdn.jp/@popn_ja)
|
||||||
|
|
||||||
|
@ -74,7 +76,8 @@ Fellow coder
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
You have to use either **npm** or **yarn**. Whichever you use, it works well.
|
You should use `yarn` but you can use also `npm`, but if you build on Windows, you should strongly use `yarn`
|
||||||
|
`yarn ***` and `npm run ***` has the same meaning,
|
||||||
|
|
||||||
### npm
|
### npm
|
||||||
|
|
||||||
|
@ -99,27 +102,11 @@ yarn install
|
||||||
yarn construct
|
yarn construct
|
||||||
```
|
```
|
||||||
|
|
||||||
run `npm run dev` or `yarn dev` to launch developer version with console(click `view`)
|
run `yarn dev` to launch developer version with console(click `view`)
|
||||||
|
|
||||||
### electron-builder(Recommended)
|
### electron-builder(Recommended)
|
||||||
Use scripts(they can work well with npm, **yarn**).
|
Use scripts(they can work well with npm, **yarn**).
|
||||||
|
|
||||||
#### npm
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Build for current platform
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
# Select build target
|
|
||||||
## Windows
|
|
||||||
npm run build:win
|
|
||||||
|
|
||||||
## Windows and Linux (The macOS target should run on macOS. So, this option hasn't include the build for macOS)
|
|
||||||
npm run build:all
|
|
||||||
```
|
|
||||||
|
|
||||||
#### yarn
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Build for current platform
|
# Build for current platform
|
||||||
yarn build
|
yarn build
|
||||||
|
@ -136,7 +123,7 @@ yarn build:all
|
||||||
Config is all on package.json
|
Config is all on package.json
|
||||||
|
|
||||||
### electron-packager
|
### electron-packager
|
||||||
`npm install --save-dev electron-rebuild`
|
`yarn --D electron-rebuild`
|
||||||
|
|
||||||
Linux/macOS
|
Linux/macOS
|
||||||
`./node_modules/.bin/electron-rebuild`
|
`./node_modules/.bin/electron-rebuild`
|
||||||
|
@ -147,11 +134,17 @@ To install Python 2.x and Visual C++ for Windows, before running `npm install --
|
||||||
`npm install --global windows-build-tools`
|
`npm install --global windows-build-tools`
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
`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=4.0.5 --icon=.\app\thedesk.ico --overwrite`
|
```
|
||||||
|
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=4.0.5 --icon=.\app\thedesk.ico --overwrite
|
||||||
|
```
|
||||||
Linux
|
Linux
|
||||||
`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=4.0.5 --overwrite`
|
```
|
||||||
|
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=4.0.5 --overwrite
|
||||||
|
```
|
||||||
macOS
|
macOS
|
||||||
`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=4.0.5 --icon=./app/icon.icns --overwrite`
|
```
|
||||||
|
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=4.0.5 --icon=./app/icon.icns --overwrite
|
||||||
|
```
|
||||||
|
|
||||||
### PWA support
|
### PWA support
|
||||||
|
|
||||||
|
@ -159,7 +152,7 @@ TheDesk is a web-based app, so you can run it on a browser. Of course, the main
|
||||||
|
|
||||||
You can run `npm run build:pwa` to build as PWA, including `manifest.json` and the ServiceWorker.
|
You can run `npm run build:pwa` to build as PWA, including `manifest.json` and the ServiceWorker.
|
||||||
|
|
||||||
**You have to rename `node_modules` to `dependencies` to run as a web application. (restricted by Netlify)**
|
**You have to rename `node_modules` to `dependencies` to run as a web application. (restricted by Netlify, but always you should do to run as PWA)**
|
||||||
|
|
||||||
Check the app on Chrome or Firefox: [Here](https://app.thedesk.top) (it follows the `master` branch, so not stable.)
|
Check the app on Chrome or Firefox: [Here](https://app.thedesk.top) (it follows the `master` branch, so not stable.)
|
||||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/6916503b-2882-43f7-9681-ab814e6d28f9/deploy-status)](https://app.netlify.com/sites/thedesk/deploys)
|
[![Netlify Status](https://api.netlify.com/api/v1/badges/6916503b-2882-43f7-9681-ab814e6d28f9/deploy-status)](https://app.netlify.com/sites/thedesk/deploys)
|
||||||
|
@ -170,6 +163,6 @@ Did you find a bug with Pleroma accounts?
|
||||||
Pleroma **does not** follow Mastodon API rules completely although Pleroma developers say so.
|
Pleroma **does not** follow Mastodon API rules completely although Pleroma developers say so.
|
||||||
Please write issues to improve TheDesk affinity with Pleroma.
|
Please write issues to improve TheDesk affinity with Pleroma.
|
||||||
|
|
||||||
## Vulnerabilities when `npm i`???
|
## Vulnerabilities when `yarn install`???
|
||||||
|
|
||||||
No, if your npm says materialize-css has vulnerabilities(CVE-2019-11002/3/4), look at [here](https://github.com/Dogfalo/materialize/issues/6286) under discussion.
|
No, if your npm says materialize-css has vulnerabilities(CVE-2019-11002/3/4), look at [here](https://github.com/Dogfalo/materialize/issues/6286) under discussion, but I do not think this report is really fatal.
|
57
README_ja.md
57
README_ja.md
|
@ -10,7 +10,7 @@
|
||||||
![Contributors](https://flat.badgen.net/github/contributors/cutls/TheDesk)
|
![Contributors](https://flat.badgen.net/github/contributors/cutls/TheDesk)
|
||||||
Mastodon/Misskey client for PC(Windows/Linux/macOS)
|
Mastodon/Misskey client for PC(Windows/Linux/macOS)
|
||||||
オープンソースSNSマストドン/MisskeyのPC向けクライアント
|
オープンソースSNSマストドン/MisskeyのPC向けクライアント
|
||||||
Download:[TheDesk](https://thedesk.top) [![check](https://status.cutls.com/badge/?site=thedesk.top)](https://status.cutls.com)
|
Download:[TheDesk](https://thedesk.top)
|
||||||
|
|
||||||
[Pixiv FANBOX](https://www.pixiv.net/fanbox/creator/28105985)
|
[Pixiv FANBOX](https://www.pixiv.net/fanbox/creator/28105985)
|
||||||
|
|
||||||
|
@ -33,9 +33,8 @@ Download:[TheDesk](https://thedesk.top) [![check](https://status.cutls.com/badge
|
||||||
|
|
||||||
標準の通知音は [Creative Commons BY](https://creativecommons.org/licenses/by/4.0/) で提供されています。
|
標準の通知音は [Creative Commons BY](https://creativecommons.org/licenses/by/4.0/) で提供されています。
|
||||||
|
|
||||||
## 利用規約
|
## プライバシーポリシー
|
||||||
|
|
||||||
* [利用規約](https://thedesk.top/tos.html)
|
|
||||||
* [プライバシーポリシー](https://thedesk.top/priv.html)
|
* [プライバシーポリシー](https://thedesk.top/priv.html)
|
||||||
|
|
||||||
## 言語
|
## 言語
|
||||||
|
@ -49,17 +48,24 @@ Download:[TheDesk](https://thedesk.top) [![check](https://status.cutls.com/badge
|
||||||
|
|
||||||
Crowdinから翻訳に参加してみませんか?: https://translate.thedesk.top
|
Crowdinから翻訳に参加してみませんか?: https://translate.thedesk.top
|
||||||
|
|
||||||
|
以下、`yarn ***`は全て`npm run ***`で実行できます。(yarnが推奨)
|
||||||
|
|
||||||
### デベロッパーモード
|
### デベロッパーモード
|
||||||
|
|
||||||
`npm run dev`を`app`フォルダ内で実行
|
`yarn dev`を`app`フォルダ内で実行。
|
||||||
|
ただし、最初に`yarn construct`必須。
|
||||||
|
|
||||||
|
watchモード(ホットリロードはしません): `yarn construct`の代わりに`yarn watchview`
|
||||||
|
HTMLや言語定義の変更について、このコマンドで継続監視します。その他のアセットの変更には不要です。
|
||||||
|
プロセス1つを占拠するので、`yarn dev`は他のプロセスで行ってください。
|
||||||
|
|
||||||
## 主なコントリビューター
|
## 主なコントリビューター
|
||||||
|
|
||||||
macOSビルダー
|
macOSビルダー(現在はTravis CI)
|
||||||
|
|
||||||
* [とねぢ](https://minohdon.jp/@toneji)
|
* [とねぢ](https://minohdon.jp/@toneji)
|
||||||
|
|
||||||
Linuxビルダー
|
Linuxビルダー(現在はTravis CI)
|
||||||
|
|
||||||
* [ぽぷんじゃ](https://popon.pptdn.jp/@popn_ja)
|
* [ぽぷんじゃ](https://popon.pptdn.jp/@popn_ja)
|
||||||
|
|
||||||
|
@ -69,7 +75,7 @@ Linuxビルダー
|
||||||
|
|
||||||
## ビルド
|
## ビルド
|
||||||
|
|
||||||
npmでもyarnでも好きな方を選んでください。
|
npmでもyarnでも好きな方を選んでください。Windows環境ではyarnを強く推奨します。
|
||||||
|
|
||||||
### npm
|
### npm
|
||||||
|
|
||||||
|
@ -98,22 +104,6 @@ yarn construct
|
||||||
|
|
||||||
scriptsを利用します
|
scriptsを利用します
|
||||||
|
|
||||||
#### npm
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# 実行している環境向けにビルド
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
# ターゲットを指定してビルド
|
|
||||||
## Windows
|
|
||||||
npm run build:win
|
|
||||||
|
|
||||||
## macOS向けのビルドにはmacOSで実行する必要があるためこのコマンドではビルドされません
|
|
||||||
npm run build:all
|
|
||||||
```
|
|
||||||
|
|
||||||
#### yarn
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# 実行している環境向けにビルド
|
# 実行している環境向けにビルド
|
||||||
yarn build
|
yarn build
|
||||||
|
@ -126,10 +116,11 @@ yarn build:win
|
||||||
yarn build:all
|
yarn build:all
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
ビルド設定はすべてpackage.jsonに記載しています。
|
ビルド設定はすべてpackage.jsonに記載しています。
|
||||||
|
|
||||||
### electron-packager(非推奨)
|
### electron-packager(非推奨)
|
||||||
`npm install --save-dev electron-rebuild`
|
`yarn -D electron-rebuild`
|
||||||
|
|
||||||
Linux/macOS
|
Linux/macOS
|
||||||
`./node_modules/.bin/electron-rebuild`
|
`./node_modules/.bin/electron-rebuild`
|
||||||
|
@ -142,19 +133,25 @@ WindowsでPython 2.xやVisualC++を一発でインストールできるツール
|
||||||
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ](https://minohdon.jp/@toneji)氏談)
|
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ](https://minohdon.jp/@toneji)氏談)
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
`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=4.0.5 --icon=.\app\thedesk.ico --overwrite`
|
```
|
||||||
|
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=4.0.5 --icon=.\app\thedesk.ico --overwrite
|
||||||
|
```
|
||||||
Linux
|
Linux
|
||||||
`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=4.0.5 --overwrite`
|
```
|
||||||
|
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=4.0.5 --overwrite
|
||||||
|
```
|
||||||
macOS
|
macOS
|
||||||
`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=4.0.5 --icon=./app/icon.icns --overwrite`
|
```
|
||||||
|
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=4.0.5 --icon=./app/icon.icns --overwrite
|
||||||
|
```
|
||||||
|
|
||||||
### PWAとして実行
|
### PWAとして実行
|
||||||
|
|
||||||
TheDeskはウェブ技術を使用して作られているので、ブラウザで動かすこともできます。もちろん、Electron向けに設計されているので一部機能は動きません。
|
TheDeskはウェブ技術を使用して作られているので、ブラウザで動かすこともできます。もちろん、Electron向けに設計されているので一部機能は動きません。
|
||||||
|
|
||||||
`npm run build:pwa`でビルドできます。PWAに必要な`manifest.json`やサービスワーカーなども要員されています。
|
`yarn build:pwa`でビルドできます。PWAに必要な`manifest.json`やサービスワーカーなども用意されています。
|
||||||
|
|
||||||
**`node_modules`を`dependencies`にリネームしないと動きません。(Netlifyの制限です)**
|
**`node_modules`を`dependencies`にリネームしないと動きません。(Netlifyの制限ですが、Netlify以外で動かす場合にも必須です)**
|
||||||
|
|
||||||
ChromeまたはFirefoxでチェック: [こちら](https://app.thedesk.top) (`master`ブランチに追従しています。不安定です。)
|
ChromeまたはFirefoxでチェック: [こちら](https://app.thedesk.top) (`master`ブランチに追従しています。不安定です。)
|
||||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/6916503b-2882-43f7-9681-ab814e6d28f9/deploy-status)](https://app.netlify.com/sites/thedesk/deploys)
|
[![Netlify Status](https://api.netlify.com/api/v1/badges/6916503b-2882-43f7-9681-ab814e6d28f9/deploy-status)](https://app.netlify.com/sites/thedesk/deploys)
|
||||||
|
@ -168,7 +165,7 @@ Issuesに書いてある問題についてはなるべく対処しますので
|
||||||
|
|
||||||
[TheDesk - マストドン日本語ウィキ](https://ja.mstdn.wiki/TheDesk)
|
[TheDesk - マストドン日本語ウィキ](https://ja.mstdn.wiki/TheDesk)
|
||||||
|
|
||||||
## `npm i`したら脆弱性あるって言われた
|
## `yarn install`したら脆弱性あるって言われた
|
||||||
|
|
||||||
materialize-cssの脆弱性(CVE-2019-11002/3/4)については[こちら](https://github.com/Dogfalo/materialize/issues/6286)で本当に脆弱性かどうか議論しています。
|
materialize-cssの脆弱性(CVE-2019-11002/3/4)については[こちら](https://github.com/Dogfalo/materialize/issues/6286)で本当に脆弱性かどうか議論しています。
|
||||||
実際には害が無いものと思われます。
|
実際には害が無いものと思われます。
|
||||||
|
|
Loading…
Reference in New Issue
Block a user