URL inclusions
URL inclusions are used to archive specific URLs whenever a URL matching a supplied pattern is published and is scheduled for archiving. The URL pattern can be any regular expression format which is supported by the Java Pattern Class. You can define one or more pattern conditions in a single inclusion, in which case all patterns must be matched in a single publishing activity for the inclusion rule to be met. You define URL inclusions on a per publication basis.
The following is an example of a URL pattern inclusion:
<Publications BaseUrl="http://www.mywebsite.com:8080">
<Publication Id="1">
<InclusionRule Type="Url">
<Pattern Value="/News/"/>
<Include Value="tcd/Website/myNews.jsp"/>
</InclusionRule>
</Publication>
</Publications>
Where:
<Pattern Value="/News/"/>is matched when an item in the News section of the Web site is published<Include Value="tcd/Website/myNews.jsp"/>defines the page to archive when the match is made