Commit d61603ef authored by Łukasz Nowak's avatar Łukasz Nowak

- whitespace removal, formatting and few typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0d2d7e2
......@@ -3,10 +3,10 @@
# Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
# programmers who take the whole responsibility of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software
# guarantees and support are strongly advised to contract a Free Software
# Service Company
#
# This program is Free Software; you can redistribute it and/or
......@@ -32,7 +32,8 @@
[System]
# Folder where all oood core files are installed
oood_home = ${software_definition:oood_software}
# Folder where pid files, lock files and virtual frame buffer mappings are stored
# Folder where pid files, lock files and virtual frame buffer mappings are
# stored
run_dir = ${configuration:oood_run}
tmp_dir = ${configuration:oood_tmp}
# Folder where OpenOffice Uno interpreter is installed
......@@ -65,7 +66,8 @@ printer_name = default_printer
[Pool]
# The pool consist of several OpenOffice.org instances
pool_host = ${configuration:oood_pool_host}
# According www.iana.org/assignments/port-numbers , 4060-4088 port range is unassigned
# According www.iana.org/assignments/port-numbers , 4060-4088 port range is
# unassigned
pool_port_range_start = ${configuration:oood_pool_range_start}
# time in seconds we have to give one OOo instance to load in restart
instance_load_time = ${configuration:oood_instance_load_time}
......@@ -88,8 +90,8 @@ virtual_display_id = ${configuration:oood_virtual_display_id}
# use_formats = odt, doc, rtf, html-writer, pdf
# [Spreadsheet]
# skip_formats = slk, pxl, 3_0.sdc.vor
# XXX for now, if you use this option, you MUST include ODF format in
# your "use" list, otherwise oood will return an empty list. This is a
# XXX for now, if you use this option, you MUST include ODF format in
# your "use" list, otherwise oood will return an empty list. This is a
# bug and will be fixed.
[Text]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment