Commit Graph

16 Commits

Author SHA1 Message Date
60524bb39e Changed the connect method to private. 2017-04-13 14:19:35 +08:00
eea163138c Makes start_oo, find_posix_soffice and is_soffice_lo methods private. 2017-04-13 13:54:31 +08:00
deb72afad3 Updated the meta information. Advanced to version 0.4. 2017-01-24 16:20:56 +08:00
0425368b7d Revised the installation instruction in README.rst. Wrote docstring in the obasync python source. Added copyright notice in the beginning of setup.py and obasync. Renamed ooexec to soffice in several places. Advanced to version 0.3. 2017-01-05 16:30:36 +08:00
5ae41d2fc5 Fixed the documentation. 2016-12-25 09:12:20 +08:00
aa69151c08 Added README.rst. 2016-12-25 02:30:01 +08:00
eb4fea0660 Advanced to version 0.2. 2016-12-24 08:10:26 +08:00
cd92b7838d Added complex fules to determine whether soffice is LibreOffice, for the vender-installed LibreOffice on Linux. 2016-12-24 06:42:44 +08:00
42ab15c6d0 Added a simple check for the --accept parameter instead of -accept for LibreOffice on POSIX systems. 2016-12-23 17:30:05 +08:00
28c877c6fa Added complex rules to find the soffice executable, to deal with LibreOffice on MacOSX, and Linux OpenOffice/LibreOffice vender installation. 2016-12-23 17:12:35 +08:00
0ad8fcbacf Fixed a bug when finding the module name from the file name stripping the file name extension. 2016-12-23 15:04:07 +08:00
6b0aafbdef Renamed the -e (file name extension) switch to -x. Added the -e (encoding) switch to set the source file encoding. Default to the local OS encoding. On Traditional Chinese MS-Windows, this is CP950. This is mostly for MS-Windows. 2016-12-23 14:44:10 +08:00
b1ac321444 Renamed the OpenOffice class to Office. Updated several pieces of text for LibreOffice. Added the -e (file name extension) switch to set custom file name extension. 2016-12-23 11:38:51 +08:00
0e2e537916 Added compatibility with Python 3 on file I/O. 2016-12-23 06:27:27 +08:00
1f90f2e407 Added a new option for the UNO communication port. Updated the use of print for Python 3 compatibility (for LibreOffice). Replaced sys.stderr.write() with Python 3 print(). Changed the help text from OpenOffice to OpenOffice/LibreOffice. Added several TODO items. 2016-12-22 19:54:18 +08:00
cef4425d28 Added setuptools and published to PyPI, so that it can be installed with pip. 2016-12-20 22:01:37 +08:00