% 
% Index Generator Project Settings File
% vim: syntax=indexgen
%

% main sitemap file tildemh.com


% Set the locale for this file
locale=en

% The Settings file version being used. This should not be changed unless you
% are upgrading to a new version of index generator
settingsVersion = 0.2


%%%%%%%%%%%%%%%%%%%% FILES TO INDEX %%%%%%%%%%%%%%%%%%%%  

% Index Generator can index files on a local file system, or on a remote 
% server. The local filesystem option will be far faster, however if your site
% has dynamic pages, you will have to go through the server to ensure that 
% Index Generator sees the full page, as the user would.
% The following option has two possible choices: filsystem or server
getMethod = filesystem

% If you chose filesystem for the previous option, you get two choices of how 
% to index the files: linkfollow or dirscan.
% linkfollow - follow links from the start pages
% dirscan - scan directories (recursively) for files to include
fileSystemSearch = dirscan

% Start URLs / files / Directories
% This is where index generator will start looking for files to index
% They must return valid files, unless the local and dirscan options were
% chosen, in which case they must be directories.
scanRoot)
/home/mark/website/
%http://tildemh.pathfinderii.chu.cam.ac.uk/index.shtml
;;

% If using server method, you can define what headers to send
httpHeaders)
User-Agent=IndexGenerator3.0pre1
Accept-Encoding=utf-8
Accept-Language=en
;;

% To have more control over which files are included, you can define filters.
% There are two types:
% Scan Filters - these are used to determine which files Index Generator should
%     scan for links to files for indexing
% Index Filters - these determine which files are included in your index.
%
% Include filters determine which files should be included. If this is empty,
% all files will be included.
% Exclude filters specify files which should be explicitly excluded.
% Filters take the form of simple text strings - the url / path+filename will 
% be scanned for these strings;
ScanIncludeFilters = tildemh
ScanExcludeFilters)
;;

IndexIncludeFilters)
home/mark/website
;;
IndexExcludeFilters)
.tar.gz
.tar.bz2
/img/
news
bodytop.shtml
.gif
/.
/cgi-bin/
/noul/
/ys_stats/
;;


% The location (and name) of the output file.
% If filsystem index option was chosen (vvs server), then this must be in
% a directory on the same directory tree as the files  being indexed a the links
% in the index will be created relative to this file. 
outputFilename=/home/mark/website/sitemap.shtml


%%%%%%%%%%%%%%%%%%%% PROJECT DETAILS %%%%%%%%%%%%%%%%%%%%  

% Type of index to generate:
%  - sitemap - a hierarchical site map, with the output structure in the same
%      fashion as the directory structure. 
%  - orderedlist - a list of items ordered by any number of fields (most
%       commonly title, thereby creating an A-Z index.
indexType = sitemap

% If your index page requires other files (e.g. stylesheets, images), then you
% can set up Index Generator to copy them when an index is created. This option
% is mainly here to allow the use of templates in the GUI.
filesToCopy)
;;
fileCopyTarget=


%%%%%%%%%%%%%%%%%%%% SITEMAP SETTINGS %%%%%%%%%%%%%%%%%%%%  
% The following only apply if a site map style index was 
% chosen. See the next section for Ordered Lists options.

% The code to go at the start of the file. The following place holders can be
% used
smStartTxt)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<head>
<title>Sitemap</title>
<meta name="Description" content="This is the site map of all the files on this
site. It has been generated automatically by Domesday"> 
<link href="/res/main.css" type="text/css" rel="stylesheet">
</head>
<body>
<!--#include virtual="/res/bodytop.shtml"-->
<p class="bread"><a href="/index.shtml">~mh</a> / site map
<h1>Site Map</h1>

<p>Generated by <a href="<IG Field="IndexGenURL"/>">Domesday</a> 
<IG Field="IndexGenVersion"/> on <IG Field="GenDate" format="EEEE d MMMM yyyy"/> at 
<IG Field="GenDate" format="KK:mm a zzzz" sillyparam="silly"/>
<ul>
;;

smEnterFolder)
<li><h3 align="left" style="text-align: left;"><a href="<IG Field="FullRelFolder"/>"><IG Field="TopFolder"/></a></h3>
<ul>
;;

smLeaveFolder)
</ul>
;;

smLinksTxt)
<li>[<IG Field="FileType"/>] <a href="<IG Field="RelLocation"/>"><IG Field="TITLE"/></a> (<IG Field="FileSize" format="HumanReadable"/>)
<br>Description: <IG Field="Description"/>
;;

smEndTxt)
</ul>
<p>Generated by <a href="<IG Field="IndexGenURL" sp="silly"/>">Domesday</a> 
<br>
<hr class="foot">
<p class="foot">&copy; 

<script type="text/javascript" language="javascript">
var un = 'mh@';
var domain = 'tildemh.com';
document.write('<a href="mailto:'+un+domain+'">Mark Howard<\/a>');
</script>

. 2001 - 2002 | Last Modified: <!--#echo var="LAST_MODIFIED"-->
<br>
<br>
<br>
<br>
<br>
</body>
</html>
;;

%%%%%%%%%%%%%%%%%%%% ORDERED LIST SETTINGS %%%%%%%%%%%%%%%%%%%%  
olStartTxt = ol start txt
olNavStart = ol nav start
olNavLink = ol nav links
olNavEnd = ol nav end
olSecStart = sec start
olSecEnd = sec end
olLink=link - ol
olEndTxt = ol end text

%%%%%%%%%%%%%%%%%%%% GUI SETTINGS %%%%%%%%%%%%%%%%%%%%  

% Descriptive name for the project, used by the graphical interface.
projectName=New Project
created=0000000

% For the gui interface, the following command can be set to true to allow a
% basic interface where an index template is chosen, rather than defining all
% setting.
loadAsTheme=true

%% COMMENTED OUT: These should really be stored elsewhere. (Also makes handling
% this file a lot easier.)
%fileCount=9
%genCount=1

