seafile/README.markdown

121 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

2019-01-22 14:55:19 +08:00
## Introduction [![Build Status](https://secure.travis-ci.org/haiwen/seafile.svg?branch=master)](http://travis-ci.org/haiwen/seafile)
2012-07-28 16:45:03 +08:00
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.
2012-07-28 16:45:03 +08:00
2019-01-22 14:55:19 +08:00
## Feature Summary
2012-07-28 16:45:03 +08:00
2015-02-17 00:26:41 +08:00
Seafile has the following features:
2013-10-23 10:32:24 +08:00
2015-02-17 00:26:41 +08:00
### File syncing
2013-10-23 10:32:24 +08:00
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.
2013-10-23 10:32:24 +08:00
4. Sync with two or more servers.
5. Sync with existing folders.
2016-07-29 10:36:20 +08:00
2013-10-23 10:32:24 +08:00
2015-02-17 00:26:41 +08:00
### File sharing and collaboration
2012-07-28 16:45:03 +08:00
2016-07-29 10:36:20 +08:00
1. Sharing folders between users or into groups.
2015-02-17 00:26:41 +08:00
3. Download links with password protection
4. Upload links
2019-01-22 14:55:19 +08:00
5. Version control
### Drive client
* Access all files in the cloud via virtual drive.
* Files are synced on demand.
2012-07-28 16:45:03 +08:00
2015-02-17 00:26:41 +08:00
### Privacy protection
2013-10-23 10:32:24 +08:00
1. Library encryption with a user chosen password.
2015-02-17 00:26:41 +08:00
2. Client side encryption when using the desktop syncing.
2019-01-22 14:55:19 +08:00
### 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
2012-07-28 16:45:03 +08:00
2019-01-22 14:55:19 +08:00
## Source repositories for Seafile components
2012-11-12 19:14:57 +08:00
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.
2012-11-05 11:31:20 +08:00
Build and Run
=============
See <https://manual.seafile.com/build_seafile/server>
2012-11-13 11:14:54 +08:00
2016-02-22 10:40:13 +08:00
Bug and Feature Request Reports
===============================
Please only submit bugs in GitHub issues (Pro customers should contact us via Email):
2021-03-18 14:18:22 +08:00
* Server, Web interface (Seahub) and desktop clients: https://github.com/haiwen/seafile/issues
2016-02-22 10:40:13 +08:00
* 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/.
2016-02-22 10:40:13 +08:00
2013-07-02 11:30:02 +08:00
Internationalization (I18n)
2016-02-22 10:40:13 +08:00
===========================
2013-07-02 11:30:02 +08:00
2016-01-27 11:53:41 +08:00
* [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)
2013-07-02 11:30:02 +08:00
2013-03-10 13:01:09 +08:00
Change Logs
===========
2021-01-12 10:26:48 +08:00
See <https://manual.seafile.com/changelog/server-changelog/>
2013-03-10 13:01:09 +08:00
2013-04-02 22:21:25 +08:00
Why Open Source
===============
2015-01-16 10:29:01 +08:00
Our primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.
2013-03-10 13:01:09 +08:00
2013-04-14 12:22:08 +08:00
Contributing
===========
For more information read [Contribution](https://manual.seafile.com/contribution/).
2014-08-25 15:14:43 +08:00
License
2013-05-08 00:36:31 +08:00
=======
- 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
2013-05-08 00:36:31 +08:00
2012-11-13 11:14:54 +08:00
Contact
=======
2013-04-02 10:39:46 +08:00
Twitter: @seafile <https://twitter.com/seafile>
2012-11-13 11:14:54 +08:00
2016-07-22 15:47:07 +08:00
Forum: <https://forum.seafile.com>