From f6a0180a8318e899cda8e751a13635e372459ef8 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 14 Jun 2007 19:54:18 +0000 Subject: [PATCH] emacs-wiki-migration: Flesh out index page topic git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-354 --- etc/emacs-wiki-migration.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/etc/emacs-wiki-migration.txt b/etc/emacs-wiki-migration.txt index 67a3f64..913a8c2 100644 --- a/etc/emacs-wiki-migration.txt +++ b/etc/emacs-wiki-migration.txt @@ -85,9 +85,30 @@ Here is an example: Generating an Index page ------------------------ +In emacs-wiki, the page specified by `emacs-wiki-index-page' is an +automatically generated index page. +Muse does not automatically create this file. If you want an +automatic index file to be generated, then create a file and place the +following contents (between the lines of underscores) in it. + +_____ +#title Index + +(muse-index-as-string t t t) +_____ + +Then, add a :force-publish tag to the paths part of the project entry +in muse-project-alist. Example: + + ("Website" ("~/Web/" + :force-publish ("WikiIndex") + :default "WelcomePage") + (:base "xhtml" + :base-url "http://mydomain.org/" + :path "~/public_html")) License ======= -This file is in the public domain. +This file may be used, distributed, and modified without restriction. -- 2.11.4.GIT