Used spell checker and fixed several typos in README.rst.

This commit is contained in:
依瑪貓 2016-12-25 08:39:46 +08:00
parent 5ada01c1db
commit e352882acc

View File

@ -14,7 +14,8 @@ Given the following source files:
* Directory: ``MyApp`` * Directory: ``MyApp``
* Files: ``MyMacros.vb`` ``Utils.vb`` ``Registry.vb`` ``Data.vb`` * Files: ``MyMacros.vb`` ``Utils.vb`` ``Registry.vb`` ``Data.vb``
Running ``obasync`` will synchronze them with the followin macros: Running ``obasync`` will synchronize them with the following Basic
macros:
* Library: ``MyApp`` * Library: ``MyApp``
* Modules: ``MyMacros`` ``Utils`` ``Registry`` ``Data`` * Modules: ``MyMacros`` ``Utils`` ``Registry`` ``Data``
@ -22,12 +23,12 @@ Running ``obasync`` will synchronze them with the followin macros:
If the Basic library ``MyApp`` does not exist, it will be created. If the Basic library ``MyApp`` does not exist, it will be created.
Missing modules will be added, and excess modules will be removed. Missing modules will be added, and excess modules will be removed.
And vice versa. Given the following macros: And vice versa. Given the following Basic macros:
* Library: ``MyApp`` * Library: ``MyApp``
* Modules: ``MyMacros`` ``Utils`` ``Registry`` ``Data`` * Modules: ``MyMacros`` ``Utils`` ``Registry`` ``Data``
Running ``obasync --get`` will synchronze them with the following Running ``obasync --get`` will synchronize them with the following
source files: source files:
* Directory: ``MyApp`` * Directory: ``MyApp``
@ -52,11 +53,12 @@ when possible.
/opt/libreoffice5.*/program/python `which pip` install obasync /opt/libreoffice5.*/program/python `which pip` install obasync
* Linux vender OpenOffice/LibreOffice installation:: * Linux vendor OpenOffice/LibreOffice installation::
pip install obasync pip install obasync
* OpenOffice on MacOSX relies on the system ``python`` installation:: * OpenOffice on Mac OS X relies on the system ``python``
installation::
sudo pip install obasync sudo pip install obasync
@ -67,7 +69,7 @@ when possible.
* OpenOffice/LibreOffice on MS-Windows: You can still install * OpenOffice/LibreOffice on MS-Windows: You can still install
``obasync`` with ``pip`` from your OpenOffice/LibreOffice ``obasync`` with ``pip`` from your OpenOffice/LibreOffice
installation. However, it would be much asir to just download the installation. However, it would be much easier to just download the
script and run it with the ``python`` executable that comes with script and run it with the ``python`` executable that comes with
your OpenOffice/LibreOffice installation. See below. your OpenOffice/LibreOffice installation. See below.
@ -111,10 +113,10 @@ library
The encoding of the source files. The default is system-dependent. The encoding of the source files. The default is system-dependent.
For example, on Traditional Chinese MS-Windows, this will be For example, on Traditional Chinese MS-Windows, this will be
CP950 (Big5). You can change this to UTF-8 for convenience if you CP950 (Big5). You can change this to UTF-8 for convenience if you
obtain/sychronize your source code from other sources. obtain/synchronize your source code from other sources.
-r, --run Module.Macro -r, --run Module.Macro
Run he specific macro after sychronization, for convenience. Run he specific macro after synchronization, for convenience.
-h, --help -h, --help
Show the help message and exit Show the help message and exit
@ -144,6 +146,3 @@ SUPPORT
------- -------
Contact imacat <imacat@mail.imacat.idv.tw> if you have any question. Contact imacat <imacat@mail.imacat.idv.tw> if you have any question.