<?xml version="1.0"?>
<!--
tagnetic.org: Tools for tag parsing and rich web experiences.
Copyright (C) 2004-2005 tagnetic.org

This file is part of Tagneto, a developer tool for making rich web experiences.

Tagneto is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

Tagneto is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser Public License for more details.

You should have received a copy of the GNU Lesser Public License
along with Tagneto; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Also available at: http://www.gnu.org/licenses/lgpl.html
-->

<!-- This is the config file that transforms the other tagneticconfig files in
     this directory into HTML documentation. -->
<tagneticconfig>
  <include>OptLibConfig.xml</include>
  <compilation>
    <source>src/content</source>
    <destination>dist</destination>
    <filefilter type="regexp">\.html$|\.css$|\.js$|\.xml$|\.jpg$|\.png$</filefilter>
    <copynonmatchingfiles>false</copynonmatchingfiles>
  </compilation>
  <compilation>
    <source>build</source>
    <destination>dist</destination>
    <filefilter type="regexp">.*\.html</filefilter>
    <copynonmatchingfiles>true</copynonmatchingfiles>
  </compilation>
  <tags scriptcontextname="js" scriptcontext="org.tagnetic.core.scriptcontext.implementer.javascript.JavaScriptContext">
    <tag name="body" classname="org.tagnetic.core.tags.overlay.FirstChild">
      <attribute name="_filematch">\.html$</attribute>
      <attribute name="_overlayfile" type="path">src/overlays/MainOverlayTop.html</attribute>
    </tag>
    <tag name="body" classname="org.tagnetic.core.tags.overlay.LastChild">
      <attribute name="_filematch">\.html$</attribute>
      <attribute name="_overlayfile" type="path">src/overlays/MainOverlayBottom.html</attribute>
    </tag>
    <tag name="head" classname="org.tagnetic.core.tags.overlay.LastChild">
      <attribute name="_filematch">\.html$</attribute>
      <attribute name="_overlayfile" type="path">src/overlays/MainOverlayHead.html</attribute>
    </tag>
  </tags>
  <tags nsprefix="website">
    <tag name="webroot" classname="org.tagnetic.core.tags.PathMaker">
      <attribute name="type">relative</attribute>
      <attribute name="basedir">dist</attribute>
    </tag>
    <tag name="filename" classname="org.tagnetic.core.tags.CurrentDestinationFileName">
      <attribute name="keepafter">dist[\\/]</attribute>
    </tag>
  </tags>
</tagneticconfig>
