To publish content exported as Author-it legacy, it is necessary to add an Author-it configuration file first.
The Author-it configuration file is an XML file acting as a filter to select the variants to publish.
The following code block is an example of Author-it configuration file:
<?xml version="1.0" encoding="utf-8" ?>
<ft:publications xmlns:ft="http://ref.fluidtopics.com/v2/ft#">
<ft:defaultPublication>
<ft:include>
<ft:combination>
<ft:variants>
<ft:variant name="audience">
<ft:values>
<ft:value>public</ft:value>
</ft:values>
</ft:variant>
<ft:variant name="SYS_LOCALE">
<ft:values>
<ft:value>English (United States)</ft:value>
</ft:values>
</ft:variant>
<ft:variant name="language">
<ft:values>
<ft:value>English</ft:value>
</ft:values>
</ft:variant>
</ft:variants>
</ft:combination>
</ft:include>
</ft:defaultPublication>
<ft:languages>
<ft:languageVariantName>language</ft:languageVariantName>
<ft:lang label="English">en-US</ft:lang>
<ft:lang label="French">fr-FR</ft:lang>
<ft:lang label="German">de-DE</ft:lang>
</ft:languages>
<ft:publication>
<ft:books>
<ft:id>145s7</ft:id>
</ft:books>
<ft:include>
<ft:combination>
<ft:variants>
<ft:variant name="Category">
<ft:values>
<ft:value>Technical Notes</ft:value>
</ft:values>
</ft:variant>
<ft:variant name="audience">
<ft:values>
<ft:value>public</ft:value>
</ft:values>
</ft:variant>
<ft:variant name="Version">
<ft:values>
<ft:value>v1</ft:value>
<ft:value>v2</ft:value>
</ft:values>
</ft:variant>
<ft:variant name="Product">
<ft:values>
<ft:value>Fluid Topics</ft:value>
</ft:values>
</ft:variant>
<ft:variant name="language">
<ft:values>
<ft:value>English</ft:value>
</ft:values>
</ft:variant>
</ft:variants>
</ft:combination>
</ft:include>
<ft:clusterSelector>Version</ft:clusterSelector>
</ft:publication>
</ft:publications>