// Copyright (C) 2005 Nicolas Burrus
// This file is part of Tidydoc.
//
// Tidydoc is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
// Tidydoc 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 General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Foobar; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

// You can find instructions for this file at http://www.treeview.net

// Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 1
USEICONS = 1
WRAPTEXT = 1
PRESERVESTATE = 1

foldersTree = gFld("<b>Index</b>", "http://nicolas.burrus.name/pub/files/projects/tidydoc/doclist.html")
  depth2 = insFld(foldersTree, gFld("author", "http://nicolas.burrus.name/pub/files/projects/tidydoc/author/doclist.html"))
    depth3 = insFld(depth2, gFld("burrus", "http://nicolas.burrus.name/pub/files/projects/tidydoc/author/burrus/doclist.html"))
    insDoc(depth3, gLnk("R", "Tidydoc Manual", "http://nicolas.burrus.name/pub/files/projects/tidydoc/author/burrus/doclist.html#Tidydoc Manual"))
    insDoc(depth3, gLnk("R", "Tidydoc Manual (PDF version)", "http://nicolas.burrus.name/pub/files/projects/tidydoc/author/burrus/doclist.html#Tidydoc Manual (PDF version)"))
  insDoc(depth2, gLnk("R", "Tidydoc Manual (PDF version)", "http://nicolas.burrus.name/pub/files/projects/tidydoc/author/doclist.html#Tidydoc Manual (PDF version)"))
  depth2 = insFld(foldersTree, gFld("documentation", "http://nicolas.burrus.name/pub/files/projects/tidydoc/documentation/doclist.html"))
  insDoc(depth2, gLnk("R", "Tidydoc Manual", "http://nicolas.burrus.name/pub/files/projects/tidydoc/documentation/doclist.html#Tidydoc Manual"))
  insDoc(depth2, gLnk("R", "Tidydoc Manual (PDF version)", "http://nicolas.burrus.name/pub/files/projects/tidydoc/documentation/doclist.html#Tidydoc Manual (PDF version)"))
  depth2 = insFld(foldersTree, gFld("manual", "http://nicolas.burrus.name/pub/files/projects/tidydoc/manual/doclist.html"))
  insDoc(depth2, gLnk("R", "Tidydoc Manual", "http://nicolas.burrus.name/pub/files/projects/tidydoc/manual/doclist.html#Tidydoc Manual"))
  insDoc(depth2, gLnk("R", "Tidydoc Manual (PDF version)", "http://nicolas.burrus.name/pub/files/projects/tidydoc/manual/doclist.html#Tidydoc Manual (PDF version)"))
  depth2 = insFld(foldersTree, gFld("software", "http://nicolas.burrus.name/pub/files/projects/tidydoc/software/doclist.html"))
    depth3 = insFld(depth2, gFld("documentation", "http://nicolas.burrus.name/pub/files/projects/tidydoc/software/documentation/doclist.html"))
    insDoc(depth3, gLnk("R", "Tidydoc Manual", "http://nicolas.burrus.name/pub/files/projects/tidydoc/software/documentation/doclist.html#Tidydoc Manual"))
    insDoc(depth3, gLnk("R", "Tidydoc Manual (PDF version)", "http://nicolas.burrus.name/pub/files/projects/tidydoc/software/documentation/doclist.html#Tidydoc Manual (PDF version)"))
  insDoc(depth2, gLnk("R", "Tidydoc Manual (PDF version)", "http://nicolas.burrus.name/pub/files/projects/tidydoc/software/doclist.html#Tidydoc Manual (PDF version)"))

