Documentation Center

URI inclusions

URI Inclusions are used to archive URLs whenever a specific URI—such as a Schema, Page, and so on—is published. You can define one or more URI conditions in a single URI inclusion rule; in this case all URIs must be published in a single publishing activity for the inclusion rule to be met. You define URI inclusions on a per publication basis.

The following is an example of a URI inclusion:

<Publications BaseUrl="http://www.mywebsite.com:8080">
  <Publication Id="1">
    <InclusionRule Type="Uri" >
      <Uri Value="tcm:4-131-16"/>
      <Include Value="tcd/includes/HomePage.swf"/>
    </InclusionRule>
  </Publication>
</Publications>

Every time the URI tcm:4-131-16 is published (the Web site Home Page), the Flash animation (not contained in the Content Manager) is archived.