├── .github └── workflows │ └── ci.yml ├── .gitignore ├── LANGS.md ├── LICENSE.txt ├── README.md ├── arabic ├── CNAME ├── README.md ├── SUMMARY.md ├── desktop │ ├── seadrive-centos7.repo │ └── seadrive-fedora.repo ├── drive_client │ ├── drive_client_2.0_for_windows_10.md │ ├── drive_client_for_linux.md │ └── imgs │ │ ├── cloud.png │ │ ├── drive-accounts.png │ │ ├── drive-cache-setting.png │ │ ├── drive-fetch-finish.png │ │ ├── drive-login.png │ │ ├── drive.png │ │ ├── locked-by-me.png │ │ ├── locked.png │ │ ├── partial-synced.png │ │ ├── read-only.png │ │ ├── seadrive-2.0.png │ │ ├── seadrive-cache-control.png │ │ ├── seadrive-file-icons.png │ │ └── synced.png ├── faq.md ├── file_folder_managing │ ├── deleting_a_library.md │ ├── finding_older_version_files.md │ ├── full-text_file_search.md │ ├── imgs │ │ ├── history_setting.png │ │ ├── libraries_view.png │ │ ├── library_browse.png │ │ └── markdown.png │ ├── libraries_managing.md │ ├── library_history_and_snapshots.md │ ├── restoring_deleted_files.md │ ├── setting_library_history.md │ └── viewing_files_within_web_app.md ├── images │ └── auto-upload │ │ ├── dept_admin_manage_libs.png │ │ ├── dept_admin_manage_members (1).png │ │ ├── dept_admin_manage_members.png │ │ ├── image-1584674198415.png │ │ ├── image-1584674764725.png │ │ └── image-1584675088821.png ├── media │ ├── favicon.ico │ └── seafile-transparent-1024.png ├── organization_management │ ├── daily_management.md │ ├── images │ │ └── auto-upload │ │ │ ├── 0beb35c6-89ef-4e8c-8956-9b3c74f50aa8.png │ │ │ ├── 1e6326f5-60eb-4720-8e55-c92f6c2f5f68.png │ │ │ ├── 21dc07ae-89a7-4281-be18-566a64bca922.png │ │ │ ├── 2a6bdc13-88f8-418b-90e3-cba0a67b12e7.png │ │ │ ├── 3a3281c6-eb25-41c3-b2bb-94d7f9d22eec.png │ │ │ ├── 3aa0b19d-46ac-426e-adcc-b3869b0a95a1.png │ │ │ ├── 5b3ff455-de3f-4585-93d2-8ecc1c7cc0ea.png │ │ │ ├── 6702c7c7-a205-4b18-91d2-48dd1a1b7b03.png │ │ │ ├── 7a1eead2-272f-40ec-9768-effc1d4f3273.png │ │ │ ├── 7f2b4010-5f50-4184-9d56-fe60d5a5809e.png │ │ │ ├── 8c1988cd-1f66-47c9-ac61-650e8245efcf.png │ │ │ ├── WX20230615-180101@2x.png │ │ │ ├── WX20230615-181017@2x.png │ │ │ ├── WX20230616-102525@2x.png │ │ │ ├── WX20230616-102743@2x.png │ │ │ ├── WX20230616-102935@2x.png │ │ │ ├── WX20230616-105147@2x.png │ │ │ ├── WX20230616-110201@2x.png │ │ │ ├── WX20230616-110340@2x.png │ │ │ ├── WX20230616-111042@2x.png │ │ │ ├── WX20230616-111308@2x.png │ │ │ ├── WX20230616-111327@2x.png │ │ │ ├── WX20230616-111814@2x.png │ │ │ ├── WX20230616-115301@2x.png │ │ │ ├── WX20230616-141739@2x.png │ │ │ ├── WX20230616-142040@2x.png │ │ │ ├── abee9c69-f03d-4735-9231-92bd923b9ceb.png │ │ │ ├── bde53e1b-dfef-4693-bba8-8ec8801627d6.png │ │ │ ├── bfd4a31c-2533-435d-9231-7f187117a139.png │ │ │ ├── d2252310-0c30-4d88-a553-5711820a65df.png │ │ │ ├── d88fd998-1382-4b1f-901b-60bb5d874c6e.png │ │ │ └── e343f174-e31c-4aba-8f26-2b78927f625c.png │ └── integration_with_ADFS_SAML.md ├── security_and_encryption │ └── use_encrypted_libraries.md ├── sharing_collaboration │ ├── departments.md │ ├── file_locking.md │ ├── folder_permission.md │ ├── groups_managing.md │ ├── imgs │ │ ├── dept_admin.png │ │ ├── dept_admin_manage_libs.png │ │ ├── dept_admin_manage_members.png │ │ ├── desktop_lock_file.png │ │ ├── desktop_my_locked_file.png │ │ ├── desktop_other_locked_file.png │ │ ├── sys_admin_departments.png │ │ ├── web_file_locked.png │ │ ├── web_folder_perm_ro.png │ │ └── web_lock_file.png │ └── sharing_files_and_folders.md ├── stylesheets │ └── extra.css ├── syncing_client │ ├── excluding_files.md │ ├── file_conflicts.md │ ├── imgs │ │ ├── read_only.png │ │ ├── resync-a-library.png │ │ ├── seafile-add-account.png │ │ ├── seafile-cloud-file-browser.png │ │ ├── seafile-create-library-02.png │ │ ├── seafile-create-library.png │ │ ├── seafile-init-choose-folder.png │ │ ├── seafile-sync-library.png │ │ ├── set-sync-interval.png │ │ ├── sync-a-sub-folder.png │ │ ├── sync-with-an-existing-01.png │ │ └── sync-with-an-existing-02.png │ ├── install_linux_client.md │ ├── install_sync.md │ ├── linux-cli.md │ ├── proxy_settings.md │ ├── read-only_syncing.md │ ├── selective_sync_sub-folders.md │ ├── setting_sync_interval.md │ ├── syncing_existing_folders.md │ └── unsync_and_resync_library.md └── wiki │ ├── imgs │ ├── column_view.png │ ├── context_menu.png │ ├── editor_side_bar.png │ ├── file_history.png │ ├── markdown_editor.png │ ├── related_files.png │ ├── tags_from_file_browser.png │ ├── tags_from_side_bar.png │ └── tags_summary.png │ └── manage_library_as_wiki.md ├── de ├── README.md ├── SUMMARY.md ├── desktop │ ├── conflict.md │ ├── encryption.md │ ├── ignore.md │ ├── images │ │ ├── seafile-add-account.png │ │ ├── seafile-create-library-02.png │ │ ├── seafile-create-library.png │ │ ├── seafile-init-choose-folder.png │ │ ├── seafile-sync-library.png │ │ └── seafile-unsynced-library.png │ ├── install.md │ └── unsync.md ├── faq.md └── web │ ├── README.md │ ├── group_share.md │ └── view_encrypted.md ├── en.bak ├── README.md ├── SUMMARY.md ├── desktop │ ├── seadrive-centos7.repo │ └── seadrive-fedora.repo ├── drive_client │ ├── drive_client_for_linux.md │ ├── imgs │ │ ├── cloud.png │ │ ├── drive-accounts.png │ │ ├── drive-cache-setting.png │ │ ├── drive-fetch-finish.png │ │ ├── drive-login.png │ │ ├── drive.png │ │ ├── locked-by-me.png │ │ ├── locked.png │ │ ├── partial-synced.png │ │ ├── read-only.png │ │ └── synced.png │ └── using_drive_client.md ├── faq.md ├── favicon.ico ├── file_folder_managing │ ├── deleting_a_library.md │ ├── finding_older_version_files.md │ ├── full-text_file_search.md │ ├── imgs │ │ ├── history_setting.png │ │ ├── libraries_view.png │ │ ├── library_browse.png │ │ └── markdown.png │ ├── libraries_managing.md │ ├── library_history_and_snapshots.md │ ├── restoring_deleted_files.md │ ├── setting_library_history.md │ └── viewing_files_within_web_app.md ├── seafile-transparent-1024.png ├── security_and_encryption │ └── use_encrypted_libraries.md ├── sharing_collaboration │ ├── departments.md │ ├── file_locking.md │ ├── folder_permission.md │ ├── groups_managing.md │ ├── imgs │ │ ├── dept_admin.png │ │ ├── dept_admin_manage_libs.png │ │ ├── dept_admin_manage_members.png │ │ ├── desktop_lock_file.png │ │ ├── desktop_my_locked_file.png │ │ ├── desktop_other_locked_file.png │ │ ├── sys_admin_departments.png │ │ ├── web_file_locked.png │ │ ├── web_folder_perm_ro.png │ │ └── web_lock_file.png │ └── sharing_files_and_folders.md ├── stylesheets │ └── extra.css ├── syncing_client │ ├── excluding_files.md │ ├── file_conflicts.md │ ├── imgs │ │ ├── read_only.png │ │ ├── resync-a-library.png │ │ ├── seafile-add-account.png │ │ ├── seafile-cloud-file-browser.png │ │ ├── seafile-create-library-02.png │ │ ├── seafile-create-library.png │ │ ├── seafile-init-choose-folder.png │ │ ├── seafile-sync-library.png │ │ ├── set-sync-interval.png │ │ ├── sync-a-sub-folder.png │ │ ├── sync-with-an-existing-01.png │ │ └── sync-with-an-existing-02.png │ ├── install_linux_client.md │ ├── install_sync.md │ ├── linux-cli.md │ ├── proxy_settings.md │ ├── read-only_syncing.md │ ├── selective_sync_sub-folders.md │ ├── setting_sync_interval.md │ ├── syncing_existing_folders.md │ └── unsync_and_resync_library.md └── wiki │ ├── imgs │ ├── column_view.png │ ├── context_menu.png │ ├── editor_side_bar.png │ ├── file_history.png │ ├── markdown_editor.png │ ├── related_files.png │ ├── tags_from_file_browser.png │ ├── tags_from_side_bar.png │ └── tags_summary.png │ └── manage_library_as_wiki.md ├── en ├── CNAME ├── README.md ├── SUMMARY.md ├── desktop │ ├── seadrive-centos7.repo │ └── seadrive-fedora.repo ├── drive_client │ ├── drive_client_for_linux.md │ ├── drive_client_for_macos.md │ ├── drive_client_for_win10.md │ ├── drive_client_for_win7.md │ └── imgs │ │ ├── cloud.png │ │ ├── drive-accounts.png │ │ ├── drive-cache-setting.png │ │ ├── drive-fetch-finish.png │ │ ├── drive-login.png │ │ ├── drive.png │ │ ├── locked-by-me.png │ │ ├── locked.png │ │ ├── partial-synced.png │ │ ├── read-only.png │ │ ├── seadrive-2.0.png │ │ ├── seadrive-3.0.png │ │ ├── seadrive-account-management.png │ │ ├── seadrive-account-resync.png │ │ ├── seadrive-cache-control.png │ │ ├── seadrive-cache-management.png │ │ ├── seadrive-file-icons.png │ │ ├── seadrive-mac-account-delete.png │ │ ├── seadrive-mac-account-management.png │ │ ├── seadrive-mac-cache-control.png │ │ ├── seadrive-mac-cache-management.png │ │ ├── seadrive-mac-file-icons.png │ │ └── synced.png ├── faq.md ├── file_folder_managing │ ├── deleting_a_library.md │ ├── finding_older_version_files.md │ ├── full-text_file_search.md │ ├── imgs │ │ ├── history_setting.png │ │ ├── libraries_view.png │ │ ├── library_browse.png │ │ └── markdown.png │ ├── libraries_managing.md │ ├── library_history_and_snapshots.md │ ├── restoring_deleted_files.md │ ├── setting_library_history.md │ └── viewing_files_within_web_app.md ├── images │ └── auto-upload │ │ ├── dept_admin_manage_libs.png │ │ ├── dept_admin_manage_members (1).png │ │ ├── dept_admin_manage_members.png │ │ ├── image-1584674198415.png │ │ ├── image-1584674764725.png │ │ └── image-1584675088821.png ├── media │ ├── favicon.ico │ └── seafile-transparent-1024.png ├── metadata │ ├── enable_the_metadata_function.md │ ├── gallery_view.md │ ├── imgs │ │ ├── image-Cdps3_PrS32x1hgz7TPWJg.png │ │ ├── image-E9DeJvJaSjSyBYwM8cc-0w.png │ │ ├── image-HJ7AF8bGRIeMsm5VpPqYMA.png │ │ ├── image-Hce_2SiiRwS4HYocuZMxqw.png │ │ ├── image-HqXqA2JpT8uNVzbpqy3Mrw.png │ │ ├── image-KMQZTj4jTUa5-S4KmZ7CNg.png │ │ ├── image-LK9RIyr9QpGzuKNlH0UeFA.png │ │ ├── image-Lz80u7KbSYeZlUlOLRLXeQ.png │ │ ├── image-MCsD15EtS-ODvwNcWSmapg.png │ │ ├── image-PpZGbCa2QeWU3X-F8UCusA.png │ │ ├── image-Qf26VkDST6Skhb25_whg9g.png │ │ ├── image-RdICeS0UTsO88qjnM62vQA.png │ │ ├── image-SDfAuXI6RRWoaDCIW5QSEQ.png │ │ ├── image-SeHyXuCIT6SKvVUcVPxhEQ.png │ │ ├── image-SroQ0Zh-TxOrz0oR4obMgg.png │ │ ├── image-U71rit_ARA2ZVA-o-BYpFQ.png │ │ ├── image-UJiAR5zxSrOLA8t15CRgCw.png │ │ ├── image-XoW9yHt7S_Obp_tHTbguww.png │ │ ├── image-YH2kChqKS0WK47pMeixBCQ.png │ │ ├── image-YqLlysumT0OHj9PaTik-Sw.png │ │ ├── image-ZSvACNjOSY2LUnwWQlVqmw.png │ │ ├── image-Zs3rSdiwRL2RoCevcAY_AQ.png │ │ ├── image-apGlKL1pTc6KZEH6uk4qZQ.png │ │ ├── image-cADPwsndRL6b3sSuBn4ktA.png │ │ ├── image-ddRNNZ7fRbOpStbGvnKC3Q.png │ │ ├── image-eB18Q8s4Siab9eTZEB8fHg.png │ │ ├── image-eRUCxqIQSKy7t_5igjMzCA.png │ │ ├── image-evmN1IP-QFaPK3BS0jT0UA.png │ │ └── image-fBUWzC91SUqfTcAMOpEatA.png │ ├── kanban_view.md │ ├── map_view.md │ ├── overview.md │ └── table_view.md ├── organization_management │ ├── daily_management.md │ ├── images │ │ └── auto-upload │ │ │ ├── 0beb35c6-89ef-4e8c-8956-9b3c74f50aa8.png │ │ │ ├── 1e6326f5-60eb-4720-8e55-c92f6c2f5f68.png │ │ │ ├── 21dc07ae-89a7-4281-be18-566a64bca922.png │ │ │ ├── 2a6bdc13-88f8-418b-90e3-cba0a67b12e7.png │ │ │ ├── 3a3281c6-eb25-41c3-b2bb-94d7f9d22eec.png │ │ │ ├── 3aa0b19d-46ac-426e-adcc-b3869b0a95a1.png │ │ │ ├── 5b3ff455-de3f-4585-93d2-8ecc1c7cc0ea.png │ │ │ ├── 6702c7c7-a205-4b18-91d2-48dd1a1b7b03.png │ │ │ ├── 7a1eead2-272f-40ec-9768-effc1d4f3273.png │ │ │ ├── 7f2b4010-5f50-4184-9d56-fe60d5a5809e.png │ │ │ ├── 8c1988cd-1f66-47c9-ac61-650e8245efcf.png │ │ │ ├── WX20230615-180101@2x.png │ │ │ ├── WX20230615-181017@2x.png │ │ │ ├── WX20230616-102525@2x.png │ │ │ ├── WX20230616-102743@2x.png │ │ │ ├── WX20230616-102935@2x.png │ │ │ ├── WX20230616-105147@2x.png │ │ │ ├── WX20230616-110201@2x.png │ │ │ ├── WX20230616-110340@2x.png │ │ │ ├── WX20230616-111042@2x.png │ │ │ ├── WX20230616-111308@2x.png │ │ │ ├── WX20230616-111327@2x.png │ │ │ ├── WX20230616-111814@2x.png │ │ │ ├── WX20230616-115301@2x.png │ │ │ ├── WX20230616-141739@2x.png │ │ │ ├── WX20230616-142040@2x.png │ │ │ ├── abee9c69-f03d-4735-9231-92bd923b9ceb.png │ │ │ ├── bde53e1b-dfef-4693-bba8-8ec8801627d6.png │ │ │ ├── bfd4a31c-2533-435d-9231-7f187117a139.png │ │ │ ├── d2252310-0c30-4d88-a553-5711820a65df.png │ │ │ ├── d88fd998-1382-4b1f-901b-60bb5d874c5a.png │ │ │ ├── d88fd998-1382-4b1f-901b-60bb5d874c6e.png │ │ │ └── e343f174-e31c-4aba-8f26-2b78927f625c.png │ └── integration_with_ADFS_SAML.md ├── security_and_encryption │ └── use_encrypted_libraries.md ├── sharing_collaboration │ ├── departments.md │ ├── file_locking.md │ ├── folder_permission.md │ ├── groups_managing.md │ ├── imgs │ │ ├── dept_admin.png │ │ ├── dept_admin_manage_libs.png │ │ ├── dept_admin_manage_members.png │ │ ├── desktop_lock_file.png │ │ ├── desktop_my_locked_file.png │ │ ├── desktop_other_locked_file.png │ │ ├── folder_perm_invisible.png │ │ ├── sys_admin_departments.png │ │ ├── web_file_locked.png │ │ ├── web_folder_perm_ro.png │ │ └── web_lock_file.png │ └── sharing_files_and_folders.md ├── stylesheets │ └── extra.css ├── syncing_client │ ├── excluding_files.md │ ├── file_conflicts.md │ ├── imgs │ │ ├── read_only.png │ │ ├── resync-a-library.png │ │ ├── seafile-add-account.png │ │ ├── seafile-cloud-file-browser.png │ │ ├── seafile-create-library-02.png │ │ ├── seafile-create-library.png │ │ ├── seafile-init-choose-folder.png │ │ ├── seafile-sync-library.png │ │ ├── set-sync-interval.png │ │ ├── sync-a-sub-folder.png │ │ ├── sync-with-an-existing-01.png │ │ └── sync-with-an-existing-02.png │ ├── install_linux_client.md │ ├── install_sync.md │ ├── linux-cli.md │ ├── proxy_settings.md │ ├── read-only_syncing.md │ ├── selective_sync_sub-folders.md │ ├── setting_sync_interval.md │ ├── syncing_existing_folders.md │ └── unsync_and_resync_library.md └── wiki │ ├── imgs │ ├── column_view.png │ ├── context_menu.png │ ├── editor_side_bar.png │ ├── file_history.png │ ├── markdown_editor.png │ ├── related_files.png │ ├── tags_from_file_browser.png │ ├── tags_from_side_bar.png │ └── tags_summary.png │ └── manage_library_as_wiki.md ├── fr ├── README.md ├── SUMMARY.md ├── desktop │ ├── conflict.md │ ├── encryption.md │ ├── ignore.md │ ├── images │ │ ├── seafile-add-account.png │ │ ├── seafile-create-library-02.png │ │ ├── seafile-create-library.png │ │ ├── seafile-init-choose-folder.png │ │ ├── seafile-sync-library.png │ │ └── seafile-unsynced-library.png │ ├── install.md │ └── unsync.md ├── faq.md └── web │ ├── README.md │ ├── group_share.md │ └── view_encrypted.md ├── mkdocs.yml ├── scripts ├── deploy.sh └── key.txt.enc ├── zh-tw ├── README.md ├── SUMMARY.md ├── desktop │ ├── README.md │ ├── conflict.md │ ├── encryption.md │ ├── ignore.md │ ├── images │ │ ├── seafile-create-library-02.png │ │ ├── seafile-create-library.png │ │ ├── seafile-init-choose-folder.png │ │ ├── seafile-init-login.png │ │ ├── seafile-sync-library.png │ │ └── seafile-unsynced-library.png │ ├── install.md │ └── unsync.md ├── faq.md └── web │ ├── README.md │ ├── folder_permission.md │ ├── group_share.md │ ├── images │ ├── web-folder-perm-ro.png │ ├── web-open-repo-settings.png │ ├── web-repo-settings-folder-perm.png │ ├── web-set-folder-perm1.png │ └── web-set-folder-perm2.png │ └── view_encrypted.md └── zh ├── README.md ├── SUMMARY.md ├── faq.md ├── seadrive_client ├── faq_seadrive.md ├── imgs │ ├── account.png │ ├── add-account.png │ ├── cloud.png │ ├── get-files.png │ ├── locked-by-me.png │ ├── locked.png │ ├── partial-synced.png │ ├── read-only.png │ ├── setting.png │ ├── synced.png │ └── use.png ├── install_seadrive_client.md ├── seadrive_setup.md └── usage_seadrive_client.md ├── syncing_client ├── imgs │ ├── activity.png │ ├── add-account.png │ ├── client-setting.png │ ├── create-new-lib.png │ ├── forbidden.png │ ├── gray-forbidden.png │ ├── lib-list.png │ ├── new-account.png │ ├── newly-synced-libs.png │ ├── proxy-setting.png │ ├── re-sync.png │ ├── selective-sync.png │ ├── set-sync-interval.png │ ├── setting-2.png │ ├── starred.png │ ├── sync-lib-1.png │ ├── sync-lib-2.png │ ├── sync-lib-3.png │ ├── sync-lib.png │ └── sync-local-to-server.png ├── install_syncing_client.md ├── others.md └── syncing_librarise.md ├── web_client ├── file_history_recycle.md ├── file_manage.md ├── imgs │ ├── activity.png │ ├── add_user_to_department.png │ ├── add_user_to_group.png │ ├── creat_repos.png │ ├── creat_repos_to_department.png │ ├── creat_sub_department.png │ ├── creat_top_department.png │ ├── delete_department.png │ ├── delete_repos.png │ ├── delete_repos_from_department.png │ ├── delete_user_from_department.png │ ├── delete_user_from_group.png │ ├── devices.png │ ├── dir-2.png │ ├── dir-3.png │ ├── dir-view.png │ ├── excel-edit.png │ ├── file-history.png │ ├── file-lock-1.png │ ├── file-lock-2.png │ ├── file-lock-3.png │ ├── file-lock-4.png │ ├── file-lock-5.png │ ├── file-view.png │ ├── folder-perm-1.png │ ├── folder-perm-2.png │ ├── folder-perm-3.png │ ├── groups.png │ ├── lib-1.png │ ├── lib-2.png │ ├── lib-history-1.png │ ├── lib-history-2.png │ ├── lib-screenshot.png │ ├── list_top_departments.png │ ├── manage_department_user.png │ ├── new-lib.png │ ├── notification.png │ ├── ppt-edit.png │ ├── profile-popup.png │ ├── profile-setting.png │ ├── rename_repos.png │ ├── search.png │ ├── set_department_quota.png │ ├── set_permission.png │ ├── set_role.png │ ├── share-admin-folders.png │ ├── share-admin-libs.png │ ├── share-admin-links.png │ ├── share-to-group.png │ ├── share-to-user.png │ ├── shared-libs.png │ ├── shared-link.png │ ├── starred.png │ ├── text-edit.png │ ├── text-view.png │ ├── trash.png │ └── use_groups.png ├── library_manage.md ├── personal_setup_and_manage.md ├── share_collaboration.md └── use_organization.md └── wiki ├── file_tags.md ├── imgs ├── file_history_diff.png ├── file_tags.png ├── published_repos.png └── tree_views.png ├── markdown_editor.md └── wiki_function.md /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | .idea/ 3 | -------------------------------------------------------------------------------- /LANGS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/LANGS.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/README.md -------------------------------------------------------------------------------- /arabic/CNAME: -------------------------------------------------------------------------------- 1 | help.seafile.com 2 | -------------------------------------------------------------------------------- /arabic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/README.md -------------------------------------------------------------------------------- /arabic/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/SUMMARY.md -------------------------------------------------------------------------------- /arabic/desktop/seadrive-centos7.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/desktop/seadrive-centos7.repo -------------------------------------------------------------------------------- /arabic/desktop/seadrive-fedora.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/desktop/seadrive-fedora.repo -------------------------------------------------------------------------------- /arabic/drive_client/drive_client_2.0_for_windows_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/drive_client_2.0_for_windows_10.md -------------------------------------------------------------------------------- /arabic/drive_client/drive_client_for_linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/drive_client_for_linux.md -------------------------------------------------------------------------------- /arabic/drive_client/imgs/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/cloud.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/drive-accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/drive-accounts.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/drive-cache-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/drive-cache-setting.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/drive-fetch-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/drive-fetch-finish.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/drive-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/drive-login.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/drive.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/locked-by-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/locked-by-me.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/locked.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/partial-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/partial-synced.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/read-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/read-only.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/seadrive-2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/seadrive-2.0.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/seadrive-cache-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/seadrive-cache-control.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/seadrive-file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/seadrive-file-icons.png -------------------------------------------------------------------------------- /arabic/drive_client/imgs/synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/drive_client/imgs/synced.png -------------------------------------------------------------------------------- /arabic/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/faq.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/deleting_a_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/deleting_a_library.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/finding_older_version_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/finding_older_version_files.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/full-text_file_search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/full-text_file_search.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/imgs/history_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/imgs/history_setting.png -------------------------------------------------------------------------------- /arabic/file_folder_managing/imgs/libraries_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/imgs/libraries_view.png -------------------------------------------------------------------------------- /arabic/file_folder_managing/imgs/library_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/imgs/library_browse.png -------------------------------------------------------------------------------- /arabic/file_folder_managing/imgs/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/imgs/markdown.png -------------------------------------------------------------------------------- /arabic/file_folder_managing/libraries_managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/libraries_managing.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/library_history_and_snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/library_history_and_snapshots.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/restoring_deleted_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/restoring_deleted_files.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/setting_library_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/setting_library_history.md -------------------------------------------------------------------------------- /arabic/file_folder_managing/viewing_files_within_web_app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/file_folder_managing/viewing_files_within_web_app.md -------------------------------------------------------------------------------- /arabic/images/auto-upload/dept_admin_manage_libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/images/auto-upload/dept_admin_manage_libs.png -------------------------------------------------------------------------------- /arabic/images/auto-upload/dept_admin_manage_members (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/images/auto-upload/dept_admin_manage_members (1).png -------------------------------------------------------------------------------- /arabic/images/auto-upload/dept_admin_manage_members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/images/auto-upload/dept_admin_manage_members.png -------------------------------------------------------------------------------- /arabic/images/auto-upload/image-1584674198415.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/images/auto-upload/image-1584674198415.png -------------------------------------------------------------------------------- /arabic/images/auto-upload/image-1584674764725.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/images/auto-upload/image-1584674764725.png -------------------------------------------------------------------------------- /arabic/images/auto-upload/image-1584675088821.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/images/auto-upload/image-1584675088821.png -------------------------------------------------------------------------------- /arabic/media/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/media/favicon.ico -------------------------------------------------------------------------------- /arabic/media/seafile-transparent-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/media/seafile-transparent-1024.png -------------------------------------------------------------------------------- /arabic/organization_management/daily_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/daily_management.md -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/0beb35c6-89ef-4e8c-8956-9b3c74f50aa8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/0beb35c6-89ef-4e8c-8956-9b3c74f50aa8.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/1e6326f5-60eb-4720-8e55-c92f6c2f5f68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/1e6326f5-60eb-4720-8e55-c92f6c2f5f68.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/21dc07ae-89a7-4281-be18-566a64bca922.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/21dc07ae-89a7-4281-be18-566a64bca922.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/2a6bdc13-88f8-418b-90e3-cba0a67b12e7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/2a6bdc13-88f8-418b-90e3-cba0a67b12e7.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/3a3281c6-eb25-41c3-b2bb-94d7f9d22eec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/3a3281c6-eb25-41c3-b2bb-94d7f9d22eec.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/3aa0b19d-46ac-426e-adcc-b3869b0a95a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/3aa0b19d-46ac-426e-adcc-b3869b0a95a1.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/5b3ff455-de3f-4585-93d2-8ecc1c7cc0ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/5b3ff455-de3f-4585-93d2-8ecc1c7cc0ea.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/6702c7c7-a205-4b18-91d2-48dd1a1b7b03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/6702c7c7-a205-4b18-91d2-48dd1a1b7b03.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/7a1eead2-272f-40ec-9768-effc1d4f3273.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/7a1eead2-272f-40ec-9768-effc1d4f3273.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/7f2b4010-5f50-4184-9d56-fe60d5a5809e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/7f2b4010-5f50-4184-9d56-fe60d5a5809e.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/8c1988cd-1f66-47c9-ac61-650e8245efcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/8c1988cd-1f66-47c9-ac61-650e8245efcf.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230615-180101@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230615-180101@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230615-181017@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230615-181017@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-102525@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-102525@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-102743@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-102743@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-102935@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-102935@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-105147@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-105147@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-110201@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-110201@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-110340@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-110340@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-111042@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-111042@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-111308@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-111308@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-111327@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-111327@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-111814@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-111814@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-115301@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-115301@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-141739@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-141739@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/WX20230616-142040@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/WX20230616-142040@2x.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/abee9c69-f03d-4735-9231-92bd923b9ceb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/abee9c69-f03d-4735-9231-92bd923b9ceb.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/bde53e1b-dfef-4693-bba8-8ec8801627d6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/bde53e1b-dfef-4693-bba8-8ec8801627d6.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/bfd4a31c-2533-435d-9231-7f187117a139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/bfd4a31c-2533-435d-9231-7f187117a139.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/d2252310-0c30-4d88-a553-5711820a65df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/d2252310-0c30-4d88-a553-5711820a65df.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/d88fd998-1382-4b1f-901b-60bb5d874c6e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/d88fd998-1382-4b1f-901b-60bb5d874c6e.png -------------------------------------------------------------------------------- /arabic/organization_management/images/auto-upload/e343f174-e31c-4aba-8f26-2b78927f625c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/images/auto-upload/e343f174-e31c-4aba-8f26-2b78927f625c.png -------------------------------------------------------------------------------- /arabic/organization_management/integration_with_ADFS_SAML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/organization_management/integration_with_ADFS_SAML.md -------------------------------------------------------------------------------- /arabic/security_and_encryption/use_encrypted_libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/security_and_encryption/use_encrypted_libraries.md -------------------------------------------------------------------------------- /arabic/sharing_collaboration/departments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/departments.md -------------------------------------------------------------------------------- /arabic/sharing_collaboration/file_locking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/file_locking.md -------------------------------------------------------------------------------- /arabic/sharing_collaboration/folder_permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/folder_permission.md -------------------------------------------------------------------------------- /arabic/sharing_collaboration/groups_managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/groups_managing.md -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/dept_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/dept_admin.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/dept_admin_manage_libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/dept_admin_manage_libs.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/dept_admin_manage_members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/dept_admin_manage_members.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/desktop_lock_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/desktop_lock_file.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/desktop_my_locked_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/desktop_my_locked_file.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/desktop_other_locked_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/desktop_other_locked_file.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/sys_admin_departments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/sys_admin_departments.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/web_file_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/web_file_locked.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/web_folder_perm_ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/web_folder_perm_ro.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/imgs/web_lock_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/imgs/web_lock_file.png -------------------------------------------------------------------------------- /arabic/sharing_collaboration/sharing_files_and_folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/sharing_collaboration/sharing_files_and_folders.md -------------------------------------------------------------------------------- /arabic/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/stylesheets/extra.css -------------------------------------------------------------------------------- /arabic/syncing_client/excluding_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/excluding_files.md -------------------------------------------------------------------------------- /arabic/syncing_client/file_conflicts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/file_conflicts.md -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/read_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/read_only.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/resync-a-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/resync-a-library.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/seafile-add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/seafile-add-account.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/seafile-cloud-file-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/seafile-cloud-file-browser.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/seafile-create-library-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/seafile-create-library-02.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/seafile-create-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/seafile-create-library.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/seafile-init-choose-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/seafile-init-choose-folder.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/seafile-sync-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/seafile-sync-library.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/set-sync-interval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/set-sync-interval.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/sync-a-sub-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/sync-a-sub-folder.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/sync-with-an-existing-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/sync-with-an-existing-01.png -------------------------------------------------------------------------------- /arabic/syncing_client/imgs/sync-with-an-existing-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/imgs/sync-with-an-existing-02.png -------------------------------------------------------------------------------- /arabic/syncing_client/install_linux_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/install_linux_client.md -------------------------------------------------------------------------------- /arabic/syncing_client/install_sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/install_sync.md -------------------------------------------------------------------------------- /arabic/syncing_client/linux-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/linux-cli.md -------------------------------------------------------------------------------- /arabic/syncing_client/proxy_settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/proxy_settings.md -------------------------------------------------------------------------------- /arabic/syncing_client/read-only_syncing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/read-only_syncing.md -------------------------------------------------------------------------------- /arabic/syncing_client/selective_sync_sub-folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/selective_sync_sub-folders.md -------------------------------------------------------------------------------- /arabic/syncing_client/setting_sync_interval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/setting_sync_interval.md -------------------------------------------------------------------------------- /arabic/syncing_client/syncing_existing_folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/syncing_existing_folders.md -------------------------------------------------------------------------------- /arabic/syncing_client/unsync_and_resync_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/syncing_client/unsync_and_resync_library.md -------------------------------------------------------------------------------- /arabic/wiki/imgs/column_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/column_view.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/context_menu.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/editor_side_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/editor_side_bar.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/file_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/file_history.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/markdown_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/markdown_editor.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/related_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/related_files.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/tags_from_file_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/tags_from_file_browser.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/tags_from_side_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/tags_from_side_bar.png -------------------------------------------------------------------------------- /arabic/wiki/imgs/tags_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/imgs/tags_summary.png -------------------------------------------------------------------------------- /arabic/wiki/manage_library_as_wiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/arabic/wiki/manage_library_as_wiki.md -------------------------------------------------------------------------------- /de/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/README.md -------------------------------------------------------------------------------- /de/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/SUMMARY.md -------------------------------------------------------------------------------- /de/desktop/conflict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/conflict.md -------------------------------------------------------------------------------- /de/desktop/encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/encryption.md -------------------------------------------------------------------------------- /de/desktop/ignore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/ignore.md -------------------------------------------------------------------------------- /de/desktop/images/seafile-add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/images/seafile-add-account.png -------------------------------------------------------------------------------- /de/desktop/images/seafile-create-library-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/images/seafile-create-library-02.png -------------------------------------------------------------------------------- /de/desktop/images/seafile-create-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/images/seafile-create-library.png -------------------------------------------------------------------------------- /de/desktop/images/seafile-init-choose-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/images/seafile-init-choose-folder.png -------------------------------------------------------------------------------- /de/desktop/images/seafile-sync-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/images/seafile-sync-library.png -------------------------------------------------------------------------------- /de/desktop/images/seafile-unsynced-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/images/seafile-unsynced-library.png -------------------------------------------------------------------------------- /de/desktop/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/install.md -------------------------------------------------------------------------------- /de/desktop/unsync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/desktop/unsync.md -------------------------------------------------------------------------------- /de/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/faq.md -------------------------------------------------------------------------------- /de/web/README.md: -------------------------------------------------------------------------------- 1 | # web 2 | -------------------------------------------------------------------------------- /de/web/group_share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/web/group_share.md -------------------------------------------------------------------------------- /de/web/view_encrypted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/de/web/view_encrypted.md -------------------------------------------------------------------------------- /en.bak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/README.md -------------------------------------------------------------------------------- /en.bak/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/SUMMARY.md -------------------------------------------------------------------------------- /en.bak/desktop/seadrive-centos7.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/desktop/seadrive-centos7.repo -------------------------------------------------------------------------------- /en.bak/desktop/seadrive-fedora.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/desktop/seadrive-fedora.repo -------------------------------------------------------------------------------- /en.bak/drive_client/drive_client_for_linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/drive_client_for_linux.md -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/cloud.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/drive-accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/drive-accounts.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/drive-cache-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/drive-cache-setting.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/drive-fetch-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/drive-fetch-finish.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/drive-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/drive-login.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/drive.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/locked-by-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/locked-by-me.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/locked.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/partial-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/partial-synced.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/read-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/read-only.png -------------------------------------------------------------------------------- /en.bak/drive_client/imgs/synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/imgs/synced.png -------------------------------------------------------------------------------- /en.bak/drive_client/using_drive_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/drive_client/using_drive_client.md -------------------------------------------------------------------------------- /en.bak/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/faq.md -------------------------------------------------------------------------------- /en.bak/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/favicon.ico -------------------------------------------------------------------------------- /en.bak/file_folder_managing/deleting_a_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/deleting_a_library.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/finding_older_version_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/finding_older_version_files.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/full-text_file_search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/full-text_file_search.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/imgs/history_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/imgs/history_setting.png -------------------------------------------------------------------------------- /en.bak/file_folder_managing/imgs/libraries_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/imgs/libraries_view.png -------------------------------------------------------------------------------- /en.bak/file_folder_managing/imgs/library_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/imgs/library_browse.png -------------------------------------------------------------------------------- /en.bak/file_folder_managing/imgs/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/imgs/markdown.png -------------------------------------------------------------------------------- /en.bak/file_folder_managing/libraries_managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/libraries_managing.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/library_history_and_snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/library_history_and_snapshots.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/restoring_deleted_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/restoring_deleted_files.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/setting_library_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/setting_library_history.md -------------------------------------------------------------------------------- /en.bak/file_folder_managing/viewing_files_within_web_app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/file_folder_managing/viewing_files_within_web_app.md -------------------------------------------------------------------------------- /en.bak/seafile-transparent-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/seafile-transparent-1024.png -------------------------------------------------------------------------------- /en.bak/security_and_encryption/use_encrypted_libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/security_and_encryption/use_encrypted_libraries.md -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/departments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/departments.md -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/file_locking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/file_locking.md -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/folder_permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/folder_permission.md -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/groups_managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/groups_managing.md -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/dept_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/dept_admin.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/dept_admin_manage_libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/dept_admin_manage_libs.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/dept_admin_manage_members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/dept_admin_manage_members.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/desktop_lock_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/desktop_lock_file.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/desktop_my_locked_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/desktop_my_locked_file.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/desktop_other_locked_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/desktop_other_locked_file.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/sys_admin_departments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/sys_admin_departments.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/web_file_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/web_file_locked.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/web_folder_perm_ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/web_folder_perm_ro.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/imgs/web_lock_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/imgs/web_lock_file.png -------------------------------------------------------------------------------- /en.bak/sharing_collaboration/sharing_files_and_folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/sharing_collaboration/sharing_files_and_folders.md -------------------------------------------------------------------------------- /en.bak/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/stylesheets/extra.css -------------------------------------------------------------------------------- /en.bak/syncing_client/excluding_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/excluding_files.md -------------------------------------------------------------------------------- /en.bak/syncing_client/file_conflicts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/file_conflicts.md -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/read_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/read_only.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/resync-a-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/resync-a-library.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/seafile-add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/seafile-add-account.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/seafile-cloud-file-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/seafile-cloud-file-browser.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/seafile-create-library-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/seafile-create-library-02.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/seafile-create-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/seafile-create-library.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/seafile-init-choose-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/seafile-init-choose-folder.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/seafile-sync-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/seafile-sync-library.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/set-sync-interval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/set-sync-interval.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/sync-a-sub-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/sync-a-sub-folder.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/sync-with-an-existing-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/sync-with-an-existing-01.png -------------------------------------------------------------------------------- /en.bak/syncing_client/imgs/sync-with-an-existing-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/imgs/sync-with-an-existing-02.png -------------------------------------------------------------------------------- /en.bak/syncing_client/install_linux_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/install_linux_client.md -------------------------------------------------------------------------------- /en.bak/syncing_client/install_sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/install_sync.md -------------------------------------------------------------------------------- /en.bak/syncing_client/linux-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/linux-cli.md -------------------------------------------------------------------------------- /en.bak/syncing_client/proxy_settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/proxy_settings.md -------------------------------------------------------------------------------- /en.bak/syncing_client/read-only_syncing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/read-only_syncing.md -------------------------------------------------------------------------------- /en.bak/syncing_client/selective_sync_sub-folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/selective_sync_sub-folders.md -------------------------------------------------------------------------------- /en.bak/syncing_client/setting_sync_interval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/setting_sync_interval.md -------------------------------------------------------------------------------- /en.bak/syncing_client/syncing_existing_folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/syncing_existing_folders.md -------------------------------------------------------------------------------- /en.bak/syncing_client/unsync_and_resync_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/syncing_client/unsync_and_resync_library.md -------------------------------------------------------------------------------- /en.bak/wiki/imgs/column_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/column_view.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/context_menu.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/editor_side_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/editor_side_bar.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/file_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/file_history.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/markdown_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/markdown_editor.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/related_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/related_files.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/tags_from_file_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/tags_from_file_browser.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/tags_from_side_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/tags_from_side_bar.png -------------------------------------------------------------------------------- /en.bak/wiki/imgs/tags_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/imgs/tags_summary.png -------------------------------------------------------------------------------- /en.bak/wiki/manage_library_as_wiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en.bak/wiki/manage_library_as_wiki.md -------------------------------------------------------------------------------- /en/CNAME: -------------------------------------------------------------------------------- 1 | help.seafile.com 2 | -------------------------------------------------------------------------------- /en/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/README.md -------------------------------------------------------------------------------- /en/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/SUMMARY.md -------------------------------------------------------------------------------- /en/desktop/seadrive-centos7.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/desktop/seadrive-centos7.repo -------------------------------------------------------------------------------- /en/desktop/seadrive-fedora.repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/desktop/seadrive-fedora.repo -------------------------------------------------------------------------------- /en/drive_client/drive_client_for_linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/drive_client_for_linux.md -------------------------------------------------------------------------------- /en/drive_client/drive_client_for_macos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/drive_client_for_macos.md -------------------------------------------------------------------------------- /en/drive_client/drive_client_for_win10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/drive_client_for_win10.md -------------------------------------------------------------------------------- /en/drive_client/drive_client_for_win7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/drive_client_for_win7.md -------------------------------------------------------------------------------- /en/drive_client/imgs/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/cloud.png -------------------------------------------------------------------------------- /en/drive_client/imgs/drive-accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/drive-accounts.png -------------------------------------------------------------------------------- /en/drive_client/imgs/drive-cache-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/drive-cache-setting.png -------------------------------------------------------------------------------- /en/drive_client/imgs/drive-fetch-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/drive-fetch-finish.png -------------------------------------------------------------------------------- /en/drive_client/imgs/drive-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/drive-login.png -------------------------------------------------------------------------------- /en/drive_client/imgs/drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/drive.png -------------------------------------------------------------------------------- /en/drive_client/imgs/locked-by-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/locked-by-me.png -------------------------------------------------------------------------------- /en/drive_client/imgs/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/locked.png -------------------------------------------------------------------------------- /en/drive_client/imgs/partial-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/partial-synced.png -------------------------------------------------------------------------------- /en/drive_client/imgs/read-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/read-only.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-2.0.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-3.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-3.0.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-account-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-account-management.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-account-resync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-account-resync.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-cache-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-cache-control.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-cache-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-cache-management.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-file-icons.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-mac-account-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-mac-account-delete.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-mac-account-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-mac-account-management.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-mac-cache-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-mac-cache-control.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-mac-cache-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-mac-cache-management.png -------------------------------------------------------------------------------- /en/drive_client/imgs/seadrive-mac-file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/seadrive-mac-file-icons.png -------------------------------------------------------------------------------- /en/drive_client/imgs/synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/drive_client/imgs/synced.png -------------------------------------------------------------------------------- /en/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/faq.md -------------------------------------------------------------------------------- /en/file_folder_managing/deleting_a_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/deleting_a_library.md -------------------------------------------------------------------------------- /en/file_folder_managing/finding_older_version_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/finding_older_version_files.md -------------------------------------------------------------------------------- /en/file_folder_managing/full-text_file_search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/full-text_file_search.md -------------------------------------------------------------------------------- /en/file_folder_managing/imgs/history_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/imgs/history_setting.png -------------------------------------------------------------------------------- /en/file_folder_managing/imgs/libraries_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/imgs/libraries_view.png -------------------------------------------------------------------------------- /en/file_folder_managing/imgs/library_browse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/imgs/library_browse.png -------------------------------------------------------------------------------- /en/file_folder_managing/imgs/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/imgs/markdown.png -------------------------------------------------------------------------------- /en/file_folder_managing/libraries_managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/libraries_managing.md -------------------------------------------------------------------------------- /en/file_folder_managing/library_history_and_snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/library_history_and_snapshots.md -------------------------------------------------------------------------------- /en/file_folder_managing/restoring_deleted_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/restoring_deleted_files.md -------------------------------------------------------------------------------- /en/file_folder_managing/setting_library_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/setting_library_history.md -------------------------------------------------------------------------------- /en/file_folder_managing/viewing_files_within_web_app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/file_folder_managing/viewing_files_within_web_app.md -------------------------------------------------------------------------------- /en/images/auto-upload/dept_admin_manage_libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/images/auto-upload/dept_admin_manage_libs.png -------------------------------------------------------------------------------- /en/images/auto-upload/dept_admin_manage_members (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/images/auto-upload/dept_admin_manage_members (1).png -------------------------------------------------------------------------------- /en/images/auto-upload/dept_admin_manage_members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/images/auto-upload/dept_admin_manage_members.png -------------------------------------------------------------------------------- /en/images/auto-upload/image-1584674198415.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/images/auto-upload/image-1584674198415.png -------------------------------------------------------------------------------- /en/images/auto-upload/image-1584674764725.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/images/auto-upload/image-1584674764725.png -------------------------------------------------------------------------------- /en/images/auto-upload/image-1584675088821.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/images/auto-upload/image-1584675088821.png -------------------------------------------------------------------------------- /en/media/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/media/favicon.ico -------------------------------------------------------------------------------- /en/media/seafile-transparent-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/media/seafile-transparent-1024.png -------------------------------------------------------------------------------- /en/metadata/enable_the_metadata_function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/enable_the_metadata_function.md -------------------------------------------------------------------------------- /en/metadata/gallery_view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/gallery_view.md -------------------------------------------------------------------------------- /en/metadata/imgs/image-Cdps3_PrS32x1hgz7TPWJg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-Cdps3_PrS32x1hgz7TPWJg.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-E9DeJvJaSjSyBYwM8cc-0w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-E9DeJvJaSjSyBYwM8cc-0w.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-HJ7AF8bGRIeMsm5VpPqYMA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-HJ7AF8bGRIeMsm5VpPqYMA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-Hce_2SiiRwS4HYocuZMxqw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-Hce_2SiiRwS4HYocuZMxqw.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-HqXqA2JpT8uNVzbpqy3Mrw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-HqXqA2JpT8uNVzbpqy3Mrw.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-KMQZTj4jTUa5-S4KmZ7CNg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-KMQZTj4jTUa5-S4KmZ7CNg.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-LK9RIyr9QpGzuKNlH0UeFA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-LK9RIyr9QpGzuKNlH0UeFA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-Lz80u7KbSYeZlUlOLRLXeQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-Lz80u7KbSYeZlUlOLRLXeQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-MCsD15EtS-ODvwNcWSmapg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-MCsD15EtS-ODvwNcWSmapg.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-PpZGbCa2QeWU3X-F8UCusA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-PpZGbCa2QeWU3X-F8UCusA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-Qf26VkDST6Skhb25_whg9g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-Qf26VkDST6Skhb25_whg9g.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-RdICeS0UTsO88qjnM62vQA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-RdICeS0UTsO88qjnM62vQA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-SDfAuXI6RRWoaDCIW5QSEQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-SDfAuXI6RRWoaDCIW5QSEQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-SeHyXuCIT6SKvVUcVPxhEQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-SeHyXuCIT6SKvVUcVPxhEQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-SroQ0Zh-TxOrz0oR4obMgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-SroQ0Zh-TxOrz0oR4obMgg.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-U71rit_ARA2ZVA-o-BYpFQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-U71rit_ARA2ZVA-o-BYpFQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-UJiAR5zxSrOLA8t15CRgCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-UJiAR5zxSrOLA8t15CRgCw.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-XoW9yHt7S_Obp_tHTbguww.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-XoW9yHt7S_Obp_tHTbguww.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-YH2kChqKS0WK47pMeixBCQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-YH2kChqKS0WK47pMeixBCQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-YqLlysumT0OHj9PaTik-Sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-YqLlysumT0OHj9PaTik-Sw.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-ZSvACNjOSY2LUnwWQlVqmw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-ZSvACNjOSY2LUnwWQlVqmw.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-Zs3rSdiwRL2RoCevcAY_AQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-Zs3rSdiwRL2RoCevcAY_AQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-apGlKL1pTc6KZEH6uk4qZQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-apGlKL1pTc6KZEH6uk4qZQ.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-cADPwsndRL6b3sSuBn4ktA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-cADPwsndRL6b3sSuBn4ktA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-ddRNNZ7fRbOpStbGvnKC3Q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-ddRNNZ7fRbOpStbGvnKC3Q.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-eB18Q8s4Siab9eTZEB8fHg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-eB18Q8s4Siab9eTZEB8fHg.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-eRUCxqIQSKy7t_5igjMzCA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-eRUCxqIQSKy7t_5igjMzCA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-evmN1IP-QFaPK3BS0jT0UA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-evmN1IP-QFaPK3BS0jT0UA.png -------------------------------------------------------------------------------- /en/metadata/imgs/image-fBUWzC91SUqfTcAMOpEatA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/imgs/image-fBUWzC91SUqfTcAMOpEatA.png -------------------------------------------------------------------------------- /en/metadata/kanban_view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/kanban_view.md -------------------------------------------------------------------------------- /en/metadata/map_view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/map_view.md -------------------------------------------------------------------------------- /en/metadata/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/overview.md -------------------------------------------------------------------------------- /en/metadata/table_view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/metadata/table_view.md -------------------------------------------------------------------------------- /en/organization_management/daily_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/daily_management.md -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/0beb35c6-89ef-4e8c-8956-9b3c74f50aa8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/0beb35c6-89ef-4e8c-8956-9b3c74f50aa8.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/1e6326f5-60eb-4720-8e55-c92f6c2f5f68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/1e6326f5-60eb-4720-8e55-c92f6c2f5f68.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/21dc07ae-89a7-4281-be18-566a64bca922.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/21dc07ae-89a7-4281-be18-566a64bca922.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/2a6bdc13-88f8-418b-90e3-cba0a67b12e7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/2a6bdc13-88f8-418b-90e3-cba0a67b12e7.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/3a3281c6-eb25-41c3-b2bb-94d7f9d22eec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/3a3281c6-eb25-41c3-b2bb-94d7f9d22eec.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/3aa0b19d-46ac-426e-adcc-b3869b0a95a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/3aa0b19d-46ac-426e-adcc-b3869b0a95a1.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/5b3ff455-de3f-4585-93d2-8ecc1c7cc0ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/5b3ff455-de3f-4585-93d2-8ecc1c7cc0ea.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/6702c7c7-a205-4b18-91d2-48dd1a1b7b03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/6702c7c7-a205-4b18-91d2-48dd1a1b7b03.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/7a1eead2-272f-40ec-9768-effc1d4f3273.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/7a1eead2-272f-40ec-9768-effc1d4f3273.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/7f2b4010-5f50-4184-9d56-fe60d5a5809e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/7f2b4010-5f50-4184-9d56-fe60d5a5809e.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/8c1988cd-1f66-47c9-ac61-650e8245efcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/8c1988cd-1f66-47c9-ac61-650e8245efcf.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230615-180101@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230615-180101@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230615-181017@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230615-181017@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-102525@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-102525@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-102743@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-102743@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-102935@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-102935@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-105147@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-105147@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-110201@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-110201@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-110340@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-110340@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-111042@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-111042@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-111308@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-111308@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-111327@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-111327@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-111814@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-111814@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-115301@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-115301@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-141739@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-141739@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/WX20230616-142040@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/WX20230616-142040@2x.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/abee9c69-f03d-4735-9231-92bd923b9ceb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/abee9c69-f03d-4735-9231-92bd923b9ceb.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/bde53e1b-dfef-4693-bba8-8ec8801627d6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/bde53e1b-dfef-4693-bba8-8ec8801627d6.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/bfd4a31c-2533-435d-9231-7f187117a139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/bfd4a31c-2533-435d-9231-7f187117a139.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/d2252310-0c30-4d88-a553-5711820a65df.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/d2252310-0c30-4d88-a553-5711820a65df.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/d88fd998-1382-4b1f-901b-60bb5d874c5a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/d88fd998-1382-4b1f-901b-60bb5d874c5a.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/d88fd998-1382-4b1f-901b-60bb5d874c6e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/d88fd998-1382-4b1f-901b-60bb5d874c6e.png -------------------------------------------------------------------------------- /en/organization_management/images/auto-upload/e343f174-e31c-4aba-8f26-2b78927f625c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/images/auto-upload/e343f174-e31c-4aba-8f26-2b78927f625c.png -------------------------------------------------------------------------------- /en/organization_management/integration_with_ADFS_SAML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/organization_management/integration_with_ADFS_SAML.md -------------------------------------------------------------------------------- /en/security_and_encryption/use_encrypted_libraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/security_and_encryption/use_encrypted_libraries.md -------------------------------------------------------------------------------- /en/sharing_collaboration/departments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/departments.md -------------------------------------------------------------------------------- /en/sharing_collaboration/file_locking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/file_locking.md -------------------------------------------------------------------------------- /en/sharing_collaboration/folder_permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/folder_permission.md -------------------------------------------------------------------------------- /en/sharing_collaboration/groups_managing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/groups_managing.md -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/dept_admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/dept_admin.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/dept_admin_manage_libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/dept_admin_manage_libs.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/dept_admin_manage_members.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/dept_admin_manage_members.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/desktop_lock_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/desktop_lock_file.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/desktop_my_locked_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/desktop_my_locked_file.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/desktop_other_locked_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/desktop_other_locked_file.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/folder_perm_invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/folder_perm_invisible.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/sys_admin_departments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/sys_admin_departments.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/web_file_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/web_file_locked.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/web_folder_perm_ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/web_folder_perm_ro.png -------------------------------------------------------------------------------- /en/sharing_collaboration/imgs/web_lock_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/imgs/web_lock_file.png -------------------------------------------------------------------------------- /en/sharing_collaboration/sharing_files_and_folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/sharing_collaboration/sharing_files_and_folders.md -------------------------------------------------------------------------------- /en/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/stylesheets/extra.css -------------------------------------------------------------------------------- /en/syncing_client/excluding_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/excluding_files.md -------------------------------------------------------------------------------- /en/syncing_client/file_conflicts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/file_conflicts.md -------------------------------------------------------------------------------- /en/syncing_client/imgs/read_only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/read_only.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/resync-a-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/resync-a-library.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/seafile-add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/seafile-add-account.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/seafile-cloud-file-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/seafile-cloud-file-browser.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/seafile-create-library-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/seafile-create-library-02.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/seafile-create-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/seafile-create-library.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/seafile-init-choose-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/seafile-init-choose-folder.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/seafile-sync-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/seafile-sync-library.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/set-sync-interval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/set-sync-interval.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/sync-a-sub-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/sync-a-sub-folder.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/sync-with-an-existing-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/sync-with-an-existing-01.png -------------------------------------------------------------------------------- /en/syncing_client/imgs/sync-with-an-existing-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/imgs/sync-with-an-existing-02.png -------------------------------------------------------------------------------- /en/syncing_client/install_linux_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/install_linux_client.md -------------------------------------------------------------------------------- /en/syncing_client/install_sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/install_sync.md -------------------------------------------------------------------------------- /en/syncing_client/linux-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/linux-cli.md -------------------------------------------------------------------------------- /en/syncing_client/proxy_settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/proxy_settings.md -------------------------------------------------------------------------------- /en/syncing_client/read-only_syncing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/read-only_syncing.md -------------------------------------------------------------------------------- /en/syncing_client/selective_sync_sub-folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/selective_sync_sub-folders.md -------------------------------------------------------------------------------- /en/syncing_client/setting_sync_interval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/setting_sync_interval.md -------------------------------------------------------------------------------- /en/syncing_client/syncing_existing_folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/syncing_existing_folders.md -------------------------------------------------------------------------------- /en/syncing_client/unsync_and_resync_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/syncing_client/unsync_and_resync_library.md -------------------------------------------------------------------------------- /en/wiki/imgs/column_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/column_view.png -------------------------------------------------------------------------------- /en/wiki/imgs/context_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/context_menu.png -------------------------------------------------------------------------------- /en/wiki/imgs/editor_side_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/editor_side_bar.png -------------------------------------------------------------------------------- /en/wiki/imgs/file_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/file_history.png -------------------------------------------------------------------------------- /en/wiki/imgs/markdown_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/markdown_editor.png -------------------------------------------------------------------------------- /en/wiki/imgs/related_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/related_files.png -------------------------------------------------------------------------------- /en/wiki/imgs/tags_from_file_browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/tags_from_file_browser.png -------------------------------------------------------------------------------- /en/wiki/imgs/tags_from_side_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/tags_from_side_bar.png -------------------------------------------------------------------------------- /en/wiki/imgs/tags_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/imgs/tags_summary.png -------------------------------------------------------------------------------- /en/wiki/manage_library_as_wiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/en/wiki/manage_library_as_wiki.md -------------------------------------------------------------------------------- /fr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/README.md -------------------------------------------------------------------------------- /fr/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/SUMMARY.md -------------------------------------------------------------------------------- /fr/desktop/conflict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/conflict.md -------------------------------------------------------------------------------- /fr/desktop/encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/encryption.md -------------------------------------------------------------------------------- /fr/desktop/ignore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/ignore.md -------------------------------------------------------------------------------- /fr/desktop/images/seafile-add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/images/seafile-add-account.png -------------------------------------------------------------------------------- /fr/desktop/images/seafile-create-library-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/images/seafile-create-library-02.png -------------------------------------------------------------------------------- /fr/desktop/images/seafile-create-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/images/seafile-create-library.png -------------------------------------------------------------------------------- /fr/desktop/images/seafile-init-choose-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/images/seafile-init-choose-folder.png -------------------------------------------------------------------------------- /fr/desktop/images/seafile-sync-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/images/seafile-sync-library.png -------------------------------------------------------------------------------- /fr/desktop/images/seafile-unsynced-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/images/seafile-unsynced-library.png -------------------------------------------------------------------------------- /fr/desktop/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/install.md -------------------------------------------------------------------------------- /fr/desktop/unsync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/desktop/unsync.md -------------------------------------------------------------------------------- /fr/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/faq.md -------------------------------------------------------------------------------- /fr/web/README.md: -------------------------------------------------------------------------------- 1 | # web 2 | -------------------------------------------------------------------------------- /fr/web/group_share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/web/group_share.md -------------------------------------------------------------------------------- /fr/web/view_encrypted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/fr/web/view_encrypted.md -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /scripts/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/scripts/deploy.sh -------------------------------------------------------------------------------- /scripts/key.txt.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/scripts/key.txt.enc -------------------------------------------------------------------------------- /zh-tw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/README.md -------------------------------------------------------------------------------- /zh-tw/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/SUMMARY.md -------------------------------------------------------------------------------- /zh-tw/desktop/README.md: -------------------------------------------------------------------------------- 1 | # 桌面端 2 | -------------------------------------------------------------------------------- /zh-tw/desktop/conflict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/conflict.md -------------------------------------------------------------------------------- /zh-tw/desktop/encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/encryption.md -------------------------------------------------------------------------------- /zh-tw/desktop/ignore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/ignore.md -------------------------------------------------------------------------------- /zh-tw/desktop/images/seafile-create-library-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/images/seafile-create-library-02.png -------------------------------------------------------------------------------- /zh-tw/desktop/images/seafile-create-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/images/seafile-create-library.png -------------------------------------------------------------------------------- /zh-tw/desktop/images/seafile-init-choose-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/images/seafile-init-choose-folder.png -------------------------------------------------------------------------------- /zh-tw/desktop/images/seafile-init-login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/images/seafile-init-login.png -------------------------------------------------------------------------------- /zh-tw/desktop/images/seafile-sync-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/images/seafile-sync-library.png -------------------------------------------------------------------------------- /zh-tw/desktop/images/seafile-unsynced-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/images/seafile-unsynced-library.png -------------------------------------------------------------------------------- /zh-tw/desktop/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/install.md -------------------------------------------------------------------------------- /zh-tw/desktop/unsync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/desktop/unsync.md -------------------------------------------------------------------------------- /zh-tw/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/faq.md -------------------------------------------------------------------------------- /zh-tw/web/README.md: -------------------------------------------------------------------------------- 1 | # 网页端 2 | -------------------------------------------------------------------------------- /zh-tw/web/folder_permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/folder_permission.md -------------------------------------------------------------------------------- /zh-tw/web/group_share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/group_share.md -------------------------------------------------------------------------------- /zh-tw/web/images/web-folder-perm-ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/images/web-folder-perm-ro.png -------------------------------------------------------------------------------- /zh-tw/web/images/web-open-repo-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/images/web-open-repo-settings.png -------------------------------------------------------------------------------- /zh-tw/web/images/web-repo-settings-folder-perm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/images/web-repo-settings-folder-perm.png -------------------------------------------------------------------------------- /zh-tw/web/images/web-set-folder-perm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/images/web-set-folder-perm1.png -------------------------------------------------------------------------------- /zh-tw/web/images/web-set-folder-perm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/images/web-set-folder-perm2.png -------------------------------------------------------------------------------- /zh-tw/web/view_encrypted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh-tw/web/view_encrypted.md -------------------------------------------------------------------------------- /zh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/README.md -------------------------------------------------------------------------------- /zh/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/SUMMARY.md -------------------------------------------------------------------------------- /zh/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/faq.md -------------------------------------------------------------------------------- /zh/seadrive_client/faq_seadrive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/faq_seadrive.md -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/account.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/add-account.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/cloud.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/get-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/get-files.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/locked-by-me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/locked-by-me.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/locked.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/partial-synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/partial-synced.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/read-only.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/read-only.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/setting.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/synced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/synced.png -------------------------------------------------------------------------------- /zh/seadrive_client/imgs/use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/imgs/use.png -------------------------------------------------------------------------------- /zh/seadrive_client/install_seadrive_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/install_seadrive_client.md -------------------------------------------------------------------------------- /zh/seadrive_client/seadrive_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/seadrive_setup.md -------------------------------------------------------------------------------- /zh/seadrive_client/usage_seadrive_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/seadrive_client/usage_seadrive_client.md -------------------------------------------------------------------------------- /zh/syncing_client/imgs/activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/activity.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/add-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/add-account.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/client-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/client-setting.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/create-new-lib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/create-new-lib.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/forbidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/forbidden.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/gray-forbidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/gray-forbidden.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/lib-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/lib-list.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/new-account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/new-account.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/newly-synced-libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/newly-synced-libs.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/proxy-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/proxy-setting.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/re-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/re-sync.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/selective-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/selective-sync.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/set-sync-interval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/set-sync-interval.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/setting-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/setting-2.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/starred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/starred.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/sync-lib-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/sync-lib-1.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/sync-lib-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/sync-lib-2.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/sync-lib-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/sync-lib-3.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/sync-lib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/sync-lib.png -------------------------------------------------------------------------------- /zh/syncing_client/imgs/sync-local-to-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/imgs/sync-local-to-server.png -------------------------------------------------------------------------------- /zh/syncing_client/install_syncing_client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/install_syncing_client.md -------------------------------------------------------------------------------- /zh/syncing_client/others.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/others.md -------------------------------------------------------------------------------- /zh/syncing_client/syncing_librarise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/syncing_client/syncing_librarise.md -------------------------------------------------------------------------------- /zh/web_client/file_history_recycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/file_history_recycle.md -------------------------------------------------------------------------------- /zh/web_client/file_manage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/file_manage.md -------------------------------------------------------------------------------- /zh/web_client/imgs/activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/activity.png -------------------------------------------------------------------------------- /zh/web_client/imgs/add_user_to_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/add_user_to_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/add_user_to_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/add_user_to_group.png -------------------------------------------------------------------------------- /zh/web_client/imgs/creat_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/creat_repos.png -------------------------------------------------------------------------------- /zh/web_client/imgs/creat_repos_to_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/creat_repos_to_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/creat_sub_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/creat_sub_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/creat_top_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/creat_top_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/delete_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/delete_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/delete_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/delete_repos.png -------------------------------------------------------------------------------- /zh/web_client/imgs/delete_repos_from_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/delete_repos_from_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/delete_user_from_department.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/delete_user_from_department.png -------------------------------------------------------------------------------- /zh/web_client/imgs/delete_user_from_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/delete_user_from_group.png -------------------------------------------------------------------------------- /zh/web_client/imgs/devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/devices.png -------------------------------------------------------------------------------- /zh/web_client/imgs/dir-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/dir-2.png -------------------------------------------------------------------------------- /zh/web_client/imgs/dir-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/dir-3.png -------------------------------------------------------------------------------- /zh/web_client/imgs/dir-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/dir-view.png -------------------------------------------------------------------------------- /zh/web_client/imgs/excel-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/excel-edit.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-history.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-lock-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-lock-1.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-lock-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-lock-2.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-lock-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-lock-3.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-lock-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-lock-4.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-lock-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-lock-5.png -------------------------------------------------------------------------------- /zh/web_client/imgs/file-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/file-view.png -------------------------------------------------------------------------------- /zh/web_client/imgs/folder-perm-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/folder-perm-1.png -------------------------------------------------------------------------------- /zh/web_client/imgs/folder-perm-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/folder-perm-2.png -------------------------------------------------------------------------------- /zh/web_client/imgs/folder-perm-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/folder-perm-3.png -------------------------------------------------------------------------------- /zh/web_client/imgs/groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/groups.png -------------------------------------------------------------------------------- /zh/web_client/imgs/lib-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/lib-1.png -------------------------------------------------------------------------------- /zh/web_client/imgs/lib-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/lib-2.png -------------------------------------------------------------------------------- /zh/web_client/imgs/lib-history-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/lib-history-1.png -------------------------------------------------------------------------------- /zh/web_client/imgs/lib-history-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/lib-history-2.png -------------------------------------------------------------------------------- /zh/web_client/imgs/lib-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/lib-screenshot.png -------------------------------------------------------------------------------- /zh/web_client/imgs/list_top_departments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/list_top_departments.png -------------------------------------------------------------------------------- /zh/web_client/imgs/manage_department_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/manage_department_user.png -------------------------------------------------------------------------------- /zh/web_client/imgs/new-lib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/new-lib.png -------------------------------------------------------------------------------- /zh/web_client/imgs/notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/notification.png -------------------------------------------------------------------------------- /zh/web_client/imgs/ppt-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/ppt-edit.png -------------------------------------------------------------------------------- /zh/web_client/imgs/profile-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/profile-popup.png -------------------------------------------------------------------------------- /zh/web_client/imgs/profile-setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/profile-setting.png -------------------------------------------------------------------------------- /zh/web_client/imgs/rename_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/rename_repos.png -------------------------------------------------------------------------------- /zh/web_client/imgs/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/search.png -------------------------------------------------------------------------------- /zh/web_client/imgs/set_department_quota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/set_department_quota.png -------------------------------------------------------------------------------- /zh/web_client/imgs/set_permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/set_permission.png -------------------------------------------------------------------------------- /zh/web_client/imgs/set_role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/set_role.png -------------------------------------------------------------------------------- /zh/web_client/imgs/share-admin-folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/share-admin-folders.png -------------------------------------------------------------------------------- /zh/web_client/imgs/share-admin-libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/share-admin-libs.png -------------------------------------------------------------------------------- /zh/web_client/imgs/share-admin-links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/share-admin-links.png -------------------------------------------------------------------------------- /zh/web_client/imgs/share-to-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/share-to-group.png -------------------------------------------------------------------------------- /zh/web_client/imgs/share-to-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/share-to-user.png -------------------------------------------------------------------------------- /zh/web_client/imgs/shared-libs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/shared-libs.png -------------------------------------------------------------------------------- /zh/web_client/imgs/shared-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/shared-link.png -------------------------------------------------------------------------------- /zh/web_client/imgs/starred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/starred.png -------------------------------------------------------------------------------- /zh/web_client/imgs/text-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/text-edit.png -------------------------------------------------------------------------------- /zh/web_client/imgs/text-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/text-view.png -------------------------------------------------------------------------------- /zh/web_client/imgs/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/trash.png -------------------------------------------------------------------------------- /zh/web_client/imgs/use_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/imgs/use_groups.png -------------------------------------------------------------------------------- /zh/web_client/library_manage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/library_manage.md -------------------------------------------------------------------------------- /zh/web_client/personal_setup_and_manage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/personal_setup_and_manage.md -------------------------------------------------------------------------------- /zh/web_client/share_collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/share_collaboration.md -------------------------------------------------------------------------------- /zh/web_client/use_organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/web_client/use_organization.md -------------------------------------------------------------------------------- /zh/wiki/file_tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/file_tags.md -------------------------------------------------------------------------------- /zh/wiki/imgs/file_history_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/imgs/file_history_diff.png -------------------------------------------------------------------------------- /zh/wiki/imgs/file_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/imgs/file_tags.png -------------------------------------------------------------------------------- /zh/wiki/imgs/published_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/imgs/published_repos.png -------------------------------------------------------------------------------- /zh/wiki/imgs/tree_views.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/imgs/tree_views.png -------------------------------------------------------------------------------- /zh/wiki/markdown_editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/markdown_editor.md -------------------------------------------------------------------------------- /zh/wiki/wiki_function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haiwen/seafile-user-manual/HEAD/zh/wiki/wiki_function.md --------------------------------------------------------------------------------