Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<PublisherSettings>
  <!-- Spool area will be cleaned out at each publish. Spool area contains image cache for converted images.
       Old log files are not cleaned out due tho this setting. -->
  <SpoolImageCleanup>true</SpoolImageCleanup>

  <!-- Language fallback when a text translation is looked for, in Pdf publications, where translations are missing -->
  <DefaultDataLanguages>sv; en; en-GB</DefaultDataLanguages>

  <!--- If upload of files to remote server fails, the publisher will retry a number of times according to this setting. -->
  <RemoteUploadTryCount>5</RemoteUploadTryCount>

  <!-- Small files are sent through a stream. This is a limit in bytes where larger files are sends in chunks instead. Zero is default: stream upload. -->
  <RemoteUploadChunkLimit>0</RemoteUploadChunkLimit>

  <!-- From version 5 old log files for publish will be saved in the spool area for the publication. Files are saved 
       a number of days according to this setting. Default is 60 days. -->
  <DaysToSavePublisherLog>60</DaysToSavePublisherLog>
  
  <!-- Version 5 and later: enable the login flag to make Manager use Basic authentication when connecting to a Server by SOAP -->
  <!-- Username and password is matched in the servers api-permission.config file to compute what roles are available to the login -->
  <UploadUsername>guest</UploadUsername>
  <UploadPassword>guest</UploadPassword>
  <UploadLogin>true</UploadLogin>
</PublisherSettings>

...