Chris McMahan <address@hidden> writes:
Using emacs-wiki, on publishing my planner pages an index page
listing all of the files was also published.
With muse (great work!!!) I no longer see this page in my html
directory.
With Muse, the WikiIndex is not generated. You might instead want to
do the following, as I have done with my website.
- Create a file called WikiIndex in each project.
- Put the following in each file by that name.
#title Index
<lisp>(muse-index-as-string t t)</lisp>
In my opinion, this allows for greater flexibility.