mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-17 06:33:50 +08:00
移除office-plugin, 使用新版jodconverter
This commit is contained in:
209
server/windows-office/readmes/readme_en-US.txt
Normal file
209
server/windows-office/readmes/readme_en-US.txt
Normal file
@@ -0,0 +1,209 @@
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
LibreOffice 7.1 ReadMe
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
For the latest updates to this readme file, see https://git.libreoffice.org/core/tree/master/README.md
|
||||
|
||||
|
||||
|
||||
This file contains important information about the LibreOffice software. You are recommended to read this information very carefully before starting installation.
|
||||
|
||||
|
||||
|
||||
The LibreOffice community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the LibreOffice site, where you will find lots of information about the LibreOffice project and the communities that exist around it. Go to https://www.libreoffice.org/.
|
||||
|
||||
|
||||
|
||||
Is LibreOffice Really Free for Any User?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice is free for use by everybody. You may take this copy of LibreOffice and install it on as many computers as you like, and use it for any purpose you like (including commercial, government, public administration and educational use). For further details see the license text packaged with this LibreOffice download.
|
||||
|
||||
|
||||
|
||||
Why is LibreOffice Free for Any User?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
You can use this copy of LibreOffice free of charge because individual contributors and corporate sponsors have designed, developed, tested, translated, documented, supported, marketed, and helped in many other ways to make LibreOffice what it is today - the world's leading Open Source productivity software for home and office.
|
||||
|
||||
|
||||
|
||||
If you appreciate their efforts, and would like to ensure that LibreOffice continues to be available far into the future, please consider contributing to the project - see https://www.documentfoundation.org/contribution/ for details. Everyone can make a contribution of some kind.
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Notes on Installation
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice requires a recent version of Java Runtime Environment (JRE) for full functionality. JRE is not part of the LibreOffice installation package, it should be installed separately.
|
||||
|
||||
|
||||
|
||||
System Requirements
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
* Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10
|
||||
|
||||
|
||||
|
||||
Please be aware that administrator rights are needed for the installation process.
|
||||
|
||||
|
||||
|
||||
Registration of LibreOffice as default application for Microsoft Office formats can be forced or suppressed by using the following command line switches with the installer:
|
||||
|
||||
|
||||
|
||||
* REGISTER_ALL_MSO_TYPES=1 will force registration of LibreOffice as default application for Microsoft Office formats.
|
||||
|
||||
* REGISTER_NO_MSO_TYPES=1 will suppress registration of LibreOffice as default application for Microsoft Office formats.
|
||||
|
||||
|
||||
|
||||
Please make sure you have enough free memory in the temporary directory on your system, and please ensure that read, write and run access rights have been granted. Close all other programs before starting the installation process.
|
||||
|
||||
|
||||
|
||||
Installation of LibreOffice on Debian/Ubuntu-based Linux systems
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
For instructions on how to install a language pack (after having installed the US English version of LibreOffice), please read the section below entitled Installing a Language Pack.
|
||||
|
||||
|
||||
|
||||
When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibreOffice_", followed by the version number and some platform information.
|
||||
|
||||
|
||||
|
||||
This directory contains a subdirectory called "DEBS". Change directory to the "DEBS" directory.
|
||||
|
||||
|
||||
|
||||
Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):
|
||||
|
||||
|
||||
|
||||
The following commands will install LibreOffice and the desktop integration packages (you may just copy and paste them into the terminal screen rather than trying to type them):
|
||||
|
||||
|
||||
|
||||
sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
The installation process is now completed, and you should have icons for all the LibreOffice applications in your desktop's Applications/Office menu.
|
||||
|
||||
|
||||
|
||||
Installation of LibreOffice on Fedora, openSUSE, Mandriva and other Linux systems using RPM packages
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
For instructions on how to install a language pack (after having installed the US English version of LibreOffice), please read the section below entitled Installing a Language Pack.
|
||||
|
||||
|
||||
|
||||
When you unpack the downloaded archive, you will see that the contents have been decompressed into a sub-directory. Open a file manager window, and change directory to the one starting with "LibreOffice_", followed by the version number and some platform information.
|
||||
|
||||
|
||||
|
||||
This directory contains a subdirectory called "RPMS". Change directory to the "RPMS" directory.
|
||||
|
||||
|
||||
|
||||
Right-click within the directory and choose "Open in Terminal". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):
|
||||
|
||||
|
||||
|
||||
For Fedora-based systems: sudo dnf install *.rpm
|
||||
|
||||
|
||||
|
||||
For Mandriva-based systems: sudo urpmi *.rpm
|
||||
|
||||
|
||||
|
||||
For other RPM-based systems (openSUSE, etc.): rpm -Uvh *.rpm
|
||||
|
||||
|
||||
|
||||
The installation process is now completed, and you should have icons for all the LibreOffice applications in your desktop's Applications/Office menu.
|
||||
|
||||
|
||||
|
||||
Alternatively, you can use the 'install' script, located in the toplevel directory of this archive to perform an installation as a user. The script will set up LibreOffice to have its own profile for this installation, separated from your normal LibreOffice profile. Note that this will not install the system integration parts such as desktop menu items and desktop MIME type registrations.
|
||||
|
||||
|
||||
|
||||
Notes Concerning Desktop Integration for Linux Distributions Not Covered in the Above Installation Instructions
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
It should be easily possible to install LibreOffice on other Linux distributions not specifically covered in these installation instructions. The main aspect for which differences might be encountered is desktop integration.
|
||||
|
||||
|
||||
|
||||
The RPMS (or DEBS, respectively) directory also contains a package named libreoffice7.1-freedesktop-menus-7.1.0.1-1.noarch.rpm (or libreoffice7.1-debian-menus_7.1.0.1-1_all.deb, respectively, or similar). This is a package for all Linux distributions that support the Freedesktop.org specifications/recommendations (https://en.wikipedia.org/wiki/Freedesktop.org), and is provided for installation on other Linux distributions not covered in the aforementioned instructions.
|
||||
|
||||
|
||||
|
||||
Installing a Language Pack
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Download the language pack for your desired language and platform. They are available from the same location as the main installation archive. From the Nautilus file manager, extract the downloaded archive into a directory (your desktop, for instance). Ensure that you have exited all LibreOffice applications (including the QuickStarter, if it is started).
|
||||
|
||||
|
||||
|
||||
Change directory to the directory in which you extracted your downloaded language pack.
|
||||
|
||||
|
||||
|
||||
Now change directory to the directory that was created during the extraction process. For instance, for the French language pack for a 32-bit Debian/Ubuntu-based system, the directory is named LibreOffice_, plus some version information, plus Linux_x86_langpack-deb_fr.
|
||||
|
||||
|
||||
|
||||
Now change directory to the directory that contains the packages to install. On Debian/Ubuntu-based systems, the directory will be DEBS. On Fedora, openSUSE or Mandriva systems, the directory will be RPMS.
|
||||
|
||||
|
||||
|
||||
From the Nautilus file manager, right-click in the directory and choose the command "Open in terminal". In the terminal window you just opened, execute the command to install the language pack (with all of the commands below, you may be prompted to enter your root user's password):
|
||||
|
||||
|
||||
|
||||
For Debian/Ubuntu-based systems: sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
For Fedora-based systems: su -c 'dnf install *.rpm'
|
||||
209
server/windows-office/readmes/readme_zh-CN.txt
Normal file
209
server/windows-office/readmes/readme_zh-CN.txt
Normal file
@@ -0,0 +1,209 @@
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
LibreOffice 7.1 自述文档
|
||||
|
||||
======================================================================
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
本自述文件的最新更新请见 https://git.libreoffice.org/core/tree/master/README.md
|
||||
|
||||
|
||||
|
||||
本文件包含了关于 LibreOffice 软件的重要信息。建议您在安装前仔细阅读这些信息。
|
||||
|
||||
|
||||
|
||||
LibreOffice 社区负责此产品的开发,我们邀请您参与进来,成为全球社区中的一员。如果您是新用户,可以访问 LibreOffice 网站查阅 LibreOffice 项目以及相关信息。访问 https://zh-cn.libreoffice.org。
|
||||
|
||||
|
||||
|
||||
LibreOffice 是不是真的对任何用户都免费?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice 免费给所有人使用。您可以复制 LibreOffice 的副本并安装在任意数量的计算机上,并以任何目的使用 (包括商用、政府、公共管理以及教育用途)。更多详情请见随 LibreOffice 下载而来的许可文本。
|
||||
|
||||
|
||||
|
||||
为什么 LibreOffice 对所有用户免费?
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
您可以免费使用此 LibreOffice 副本,因为是独立贡献者以及合作赞助商们设计、开发、测试、翻译、编写、支持、营销并以很多其他方式帮助实现了 LibreOffice 今天的样子——世界领先的家用、办公用开源生产软件。
|
||||
|
||||
|
||||
|
||||
如果您感谢他们的工作,并愿意确保 LibreOffice 将来能继续开发,请考虑为此项目作贡献——详情请见 https://zh-cn.libreoffice.org/get-involved/。每个人都可以作出自己的贡献。
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
安装注意事项
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
LibreOffice 要求更新版本的 Java 运行时环境 (JRE) 才能提供完整功能。JRE 未包含在 LibreOffice 安装包中,应该单独安装。
|
||||
|
||||
|
||||
|
||||
系统要求
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
* Microsoft Windows 7 SP1, 8, 8.1 Update (S14) 或 Windows 10
|
||||
|
||||
|
||||
|
||||
请注意,安装过程需要拥有管理员权限。
|
||||
|
||||
|
||||
|
||||
通过使用下列含有该安装程序的命令行开关项,可以强制或禁止将 LibreOffice 注册为 Microsoft Office 格式默认的应用程序:
|
||||
|
||||
|
||||
|
||||
* REGISTER_ALL_MSO_TYPES=1 可强制将 LibreOffice 注册为 Microsoft Office 格式的默认应用程序。
|
||||
|
||||
* REGISTER_NO_MSO_TYPES=1 可阻止将 LibreOffice 注册为 Microsoft Office 格式的默认应用程序。
|
||||
|
||||
|
||||
|
||||
请确保系统的临时目录有足够的空闲空间,还请确保已取得读取、写入与执行权限。在开始安装过程之前请先关闭所有其他程序。
|
||||
|
||||
|
||||
|
||||
在基于 Debian/Ubuntu 的 Linux 系统上安装 LibreOffice
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
有关在安装完美国英语版本的 LibreOffice 之后如何安装语言包的说明,请阅读如下题为「安装语言包」的部分。
|
||||
|
||||
|
||||
|
||||
将下载好的压缩包解压,您会看到内容位于子目录中。打开文件管理器窗口,并进入名称以「LibreOffice_」开头、后接版本号与平台信息的目录。
|
||||
|
||||
|
||||
|
||||
该目录中有一个名为「DEBS」的子目录。切换至该「DEBS」目录。
|
||||
|
||||
|
||||
|
||||
右击该目录,并选择「在终端中打开」。这将打开一个新的终端窗口。在终端窗口的命令行处输入以下的命令 (命令执行前将提示您输入 root 用户密码):
|
||||
|
||||
|
||||
|
||||
以下命令将安装 LibreOffice 以及桌面环境整合软件包 (您可以直接将其复制粘贴至命令提示界面中,不用手动输入):
|
||||
|
||||
|
||||
|
||||
sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
安装过程已经完成。现在您应该可以在桌面的「应用程序/办公」菜单中看到所有 LibreOffice 应用程序的图标了。
|
||||
|
||||
|
||||
|
||||
在 Fedora、openSUSE、Mandriva 以及其他 Linux系统中使用 RPM 软件包安装 LibreOffice
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
有关在安装完美国英语版本的 LibreOffice 之后如何安装语言包的说明,请阅读如下题为「安装语言包」的部分。
|
||||
|
||||
|
||||
|
||||
将下载好的压缩包解压,您会看到内容位于子目录中。打开文件管理器窗口,并进入名称以「LibreOffice_」开头、后接版本号与平台信息的目录。
|
||||
|
||||
|
||||
|
||||
此目录包含名为 "RPMS" 的子目录。切换至"RPMS"目录。
|
||||
|
||||
|
||||
|
||||
右击该目录,并选择「在终端中打开」。这将打开一个新的终端窗口。在终端窗口的命令行处输入以下的命令 (命令执行前将提示您输入 root 用户密码):
|
||||
|
||||
|
||||
|
||||
对于基于 Fedora 的系统: sudo dnf install *.rpm
|
||||
|
||||
|
||||
|
||||
对于基于 Mandriva 的系统: sudo urpmi *.rpm
|
||||
|
||||
|
||||
|
||||
对于其他基于 RPM 的系统 (openSUSE 等): rpm -Uvh *.rpm
|
||||
|
||||
|
||||
|
||||
安装过程已经完成。现在您应该可以在桌面的「应用程序/办公」菜单中看到所有 LibreOffice 应用程序的图标了。
|
||||
|
||||
|
||||
|
||||
作为备选方式,您可以使用位于本归档目录根文件夹中的「install"脚本。该脚本会配置 LibreOffice 的安装,以使其拥有一个独立于您的常规 LibreOffice 配置文件的配置文件。请注意,这将不会安装桌面环境集成部分,例如桌面菜单项以及桌面 MIME 类型注册。
|
||||
|
||||
|
||||
|
||||
对上述安装说明中未提及的Linux发行版中的桌面集成的说明
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
对于本安装说明中未特别提及的其他 Linux 发行版,安装 LibreOffice 应该很简单。主要的差异大概在桌面集成方面。
|
||||
|
||||
|
||||
|
||||
RPMS 或 DEBS 目录中分别还包含名为 libreoffice7.1-freedesktop-menus-7.1.0.1-1.noarch.rpm (或者 libreoffice7.1-debian-menus_7.1.0.1-1_all.deb 或类似的) 的软件包。该软件包可供所有支持 Freedesktop.org 规范/推荐 (https://en.wikipedia.org/wiki/Freedesktop.org) 的 Linux 发行版使用,也可在前文说明中未提及的其他 Linux 发行版中安装。
|
||||
|
||||
|
||||
|
||||
安装语言包
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
下载适合您的语言与平台的语言包。可从主安装包所在位置下载。在 Nautilus 文件管理器中,将下载的压缩包解压到一个目录 (例如您的桌面)。请确保您已退出包括「快速启动器」在内的所有 LibreOffice 应用程序。
|
||||
|
||||
|
||||
|
||||
切换至您解压缩语言包所在的目录。
|
||||
|
||||
|
||||
|
||||
现在请进入解压得到的目录。例如,对于 32 位基于 Debian/Ubuntu 系统的法语语言包,其目录名称为「LibreOffice_」后接版本信息,后接「Linux_x86_langpack-deb_fr」。
|
||||
|
||||
|
||||
|
||||
现在切换至要安装的软件包所在目录。对于基于 Debian/Ubuntu 的系统,该目录应为 DEBS。对于 Fedora、openSUSE 或 Mandriva 系统,该目录应为 RPMS。
|
||||
|
||||
|
||||
|
||||
在 Nautilus 文件管理器中,右击该目录,并选择「在终端中打开」命令。在刚打开的终端窗口中执行安装语言包的命令 (下述各命令都将提示您输入 root 用户的密码):
|
||||
|
||||
|
||||
|
||||
对于基于 Debian/Ubuntu 的系统: sudo dpkg -i *.deb
|
||||
|
||||
|
||||
|
||||
对于基于 Fedora 的系统: su -c 'dnf install *.rpm'
|
||||
Reference in New Issue
Block a user