Sha256: 3ddb0bfa5941b1ef9a8fbb47981656ef4d8c4ddd45994e2e3dc96b3edc8bf258

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

######################################################################################
 #                                   [   Linux   ]                                  #
######################################################################################
linux:
  printer: jod_converter
  config_file: ~/.clamsy.yml
  ooffice_bin: ooffice
  java_bin: java

  jod_converter:
    ooffice_server_args: -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service"

  cups_pdf:
    cups_output_dir: /var/spool/cups-pdf/${USER}
    cups_output_file:
    ooffice_print_args: -norestore -nofirststartwizard -nologo -headless -pt Cups-PDF

######################################################################################
 #                                   [    Mac    ]                                  #
######################################################################################
darwin:
  printer: jod_converter
  config_file: ~/.clamsy.yml
  ooffice_bin: /Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin
  java_bin: java

  jod_converter:
    ooffice_server_args: -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service" &

  cups_pdf:
    cups_output_dir: /opt/local/var/spool/cups-pdf/${USER}
    cups_output_file:
    ooffice_print_args: -norestore -nofirststartwizard -nologo -headless -pt Cups-PDF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clamsy-0.0.5 lib/clamsy.yml