Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniehack/henly-web
a Zenly alternative building by XMPP's Personal Eventing Protocol
https://github.com/eniehack/henly-web
svelte xmpp
Last synced: 3 months ago
JSON representation
a Zenly alternative building by XMPP's Personal Eventing Protocol
- Host: GitHub
- URL: https://github.com/eniehack/henly-web
- Owner: eniehack
- Created: 2022-09-20T08:04:59.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-08-30T06:30:40.000Z (5 months ago)
- Last Synced: 2024-09-26T12:21:51.904Z (4 months ago)
- Topics: svelte, xmpp
- Language: TypeScript
- Homepage: https://henly-web.vercel.app/
- Size: 217 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.ja.md
Awesome Lists containing this project
README
# Henly Web Viewer
XMPP の Personal Eventing Protocol を用いた Zenly クローン
## 使い方
1. XMPP アカウントの作成
* このサービスを利用する場合、登録するサーバが Personal Eventing Protocol や Entity Capabilities などに対応している必要があります。
* 参考: 日本では、運営者が日本語話者である[xmpp.jp](https://xmpp.jp)や[step.im](https://step.im)のユーザが多いように感じます
* 参考: サーバの探し方や XMPP そのものに関して、詳しくは[こちら](https://im-net.org/sp/xmpp/)。
2. https://henly-web.vercel.app へアクセスし、登録した XMPP アカウントでログインします。
3. サイトに対し、位置情報の共有を許可します。## プライバシーに関して
このサービスではあなたとその友人の位置情報を取り扱います。
しかし、位置情報は友人、あなたのブラウザと、あなたが登録した XMPP サーバのみに共有され、その他第三者に共有されることはありません。## ライセンス
copyright (c) 2022 eniehack
このソフトウェアは [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) または [GNU Affero General Public License v3.0 only](https://www.gnu.org/licenses/agpl-3.0.en.html) でライセンスされます。
あなたはこれら 2 つからライセンスを選ぶことができます。## Contributing
1. Fork it (https://gitlab.com/eniehack/henly-web/fork)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributers
- [eniehack](https://github.com/eniehack) - creator and maintainer