1
0

Update Apps

This commit is contained in:
pooneyy
2025-07-03 11:40:55 +08:00
parent fb2d7887ca
commit 00cadf9c2c
241 changed files with 12357 additions and 4529 deletions

View File

@@ -1,120 +1,103 @@
## Introduction
## 简介
Seafile is an open source cloud storage system with privacy protection and teamwork features. Collections of files are called libraries. Each library can be synced separately. A library can also be encrypted with a user chosen password. Seafile also allows users to create groups and easily sharing files into groups.
Seafile 是一个具有隐私保护和团队协作功能的开源云存储系统。文件集合称为库。每个库可以单独同步。库还可以使用用户自选的密码进行加密。Seafile 还允许用户创建群组,并轻松地将文件分享到群组中。
## 功能概要
## Feature Summary
Seafile 具有以下功能:
Seafile has the following features:
### 文件同步
### File syncing
1. 任何文件夹的选择性同步。
2. 根据历史记录而不是时间戳正确处理文件冲突。
3. 仅传输内容差异到服务器。中断的传输可以恢复。
4. 与两个或多个服务器同步。
5. 与现有文件夹同步。
1. Selective sync for any folder.
2. Correctly handles file conflicts based on history instead of timestamp.
3. Only transfer content delta to the server. Interrupted transfers can be resumed.
4. Sync with two or more servers.
5. Sync with existing folders.
### 文件共享与协作
1. 在用户之间或组内共享文件夹。
2. 带有密码保护的下载链接
3. 上传链接
4. 版本控制
### File sharing and collaboration
### 驱动端客户端
1. Sharing folders between users or into groups.
3. Download links with password protection
4. Upload links
5. Version control
* 通过虚拟驱动器访问云端所有文件。
* 文件按需同步。
### Drive client
### 隐私保护
* Access all files in the cloud via virtual drive.
* Files are synced on demand.
1. 用户自选密码的库加密。
2. 使用桌面同步时的客户端加密
### Privacy protection
### 在线文档和知识管理(新)
1. Library encryption with a user chosen password.
2. Client side encryption when using the desktop syncing.
* 所见即所得的在线 Markdown 编辑
* 在线文档的草稿审核流程
* 元数据管理,包括
* 文件标签
* 相关文档
* 维基模式
* 实时通知
### Online documents and knowledge management (New)
## Seafile 组件的源代码仓库
* Online Markdown editing in WYSIWYG way
* A draft review workflow for online documents
* Metadata management, including
* File labels
* Related documents
* Wiki mode
* Realtime notifications
Seafile 的每个组件都有自己的源代码仓库托管在 Github 上。
* 同步客户端守护进程(此仓库): [https://github.com/haiwen/seafile](https://github.com/haiwen/seafile)
* 同步客户端 GUI: [https://github.com/haiwen/seafile-client](https://github.com/haiwen/seafile-client)
* 服务器核心: [https://github.com/haiwen/seafile-server](https://github.com/haiwen/seafile-server)
* 服务器 Web 界面: [https://github.com/haiwen/seahub](https://github.com/haiwen/seahub)
* iOS 应用: [https://github.com/haiwen/seafile-iOS](https://github.com/haiwen/seafile-iOS)
* Android 应用:[https://github.com/haiwen/seadroid](https://github.com/haiwen/seadroid)
* WebDAV [https://github.com/haiwen/seafdav](https://github.com/haiwen/seafdav)
## Source repositories for Seafile components
在 6.0 版本之前,“同步客户端守护进程”和“服务器核心”的源代码混在一起,可以在 [https://github.com/haiwen/seafile](https://github.com/haiwen/seafile) 找到。但从 6.0 版本开始,服务器核心被分离开来,单独成为一个仓库。因此,同步客户端守护进程仓库仍然是 Seafile 项目在 Github 上的“主页”。
# 构建与运行
Each component of Seafile has its own source code repository on Github.
请参见 [https://manual.seafile.com/build_seafile/server](https://manual.seafile.com/build_seafile/server)
* Sync client daemon (this repository): https://github.com/haiwen/seafile
* Sync client GUI: https://github.com/haiwen/seafile-client
* Server core: https://github.com/haiwen/seafile-server
* Server web UI: https://github.com/haiwen/seahub
* iOS app: https://github.com/haiwen/seafile-iOS
* Android app: https://github.com/haiwen/seadroid
* WebDAV: https://github.com/haiwen/seafdav
# 错误和功能请求报告
Before version 6.0, the source code of "sync client daemon" and "server core" was mixed together in https://github.com/haiwen/seafile.
But after 6.0 version, the server core is separated into its own repository.
For this reason, the sync client daemon repository is still the "front page" for Seafile project on Github.
请仅在 GitHub 问题中提交 Bug专业版客户应通过邮件联系我们
Build and Run
=============
* 服务器、Web 界面Seahub和桌面客户端[https://github.com/haiwen/seafile/issues](https://github.com/haiwen/seafile/issues)
* Android 客户端:[https://github.com/haiwen/seadroid/issues](https://github.com/haiwen/seadroid/issues)
* iOS 客户端:[https://github.com/haiwen/seafile-iOS/issues](https://github.com/haiwen/seafile-iOS/issues)
See <https://manual.seafile.com/build_seafile/server>
可以在论坛 [https://forum.seafile.com/](https://forum.seafile.com/) 上提出功能请求和讨论安装/使用过程中遇到的问题。
Bug and Feature Request Reports
===============================
# 国际化 (I18n)
Please only submit bugs in GitHub issues (Pro customers should contact us via Email):
* [翻译 Seafile 网页界面](https://github.com/haiwen/seafile/wiki/Seahub-Translation)
* [翻译 Seafile 桌面客户端](https://github.com/haiwen/seafile-client/#internationalization)
* [翻译 Seafile Android 应用](https://github.com/haiwen/seadroid#internationalization)
* [翻译 Seafile iOS 应用](https://github.com/haiwen/seafile-ios#internationalization-i18n)
* Server, Web interface (Seahub) and desktop clients: https://github.com/haiwen/seafile/issues
* Android client: https://github.com/haiwen/seadroid/issues
* iOS client: https://github.com/haiwen/seafile-iOS/issues
# 变更日志
Feature requests can be made and installation/usage problems can be discussed in the forum https://forum.seafile.com/.
见 [https://manual.seafile.com/changelog/server-changelog/](https://manual.seafile.com/changelog/server-changelog/)
Internationalization (I18n)
===========================
# 为什么采用开源
* [Translate Seafile web ui](https://github.com/haiwen/seafile/wiki/Seahub-Translation)
* [Translate Seafile desktop client](https://github.com/haiwen/seafile-client/#internationalization)
* [Translate Seafile Android app](https://github.com/haiwen/seadroid#internationalization)
* [Translate Seafile iOS app](https://github.com/haiwen/seafile-ios#internationalization-i18n)
我们的主要目标是打造一款顶级产品。我们认为这个目标只能通过与全世界合作来实现。
Change Logs
===========
# 贡献
See <https://manual.seafile.com/changelog/server-changelog/>
如需更多信息,请阅读 [贡献](https://manual.seafile.com/contribution/) 。
# 许可证
Why Open Source
===============
* Seafile iOS 客户端: Apache License v2
* Seafile Android 客户端: GPLv3
* 桌面同步客户端(此仓库): GPLv2
* Seafile 服务器核心: AGPLv3
* Seahub (Seafile 服务器 Web 界面): Apache 许可证 v2
Our primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.
# 联系
Twitter: @seafile [https://twitter.com/seafile]
Contributing
===========
For more information read [Contribution](https://manual.seafile.com/contribution/).
License
=======
- Seafile iOS client: Apache License v2
- Seafile Android client: GPLv3
- Desktop syncing client (this repository): GPLv2
- Seafile Server core: AGPLv3
- Seahub (Seafile server Web UI): Apache License v2
Contact
=======
Twitter: @seafile <https://twitter.com/seafile>
Forum: <https://forum.seafile.com>
论坛: [https://forum.seafile.com]

120
apps/seafile/README_en.md Normal file
View File

@@ -0,0 +1,120 @@
## Introduction
Seafile is an open source cloud storage system with privacy protection and teamwork features. Collections of files are called libraries. Each library can be synced separately. A library can also be encrypted with a user chosen password. Seafile also allows users to create groups and easily sharing files into groups.
## Feature Summary
Seafile has the following features:
### File syncing
1. Selective sync for any folder.
2. Correctly handles file conflicts based on history instead of timestamp.
3. Only transfer content delta to the server. Interrupted transfers can be resumed.
4. Sync with two or more servers.
5. Sync with existing folders.
### File sharing and collaboration
1. Sharing folders between users or into groups.
3. Download links with password protection
4. Upload links
5. Version control
### Drive client
* Access all files in the cloud via virtual drive.
* Files are synced on demand.
### Privacy protection
1. Library encryption with a user chosen password.
2. Client side encryption when using the desktop syncing.
### Online documents and knowledge management (New)
* Online Markdown editing in WYSIWYG way
* A draft review workflow for online documents
* Metadata management, including
* File labels
* Related documents
* Wiki mode
* Realtime notifications
## Source repositories for Seafile components
Each component of Seafile has its own source code repository on Github.
* Sync client daemon (this repository): https://github.com/haiwen/seafile
* Sync client GUI: https://github.com/haiwen/seafile-client
* Server core: https://github.com/haiwen/seafile-server
* Server web UI: https://github.com/haiwen/seahub
* iOS app: https://github.com/haiwen/seafile-iOS
* Android app: https://github.com/haiwen/seadroid
* WebDAV: https://github.com/haiwen/seafdav
Before version 6.0, the source code of "sync client daemon" and "server core" was mixed together in https://github.com/haiwen/seafile.
But after 6.0 version, the server core is separated into its own repository.
For this reason, the sync client daemon repository is still the "front page" for Seafile project on Github.
Build and Run
=============
See <https://manual.seafile.com/build_seafile/server>
Bug and Feature Request Reports
===============================
Please only submit bugs in GitHub issues (Pro customers should contact us via Email):
* Server, Web interface (Seahub) and desktop clients: https://github.com/haiwen/seafile/issues
* Android client: https://github.com/haiwen/seadroid/issues
* iOS client: https://github.com/haiwen/seafile-iOS/issues
Feature requests can be made and installation/usage problems can be discussed in the forum https://forum.seafile.com/.
Internationalization (I18n)
===========================
* [Translate Seafile web ui](https://github.com/haiwen/seafile/wiki/Seahub-Translation)
* [Translate Seafile desktop client](https://github.com/haiwen/seafile-client/#internationalization)
* [Translate Seafile Android app](https://github.com/haiwen/seadroid#internationalization)
* [Translate Seafile iOS app](https://github.com/haiwen/seafile-ios#internationalization-i18n)
Change Logs
===========
See <https://manual.seafile.com/changelog/server-changelog/>
Why Open Source
===============
Our primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.
Contributing
===========
For more information read [Contribution](https://manual.seafile.com/contribution/).
License
=======
- Seafile iOS client: Apache License v2
- Seafile Android client: GPLv3
- Desktop syncing client (this repository): GPLv2
- Seafile Server core: AGPLv3
- Seahub (Seafile server Web UI): Apache License v2
Contact
=======
Twitter: @seafile <https://twitter.com/seafile>
Forum: <https://forum.seafile.com>