diff --git a/doc/Recursor.html b/doc/Recursor.html index bc8b6f5..6f8a8cc 100644 --- a/doc/Recursor.html +++ b/doc/Recursor.html @@ -44,16 +44,16 @@ Copyright 2008, 2012 Neil Edelman, distributed under the terms of the GNU General Public License, see copying.txt

-Recusor is the main part of MakeIndex, a content management system that +Recursor is the main part of MakeIndex, a content management system that generates static content, (mostly index.html,) on all the directories rooted -at the directory specified by the argument. It is based on a template file, -".index.html" and ".newsfeed.rss". Also included are files to summarise the -directory structure for a xml site map, compatible with Google, and any -.news for an rss feed. +at the directory specified by --directory or -d. It is based on a template +file, .index.html and .newsfeed.rss, which are changeable. Also included +are files to summarise the directory structure for a xml site map, +compatible with Google, and any .news for an rss feed.

There should be an <example> directory that has a bunch of files in it. Run -bin/MakeIndex example/; it should make a webpage out of the directory +bin/MakeIndex -d example/; it should make a webpage out of the directory structure and .index.html, open example/index.html after running to see.