using emacswikimode
setup notes to follow:
after M-x emacs-wiki-change-project to feet
(or use C-c C-v to change wiki projects )
and custom header for this as :
(setq emacs-wiki-projects
'(("feet" .
((emacs-wiki-directories . ("~/proj/wiki/webpage"))
(emacs-wiki-index-page . "indexwiki")
(emacs-wiki-project-server-prefix . "../wiki/")
(emacs-wiki-publishing-header . "<?xml version=\"1.0\" encoding=\"<lisp>
;;and so on
then use M-x emacs-wiki-find-file to make the pages!!!
references:
http://www.mwolson.org/static/doc/emacs-wiki.html
and should further investigate the use of the inline lisp tag
working on multiple projects in emacswiki:
(setq emacs-wiki-projects
'(("feet" .
((emacs-wiki-directories . ("~/proj/wiki/webpage"))
(emacs-wiki-project-server-prefix . "../wiki/")
(emacs-wiki-publishing-directory
. "~/feet")))
("ProjectsWiki" .
((emacs-wiki-directories . ("~/proj/wiki/projects"))
(emacs-wiki-project-server-prefix . "../projects/")
(emacs-wiki-publishing-directory
. "~/personal-site/site/projects")))))
in emacs-wiki.el
Please feel free to add recipes, research comments and feet travel considerations using the form below. Comments will be pickled after the event by email.